trevorforrey / OttoDBLinks
key value database with transactional capabilities. Created for a Distributed Systems class, not suitable for production
☆15Updated 6 years ago
Alternatives and similar repositories for OttoDB
Users that are interested in OttoDB are comparing it to the libraries listed below
Sorting:
- A key/value database for the Phoenix Golang Meetup's Build a Database Server challenge.☆28Updated 7 years ago
- Thread-safe concurrent maps for go.☆25Updated 6 years ago
- key value server. redis api, leveldb storage, raft support☆80Updated 5 years ago
- Binary heap priority queues in Go☆32Updated 4 years ago
- Jobqueue manages running and scheduling jobs (think Sidekiq or Resque for Go).☆39Updated 4 years ago
- A hashmap for Go that uses crypto random seeds, hash hints, open addressing, and robin hood hashing.☆29Updated 6 years ago
- NUMA bindings for Go, requires libnuma.☆26Updated 6 years ago
- Write ahead Raft log for Go☆58Updated 5 years ago
- A fast collection type that uses uint64 for keys.☆44Updated 5 years ago
- Entry for the Nov 29th Golang Phoenix meetup competition