Socket
Book a DemoInstallSign in
Socket

diaspora-event-sdk

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

diaspora-event-sdk

Diaspora Event Fabric SDK

pipPyPI
Version
0.3.7
Maintainers
1

Diaspora Event Fabric SDK

pre-commit.ci status Tests Release GitHub Release PyPI Version License Python Versions

Installation Guide

To integrate with Diaspora Event Fabric using KafkaProducer and KafkaConsumer, install the SDK with kafka-python:

pip install "diaspora-event-sdk[kafka-python]"

Alternative Installation: Without Kafka Client Library

For other Kafka client libraries (e.g., confluent-kafka-python, aiokafka), install the SDK without kafka-python:

pip install diaspora-event-sdk

Note: This does not include KafkaProducer and KafkaConsumer dependencies.

Using Diaspora Event Fabric SDK

Check our Notebook for a quickstart and demonstration.

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts