DEV Community

Discussion on: Firestore is Stunted, So... What is the Perfect Database in 2022?

Collapse
 
clun profile image
Cédrick Lunven • Edited

Hey Jonathan, lot of great insights in the article loved it.

Have you ever tried AstraDB ? (astra.datastax.com). It is based on noSQL Apache Cassandra with OSS Gateway on top of it named Stargate.io.

Scalable => 💯 (Cassandra better strength)
Realtime Data Support => 💯
A JS/TS Client Side API (or GraphQL) => 💯 GraphQL + JS client (github.com/datastax/astrajs)
Middleware Security => the Stargate layer does the security,
Cloud Hosted DbaaS Option => 💯
No Vendor Lock-In => 💯 , OSS Cassandra + OSS Stargate (sample docker compose github.com/datastax/astra-sdk-java...)
ACL with Login Methods => 💯 , Token will hold claims
Relational (SQL or Graph) => No, graph should come later this year though

(I work there, ping me if you need something)
Cheers.

Collapse
 
jdgamble555 profile image
Jonathan Gamble • Edited

I will check it out!