Skip to content

FuelCommunication/rust-service

Repository files navigation

Rust service

Stack: axum, tokio, tower-http, serde, tracing, aws-sdk-s3, rdkafka, scylla

Start service

Locally:

 RUST_LOG=info cargo run --release

In docker container:

docker build -t rust-server .
docker run --rm -p 3000:3000 -v $(pwd)/.env:/app/.env rust-service

Ping server

curl http://127.0.0.1:3000/ping

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks