You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 13, 2023. It is now read-only.
Currently the DAO (MetadataDAO, QueueDAO, ExecutionDAO) implementations are chosen by one property called db. This prevents users from picking different implementations for different purposes. For instance, executions could be stored in Cassandra, but queue could be MySQL.
One approach is to provide a configuration property for each DAO interface.
Currently the DAO (MetadataDAO, QueueDAO, ExecutionDAO) implementations are chosen by one property called db. This prevents users from picking different implementations for different purposes. For instance, executions could be stored in Cassandra, but queue could be MySQL.
One approach is to provide a configuration property for each DAO interface.