Improved explanation
This commit is contained in:
parent
979fd256a7
commit
1ac0c91d31
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user