We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The fdp-client depends on the fdp, which, in turn, depends on both the relational database (mongo or postgres) and the (optional) triple store.
These dependencies between docker containers need to be specified in the docker compose examples.
For this to work properly, we should also implement health checks for the fdp, relational db, and triple store.
See example in FAIRDataTeam/FAIRDataPoint-E2E-Tests#12
The text was updated successfully, but these errors were encountered:
dennisvang
No branches or pull requests
The fdp-client depends on the fdp, which, in turn, depends on both the relational database (mongo or postgres) and the (optional) triple store.
These dependencies between docker containers need to be specified in the docker compose examples.
For this to work properly, we should also implement health checks for the fdp, relational db, and triple store.
See example in FAIRDataTeam/FAIRDataPoint-E2E-Tests#12
The text was updated successfully, but these errors were encountered: