An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

github.com/nutsdb/nutsdb

Package nutsdb implements a simple, fast, embeddable and persistent key/value store written in pure Go. It supports fully serializable transactions. And it also supports data structure such as list、set、sorted set etc. NutsDB currently works on Mac OS, Linux and Windows. NutsDB has the following main types: DB, BPTree, Entry, DataFile And Tx. and NutsDB supports bucket, A bucket is a collection of unique keys that are associated with values. All operations happen inside a Tx. Tx represents a transaction, which can be read-only or read-write. Read-only transactions can read values for a given key , or iterate over a set of key-value pairs (prefix scanning or range scanning). read-write transactions can also update and delete keys from the DB. See the examples for more usage details.

Ecosystem
proxy.golang.org
Latest Release
v1.1.0
3 months ago
Versions
32
Dependent Packages
57
Dependent Repos
2
Links
Registry proxy.golang.org
Source Repository
Docs Documentation
JSON API View JSON
CodeMeta codemeta.json
Package Details
PURL pkg:golang/github.com/nutsdb/nutsdb
spec
License Apache-2.0
Namespace github.com/nutsdb
First Release about 7 years ago
Last Synced about 4 hours ago
Repository
Stars 3,525 on GitHub
Forks 344 on GitHub
Docker Dependents 3
Docker Downloads 41
Commits 792
Committers 66
Avg per Author 12.0
DDS 0.511
Rankings on proxy.golang.org
Overall Top 1.8%
Dependent packages Top 0.6%
Dependent repos Top 3.5%
Forks Top 1.7%
Docker downloads Top 2.0%