Zoe uses Docker Swarm to run Analytics as a Service applications. Currently only Spark is supported, but we are planning inclusion of other frameworks.
Zoe provides a simple way to provision data analytics clusters and workflows using container-based (Docker) virtualization.
The guiding principles are:
* ease of use: data scientists know about data and applications, systems and resource constraints should be kept out of the way
* ease of administration: we have a strong background in systems and network administration, so we put all effort possible to make Zoe ease to install and maintain
* use well-known technologies: we try hard not to reinvent the wheel, we use Python, ZeroMQ, Docker and the Apache Web Server
* a clear roadmap: our short and long-term objectives should always be clear and well defined
* openness: the source code is open: clone, modify, discuss, test and contribute, you are welcome!