Skip to main content

OpenHexa SDK

Project description

OpenHexa Python SDK

The OpenHexa Python SDK is a tool that helps you write code for the OpenHexa platform.

It is particularly useful to write OpenHexa data pipelines, but can also be used in the OpenHexa notebooks environment.

Quickstart

Writing and deploying pipelines

Here's a super minimal example to get you started. First, create a new directory and a virtual environment:

mkdir openhexa-pipelines-quickstart
cd openhexa-pipelines-quickstart
python -m venv venv
source venv/bin/activate

You can then install the OpenHexa SDK:

pip install --upgrade openhexa.sdk

Now that the SDK is installed withing your virtual environmentYou can now use the openhexa CLI utility to create a new pipeline:

openhexa pipelines init "My awesome pipeline"

Great! As you can see in the console output, the OpenHexa CLI has created a new directory, which contains the basic structure required for an OpenHexa pipeline. You can now cd in the new pipeline directory and run the pipeline:

cd my_awesome_pipeline
python pipeline.py

Congratulations! You have successfully run your first pipeline locally.

If you inspect the actual pipeline code, you will see that it doesn't do a lot of things, but it is still a perfectly valid OpenHexa pipeline.

Let's publish to an actual OpenHexa workspace so that it can run online.

Using the OpenHexa web interface, within a workspace, navigate to the Pipelines tab and click on "Create".

Copy the command displayed in the popup in your terminal:

openhexa workspaces add <workspace>

You will be prompted for an authentication token, you can find it in the popup as well.

After adding the workspace using the CLI, you can now push your pipeline:

openhexa pipelines push 

As it is the first time, the CLI will ask you to confirm the creation operation. After confirmation the console will output the link to the pipeline screen in the OpenHexa interface.

You can now open the link and run the pipeline using the OpenHexa web interface.

Using the SDK in the notebooks environment

TBC

Contributing

The following sections explain how you can setup a local development environment if you want to participate to the development of the SDK

Development setup

Install the SDK in editable mode:

python -m venv venv # Create a virtual environment for this project
source venv/bin/activate # Activate the venv
pip install -e ".[dev]"  # Necessary to be able to run the openhexa CLI

Using a local installation of the OpenHexa backend to run pipelines

openhexa config set_url http://localhost:8000

Notes: you can monitor the status of your pipelines using http://localhost:8000/pipelines/status

Running the tests

Run the tests using pytest:

pytest

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

openhexa.sdk-0.1.28.tar.gz (27.6 kB view details)

Uploaded Source

Built Distribution

openhexa.sdk-0.1.28-py3-none-any.whl (33.1 kB view details)

Uploaded Python 3

File details

Details for the file openhexa.sdk-0.1.28.tar.gz.

File metadata

  • Download URL: openhexa.sdk-0.1.28.tar.gz
  • Upload date:
  • Size: 27.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.4

File hashes

Hashes for openhexa.sdk-0.1.28.tar.gz
Algorithm Hash digest
SHA256 b352f8d4fa1d7734ce176981cb20087f1e0eccc7513ff1bc8ac743e9583d2d9e
MD5 0669771a50bc38b5eda8721ae59e0063
BLAKE2b-256 a830e1abdabe5fb1fa5fe247b95ee7ebc2a83185fb49c31e017e2d02864a2c74

See more details on using hashes here.

File details

Details for the file openhexa.sdk-0.1.28-py3-none-any.whl.

File metadata

File hashes

Hashes for openhexa.sdk-0.1.28-py3-none-any.whl
Algorithm Hash digest
SHA256 b4c28b030f9c9fe1c0abc88378c881585d0c26553c49dbf8a12d8b1bf572e624
MD5 ee47f7b858f4f897b7bd4ab6f4a9c88c
BLAKE2b-256 eb072a928732159431cd34442d9d68bde9c3e39f63d178bd7bfaedfb708ab26c

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page