va-big-data-genomics / trellisdata

Python package with classes and methods used in implementing a Trellis data management system.
MIT License
0 stars 1 forks source link

Should I update QueryResponse to support multiple relationships? #7

Open pbilling opened 1 year ago

pbilling commented 1 year ago

QueryResponse was initially designed with triggers in mind where triggers only respond to one of either a node or relationship. But QueryResponse is just a message class and also delivers database responses to the job launcher. Should the job launcher be more flexible in supporting multiple relationships? My initial impression is yes, since we want to support a wide array of jobs.