Rest API for DPsim This is a work in progress. A working prototype can be run using the example deployments project. Read the api specification Architecture diagram Start the rest service manually cargo run This will compile and run the API Server. Run the tests manually cargo test Generate the documentation cargo doc --no-deps Install using helm helm install dpsim-api helm/ --values helm/values.yaml