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 |
---|---|---|---|
Database Schema | 0 | 443 | May 2024 |
FullDocumentBeforeChange is NULL | 0 | 214 | Jul 2024 |
Is there any relevant materials about inverted index that can be used for study and reference? | 1 | 218 | Aug 2024 |
Requests being sent to compass.mongodb.com | 2 | 86 | Dec 2024 |
Benchmark mongodb insert update read write delete in ms? | 8 | 52 | Mar 13 |