Improved documentation
This commit is contained in:
parent
780551c206
commit
1703dcb60d
@ -4,8 +4,6 @@ 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.
|
If you like, you can operate on your entire data with classic UNIX tools.
|
||||||
|
|
||||||
Suitable for small to medium data volume.
|
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
@ -38,3 +36,9 @@ users := ocean.New[User]("google")
|
|||||||
```
|
```
|
||||||
|
|
||||||
You can add as many directory hierarchies as you need but I recommend using a simple `/namespace/collection/` structure.
|
You can add as many directory hierarchies as you need but I recommend using a simple `/namespace/collection/` structure.
|
||||||
|
|
||||||
|
## Limitations
|
||||||
|
|
||||||
|
This storage mechanism is suitable for small to medium data volume.
|
||||||
|
|
||||||
|
It is not suited for big data, however the package is pretty lightweight so you can combine it with a big data store.
|
||||||
|
Loading…
Reference in New Issue
Block a user