local-docker-db
local-docker-db copied to clipboard
A bunch o' Docker Compose files used to quickly spin up local databases.
TODO: add example how to connect with client, with or without docker (have client program installed), and with go I've been using dbeaver for several of these DB's - I...
Using some sort of automation to update dependencies of all docker-compose files would be nice, unfortunately github's dependabot doesn't support docker-compose yet (https://github.com/dependabot/dependabot-core/issues/390). This leaves us with the option to...
A distributed key value NoSQL database that uses RocksDB as storage engine and is compatible with Redis protocol. Kvrocks has the following key features: - Redis protocol, user can use...