tree: efe80d260847fb17e67faba51f29e6bcb03b8100 [path history] [tgz]
  1. src/
  2. .dockerignore
  3. build.rs
  4. Cargo.toml
  5. config.toml
  6. Dockerfile
  7. README.md
  8. server.http
core/server/README.md

Apache Iggy Server

This is the core server component of Apache Iggy. You can run it directly with cargo run --bin iggy-server --release or use the Docker image apache/iggy:latest (the edge tag is for the latest development version).

The configuration file is located at core/server/config.toml. You can customize the server settings by modifying this file or by using environment variables e.g. IGGY_TCP_ADDRESS=0.0.0.0:8090.

Server

Architecture