Metadata-Version: 2.0
Name: zoe-analytics
Version: 0.8.1
Summary: Zoe - Analytics on demand
Home-page: https://github.com/DistributedSystemsGroup/zoe
Author: Daniele Venzano
Author-email: venza@brownhat.org
License: Apache 2.0
Keywords: spark analytics docker swarm containers notebook
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Web Environment
Classifier: Framework :: IPython
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Education
Classifier: Operating System :: POSIX :: Linux
Classifier: Topic :: Software Development
Classifier: Topic :: System :: Distributed Computing
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.4
Requires-Dist: Flask (>=0.10.1)
Requires-Dist: SQLAlchemy (>=1.0.8)
Requires-Dist: docker-py (>=1.3.0)
Requires-Dist: python-dateutil (>=2.4.2)
Requires-Dist: pyzmq (>=14.0.1)
Requires-Dist: tornado (>=4.2.1)
Provides-Extra: dev
Requires-Dist: Sphinx; extra == 'dev'
Provides-Extra: test
Requires-Dist: coverage; extra == 'test'
Requires-Dist: pytest; extra == 'test'

Zoe - Container-based Analytics as a Service
============================================

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!

Resources:

-  Documentation: http://zoe-analytics.readthedocs.org/
-  Docker images:
   https://github.com/DistributedSystemsGroup/zoe-docker-images

|Documentation Status| |Requirements Status|

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

.. |Documentation Status| image:: https://readthedocs.org/projects/zoe-analytics/badge/?version=latest
   :target: https://readthedocs.org/projects/zoe-analytics/?badge=latest
.. |Requirements Status| image:: https://requires.io/github/DistributedSystemsGroup/zoe/requirements.svg?branch=master
   :target: https://requires.io/github/DistributedSystemsGroup/zoe/requirements/?branch=master


