Skip to main content

AMGI Kafka Server

Project description

amgi-aiokafka

amgi-aiokafka is an AMGI compatible server to run AMGI applications against Kafka.

Installation

pip install amgi-aiokafka==0.39.0

Example

This example uses AsyncFast:

from dataclasses import dataclass

from amgi_aiokafka import run
from asyncfast import AsyncFast

app = AsyncFast()


@dataclass
class Order:
    item_ids: list[str]


@app.channel("order-topic")
async def order_topic(order: Order) -> None:
    # Makes an order
    ...


if __name__ == "__main__":
    run(app, "order-topic")

Or the application could be run via the commandline:

asyncfast run amgi-aiokafka main:app order-topic

Contact

For questions or suggestions, please contact jack.burridge@mail.com.

License

Copyright 2025 AMGI

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

amgi_aiokafka-0.39.0.tar.gz (3.9 kB view details)

Uploaded Source

Built Distribution

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

amgi_aiokafka-0.39.0-py3-none-any.whl (5.2 kB view details)

Uploaded Python 3

File details

Details for the file amgi_aiokafka-0.39.0.tar.gz.

File metadata

  • Download URL: amgi_aiokafka-0.39.0.tar.gz
  • Upload date:
  • Size: 3.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.7 {"installer":{"name":"uv","version":"0.11.7","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for amgi_aiokafka-0.39.0.tar.gz
Algorithm Hash digest
SHA256 ad5d7b4cd3e70cdd4da6c343747e6303d82120cd5e62d2849c9eb73f9bf17f29
MD5 85bef4eaa67d060794033a82a58ab53c
BLAKE2b-256 0fc2ae3549531aa0edb20f55e73ac7ff229d2226a755bb5648aee044e9d830b9

See more details on using hashes here.

File details

Details for the file amgi_aiokafka-0.39.0-py3-none-any.whl.

File metadata

  • Download URL: amgi_aiokafka-0.39.0-py3-none-any.whl
  • Upload date:
  • Size: 5.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.7 {"installer":{"name":"uv","version":"0.11.7","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for amgi_aiokafka-0.39.0-py3-none-any.whl
Algorithm Hash digest
SHA256 91eeeccf4d1dafd783950d24d52952e92c3c38e08236ae7f21cc3b93a05c30ad
MD5 bcb336492b5d63d0ffec93b8f3bdb90d
BLAKE2b-256 77c103de7fbd6e8bae674e9436cc92f653e5340a301a889006ae23fe9dd45b1e

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