Last updated:
0 purchases
bakplanepythonsdk 1.81.0
Bakplane Client for Python
Bakplane is the orchestration backbone for Dominus, FinFlo, and Fabrik.
This SDK can be used to control ingestion sessions, mastering executions, plugin installation, etc.
Installation
Installing the bakplane python client takes just a few seconds:
pip install bakplane-python-sdk
Spark
If you'd like to use Bakplane inside of Spark running in Docker:
docker run -it --rm -p 8888:8888 --name pyspark jupyter/pyspark-notebook
Inside of your notebook run:
!pip install bakplane-python-sdk
Note: use host.docker.internal instead of localhost when testing.
Documentation
If you're interested in learning more then read the documentation: https://docs.openaristos.io/
Copyright (C) 2021 Aristos Data, LLC
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.