aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorW. Kosior <koszko@koszko.org>2026-01-27 12:00:00 +0100
committerW. Kosior <koszko@koszko.org>2026-01-27 12:00:00 +0100
commit841004d5ba0631ead2ec3faa4fe5cfa3505882dd (patch)
tree8411a859a78f88e476801e079b82588af7fbe5bb
parent1728e9724e98fa5156305b71f6e20bf55f17c780 (diff)
downloadAGH-db-lectures-magister.tar.gz
AGH-db-lectures-magister.zip
Clarify the issue of DocumentDBs in `17-nosql-databases'.HEADmagister
-rw-r--r--17-nosql-databases/nosql-databases.ipynb7
1 files changed, 4 insertions, 3 deletions
diff --git a/17-nosql-databases/nosql-databases.ipynb b/17-nosql-databases/nosql-databases.ipynb
index 905606f..13f96e4 100644
--- a/17-nosql-databases/nosql-databases.ipynb
+++ b/17-nosql-databases/nosql-databases.ipynb
@@ -40,9 +40,10 @@
"|database|description|\n",
"|:-|:-|\n",
"|MongoDB|A database system using JSON and JavaScript, FLOSS until 2018.|\n",
- "|DocumentDB|Amazon's SaaSS with some degree of compatibility with MongoDB.|\n",
- "|Cosmos DB|Microsoft's SaaSS with some degree of compatibility with MongoDB, previously also names \"DocumentDB\".|\n",
- "|FerretDB|An Apache-2.0-licensed database system with some degree of compatibility with MongoDB, utilizes Postgres under the hood.|\n",
+ "|Amazon&nbsp;DocumentDB|Amazon's SaaSS with some degree of compatibility with MongoDB.|\n",
+ "|Azure&nbsp;Cosmos&nbsp;DB</span>|Microsoft's SaaSS with some degree of compatibility with MongoDB, named \"DocumentDB\" before 2017.|\n",
+ "|DocumentDB|A Microsoft-maintained Expat-licensed database system \"powering the […] Azure Cosmos DB, built on PostgreSQL,\" publicly released in 2025.|\n",
+ "|FerretDB|An Apache-2.0-licensed database system with some degree of compatibility with MongoDB, utilizes Postgres and (since 2025) DocumentDB under the hood.|\n",
"|CouchDB|An independent database system using JSON and JavaScript.|"
]
},