top | item 9027645

Ask HN: Do you use MongoDB for analytics?

4 points| blaurenceclark | 11 years ago | reply

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

order
[+] buffyoda|11 years ago|reply
SlamData (http://slamdata.com) is open source and lets you perform analytics on data in MongoDB.

The 2.0 version will have data visualization baked in, but the current one doesn't have that just yet. :(

[+] caw|11 years ago|reply
If you're okay with writing your own queries and some basic HTML, you could use something like d3.js to render graphs.

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

[+] blaurenceclark|11 years ago|reply
Gotcha, yeah I found Pentaho and Jaspersoft (and RJ Metrics) all expensive enterprise solutions heh. May have to go the build my own route.