allofphysicsgraph / proofofconcept

Physics Derivation Graph: mathematical connections among equations
https://derivationmap.net/
Other
20 stars 6 forks source link

investigate storing PDG content in property graph #171

Closed bhpayne closed 2 years ago

bhpayne commented 4 years ago

My reluctance to store the PDG content as either a relational database or as a property graph was the loss of plain text access for offline editing.

To enable plaintext access while getting the benefits of a property graph, I could store the content as a Cypher command.

Candidate property graph syntax to use:

bhpayne commented 4 years ago

comparisons

bhpayne commented 2 years ago

Neo4j with Flask in docker-compose

bhpayne commented 2 years ago

Started a Neo4j implementation in https://github.com/allofphysicsgraph/proofofconcept/tree/gh-pages/property_graph

Advantage is the support for user queries