Sha256: c6759a6002dd975610e799d0b25e6d9b828c003c8581b944f55a6edcb424e370
Contents?: true
Size: 619 Bytes
Versions: 2
Compression:
Stored size: 619 Bytes
Contents
# Zeebe Ruby Client [![Build Status](https://travis-ci.org/cmur2/zb-ruby-client.svg?branch=master)](https://travis-ci.org/cmur2/zb-ruby-client) [Zeebe](https://zeebe.io) client containing a simple wrapper for the GRPC protocol used by Zeebe. ## General Usage Install the gem: gem install zeebe-client Run a Zeebe instance locally: ```sh docker run -it --rm -p 26500:26500 camunda/zeebe:0.13.1 ``` And then try the available [demo script](examples/demo.rb). See the [changelog](CHANGELOG.md) before upgrading. ## Development The `gen-grpc.sh` script can be used to generate Ruby code for the Zeebe proto.
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
zeebe-client-0.1.0 | README.md |
zeebe-client-0.0.1 | README.md |