Library for creating stream data producer / consumer client library.
Project description
Welcome to unistream Documentation
📔 See Full Documentation HERE.
The library at hand provides a powerful abstraction for data producers and consumers—clients responsible for interfacing with stream processing systems. These clients handle the task of sending data to stream processing systems and pulling data from various streams, including but not limited to Apache Kafka, Apache Pulsar, AWS Kinesis, AWS SQS, and AWS CloudWatch logs.
This library offers a comprehensive set of business-critical features out of the box:
Efficient Record Buffering: It intelligently groups records into micro-batches, optimizing network bandwidth utilization for enhanced performance.
Data Integrity: To ensure data integrity, the library leverages a local write-ahead log mechanism, mitigating the risk of unexpected errors and data loss during the data transfer process.
Automatic Retrying: With an integrated automatic retry mechanism using exponential backoff strategies, transient errors are managed seamlessly, contributing to a robust and reliable data transfer process.
Checkpoint Management: The library automatically handles checkpoints, allowing for the storage of consumption progress and processing status for each record. This feature enhances traceability and fault tolerance, especially in critical business use cases.
Install
unistream is released on PyPI, so all you need is to:
$ pip install unistream
To upgrade to latest version:
$ pip install --upgrade unistream
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 unistream-0.1.1.tar.gz
.
File metadata
- Download URL: unistream-0.1.1.tar.gz
- Upload date:
- Size: 48.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1e3c524491cfa2639ab1d0acb7b70c38cb19e7df7fada3ce7724778693f1ac86 |
|
MD5 | ac68e6a8332df9d549089b524a475c1b |
|
BLAKE2b-256 | 88ef7cf2f5ce8060c2f2ec5601e7dcb7cc6486133afd5b6efc16603b8684bce0 |
File details
Details for the file unistream-0.1.1-py3-none-any.whl
.
File metadata
- Download URL: unistream-0.1.1-py3-none-any.whl
- Upload date:
- Size: 51.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 445ad076330b848b36f5e6f7e3975a244fa0dab9fb69ea32c26847bebd06060c |
|
MD5 | db5063e4c3bef6249ac9122cfe551e06 |
|
BLAKE2b-256 | 17254470922bb4b86d7049facddc72dce18a4b440fbb86de665ec8344b1a4847 |