ResearchOS / Biomech-Analysis-Platform-MATLAB

A GUI-based operating system framework to facilitate biomechanical data analysis. This platform attempts to manage the non-scientific part of coding without restricting the direction or method of scientific analysis.
MIT License
4 stars 0 forks source link

For sharing metadata across projects, use a web structure? #105

Closed mtillman14 closed 12 months ago

mtillman14 commented 2 years ago

Instead of using a hub and spoke model like I had thought previously, where each project feeds back in to one main hub, I could just use a decentralized web structure, where every project talks to every other project.

Would it just read all other projects one by one (potentially slow?), or would every project have a copy of all other projects' metadata (partitioned from the current project, potentially large size)?

Archiving would still just archive the current project, but changes made to a variable or a function's arguments or a processing pipeline in one project could propagate to others. Can provide settings for the directionality/existence of these transfers between projects.

mtillman14 commented 12 months ago

Digraph structure!