Skip to content

Persistence

Ghost User requested to merge sql into master

Right the only persistence are the files/artifacts of the run workflows.

We're going to change that using databases and sqlalchemy to use them

  • Need some separation of concerns: who keeps tracks of jobs / who runs them / the model of a job / etc

  • Testing for new components

  • Progress from in-memory sqlite DB to file to Supported database by EBI's DBAs

Edited by Ghost User

Merge request reports