💿 In-memory key value store that saves your data to disk using JSON.
5 Commits
.editorconfig | ||
.gitignore | ||
Collection_test.go | ||
Collection.go | ||
go.mod | ||
go.sum | ||
LICENSE | ||
Namespace_test.go | ||
Namespace.go | ||
README.md |
ocean
In-memory key value store that saves your data to simple JSON files. No background processes, no schemas, just plain old files. If you like, you can execute a search on your entire data with classic UNIX tools. Writing to disk is async, so the performance of your code is only limited by your CPU and RAM speed.