IBM Data Fabric Orchestrator python SDK
Project description
IBM Data Fabric Orchestrator python SDK
Python client library to interact with various IBM Data Fabric Orchestrator Services APIs.
Disclaimer: this SDK is being released initially as a pre-release version. Changes might occur which impact applications that use this SDK.
Table of Contents
Overview
The IBM Data Fabric Orchestrator Services Python SDK allows developers to programmatically interact with the following IBM Cloud services:
Service Name | Module Name | Imported Class Name |
---|---|---|
Data Fabric Orchestrator Service | ibm_dfo_sdk | ibm_data_fabric_orchestrator_v1 |
Prerequisites
- Access to an IBM Data Fabric Orchestrator service.
- Python 3.8 or above.
Installation
To install, use pip
:
pip install --upgrade ibm-dfo-sdk
Then in your code, you can import the appropriate service like this:
from ibm-dfo-sdk.ibm_data_fabric_orchestrator_v1 import *
Using the SDK
Examples and a demo are available in the examples folder. The basic_use_of_get_service.py
example is probably the easiest to get started with. Other examples cover more specific cases and detailed APIs.
Note that while this SDK is intended for use with the IBM Data Fabric Orchestrator on IBM Cloud CPDaaS or on-prem CPD instances with the IBM Data Fabric Orchestrator add-on installed, it can also be used when IBM Data Fabric Orchestrator add-on not installed. So the sdk user should always use the high-level get_service()
function create a DFO service, which will automatically adapt to these senarios. After get the service instance from get_service()
function, can use or configure the service instance as your needs.
For general SDK usage information, please see this link
Questions
If you are having difficulties using this SDK or have a question about the IBM Cloud services, please ask a question Stack Overflow.
Issues
If you encounter an issue with the project, you are welcome to submit a bug report. Before that, please search for similar issues. It's possible that someone has already reported the problem.
Open source @ IBM
Find more open source projects on the IBM Github Page
Contributing
See CONTRIBUTING.md.
License
This SDK is released under the Apache 2.0 license. The license's full text can be found in LICENSE.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file ibm-dfo-sdk-0.0.11.tar.gz
.
File metadata
- Download URL: ibm-dfo-sdk-0.0.11.tar.gz
- Upload date:
- Size: 30.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.16
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9034339ed207ed46ff6172c35f7afab0a2059dbecd8071fabcc6887a47520950 |
|
MD5 | b51c6dc2cbf69ee238d0b9f0393b9236 |
|
BLAKE2b-256 | f5938501e7f8d7295a1518d30ea7f898c00deb2dde4c4a4ca338406d88320d94 |
File details
Details for the file ibm_dfo_sdk-0.0.11-py3-none-any.whl
.
File metadata
- Download URL: ibm_dfo_sdk-0.0.11-py3-none-any.whl
- Upload date:
- Size: 33.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.16
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 89bc03574cb832f0111ce71f5106ad59e9fdfbcc7d5b4f5b701e6df1cc010004 |
|
MD5 | 89669a95b502a909e4f1ea9d85e037d6 |
|
BLAKE2b-256 | 27561bce609fca3f7c19a9d01e5792373eb46a2c10d94c057cf8a96c5f9c8445 |