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

Latest commit

 

History

History
27 lines (19 loc) · 399 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 399 Bytes

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: ""