Hey everyone!
I'm using such a tech to build a small crypto analytic platform. Now it's Python + PostgreSQL + Zeppelin Notebook and SQLPad.
- Gather data with Python from public API and blockchain
- Store and process it with Postgres
- Visualize with Zeppelin and SQLPad. And Excel :)
You can see an output in my blog here.
You can reach me if you have a questions or wanna cooperate.
My main account here https://steemit.com/@bronevik
Cool project :) Have you considered using Plotly for visualizations?:)
Honestly I did't know about plotly until recently, and now I definitely gonna use it.
In theory Zeppelin notebook can run any python code but in practice not in my case because I run it on Windows. As soon as I move all my stuff to some linux machine I will try. Also I'll try bokeh and mathplotlib.
I need something python-based, web-shared with maximum interactive stuff like filters, different slices (a-la excel pivot table) and so on. And I hate JavaScript coding. So it won't be easy :)