-
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
[ENH] Add configuration files and templates for different deployment flavours #2
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @alyssadai for setting this up. I think this will be super useful and a nice way to get started.
One thing that I noticed while trying these files out is that having to copy/rename files is a bit tedious compared to being able to immediately going docker compose up
. I know we want people to look at these and configure them, but if we can make this runnable out of the box, it'll be very useful even for ourselves. And if I mess up my local file, git is always there to bring me back to a safe version.
I left a couple of comments on the files themselves as well.
Co-authored-by: Sebastian Urchs <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @alyssadai. Looks good 🧑🍳
printf '\t%s\n' "--use-graphdb-syntax, --no-use-graphdb-syntax: Whether or not to use GraphDB API endpoints to update the specified graph database. If off, assumes the graph database is a Stardog database. (off by default)" | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
now that everything is graphDB, we should also make graphDB the default here. Maybe for a future PR and only docs for now?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good idea! Will address in:
🚀 PR was released in |
Changes proposed in this pull request:
query
service removed)Checklist
[ENH]
,[FIX]
,[REF]
,[TST]
,[CI]
,[MNT]
,[INF]
,[MODEL]
,[DOC]
) (see https://neurobagel.org/contributing/pull_requests for more info)Closes #XXXX
For new features:
For bug fixes: