only-pubsub 0.2

Creator: railscoder56

Last updated:

Add to Cart

Description:

onlypubsub 0.2

# Onlyfunction Pubsub
### Installation
Add dependency in your requirements.txt file
only-pubsub
## Kafka
from only-pubsub import Kafka
kafka = Kafka(‘access_key’, ‘secretkey’)
kafka.publish(‘topic’, ‘key’, ‘message’)
## RabbitMQ
from only-pubsub import RabbitMQ
rabbit = RabbitMQ(‘access_key’, ‘secretkey’)
rabbit.publish(‘topic’, ‘message’)
## License
MIT License

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.