Skip to main content

OnlyFunction PubSub

Project description

# Onlyfunction Pubsub

### Installation

Add dependency in your requirements.txt file

ofpubsub

## Kafka

from ofpubsub import Kafka

kafka = Kafka(‘access_key’, ‘secretkey’)

kafka.publish(‘topic’, ‘key’, ‘message’)

## RabbitMQ

from ofpubsub import RabbitMQ

rabbit = RabbitMQ(‘access_key’, ‘secretkey’)

rabbit.publish(‘topic’, ‘message’)

## License MIT License

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

ofpubsub-0.7.tar.gz (1.5 kB view hashes)

Uploaded Source

Built Distribution

ofpubsub-0.7-py2-none-any.whl (3.2 kB view hashes)

Uploaded Python 2

Supported by

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