diff options
Diffstat (limited to '17-nosql-databases/nosql-databases.ipynb')
| -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.|" ] }, |
