bio4j / dynamograph

GSoC 2014 project - a DynamoDB based graph DB
GNU Affero General Public License v3.0
4 stars 1 forks source link

Design table layout for ncbiTaxonomy #19

Closed alberskib closed 10 years ago

alberskib commented 10 years ago

Design table layout for ncbiTaxonomy (similar to GO). Try to provide generic layout for each dataset.

alberskib commented 10 years ago

Proposition is in fact extremely similar to Table Layout for GO: For each vertex type(ncbiTaxon,Rank) table with id and properties. For each of the relationship 3 tables:

rel: {relId, sourceId, targetId, other_properties}
rel_in: {nodeId, relId}
rel_out: {nodeId, relId}
alberskib commented 10 years ago

@bio4j/dynamograph Bump

eparejatobes commented 10 years ago

fine.