Python SDK for BPCS Conduit data virtualization tool
Project description
Introduction
This is a Python SDK to abstract the REST endpoints for the Blueprint Conduit product.
Installation
NOTE: These steps aren't for Windows, but works for POSIX systems. Use whatever Windows uses in place of these instructions.
-
Python3 is a prerequisite
-
Start in a new directory, go to it:
mkdir conduit-sdk && cd conduit-sdk
- Install a virtualenv.
python3 -m venv .venv
- Go into the virtualenv.
. .venv/bin/activate
- Install bpcs-conduit
pip install bpcs-conduit
- Save this to a file called
test.py
:
from conduit_pkg.client import getDatabases
dbs = getDatabases()
for db in dbs:
print(db)
- Execute with the CONDUIT_TOKEN, CONDUIT_SERVER
CONDUIT_SERVER=<server name> CONDUIT_TOKEN=<your token> python test.py
You should get something similar as output:
Database: file_blob
Database: redshift_redshift
Database: es_elasticsearch
Database: awss3_s3
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
bpcs-conduit-0.0.7.tar.gz
(4.8 kB
view hashes)
Built Distribution
Close
Hashes for bpcs_conduit-0.0.7-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 982a6beda3632f62ad19567ba3be17a0fb825421b39d990e49718f88fcd28fc3 |
|
MD5 | 6935776f3d52af94cc83079463d920de |
|
BLAKE2b-256 | e9ea9d711411e5f733a4aada3ff51cccc8c27fee8d1c4748d6f28174ece76505 |