Live data from Hacker News

Vizro – toolkit for creating modular data visualization applications

github.com

1–10 of 25 posts

Re: Vizro – toolkit for creating modular data visualization applications

#5
I am happy to see more libraries in this space. I do not like R, but the Shiny workflow is so much faster and easier for novices to bang out some value. Streamlit is really heavy in comparison.

Minor annoyance: new project and it chose YAML over TOML.

Re: Vizro – toolkit for creating modular data visualization applications

#6
If you are interested in this, but would prefer to define reports with a markup language (and SQL), I work on an open source code-based BI tool called Evidence, which might be of interest to you.

It's effectively a static site generator aimed at building automated reports and analysis.

https://github.com/evidence-dev/evidence

Previous discussions on HN:

https://news.ycombinator.com/item?id=28304781 - 91 comments

https://news.ycombinator.com/item?id=35645464 - 97 comments

Re: Vizro – toolkit for creating modular data visualization applications

#8

If you are interested in this, but would prefer to define reports with a markup language (and SQL), I work on an open source code-based BI tool called Evidence, which might be of interest to you. It's effectively a static site generator aimed at building automated reports and analysis. https://github.com/evidence-dev/evidence Previous discussions on HN: https://news.ycombinator.com/item?id=28304781 - 91 comments http…

this is so brilliant! Well done.

Re: Vizro – toolkit for creating modular data visualization applications

#9
This look pretty good !

I'm a heavy user of data vis, and this looks worth trying.

Looks like McKinsey is doing and open sourcing some interesting things - I've also tried Kedro and while it feels a bit 'heavy' to use, I like a lot the emphasis on structuring the data and steps.

Re: Vizro – toolkit for creating modular data visualization applications

#10
This is interesting. I've built reports in Dash before. As I remember it was kind of tricky to hook up the filters etc, and "callbacks" confused me for a while. Is that the kind of thing Vizro addresses?

Do you have a "why Vizro" kind of explanation somewhere? Would be really helpful early in the docs, or on the GH readme.

Post reply on HN