Houston Python Client


Keywords
houston
License
Other
Install
pip install houston-client==1.4.dev2

Documentation

Houston

PyPI

Python Client for Houston, an open source tool for building low cost, scalable, platform-agnostic data pipelines. Teams can share data processes as microservices using a simple API.

Documentation: github.com/datasparq-ai/houston/docs

Installation

This client can be installed via pip:

pip install houston-client

If you're running Houston on Google Cloud Platform you will need the 'gcp' plugin:

pip install "houston-client[gcp]"

Usage

To get started in under 15 minutes, see the quickstart repo: https://github.com/datasparq-intelligent-products/houston-quickstart-python

This client has the following uses:

Full documentation is available at github.com/datasparq-ai/houston

Requirements

  • Python >= 3.7