Skip to content

SQL datastore for praefect

John Cai requested to merge jc-sql-data-store into master

SQL Datastore for praefect. This change includes:

  1. New SQL schema for managing the cluster
  2. Revised datastore interface that works better with the sql schema
  3. Refactor of the code to work with this new datastore interface
  4. Refactor of tests
  5. Added code that finds the target repository in order to know where to proxy the request to
Edited by John Cai

Merge request reports