add basic information

This commit is contained in:
Robert Kaussow
2019-08-15 12:41:17 +02:00
parent 94f19e653e
commit 9dc39ac5f6

View File

@@ -1 +1,16 @@
# hyperreva
# hyperreva
## Organizational structure
* using reva as library
* building services around the library functionalities
* standalone repos for each service
* hyperreva as wrapper repository for standalone binary
## Technical details
* microservices: [go-kit/kit](https://github.com/go-kit/kit)
* cli: [spf13/cobra](https://github.com/spf13/cobra)
* configuration: [spf13/viper](https://github.com/spf13/viper)
## Next goals
* [ ] working integration demo
* [ ] minimal drone pipeline for nightly builds