Skip to content

Commit

Permalink
📝 Update redis licenses, add hint to Redict and Valkey
Browse files Browse the repository at this point in the history
  • Loading branch information
veit committed Mar 29, 2024
1 parent 3913ca4 commit 0c42db6
Showing 1 changed file with 16 additions and 4 deletions.
20 changes: 16 additions & 4 deletions docs/data-processing/nosql/key-value-store.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ Schlüssel/Wert-Datenbanksysteme sind z.B. Riak, Cassandra, Redis und MongoDB.
+------------------------+--------------------------------+--------------------------------+--------------------------------+--------------------------------+
| **Entwicklungssprache**| Erlang | Java | ANSI C | C++ |
+------------------------+--------------------------------+--------------------------------+--------------------------------+--------------------------------+
| **Lizenzen** | Apache License 2.0 | Apache License 2.0 | BSD-3-Clause License | Server Side Public License |
| **Lizenzen** | Apache License 2.0 | Apache License 2.0 | Redis Source Available License | Server Side Public License |
| | | | v2, Server-Side Public License | |
| | | | v1 | |
+------------------------+--------------------------------+--------------------------------+--------------------------------+--------------------------------+
| **Datenmodell** | Im Wesentlichen | :term:`Column Family` | Schlüssel werden als | Flexibles Schema mit |
| | :term:`Schlüssel/Wert-Paar` | entsprechen Tabellen, | Zeichenkette gespeichert, | denormalisiertem Modell |
Expand All @@ -49,11 +51,19 @@ Schlüssel/Wert-Datenbanksysteme sind z.B. Riak, Cassandra, Redis und MongoDB.
| | | OldNetworkTopologyStrategy | :term:`consistent hashing | |
| | | | <Konsistente Hashfunktion>` | |
+------------------------+--------------------------------+--------------------------------+--------------------------------+--------------------------------+
| **Anmerkungen** | | Siehe auch `Scylla`_, eine | Siehe auch `KeyDB`_, ein Fork | `BSON` mit einre maximalen |
| | | Cassandra-kompatible | von Redis mit Multithreading. | Dokumentengröße von 16 MB. |
| | | Reimplementierung in C. | | |
| **Anmerkungen** | | Siehe auch `Scylla`_, eine | Siehe auch: | `BSON` mit einre maximalen |
| | | Cassandra-kompatible | | Dokumentengröße von 16 MB. |
| | | Reimplementierung in C. | `KeyDB`_ | |
| | | | ein Fork mit Multithreading| |
| | | | `Redict`_ | |
| | | | ein Fork, lizenziert unter | |
| | | | LGPL-3.0 | |
| | | | `Valkey`_ | |
| | | | ein Fork der Linux | |
| | | | Foundation | |
+------------------------+--------------------------------+--------------------------------+--------------------------------+--------------------------------+


.. _`Riak`: https://riak.com/
.. _`Cassandra`: https://cassandra.apache.org/
.. _`Redis`: https://redis.io/
Expand All @@ -70,4 +80,6 @@ Schlüssel/Wert-Datenbanksysteme sind z.B. Riak, Cassandra, Redis und MongoDB.
.. _`Cassandra Query Language (CQL)`: https://cassandra.apache.org/doc/latest/cql/
.. _`Scylla`: https://www.scylladb.com/
.. _`KeyDB`: https://github.com/JohnSully/KeyDB
.. _`Redict`: https://redict.io/
.. _`Valkey`: https://www.linuxfoundation.org/press/linux-foundation-launches-open-source-valkey-community
.. _`BSON`: http://www.bsonspec.org/

0 comments on commit 0c42db6

Please sign in to comment.