Skip to main content

Quick Start

A Simple Use Case Using Docker

Run Elastic Stream using docker compose.

Launch Server

wget https://raw.githubusercontent.com/AutoMQ/elastic-stream/develop/dist/docker-compose/docker-compose.yaml
docker-compose up -d elastic-stream

Launch Example workload

git clone https://github.com/AutoMQ/elastic-stream.git
cd elastic-stream

# Run Rust example
cargo run --example main

# Run Java example
java -jar sdks/frontend-java/examples/target/examples-1.0-SNAPSHOT-jar-with-dependencies.jar