Open christabor opened 6 years ago
The obvious work is to define the edges and vertices, nodes being nouns, edges being verbs or similar. But, with neo4j, there is a notion of key value pairs for properties, which allows us to define broader categories and then characteristics within the properties, which will keep the number of vertices down to the broader categories.
Relevant work to help with this in https://github.com/christabor/plantstuff/tree/db-schema-refactor
Partially depends on #6