Introducing our new CEO Don Johnson - Read More

camunda/zeeqs

Verified Publisher

By camunda services GmbH

Updated almost 4 years ago

A Zeebe community extension that provides a GraphQL query API over Zeebe's data.

Image
API Management
Integration & Delivery
Monitoring & Observability
2

100K+

ZeeQS - Zeebe Query Service

License

A Zeebe community extension that provides a GraphQL query API over Zeebe's data. The data is imported from the broker using an exporter (e.g. Hazelcast, Elasticsearch) and aggregated in the service.

Docker Installation

The docker image for the ZeeQS application is published to GitHub Packages.

docker pull ghcr.io/camunda-community-hub/zeeqs:2.0.0
  • ensure that a Zeebe broker is running with a Hazelcast exporter (>= 1.0.0)
  • forward the Hazelcast port to the docker container (default: 5701)
  • configure the connection to Hazelcast by setting zeebe.client.worker.hazelcast.connection (default: localhost:5701)

For a local setup, the repository contains a docker-compose file. It starts a Zeebe broker with the Hazelcast exporter and the ZeeQS application.

mvn clean install -DskipTests
cd docker
docker-compose up
  • the GraphQL endpoint is available under the port 9000

Please see the repo for more installation instructions.

Further Information

See the README on GitHub.

Docker Pull Command

docker pull camunda/zeeqs