No project description provided
Project description
Urgap is a cloud-native framework for file-based data engineering, containing abstraction layers for data and meta data, extensive re-run skipping logic and data versioning. Urgap can be incorporated with any scheduling/pipelining tool making pipeline development independent from business logic and data storage, while offering standardized logging and execution, which makes monitoring and debugging easy.
Urgap gives us the governance constraints required for a decentralized data domain autonomy as Urgap will enforce shared common data IO for storage, a common meta data capturing process in form of an interface thus can be plugged into any existing processes and finally global data lineages.
Learn More
Watch our introduction talk urgap - unified resource governance and data provenance by Christian Fufezan to get a comprehensive overview of urgap’s design and capabilities:
How to Setup
Prerequisites
We recommend using a virtual environment for Python projects. This guide uses uv for dependency management.
Installation
Basic Installation (local file system access only):
uv pip install -e .
With Cloud Storage Support:
uv pip install -e ".[cloud]"
With All Optional Dependencies:
uv pip install -e ".[all]"
Available extras include:
cloud: Azure and Google Cloud storage backends
all: All optional dependencies
Running Tests
Install test dependencies:
uv pip install pytest
Run the test suite:
pytest tests
Quickstart: Writing Your First Pipeline
The best way to learn urgap is through a complete example. Check out the end-to-end filter CSV pipeline:
Location: tests/integrationtests/end2end/test_filter_csv_pipeline.py
What it demonstrates: Complete pipeline setup, node configuration, and execution
Requirements: Everything needed to run this example is included in the repository
This example can be run entirely on your local machine without any external dependencies.
To run the example:
pytest tests/integrationtests/end2end/test_filter_csv_pipeline.py
Documentation
Please use sphinx in the docs folder
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 urgap-3.3.6.tar.gz.
File metadata
- Download URL: urgap-3.3.6.tar.gz
- Upload date:
- Size: 756.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
256dd0e4ab05df4c127a534d7bca89b0c5d7db0dadb8e79bbf65437c89349b81
|
|
| MD5 |
c9165ef5cced5881d9c30eb58c0f629e
|
|
| BLAKE2b-256 |
36c6af91733ca41fa518b0f84cfbe41e400efed54cd2fe462be65c7706d1038f
|
File details
Details for the file urgap-3.3.6-py2.py3-none-any.whl.
File metadata
- Download URL: urgap-3.3.6-py2.py3-none-any.whl
- Upload date:
- Size: 380.0 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9d8b172b40de5fdd531a88fafb3e3066b0644a5fc23005f37ba9b74f75be0593
|
|
| MD5 |
af2b067b1a655d324096ee489be801f8
|
|
| BLAKE2b-256 |
8a9a5a87aec22199f033d153efb78274ea26361cd3287f289e22d2d3a33879b9
|