add flatfs note

License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
This commit is contained in:
Jeromy 2017-09-10 17:35:43 -07:00
parent 70be25e3e5
commit b56a2b2651

View File

@ -21,6 +21,9 @@ The shardFunc is prefixed with `/repo/flatfs/shard/v1` then followed by a descri
}
```
NOTE: flatfs should only be used as a block store (mounted at `/blocks`) as the
current implementation is not complete.
## levelds
Uses a leveldb database to store key value pairs.