Myria-Python is a Python interface to the Myria project, a distributed, shared-nothing big data management system and Cloud service from the University of Washington.
The Python components include intuitive, high-level interfaces for working with Myria, along with lower-level operations for interacting directly with the Myria API.
Users can install this using pip install myria-python
. Developers should clone the repository and run python setup.py develop
.
See our detailed documentation for additional information on using this module.