diff --git a/README.md b/README.md index d03592770e..0025ba1eef 100644 --- a/README.md +++ b/README.md @@ -1 +1,16 @@ -# hyperreva \ No newline at end of file +# 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