DEV Community

Abdi Abyan
Abdi Abyan

Posted on • Edited on

NoSQL databases you should know 2024.

In the Past

NoSQL non-relational databases also know (not only sequel) is the newer types of database engine that don’t require the data to be modelled or schema-less. Older databases like relational ones require a schema to work before hand and have around for more than 50 years. Generally most databases can be categorised into either relational (SQL) or non-relational (NoSQL). For non-relational databases there are four main types Document, Wide Column family, Key Value and Graph. This blog is about these NoSQL databases models although there are more NoSQL databases types like Time-series and Vector.

Astra DB - NoSQL
Astra Database the number one NoSQL database for un uniformed datatypes.

Neon4j - NoSQL
Graph Database Neon4j is a NoSQL database that’s fine tuned for modelling complex data.

Firestore Firebase - NoSQL
Google Fire-store is a column family database build to handle data that has no form or data types.

Fauna DB - NoSQL

Fauna DB is NoSQL database key-value datastore that holds data in collections.

Conclusion

Top comments (1)