Updating conversion, creating readmes

This commit is contained in:
Jonas Zeunert
2024-04-19 23:37:46 +02:00
parent 3619ac710a
commit 08e75b0f0a
635 changed files with 30878 additions and 37344 deletions

View File

@@ -19,8 +19,8 @@
⟡ facebook/mysql-5.6 (https://github.com/facebook/mysql-5.6) - Facebook's branch of the Oracle MySQL v5.6 database
⟡ twitter/mysql (https://github.com/twitter/mysql) - MySQL fork maintained and used at Twitter https://github.com/twitter/mysql/wiki
⟡ postgres (https://github.com/postgres/postgres)
⟡ Redis (https://github.com/antirez/redis) - Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets,
Hashes website (http://redis.io)
⟡ Redis (https://github.com/antirez/redis) - Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes website 
(http://redis.io)
⟡ redis-nds (https://github.com/mpalmer/redis/tree/nds-2.6) - This is a version of Redis patched to implement NDS (the Naive Disk Store). Documentation on this feature is contained within README.nds.
⟡ rethinkdb (https://github.com/rethinkdb/rethinkdb) - An open-source distributed JSON document database with a pleasant and powerful query language. http://www.rethinkdb.com
⟡ rocksdb (https://github.com/facebook/rocksdb) - Embedded key-value store for fast storage http://rocksdb.org
@@ -60,8 +60,7 @@
⟡ cassandra (https://github.com/apache/cassandra) - Cassandra is a partitioned row store. Rows are organized into tables with a required primary key.
⟡ elasticsearch (https://github.com/elasticsearch/elasticsearch) - Open Source, Distributed, RESTful Search Engine website (http://elasticsearch.org)
⟡ lmdbjni (https://github.com/deephacks/lmdbjni) - LMDB for Java, which is a very fast embedded key/value store with full ACID semantics.
⟡ mapdb
 (https://github.com/jankotek/MapDB) - MapDB provides concurrent Maps, Sets and Queues backed by disk storage or off-heap-memory. It is a fast and easy to use embedded Java database engine.http://www.mapdb.org
⟡ mapdb (https://github.com/jankotek/MapDB) - MapDB provides concurrent Maps, Sets and Queues backed by disk storage or off-heap-memory. It is a fast and easy to use embedded Java database engine.http://www.mapdb.org
⟡ neo4j (https://github.com/neo4j/neo4j) - Neo4j (http://neo4j.org) is the worlds leading Graph Database.
⟡ orientdb (https://github.com/orientechnologies/orientdb) - OrientDB is an Open Source NoSQL DBMS with the features of both Document and Graph DBMSs.
⟡ voldemort (https://github.com/voldemort/voldemort) - An open source clone of Amazon's Dynamo. website (http://project-voldemort.com)
@@ -70,8 +69,8 @@
Javascript
⟡ couchdb (https://github.com/apache/couchdb) - Apache CouchDB™ is a database that uses JSON for documents,JavaScript for MapReduce indexes, and regular HTTP for its API website (http://couchdb.apache.org/)
⟡ mongodb (https://github.com/mongodb/mongo) - MongoDB is a document database that provides high performance, high availability, and easy scalability. Documents (objects) map nicely to programming language data 
types. Embedded documents and arrays reduce need for joins. Dynamic schema makes polymorphism easier. website (https://www.mongodb.org/)
⟡ mongodb (https://github.com/mongodb/mongo) - MongoDB is a document database that provides high performance, high availability, and easy scalability. Documents (objects) map nicely to programming language data types. Embedded documents
and arrays reduce need for joins. Dynamic schema makes polymorphism easier. website (https://www.mongodb.org/)