NCATS-Gamma / robokop

Master UI for ROBOKOP
MIT License
15 stars 3 forks source link

Reduce Neo4j accesses #526

Open patrickkwang opened 3 years ago

patrickkwang commented 3 years ago

At some point, we determined that fetching, holding, and/or manipulating an entire message with the knowledge graph was problematic, so we set up a whole bunch of machinery to fetch node/edge details from Neo4j on demand. I'd like to revisit this decision in light of #523.