Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 682 Bytes

README.md

File metadata and controls

36 lines (23 loc) · 682 Bytes

Rest API for DPsim

This is a work in progress. A working prototype can be run using

the example deployments project.

Architecture diagram

The architecture diagram should be here

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