Parents : Database Management Systems
| Date and time note was created | $= dv.current().file.ctime |
| Date and time note was modified | $= dv.current().file.mtime |
mongo-db-data-platform.excalidraw
⚠ Switch to EXCALIDRAW VIEW in the MORE OPTIONS menu of this document. ⚠
Excalidraw Data
Text Elements
Link to original
What is Mongo D.B Data Platform ?
Mongo D.B is a General Purpose Database Developer Platform that helps developer to create and manipulate databases for your applications.
Terminology to understand Mongo D.B
- Mongo D.B Developer Platform contains MongoDB-Atlas
Data modelling in MongoD.B
- Knowing how an app works makes it easier to data model an application
- Interaction between the application components instead of first creating the tables and then thinking how the app should be made like in RDBMS is more preferred.
- Schema is fluent in MongoDB-Database thus you can use the schema in any way possible although it still has a structure.