-
Notifications
You must be signed in to change notification settings - Fork 0
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
Create separate nodes for the PPMI and QPN #44
Comments
For reviewer, see on
|
Thanks @alyssadai! All config files look great, excellent choice of credentials. However I am getting error 403 from the QPN API:
I'm assuming that's not what we want? |
Thanks for catching that @surchs. I've re-granted RW permissions to both the I've also opened an issue to document the (problem of) non-additive GraphDB permissions here neurobagel/documentation#116. |
Hey @surchs, following recent discussions about the privacy of QPN I've updated the API config for the Let me know if this issue looks good to close now 🙂 |
@alyssadai I checked the requests and it now works for me with no auth error! Thanks a lot. I think we can close |
Ideally, these datasets would live on two different different databases (with different APIs) in the same graph server.
In order to allow two different APIs to talk to the same graph container, we may need to create a new docker-compose.yml or otherwise connect one of the API container to an existing docker network (see https://docs.docker.com/engine/reference/commandline/network_connect/).
Steps to implement
st-viateur
and add two new PD databases (mni_ppmi
andmni_qpn
)api_qpn
along with graph stack innon-aggregatedaggregate modeapi_ppmi
in aggregate modeapi_ppmi
toapi_qpn
Docker network (arbitrary) andrename networkapi_ppmi
can reach a db in the graph container~/projects/pd_compose
st-viateur
to allow ingress on each new API's portThe text was updated successfully, but these errors were encountered: