Ask HN: How to Visualise MongoDB?
Hey HN, Is there a tool that lets you visualise your database in browser, in an easy way.
I have tried Metabase, Redash, Google DataStudio - all pretty complex tools.
I am an indie hacker, and have my product data in Mongo. Right now, I check it out in terminal. It would be good to have a visualisation tool to do that for me.
My criteria:
1. Simple to use 2. Should not keep crashing (Metabase for Mac sucks)
If nothing like this exists, do you think I should build one and open source it?
14 comments
[ 8.4 ms ] story [ 39.9 ms ] threadI have used both of those as DB tools. Currently I have no Mongo databases and only use DataGrip, but I understand it supports Mongo pretty well and it is a decent tool. DataGrip isn't free but does have a free trial. Also, I believe there are a couple of different plug-ins for Visual Studio code that work with Mongo, but I don't use it so can't say how well etc.
* edit, sorry, just realized you said in browser, none of my suggestions are in-browser.
EDIT: neither of these can be used for BI like visualisations, can they?
In my opinion/experience, Mongo isn't really a good generic BI data warehouse/lake etc, so it probably will be hard to find generic tooling around that specific problem domain using Mongo without custom writing your own map-reduce and building your own visualizations with like highcharts/syncfusion/d3 etc.
I think your best option would be to custom build some dashboards using some HTML and JS and some API that serialializes your data or if you need BI tool then either check out their bi-connector or maybe build some ETL workflow and save your data in Bigquery or something similar. From there it would be easy to use Metabase or something else to visualize your data.
>Metabase works to some extent
.. and that was enough actually. I would have continued with it if it did not crash on me all the time.
https://www.holistics.io/blog/build-reporting-analytics-mong...
It has a free version you can possibly fit yourself into.
For the former, Robo 3T, as mentioned in sibling threads is probably the most popular free option.
For the latter, I haven't seen much but it looks like Mongo themselves have a tool called MongoDB Charts [1] for this.
[1]: https://www.mongodb.com/products/charts