Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 1021 Bytes

README.md

File metadata and controls

34 lines (21 loc) · 1021 Bytes

quickstart

Follow the Zilla Quickstart to discover some of what Zilla can do!

Running locally

This quickstart runs using Docker compose. You will find the setup scripts in the compose folder.

You will need a running kafka broker. To start one locally you will find instructions in the kafka.broker folder. Alternatively you can use the redpanda.broker folder.

Setup

The setup.sh script will:

  • Configured Zilla instance with REST, SSE, gRPC, MQTT protocols configured
  • Create Kafka topics
  • Start a gRPC Route Guide server
  • Start a MQTT message simulator
./compose/setup.sh

Using this quickstart

You can interact with this quickstart using our Postman collection

Teardown

The teardown.sh script will remove any resources created.

./compose/teardown.sh