💿 In-memory key value store that saves your data to disk using JSON. 5 Commits
2023-07-05 22:02:16 +02:00
.editorconfig Added explanation 2023-07-05 22:02:16 +02:00
.gitignore Added explanation 2023-07-05 22:02:16 +02:00
Collection_test.go Added explanation 2023-07-05 22:02:16 +02:00
Collection.go Added explanation 2023-07-05 22:02:16 +02:00
go.mod Added basic tests 2023-07-05 17:23:50 +02:00
go.sum Added basic tests 2023-07-05 17:23:50 +02:00
LICENSE Added basic information 2023-07-05 00:20:26 +02:00
Namespace_test.go Added basic tests 2023-07-05 17:23:50 +02:00
Namespace.go Added basic tests 2023-07-05 17:23:50 +02:00
README.md Added explanation 2023-07-05 22:02:16 +02:00

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.