node.js - How to structure database in mongoose for analytics -
My node.js app users are able to post downloadable content. To see them how many downloads have been made, this is easy, but I want to create a dashboard for those users, in which the downloads are shown in the graph using d3.js with the chart). How to manipulate your Mongo database? It should be flexible but small.
Take a look here. 10G has made a real case for analytics with Mongo
Comments
Post a Comment