From 04b7bd5def884ca2a49f0c761c2c2a5ffd15aa8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sil=C3=A9n?= Date: Sat, 6 Jul 2024 08:24:34 +0300 Subject: [PATCH] Updated databases --- readme.md | 34 ++++++++++++++++++---------------- 1 file changed, 18 insertions(+), 16 deletions(-) diff --git a/readme.md b/readme.md index 5e3b57aa..4f6248c0 100644 --- a/readme.md +++ b/readme.md @@ -594,23 +594,25 @@ ## Databases - [Database](https://github.com/numetriclabz/awesome-db#readme) -- [MySQL](https://github.com/shlomi-noach/awesome-mysql#readme) -- [SQLAlchemy](https://github.com/dahlia/awesome-sqlalchemy#readme) -- [InfluxDB](https://github.com/mark-rushakoff/awesome-influxdb#readme) -- [Neo4j](https://github.com/neueda/awesome-neo4j#readme) -- [MongoDB](https://github.com/ramnes/awesome-mongodb#readme) - NoSQL database. -- [RethinkDB](https://github.com/d3viant0ne/awesome-rethinkdb#readme) -- [TinkerPop](https://github.com/mohataher/awesome-tinkerpop#readme) - Graph computing framework. -- [PostgreSQL](https://github.com/dhamaniasad/awesome-postgres#readme) - Object-relational database. -- [CouchDB](https://github.com/quangv/awesome-couchdb#readme) - Document-oriented NoSQL database. -- [HBase](https://github.com/rayokota/awesome-hbase#readme) - Distributed, scalable, big data store. -- [NoSQL Guides](https://github.com/erictleung/awesome-nosql-guides#readme) - Help on using non-relational, distributed, open-source, and horizontally scalable databases. + - [MariaDB](https://github.com/Vettabase/awesome-mariadb#readme) - Relational database, fork of MySQL. + - [MySQL](https://github.com/shlomi-noach/awesome-mysql#readme) - Relational database. + - [PostgreSQL](https://github.com/dhamaniasad/awesome-postgres#readme) - Object-relational database. + - [CouchDB](https://github.com/quangv/awesome-couchdb#readme) - Document-oriented NoSQL database. + - [MongoDB](https://github.com/ramnes/awesome-mongodb#readme) - NoSQL database. + - [Cassandra](https://github.com/Anant/awesome-cassandra#readme) - Open-source, distributed, wide column store, NoSQL database management system. + - [InfluxDB](https://github.com/mark-rushakoff/awesome-influxdb#readme) - Time series database. + - [Neo4j](https://github.com/neueda/awesome-neo4j#readme) - Graph database. + - [RethinkDB](https://github.com/d3viant0ne/awesome-rethinkdb#readme) - Document-oriented database. + - [TDengine](https://github.com/taosdata/awesome-tdengine#readme) - An open-source time-series database with high-performance, scalability, and SQL support. + - [PocketBase](https://github.com/benallfree/awesome-pocketbase#readme) - An open-source, Go-based backend in one file. + - [TypeDB](https://github.com/vaticle/typedb-awesome#readme) - Logical database to organize large and complex networks of data as one body of knowledge. + - [HBase](https://github.com/rayokota/awesome-hbase#readme) - Distributed, scalable, big data store. + - [Database Tools](https://github.com/mgramin/awesome-db-tools#readme) - Everything that makes working with databases easier. -- [TypeDB](https://github.com/vaticle/typedb-awesome#readme) - Logical database to organize large and complex networks of data as one body of knowledge. -- [Cassandra](https://github.com/Anant/awesome-cassandra#readme) - Open-source, distributed, wide column store, NoSQL database management system. -- [TDengine](https://github.com/taosdata/awesome-tdengine#readme) - An open-source time-series database with high-performance, scalability, and SQL support. -- [Supabase](https://github.com/lyqht/awesome-supabase#readme) - An open-source alternative to Firebase. -- [PocketBase](https://github.com/benallfree/awesome-pocketbase#readme) - An open-source, Go-based backend in one file. + - [Supabase](https://github.com/lyqht/awesome-supabase#readme) - An open-source alternative to Firebase. + - [SQLAlchemy](https://github.com/dahlia/awesome-sqlalchemy#readme) - SQL toolkit and ORM (Python library). + - [TinkerPop](https://github.com/mohataher/awesome-tinkerpop#readme) - Graph computing framework. + - [NoSQL Guides](https://github.com/erictleung/awesome-nosql-guides#readme) - Help on using non-relational, distributed, open-source, and horizontally scalable databases. ## Media