diff options
| author | W. Kosior <koszko@koszko.org> | 2026-01-27 12:00:00 +0100 |
|---|---|---|
| committer | W. Kosior <koszko@koszko.org> | 2026-01-27 12:00:00 +0100 |
| commit | 841004d5ba0631ead2ec3faa4fe5cfa3505882dd (patch) | |
| tree | 8411a859a78f88e476801e079b82588af7fbe5bb | |
| parent | 1728e9724e98fa5156305b71f6e20bf55f17c780 (diff) | |
| download | AGH-db-lectures-magister.tar.gz AGH-db-lectures-magister.zip | |
| -rw-r--r-- | 17-nosql-databases/nosql-databases.ipynb | 7 |
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 DocumentDB|Amazon's SaaSS with some degree of compatibility with MongoDB.|\n", + "|Azure Cosmos 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.|" ] }, |
