Skip to main content

A real-time data processing framework

Project description

Qink

Qink is a powerful distributed data processing framework designed for efficiently consuming and processing partitioned data streams.

Features

  • Partition-based Processing 📊: Handles partitioned data sources with exceptional efficiency, improving performance metrics.
  • Parallel Processing ⚡: Processes multiple partitions simultaneously with configurable workers per partition.
  • State Management 🛡️: Maintains processing state with reliability, ensuring fault tolerance.
  • Checkpointing: Saves state at regular intervals to ensure data durability.
  • Key-based Distribution: Distributes keys to workers with consistent precision for optimized processing.

Usage

import logging
from datetime import timedelta
from qink.lib.qink import Qink
from qink.lib.qink_storage_provider import YourStorageProvider
from qink.lib.qink_source import YourDataSource

# Configure Qink
logger = logging.getLogger("qink")
storage_provider = YourStorageProvider()
workers_per_partition = 4  # Customize for optimal performance
checkpoint_interval = timedelta(minutes=5)

# Initialize and start Qink
qink = Qink(
    logger=logger,
    storage_provider=storage_provider,
    workers_per_partition=workers_per_partition,
    checkpoint_interval=checkpoint_interval
)

# Connect to your data source
qink.source(YourDataSource()).start()

Testimonials

"Qink revolutionized our data pipeline efficiency." - Data Engineering Team Lead

"After implementing Qink, our processing speeds improved dramatically." - Enterprise Architect


Copyright 2024 Quadible

This software is the exclusive property of Quadible and is protected under copyright law. Unauthorized copying, distribution, or use of this software, in whole or in part, without express permission from Quadible is strictly prohibited.

This repository and its contents are for authorized internal use only. External sharing or modification is not permitted unless written consent is obtained from Quadible.

For inquiries about permitted usage or licensing, please contact info@quadible.co.uk.

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

qink-0.1.4.tar.gz (1.1 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

qink-0.1.4-cp312-cp312-win_amd64.whl (1.6 MB view details)

Uploaded CPython 3.12Windows x86-64

File details

Details for the file qink-0.1.4.tar.gz.

File metadata

  • Download URL: qink-0.1.4.tar.gz
  • Upload date:
  • Size: 1.1 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.0

File hashes

Hashes for qink-0.1.4.tar.gz
Algorithm Hash digest
SHA256 05b276aa263d2561f641b8b1a8a9d7335f06308c54d4c7e197600c55ce78eeb9
MD5 9275c14d796966851acc5ad5cea15992
BLAKE2b-256 c24340a7c7c400aea2765a7a6495a3643ab67e918223c803fdb9bf8f1568edb0

See more details on using hashes here.

File details

Details for the file qink-0.1.4-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: qink-0.1.4-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 1.6 MB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.0

File hashes

Hashes for qink-0.1.4-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 bf78d559a41ef631d3ace63762cfe05c4c816511bb5f9cc288a58d5de6bcebf1
MD5 4e1062cfd0fc472ee2f422d48668bca7
BLAKE2b-256 d7fdf38e02b49c73d83cddf72d7feb78aff4b03fcc8eeb0ca52a50477be7a46e

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page