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.2.tar.gz (1.2 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.2-cp310-cp310-win_amd64.whl (1.5 MB view details)

Uploaded CPython 3.10Windows x86-64

File details

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

File metadata

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

File hashes

Hashes for qink-0.1.2.tar.gz
Algorithm Hash digest
SHA256 b8769652e5d64345e5c8ce72d71693b695639acf084ae0be2528baafb44212ef
MD5 7abc53ece4048d9ab8b959b8c43e638d
BLAKE2b-256 b500ff7170d6c95b37ab79c6bab92642cf18e631e4338d4513a4d434b30389e8

See more details on using hashes here.

File details

Details for the file qink-0.1.2-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: qink-0.1.2-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 1.5 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.10.6

File hashes

Hashes for qink-0.1.2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 2c6586bb8be4643b13b1a9c085b04b4796c79a7c79f1d196bbc8203c772ad323
MD5 71ac116529e07c058244170be871e28c
BLAKE2b-256 3a09e3aadfea09e5f4874991def417c0acb607b8d56512759b31480ed57b6cb8

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