philippgille / gokv

Simple key-value store abstraction and implementations for Go (Redis, Consul, etcd, bbolt, BadgerDB, LevelDB, Memcached, DynamoDB, S3, PostgreSQL, MongoDB, CockroachDB and many more)
Mozilla Public License 2.0
722 stars 68 forks source link

Add more gokv.Store implementations #82

Open philippgille opened 5 years ago

philippgille commented 5 years ago

Instead of creating a new issue as soon as someone thinks a new implementation makes sense, let's use this ticket for collecting ideas which implementations could make sense in the future.

Only when getting more serious about a specific implementation and starting to more thoroughly evaluate the key-value store / DB, a new issue specifically for that store should be created.


prologic commented 5 years ago

Would you consider https://github.com/prologic/bitcask ? 😁 --

James Mills / prologic

E: prologic@shortcircuit.net.au W: prologic.shortcircuit.net.au

philippgille commented 4 years ago

Sorry for the late reply @prologic! When you commented I actually already had bitcask (and bitraft) on a TODO list elsewhere.

I extended the list in the top comment by:

prologic commented 4 years ago

No worries :)

philippgille commented 4 years ago

Added Lungo and Redix

philippgille commented 4 years ago

Added Olric