vault backup: 2026-07-26 09:35:48

This commit is contained in:
Benjamin Neumann
2026-07-26 09:35:48 +02:00
parent dfe7ac9e30
commit 33e06205be
4 changed files with 36 additions and 12 deletions
@@ -19,5 +19,7 @@
## [[Resource Description Framework und Wissensgraphen]]
## [[MongoDB]]
@@ -0,0 +1,7 @@
NoSQL Database
Dokumenten-orientiert
JSON dokumente (Intern BSON)
Flexibles Schema. Dokumente einer Collection können unterschiedliche Felder haben!
Collection = Table that stores Documents
Field = Spalte key-value pair
*_id* Feld als Int für eindeutige Identifizierung eines Dokuments