Live data from Hacker News

Streamlit's $35M Series B

blog.streamlit.io

21–30 of 41 posts

Re: Streamlit's $35M Series B

#21
post #6

Congrats! Been on my to-do to try Streamlit. What are companies mainly using it for?

Congrats as well!

We've been loving it for making internal point-and-click tools + external project starters (ex: tutorials, solution engineering, ..).

Today, if you and your users are coding-heavy for data flows (dataset -> pydata wrangling/ml/... -> ui), jupyter notebooks are #1, and if you're in bigco, maybe say databricks notebooks as #2. However, most operational users really want an interactive point-and-click dashboard UI. Tableau and friends don't make as much sense in the pydata world, mostly for simpler SQL-only flows, and the existing python dashboarding tools (voila, panels, plotly, ...) have been too much work, esp. when sharing.

I've been liking Streamlit as it's pretty opinionated + prestyled (less work!), simple interaction model (accessible!), etc. It clearly can be better, but is already so much more accessible than our experiences with other tools here.

As some examples:

* We've been building https://github.com/graphistry/graph-app-kit for people building mini graph apps (one-click self-hosted launch via docker + st dashboard + graphistry viz + optional graph db connectors + optional graph compute tools).

* We're releasing 2-3 more integration + tutorial sets this month, where they're both notebook modes + dashboard modes.

* We just ran a hackathon for the same w/ the TigerGraph team: https://tigergraph-web-app-hack.devpost.com/

* projectdomino.org uses it internal for anti-misinfo dashboard tools. Our devs/data sci/some advanced osint researchers are fine w/ nb's, but everyone else needs dashboard UIs.

I'm excited to see what 2021 + 2022 bring here, and esp. if they can keep increasing accessibility all the way to no-code!

Re: Streamlit's $35M Series B

#22

Been using Streamlit at work for over a year. It's great for quickly building internal apps where latency or styling is not a concern (though it is a lot prettier than notebooks).

We just released themeing in the past few weeks, so there's definitely more options than there used to be! We'd love to get any additional feedback about the types of customizations you'd like to see.

Re: Streamlit's $35M Series B

#23
post #6

Congrats! Been on my to-do to try Streamlit. What are companies mainly using it for?

I use it internally to show interactive results and explain stats concepts to PMs/Eng, so for example I was trying to explain exactly how increased sample sizes change the confidence intervals around a binomial proportion as the proportion changes from .5 -> 1, and then relate that to how much it costs for the business, etc. So I made a Streamlit app in a few minutes, and let them interact with it.

Re: Streamlit's $35M Series B

#24
post #7

Out of curiosity I saw what this product was about. It appears to be like a chatroom in the sense that its live but with an API or live application refresh where the programmer can write lines of code that immediately show app results. This is pretty cool but I don't know if its a real product other than live coding interviews or the most intense pressure cooker of your manager having you do the TPS reports right now…

> It appears to be like a chatroom in the sense that its live but with an API or live application refresh where the programmer can write lines of code that immediately show app results. This is pretty cool but I don't know if its a real product other than live coding interviews or the most intense pressure cooker of your manager having you do the TPS reports right now

If that's what you're taking away, we need to improve our marketing copy!

The point of Streamlit is to have a nimble way to create applications, where auto-refresh/hot-reload is part of the developer experience. But the goal of the overall project is to make interactive data apps available to the broad public, not just people who have front-end experience or a front-end developer working on their team.

Re: Streamlit's $35M Series B

#25
post #20
post #6

Congrats! Been on my to-do to try Streamlit. What are companies mainly using it for?

I'm using it for internal debug tools. Lookup data from various APIs, databases, show status info for servers, that kind of thing. Often easier to create one and run it locally than write scripts and keep rerunning them with different bits of data.

Oh that's interesting. Hadn't thought about that direction, but would be super useful for us internally

Re: Streamlit's $35M Series B

#26
post #6

Congrats! Been on my to-do to try Streamlit. What are companies mainly using it for?

Congrats as well! We've been loving it for making internal point-and-click tools + external project starters (ex: tutorials, solution engineering, ..). Today, if you and your users are coding-heavy for data flows (dataset -> pydata wrangling/ml/... -> ui), jupyter notebooks are #1, and if you're in bigco, maybe say databricks notebooks as #2. However, most operational users really want an interactive point-and-click…

These are great, thanks. The Graph App Kit is pretty much the direction I was thinking

Re: Streamlit's $35M Series B

#27
Streamlit is such a nice product. When iterating on an ML product and trying to give other users a quick and an easy way to interact with a model, Streamlit should be one of the first option to think of.

Integrating with Streamlit[1] was also very simple, in our case, we only had to expose how we serve Tensorboards and Notebooks on our platform, and we created a couple of tutorials[2] to show how to host an app. Several of our users started using it after that as the default way for sharing interactive and customizable dashboards on their Kubernetes clusters.

[1] https://polyaxon.com/integrations/streamlit/

[2] https://polyaxon.com/docs/intro/quick-start/deploying-ml-app...

Re: Streamlit's $35M Series B

#28

Been using Streamlit at work for over a year. It's great for quickly building internal apps where latency or styling is not a concern (though it is a lot prettier than notebooks).

Can you expand on what you mean by "latency" is not a concern? As in, the UI is very laggy?

Re: Streamlit's $35M Series B

#30

is it strange to anyone else how similar the logos for https://streamlit.io/ and https://getstream.io/ are?

There's actually a funny story here, and one day we'll tell it in more detail.

TDLR: it's a coincidence / slightly obvious given our names. We discovered the similarity on the day we launched our logo, and it almost made us change our logo and/or company name XD

We have since met the getstream.io folks and had a good laugh about it together.

Post reply on HN