Skip to content

KWresearch/zoe

 
 

Repository files navigation

Zoe - Container-based Analytics as a Service

Zoe provides a simple way to provision data analytics applications using Docker Swarm.

Resources:

Zoe applications can be easily created by users, we provide several examples in the zoe-applications https://github.com/DistributedSystemsGroup/zoe-applications repository to get you started.

Other Zoe resources:

A note on the master branch

We are currently redesigning Zoe with a new architecture, so the master branch is unstable and changes very rapidly. The latest stable version is maintained under the 0.9.7-stable branch. All the documentation currently refers to this stable version, unless otherwise noted.

Repository contents

  • `contrib`: supervisord config files
  • `docs`: Sphinx documentation
  • `scripts`: Scripts used to test Zoe images outside of Zoe
  • `zoe_cmd`: Command-line client
  • `zoe_lib`: Client-side library, contains also some modules needed by the observer and the master processes
  • `zoe_observer`: The Observer process that monitors Swarm and informs the master of various events
  • `zoe_master`: The core of Zoe, the server process that listens for client requests and creates the containers on Swarm
  • `zoe_web`: The web client interface

Travis build Documentation Status Requirements Status

Zoe is licensed under the terms of the Apache 2.0 license.

Packages

No packages published

Languages

  • Python 70.8%
  • HTML 15.1%
  • JavaScript 13.1%
  • Other 1.0%