Ask HN: Do you use MongoDB for analytics?
I have a lot of app data in MongoDB and I wanted to perform some analytics on that data. I was looking for a Data Visualization tool where I could easily run/save mongodb queries and visualize them
i.e. how many of x has happened per date y and graph as a line graph.
Does anyone know of a solution like this and/or want one?
4 comments
[ 3.3 ms ] story [ 17.3 ms ] threadIf you are a python person, this article might help
http://adilmoujahid.com/posts/2015/01/interactive-data-visua...
If you're looking for more of an Excel pivot table on your MongoDB, there's a category of enterprise software that does this basically called "analytics dashboards" or "business intelligence dashboards" like Pentaho or Jaspersoft (1st google results, not recommending necessarily).
Most of those products come with the associated enterprise price tag ("call for pricing"). I'm not aware of any free ones
The 2.0 version will have data visualization baked in, but the current one doesn't have that just yet. :(