Skip to content
This repository has been archived by the owner on Dec 28, 2024. It is now read-only.

sogno-platform/state-estimation-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

state-estimation-api

API to configure and launch new state-estimation jobs

Development

Compiling and running

$ go build
$ go run main.go

Configuration

Configuration parameters can be specified in the confg.yaml file:

database:
  address: "localhost:1234"
  password: ""
  database: 1234

amqpBroker:
  host: "localhost"
  port: 5672
  user: ""
  password: ""

About

API to configure and launch new state-estimation jobs

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages