Skip to content
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

Think about whether we can combine some of our smaller databases #272

Open
gaurav opened this issue Jun 22, 2024 · 0 comments
Open

Think about whether we can combine some of our smaller databases #272

gaurav opened this issue Jun 22, 2024 · 0 comments

Comments

@gaurav
Copy link
Contributor

gaurav commented Jun 22, 2024

This will help both simplify our database infrastructure, slightly speed up data loads, and would help

The problem is that since Redis is strictly key-value, we'll need to either disambiguate the keys (e.g. it's all good if one database uses biolink types as keys while the other uses CURIEs, since we never normalize biolink types, but we can't combine two CURIE or biolink type databases) or to configure multiple databases on the same cluster, which could make deployment a bit trickier for ITRB.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant