Skip to content

Database RocksDB #14

@tredoe

Description

@tredoe

Instead of RocksDB, you could use a database built in Go (to a better deploy):

  • Bolt is a pure Go key/value store inspired by the LMDB project. Bolt currently works on Mac OS and Linux. Windows support is coming soon.

https://github.com/boltdb/bolt
https://godoc.org/github.com/boltdb/bolt

  • Package kv implements a simple and easy to use persistent key/value (KV) store:

https://github.com/cznic/kv
http://godoc.org/github.com/cznic/kv

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions