The goal here would be to provide an alternative to the current solution for local testing (namely installing and running all different services by hand). After a first iteration, we can ask some interested people to have a shot at it - and review its pain points.
If all goes well, some of the long-term results could be:
User can run a demo and at least view some images without installing napari
We can deprecate sqlite - depending on how tests with different people go.
If we ever add a new service (e.g. a workflow manager, or a user manager), it would be simpler to add it to the local testing.
Making a decision on where to store data (images and zarr). Most likely solution (for the moment): use /tmp, which is mapped to /tmp also within the container.
The goal here would be to provide an alternative to the current solution for local testing (namely installing and running all different services by hand). After a first iteration, we can ask some interested people to have a shot at it - and review its pain points. If all goes well, some of the long-term results could be:
This requires
/tmp
, which is mapped to/tmp
also within the container.