Skip to content

ChangoBuitrago/panda_sim

Repository files navigation

Panda sim test

Gridsingularity interview tasks

Setup

  1. Clone repo: git clone https://github.com/ChangoBuitrago/panda_sim.git
  2. Change folder: cd panda_sim
  3. Build docker image: docker-compose build
  4. Launch service: docker-compose up -d

Endpoints

POST request that launches the simulation using the aforementioned Python module. The response should include the active and reactive power of the load in JSON format

GET request that reads the active power of the previously executed simulation

GET request that reads the reactive power of the previously executed simulation

Removal

  1. Stops and removes docker image: docker-compose down -v

Docker-compose debug

  1. Tale logs: docker-compose logs -f

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published