From 9dc39ac5f618fef54a8eef390385bf45ce717d17 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Thu, 15 Aug 2019 12:41:17 +0200 Subject: [PATCH] add basic information --- README.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) 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