
EdgeDB
Datomic
MarkLogic Server
Valentina Server
Datahike
Matisse
Oracle TimesTen
SAP MaxDB
Firestore
MarkLogic Server
Datomic
Valentina Server
Datahike
Matisse
Oracle TimesTen
Micro Focus Content Manager
EdgeDB
FirestoreEdgeDB might be a bit more popular than Firestore. We know about 4 links to it since March 2021 and only 3 links to Firestore. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
A new DB, with a new query language that's like "SQL done right"? This immediately reminded me of EdgeDB: https://edgedb.com/ Is there anyone here who knows enough about these two products to do a compare/contrast? - Source: Hacker News / about 3 years ago
See also https://edgedb.com/ which is another relational database without sql. - Source: Hacker News / about 3 years ago
>relational no-sql Do you mean something like edgeDB?[0] Or do you mean some non-declarative language completely? I don't see the latter making much sense. The issue with SQL for me is the "natural language" which quickly loses all intended readabilty when you have SELECT col1, col2 FROM (SELECT * FROM ... WHERE 1=0 AND ... Which is what edgeDB is trying to solve. [0]https://edgedb.com/. - Source: Hacker News / over 3 years ago
You have to do your own optimiser to avoid, for instance, the N+1 query problem. (Just Google that, plenty of explanations around.) Many GraphQL frameworks have a โnaiveโ subquery implementation that performs N individual subqueries. You either have to override this for each parent/child pairing, or bolt something on the back to delay all the โSELECT * FROM tbl_subquery WHERE id = ?โ operations and convert them... - Source: Hacker News / over 4 years ago
Firestore for Inbox, Outbox, and Distributed Lock. - Source: dev.to / 10 months ago
Your app must be stateless. Don't use embedded databases. When your users hit your app again, they may be reaching another instance in a completely different state. Persist data in cloud-based storage like GCS, Cloud SQL, or Cloud Firestore. - Source: dev.to / over 1 year ago
Google Firestore is a serverless document database providing direct web, IoT, and mobile app development access. Itโs highly scalable with no maintenance window and zero downtime. - Source: dev.to / almost 2 years ago
A long time ago, a fork of Django called โDjango-nonrelโ experimented with the idea of using Djangoโs ORM with a non-relational database; what was then called the App Engine Datastore, but is now known as Google Cloud Datastore (or technically, Google Cloud Firestore in Datastore Mode). Since then a more recent project called "django-gcloud-connectors" has been developed by Potato to allow seamless ORM integration... - Source: dev.to / over 2 years ago
In that case use Cloud Datastore (aka Firestore in Datastore Mode). It's a NoSQL db that was initially targeted just for GAE (you needed to have a GAE App even if empty to use it) but that requirement has been relaxed. Source: over 3 years ago
Datomic - The fully transactional, cloud-ready, distributed database
MarkLogic Server - MarkLogic Server is a multi-model database that has both NoSQL and trusted enterprise data management capabilities.
Valentina Server - Valentina Server is 3 in 1: Valentina DB Server / SQLite Server / Report Server
Datahike - A durable datalog database adaptable for distribution.
Matisse - Matisse is a post-relational SQL database.
Oracle TimesTen - TimesTen is an in-memory, relational database management system with persistence and...