Using Tablesaw in a Java alternative to Streamlit: Javelit #1304
cyrilou242
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey Tablesaw people 👋
Just wanted to share a framework I've been working on in the last months. It is an alternative to Streamlit for Java, called Javelit! It makes it a breeze to build data apps in minutes.
Of course, it supports tablesaw for table rendering.
Here is a gif where you can see an app that uses a table backed by a Tablesaw table:
A few computations are performed with tablesaw to wrangle the data for the charts.
The charts are generated with Apache ECharts, but the next natural step will be to support tablesaw-generated plotly charts!
if you're interested, here is the project: https://github.com/javelit/javelit
A tutorial to build the app in the gif above using tablesaw is here: https://docs.javelit.io/get-started/tutorials/create-an-app
Thanks a ton to the tablesaw team and community for the awesome work!
Take care. 👋
Beta Was this translation helpful? Give feedback.
All reactions