NutsDB is simple, fast, embeddable, persistent key/value store written in pure Go. From the version v0.3.0 , it supports ACID transactions 。Before the version v0.3.0,NutsDB uses in order to improve the write performance use mmap, current version v0.3.0, discard mmap package (this package maybe has bugs about Flush function),it will be supported in future releases.
## github link
https://github.com/xujiajun/nutsdb
## motivation
https://github.com/xujiajun/nutsdb#motivation
## Feature
* Simple and Fast
* embeddable
* persistent
* Supports transactions
* Supports many data structures like redis such as list, set, sorted set
## benchmark
https://github.com/xujiajun/nutsdb#benchmarks
Welcome contributions to NutsDB. thanks.