cherami-client-go

command module
v2.6.0+incompatible Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 20, 2017 License: MIT Imports: 8 Imported by: 0

README

Go client library for Cherami Build Status Coverage Status

Cherami is a distributed, scalable, durable, and highly available message queue system we developed at Uber Engineering to transport asynchronous tasks.

cherami-client-go is the Go client library for Cherami.

How to Use

Make sure you clone this repo into the correct location.

git clone git@github.com:uber/cherami-client-go.git $GOPATH/src/github.com/uber/cherami-client-go

Development

The cherami-client-go repo specifically holds the client library for Cherami. This repo can be used to talk to Cherami server once the cherami server is up and running.

The repo also holds an example.go. It demonstrates some basic operations and runs against a locally running Cherami server.

In order to use the example in this repo, the following dependencies needs to be addressed:

  1. You need glide in your path.
  2. Make sure that Cherami server is up and running by cloning the cherami-server repo and following the instructions on that repo.

Once we have the aforementioned steps, one can build the example by running: make bins

In order to use cherami-client-go as a library in an application, you can just take in the client (github.com/uber/cherami-client-go) as a package in glide.yaml.

Contributing

We'd love your help in making Cherami great. If you find a bug or need a new feature on the cherami go client, please 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.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
client
mocks

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL