Improved explanation

This commit is contained in:
Eduard Urbach 2023-07-05 22:07:43 +02:00
parent 979fd256a7
commit 1ac0c91d31
Signed by: akyoto
GPG Key ID: C874F672B1AF20C0

View File

@ -1,6 +1,7 @@
# 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.
In-memory key value store that saves your data to plain old JSON files.
If you like, you can operate 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.