sogno-platform / dpsim-api

REST API to run dynamic power system simulations using DPsim
Apache License 2.0
2 stars 2 forks source link

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

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