Move the object storage in its own daemon, Applications in the client
The scheduler only knows about executions. Each execution has an application ID that can be used by the scheduler to group executions coming form the same application. The client has its own database that manages users and applications.
... | ... | @@ -5,6 +5,7 @@ mysql-connector-python |
python-dateutil | ||
pytest | ||
pytest-cov | ||
requests | ||
Sphinx | ||
SQLAlchemy | ||
tornado | ||
... | ... |
zoe-storage.conf
0 → 100644
zoe-storage.py
0 → 100644
zoe_client/storage_helper.py
0 → 100644