camunda/zeeqs
A Zeebe community extension that provides a GraphQL query API over Zeebe's data.
100K+
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.
The docker image for the ZeeQS application is published to GitHub Packages.
docker pull ghcr.io/camunda-community-hub/zeeqs:2.0.0
5701
)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
9000
Please see the repo for more installation instructions.
docker pull camunda/zeeqs