Daylily-Informatics / bloom

Templated Abstract Polymorphic (and opinionated) LIMS
Mozilla Public License 2.0
0 stars 1 forks source link

Explore alternative ways to handling the .dag file cytoscape uses #49

Open iamh2o opened 3 months ago

iamh2o commented 3 months ago

I have two ideas come to mind.

  1. Write the .dag file to a memory based file, which should greatle improve read/write times. Only noticeable on large datasets I imagine.

    • This should be easy given rclone. I'll test next time I have a giant dataset to work with.
  2. Can the .dag file be skipped entirely? Specically, can the flat file be skipped, and can the data be streamed from the database directly to the cytoscape client?

    • I feel like the answer is yes, but also, I'm still debugging a fair amount, and having the flat file to poke around in is helpful.