Hacker News new | ask | show | jobs
by scottydelta 1831 days ago
I have been working on a stock market analytics tool, here is the news section: https://quantale.io/dashboard/latest-news

It tracks real-time data from Reddit, Twitter, Newsmedia, SEC Filings and Financial Data of over 10000 stock tickers.

It is in super alpha right now so please be more tolerant of bugs and issues. thank you

2 comments

Hey nice idea- I am looking at building a dashboard style web app like yours. Have you used any frameworks here or rolled your own? - I am on mobile or id take a closer look myself.
I am developing a big data collection and visualization platform called QuantaleCore that powers https://quantale.io

The platform allows users to code and launch a container which gets data into the DB and from there everything else is abstracted. There is a generic API that can be used to request that data from DB without writing any code and then on frontend I am developing a library that helps me hook these generic endpoints to different visualizations that I want just like kibana or grafana.

So QuantaleCore is like an end to end replacement for Elasticsearch + Logstash + Kibana

My email is on my profile. Email me if you would like to discuss it more. I would be happy to give you a demo.

Also I'd like to be able to read the reddit comment without having to leave the site if possible. Am liking it though, already been down a few rabbit holes. Good stuff.
thanks for the suggestion, I am adding a feature to expand the comment in the view itself and user will be able to read the full comment without leaving the site.