Prepare release 0.1.0

This commit is contained in:
Benedikt Kulmann
2020-07-23 12:08:29 +02:00
parent 8f290aa0f0
commit 47f2d7d037
2 changed files with 8 additions and 0 deletions
@@ -0,0 +1,8 @@
Change: Initial release of basic version
We have built a new service which implements go micro's [store interface](https://github.com/micro/development/blob/master/design/framework/store.md),
so that we can provide a key-value-store through GRPC for our services. The underlying implementation stores data as json
files on disk and maintains an index using [bleve](https://github.com/blevesearch/bleve).
https://github.com/owncloud/ocis-store/pull/1
https://github.com/owncloud/ocis-store/pull/2