Skip to content

iamfletch/statemachine

Repository files navigation

Statemachine

flowchart TD;
    web[Web Client] -- GET / --> static[Static Site]
    web -- POST /api/query --> api[REST Frontend]
    api -- grpc --> query[Query grpc]
    query -- grpc --> statemachine
Loading

Docker Compose

Docker compose spins up the static site in nginx as well as jaeger for tracing.

docker compose up --build -d

API

cargo run --bin web_api

Statemachine

cargo run --bin statemachine

TODO

cargo run --bin emulator

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages