ehsanonline commented on issue #47: URL: https://github.com/apache/incubator-age/issues/47#issuecomment-803051341
Hi, as far as i know, records in graph databases are `vertex` or `edge`. each edge can connect two vertex together. for example : `person-likes->fruit` . `person` and `fruit` are vertexes and `likes` is an edge which connect these two together. both edge and vertex can have properties like this: `person( name: "john" )` or `fruit(type: "apple")`. now your data (Part) is an vertex. you need to know [cypher queries](http://www.opencypher.org/) to deal with your data. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org