Skip to content
This repository was archived by the owner on Nov 29, 2024. It is now read-only.
/ zeebe-client-ruby Public archive

Zeebe client containing a simple wrapper for the gRPC protocol used by https://zeebe.io.

License

Notifications You must be signed in to change notification settings

zeebe-io/zeebe-client-ruby

Folders and files

NameName
Last commit message
Last commit date

Latest commit

826716a · Nov 29, 2024
Sep 7, 2023
Aug 20, 2020
Jan 19, 2024
Jan 19, 2024
Apr 24, 2020
Mar 2, 2020
Jun 5, 2023
Mar 2, 2020
Jan 19, 2024
Jan 8, 2019
Nov 30, 2018
Nov 30, 2018
Nov 29, 2024
Jan 19, 2024
Nov 4, 2020
Jun 5, 2023

Repository files navigation

Zeebe Ruby Client

Important

This Gem is not maintained anymore.

Build Status

Zeebe 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:

docker run -it --rm -p 26500:26500 camunda/zeebe:8.4.0

And then try the available demo script.

See the changelog before upgrading.

Development

The gen-grpc.sh script can be used to generate Ruby code for the Zeebe proto.

To start Zeebe locally for running the integration tests use:

bundle exec rake zeebe:start
bundle exec rake spec
bundle exec rake zeebe:stop

To retrieve the latest GRPC proto from the Zeebe repository:

wget -O proto/gateway.proto https://raw.githubusercontent.com/camunda/zeebe/develop/gateway-protocol/src/main/proto/gateway.proto

Status

This is a community extension for Zeebe that will be maintained on a best effort basis.

License

zeebe-client-ruby is licensed under the Apache License, Version 2.0. See LICENSE for more information.

Code of Conduct

This project adheres to the Contributor Covenant Code of Conduct. By participating, you are expected to uphold this code. Please report unacceptable behavior to [email protected].