Update render script and Makefile

This commit is contained in:
Jonas Zeunert
2024-04-22 21:54:39 +02:00
parent 2d63fe63cd
commit 4d0cd768f7
10975 changed files with 47095 additions and 4031084 deletions

View File

@@ -19,16 +19,18 @@
⟡ 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-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.
⟡ 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
⟡ ssdb (https://github.com/ideawu/ssdb) - SSDB - A fast NoSQL database, an alternative to Redis http://ssdb.io
⟡ SQLite (http://www.sqlite.org/) - A completely embedded, full-featured relational database in a few 100k that you can include right into your project.
⟡ tokudb-engine (https://github.com/Tokutek/tokudb-engine)- TokuDB is a high-performance, write optimized, compressing, transactional storage engine for MySQL and MariaDB
⟡ TokuMX (https://github.com/Tokutek/mongo)- TokuMX is a high-performance, concurrent, compressing, drop-in replacement engine for MongoDB
⟡ VoltDB (https://github.com/VoltDB/voltdb/) - VoltDB is a horizontally-scalable, in-memory SQL RDBMS designed for applications that have extremely high read and write throughput requirements.
⟡ VoltDB
 (https://github.com/VoltDB/voltdb/) - VoltDB is a horizontally-scalable, in-memory SQL RDBMS designed for applications that have extremely high read and write throughput requirements.
dot-net
@@ -60,8 +62,8 @@
⟡ 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)
@@ -69,9 +71,10 @@
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/)
⟡ 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/)