Curt can you give an example of what you think would be in the file on disk versus in the graph metadata? Doesn’t have to be related to my papers project. I just want to visualize what you’re suggesting.
For the papers project, part of the lens/projection classifies each paper into one of 20 categories. All of my lenses have a similar structure so I wrote a bit of code that lets me do simple filtering on the properties within a projection. I can basically use code to scope a query to only the files in a specific category.
I’m just wondering if those are the types of edges you’re thinking would be in the graph? I had thought about promoting those properties out to a sql lite file but it’s simple enough to just filter them in place at query time