Hello. In the MongoDB compass in the ‘schema’ tab you have good dynamic charts. I’d like to implement such graphics in the metabase app to see info. Could you please share query which get aggregate data and visualize in the ‘schema’ tab? Thanks
Skip to main content
Compass shows you the schema by analyzing a document.
You might read How to get mongodb schema dump - Stack Overflow
I suppose in analyze by some aggregation function, isn’t it?)
It’s inferential from a document or selection of documents because of course not all documents have to be the same.
If you create constraints, you can analyze them instead.
New & Unread Topics
Topic | Replies | Views | Activity |
---|---|---|---|
GridFS creating orphan chunks when using unique index | 1 | 215 | Jul 2024 |
Help with Mongo C++API | 3 | 335 | Aug 2024 |
Immediate exit due to unhandled exception in MongoDB v6.0.14 | 1 | 473 | Sep 2024 |
Just reinstalled my distro and deleted my / | 0 | 15 | Nov 2024 |
Trying to find “MongoDB For Beginners” documentation | 1 | 32 | Dec 2024 |