cancervariants / metakb

Central repository for the VICC metakb web application
MIT License
15 stars 4 forks source link

Database layer refactor #357

Open jsstevenson opened 3 months ago

jsstevenson commented 3 months ago

A few varied but related issues to wade through

Generally, we want to focus on clean access to the graph, and to be very careful about any case where resources are manually managed and not automatically deconstructed. It's a little sloppy but improved in https://github.com/cancervariants/metakb/pull/356, but we can make it cleaner and more consistent with a refactor