runziggurat / ziggurat-viz

The Ziggurat Visualizations.
https://app.runziggurat.com
1 stars 0 forks source link

Move JSON reports to a database #19

Open JaniAnttonen opened 1 year ago

JaniAnttonen commented 1 year ago

Question is, what to use? CouchDB? Scylla? RethinkDB? (Mongo? πŸ˜Άβ€πŸŒ«οΈ )

CouchDB seems like the obvious choice because of the plug-and-play support with JSON. Has someone thought of this before? :)

kylegranger commented 1 year ago

I personally like Mongo, mainly because it's what I know in the node/JS world.