overview

Repository Connector is meant as a layer of abstraction which will enable different entities to serve as repository.

Repository can be stored in  different RDBMS 

Instead of linking to a specific RDBMS at development time and run time, the Repository connector will be linked to the application and it will dynamically load the appropriate connectivity library.

Repository connector will be used for

  1. running the workflow at the initial stage, by providing metadata about the nodes and their execution to cbaWorkflow
  2. during the Run by cbaWFMonitor to store nodes execution information in the repository
  3. By repository creating, importing and exporting applications
  4. by visual representation application to build a graph png
  5. by data governance and QA applications to obtain execution information 


Repository connector libraries:

PostrgreSQL, MariaDB,sqlite3