christabor / plantstuff

Warning! messy/unstable! :herb: :evergreen_tree: :maple_leaf: :leaves: :hibiscus: Utilities for retrieving, computing, organizing, and creating plant/horticulture data from various sources.
MIT License
6 stars 0 forks source link

Convert schema to graph model #7

Open christabor opened 6 years ago

christabor commented 6 years ago

Partially depends on #6

christabor commented 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.

christabor commented 6 years ago

Relevant work to help with this in https://github.com/christabor/plantstuff/tree/db-schema-refactor