0.2.0
This milestone captures work related to persisting data to HTTP endpoints complying to some specification.
Since GitHub CI isn't really a viable environment to run in, persistence must happen somewhere else. Some kind of server that receives json like
{
"joules": 1234,
"watts": 1234,
"run_id": 1,
...
would be a good persistence target. Having a pe…
This milestone captures work related to persisting data to HTTP endpoints complying to some specification.
Since GitHub CI isn't really a viable environment to run in, persistence must happen somewhere else. Some kind of server that receives json like
{
"joules": 1234,
"watts": 1234,
"run_id": 1,
...
would be a good persistence target. Having a persistence target will enable running repeated samples to estimate distributions and asking statistical questions like "which of cats-stm's TVar, zio's TVar, or a vanilla Scala hand-rolled Saga is the most energy efficient way to implement ?"
There are no open issues in this milestone.
Add issues to milestones to help organize your work for a particular release or project.
Create new issueOr find and add issues with no milestone in this repo.