Skip to content

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

@iamh2o

Description

@iamh2o

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.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions