1
0
mirror of https://github.com/gryf/coach.git synced 2026-02-01 21:35:45 +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

4
.gitignore vendored
View File

@@ -26,3 +26,7 @@ datasets
core
trace_test*
.DS_Store
*.swp
*.swo
.cache/
*.pyc