-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement individual CMR service components #8
Comments
Dev system creates apps in this order: (def app-startup-order
"Defines the order in which applications should be started"
[:mock-echo
:cubby
:metadata-db
:access-control
:index-set
:indexer
:ingest
:search
:virtual-product
:bootstrap]) |
Current order of deployment for CMR:
|
In the docker build script for individual services, this is the order of service starts:
|
The Components library uses dependencies for start-up order, so that's probably more useful to list here. Note that since the Mock Echo
Cubby
Metadata DB
Access Control
Index Set
Indexer
Ingest
Search
Virtual Product
Bootstrap
|
The text was updated successfully, but these errors were encountered: