[XML-DEV Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: XML to graph
That won't be a problem for something like Neo or Titan, load up the data as anonymous nodes. Do a second pass to build the relationships based on the fields you wish to correlate. Individual nodes don't have to share the same fields to be correlated. The issues will be size related. If you have billions of entries to load use Titan, otherwise Neo will have a faster implementation path and likely scale to 10's of millions. If you're talking those sizes things will be slow (hours or days) until the relationships are built after which sub-second to pull out related data should be possible. The learning curve will be languages like Gremlin or Cypher, though you could also write Java plugins for Neo if need be. Peter Hunsberger On Wed, Jul 1, 2015 at 12:04 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
|