A collection of interop, core, and orchestration services for the bclearer framework
Project description
bclearer pipeline development libraries
bclearer_libraries is a modular Pipeline Development Kit (PDK) providing services for core functionality, interop services, and orchestration services. This PDK is designed to offer seamless integration and extendability for the bclearer platform, enabling effective orchestration, data interoperability, and core utilities.
Features
- Core Services: Provides essential functionality for configuration management, constants handling, and other core utilities.
- Interop Services: Facilitates data interoperability and communication between different services and systems.
- Orchestration Services: Manages workflows and service orchestration to coordinate processes within the bclearer ecosystem.
Modules
The SDK is divided into the following major modules:
1. Core (bclearer_libraries.core)
This module includes utilities for configuration management and core functionality:
- Configuration Managers: Handles configuration setup and management.
- Constants: Provides a centralized location for constant values used across services.
Usage example:
from bclearer_libraries.core.bclearer_core import SomeCoreClass
core_instance = SomeCoreClass()
core_instance.do_something()
2. Interop Services (bclearer_libraries.interop_services)
This module facilitates data interoperability and interactions between services.
bclearer_interop_services: Contains services for interacting with external systems or databases. Usage example:
from bclearer_libraries.interop_services.bclearer_interop_services import (
SomeInteropClass,
)
interop_instance = SomeInteropClass()
interop_instance.integrate_with_service()
3. Orchestration Services (bclearer_libraries.orchestration_services)
This module manages orchestration processes, coordinating workflows and services.
bclearer_orchestration_services: Contains utilities for managing and orchestrating services in your workflow. Usage example:
from bclearer_libraries.orchestration_services.bclearer_orchestration_services import (
SomeOrchestrationClass,
)
orchestration_instance = SomeOrchestrationClass()
orchestration_instance.manage_workflow()
Installation To install bclearer_libraries, run the following:
bash Copy code pip install bclearer_libraries This will install all necessary modules and dependencies required to use the SDK.
Requirements
Python 3.6+ Other dependencies as listed in requirements.txt (e.g., neo4j, pandas) Usage After installation, you can start using the SDK by importing the relevant modules:
from bclearer_libraries.core.bclearer_core import SomeCoreClass
from bclearer_libraries.interop_services.bclearer_interop_services import (
SomeInteropClass,
)
from bclearer_libraries.orchestration_services.bclearer_orchestration_services import (
SomeOrchestrationClass,
)
Each module has its own set of features and functionality, so refer to the documentation or the module-specific sections above for detailed usage instructions.
Testing
The project includes a suite of unit and integration tests. You can run the tests using:
pytest
Tests are located in the tests/ directory under each module.
Contributing
Contributions are welcome! Please follow these steps if you would like to contribute:
Fork the repository. Create a feature branch (git checkout -b feature/my-feature). Commit your changes (git commit -am 'Add my feature'). Push to the branch (git push origin feature/my-feature). Create a new Pull Request. License This project is licensed under the MIT License - see the LICENSE file for details.
Contact
For any issues, questions, or suggestions, feel free to contact the maintainers at:
Mesbah Khan Your Email: khanm@ontoledgy.io
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file bclearer-0.1.6.tar.gz.
File metadata
- Download URL: bclearer-0.1.6.tar.gz
- Upload date:
- Size: 5.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
58b4a979856fbf25d6d1a53488771028b21f2b5b5d1ed6904c46387a70f1514d
|
|
| MD5 |
8a03a289baff27435356df9b5d1fbee6
|
|
| BLAKE2b-256 |
b602488df3dc15b57f6b1558a9db4648094eb0af9a3fdca51287a1c66a27141c
|
File details
Details for the file bclearer-0.1.6-py3-none-any.whl.
File metadata
- Download URL: bclearer-0.1.6-py3-none-any.whl
- Upload date:
- Size: 4.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e373f007ac6cab011f503f7c1a4844f510a511e7d0adbdfaad7b521fd95ce7b2
|
|
| MD5 |
967468fe5eb9d3964a17738aca46bc37
|
|
| BLAKE2b-256 |
8351460c292904c054eef2ee8ab260a3950e8cccd0ea5642ac6598252a29f8fa
|