1
0
mirror of https://github.com/gryf/coach.git synced 2025-12-17 11:10:20 +01:00

Added data store backend. (#17)

* Added data store backend.
* Add NFS implementation for Kubernetes.
* Added S3 data store implementation.
* Addressed review comments.
This commit is contained in:
Balaji Subramaniam
2018-10-04 09:45:59 -07:00
committed by zach dwiel
parent 6b2de6ba6d
commit 1c238b4c60
6 changed files with 327 additions and 1 deletions

View File

@@ -13,4 +13,5 @@ bokeh==0.13.0
futures==3.1.1
wxPython==4.0.1
kubernetes==7.0.0
redis==2.10.6
redis==2.10.6
minio==4.0.5