Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 1.47 KB

README.md

File metadata and controls

19 lines (15 loc) · 1.47 KB

The open-source alternative list 📦 (Work in progress)

A mega list of OSS software to replace all those pesky SSPL dependencies along with all those closed-source hellholes.

Redis

Name 📛 Description 📑
Dragonfly DB A powerful alternative built to be a drop-in replacement, no rewriting systems, just plug and play.
Apache Kafka and Apache CouchDB While not a drop-in replacement, Kafka and CouchDB can be a pretty good replacement for Redis's keystore system alongside their pub/sub messaging system.
DiceDB While still in its early stages, DiceDB is already shaping up to be a great Redis re-implementation.
KeyDB While sadly not supporting Redis 7.0, this fork seems to have a great future and is a perfect drop-in replacement for any application running Redis.
Memcached A powerful key-store cache that rivals in performance.
RocksDB A speedy embeddable key-store database.

MongoDB

Name 📛 Description 📑
Apache CouchDB A powerful database built on the NoSQL style, sadly not a drop-in replacement, but it features super powerful tools and allows for more integration due to it using the HTTP/HTTPS protocol for communications.