TranslatorSRI / NodeNormalization

Service that produces Translator compliant nodes given a curie
MIT License
9 stars 6 forks source link

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

Open gaurav opened 1 week ago

gaurav commented 1 week ago

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.