MatrixAI / Overwatch

Distributed Infrastructure Telemetry
2 stars 0 forks source link

Start creating language semantics to express QoS constraints #1

Open CMCDragonkai opened 6 years ago

CMCDragonkai commented 6 years ago

Consider constraint-based logic programming, and see how some of the qos constraints can be expressed using those languages.

Also control theory may be important here too.

If you could write down some examples in the repo. Pseudo-code basically.

CMCDragonkai commented 6 years ago

Some syntax and operator ideas to start with to encode the semantics:

CMCDragonkai commented 6 years ago

Probably use Haskell syntax as inspiration as well.

CMCDragonkai commented 6 years ago

There may be some "language" prerequisites:

I'm envisioning a sort of network combinators that preserve constraints, so that constraints can be built up with static type checks. So you cannot write down a QoS constraint contradiction. One must also consider best-effort vs deadlines.

CMCDragonkai commented 6 years ago

@olligobber Please update this with your progress, and close this issue when this is done.