Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

zeebe-client

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

zeebe-client

  • 0.20.0
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

Zeebe Ruby Client

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 code-of-conduct@zeebe.io.

FAQs

Package last updated on 19 Jan 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc