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

Popular posts from this blog

Verilog Error: output or inout port "Q" must be connected to a structural net expression -

jasper reports - How to center align barcode using jasperreports and barcode4j -

c# - ASP.NET MVC - Attaching an entity of type 'MODELNAME' failed because another entity of the same type already has the same primary key value -