[XML-DEV Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: XML to graph
That would be Cypher, however it only runs on Neo4J: https://en.wikipedia.org/wiki/Cypher_Query_Language Gremlin has the advantage it can run on multiple graph databases: https://en.wikipedia.org/wiki/Gremlin_(programming_language) Note you do things like can annotate any graph edge with a weight (or other property) so you can express confidence levels directly. You can then write queries to only retrieve nodes linked by a confidence greater than some value. There are differences in how each database supports edge properties. They can also be proxied by building new nodes to connect other nodes but that get's ugly fast if you need to do any amount of it. In your case the problem will be building the edges (relationships) in the first place if you don't already have them. Once you have some basic relationships built out both languages will give you capabilities for things like cluster analysis. Peter Hunsberger On Wed, Jul 1, 2015 at 5:36 PM, Ihe Onwuka <ihe.onwuka@gmail.com> wrote:
[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] |
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|