table name -> node label
table row -> node
table column -> node property
The result of a query is a sub-graph and is very composable.
Nodes are just documents.
You just need to slap on a relations document type for the graph edges, and to store edge properties
I was close to finishing at least version 1.0 of a document/graph database on top of Cassandra and dynamodb.
reply
table name -> node label
table row -> node
table column -> node property
The result of a query is a sub-graph and is very composable.