Hey HN, Is there a tool that lets you visualise your database in browser, in an easy way.<p>I have tried Metabase, Redash, Google DataStudio - all pretty complex tools.<p>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.<p>My criteria:<p>1. Simple to use
2. Should not keep crashing (Metabase for Mac sucks)<p>If nothing like this exists, do you think I should build one and open source it?
I don't think its possible to visualize Mongo data out of the box due to the fact its schemaless. They have this product <a href="https://docs.mongodb.com/bi-connector/master/" rel="nofollow">https://docs.mongodb.com/bi-connector/master/</a> which I have not used but it looks something that would be able to solve the issue? I have tried also Metabase with Mongo and it works to some extent but when I tried the queries didn't work etc.<p>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.
Have you looked at DataGrip from JetBrains or RoboMongo?<p>I 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.<p>* edit, sorry, just realized you said in browser, none of my suggestions are in-browser.
Are you looking for a database GUI tool or a visual graph of the data in your Mongo db?<p>For the former, Robo 3T, as mentioned in sibling threads is probably the most popular free option.<p>For the latter, I haven't seen much but it looks like Mongo themselves have a tool called MongoDB Charts [1] for this.<p>[1]: <a href="https://www.mongodb.com/products/charts" rel="nofollow">https://www.mongodb.com/products/charts</a>
You can check out Holistics.io - It allows you to bring MongoDB data into a SQL DW, and visualize them in a single tool.<p><a href="https://www.holistics.io/blog/build-reporting-analytics-mongodb-using-holistics/" rel="nofollow">https://www.holistics.io/blog/build-reporting-analytics-mong...</a><p>It has a free version you can possibly fit yourself into.
Take a look to <a href="https://www.seektable.com" rel="nofollow">https://www.seektable.com</a>, it has native connector for MongoDB. Both cloud & self-hosted versions are available; paid subscriptions are not needed for personal/individual usage.