Skip to main content

Lightweight immutable key-value store using S3 versioning

Project description

ImmuKV - Python Client

Lightweight immutable key-value store using S3 versioning.

Installation

pip install immukv

Quick Start

from immukv import ImmuKVClient, Config

config = Config(
    s3_bucket="your-bucket",
    s3_region="us-east-1",
    s3_prefix=""
)

with ImmuKVClient(config) as client:
    # Write
    entry = client.set("key1", {"value": "data"})
    print(f"Committed: {entry.version_id}")

    # Read
    latest = client.get("key1")
    print(f"Latest: {latest.value}")

Features

  • Immutable log - All writes append to global log
  • Fast reads - Single S3 request for latest value
  • Hash chain - Cryptographic integrity verification
  • No database - Uses S3 versioning only
  • Auto-repair - Orphaned entries repaired automatically

See the full documentation for more details.

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

immukv-0.1.7.tar.gz (17.1 kB view details)

Uploaded Source

Built Distribution

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

immukv-0.1.7-py3-none-any.whl (13.9 kB view details)

Uploaded Python 3

File details

Details for the file immukv-0.1.7.tar.gz.

File metadata

  • Download URL: immukv-0.1.7.tar.gz
  • Upload date:
  • Size: 17.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for immukv-0.1.7.tar.gz
Algorithm Hash digest
SHA256 d0ecd75a326ddb135ede972e3332e990f29b5c12fac80d27ba8c428602634640
MD5 df101b4b19272697dc7d7bce071413da
BLAKE2b-256 2a68452280967d6520124100f7501a09d10a6c181d30c5b3aa6aa02537faae1f

See more details on using hashes here.

Provenance

The following attestation bundles were made for immukv-0.1.7.tar.gz:

Publisher: build.yml on Portfoligno/immukv

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file immukv-0.1.7-py3-none-any.whl.

File metadata

  • Download URL: immukv-0.1.7-py3-none-any.whl
  • Upload date:
  • Size: 13.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for immukv-0.1.7-py3-none-any.whl
Algorithm Hash digest
SHA256 4837a2c1e4d1195e22aa05e1cde0ee2297c1e55568b3a03e22e240f4a75e7dca
MD5 734e8266b813d0b984f3152e50aee877
BLAKE2b-256 3c36e907bd2369905f2d9d7b1f72992588006a2756db3e99aa940f1575f99959

See more details on using hashes here.

Provenance

The following attestation bundles were made for immukv-0.1.7-py3-none-any.whl:

Publisher: build.yml on Portfoligno/immukv

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

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