Skip to content

Python Client for Cherami - A distributed, scalable, durable, and highly available message queue system. This project is deprecated and not maintained.

License

Notifications You must be signed in to change notification settings

mfateev/cherami-client-python

 
 

Repository files navigation

image

image

image

Cherami Client For Python

(This project is deprecated and not maintained.)

Python client library for publishing/consuming messages to/from Cherami.

Installation

pip install cherami-client

Usage

Create and edit the .yaml file under ./config

See Example: :: cat ./config/test.yaml

Set the clay environment variable: :: export CLAY_CONFIG=./config/test.yaml

Run the example client: :: python ./demo/example_publisher.py python ./demo/example_consumer.py

Contributing

We'd love your help in making Cherami great. If you find a bug or need a new feature, open an issue and we will respond as fast as we can. If you want to implement new feature(s) and/or fix bug(s) yourself, open a pull request with the appropriate unit tests and we will merge it after review.

Note: All contributors also need to fill out the Uber Contributor License Agreement before we can merge in any of your changes.

Documentation

Interested in learning more about Cherami? Read the blog post: eng.uber.com/cherami

License

MIT License, please see LICENSE for details.

About

Python Client for Cherami - A distributed, scalable, durable, and highly available message queue system. This project is deprecated and not maintained.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 77.0%
  • Thrift 21.5%
  • Makefile 1.5%