Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 1.55 KB

README.md

File metadata and controls

24 lines (17 loc) · 1.55 KB

Myria Python

Build Status Coverage Status Latest Version

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.

Installation

Users can install this using pip install myria-python. Developers should clone the repository and run python setup.py develop.

Usage

See our detailed documentation for additional information on using this module.