subgraphs and merges

214 views
Skip to first unread message

Sergio Fernández

unread,
Oct 19, 2015, 7:59:32 AM10/19/15
to Gremlin-users
Hi,

I'm new in TinkerPop and Gremlin, although I have large experience with graph databases, particularly in the RDF paradigm,

I'd like to see if I could use this stack to provide means of getting a subgraph, extended it and then merge it back. Reading the documentation Traversal could be a good foundation for that in combination with Partitions http://thinkaurelius.com/2012/04/06/multitenant-graph-applications/ 
Does anybody tried to address a similar feature? Comments/advice would be very welcomed in this initial phase.

Cheers,

P.S.: why this is list not yet migrated to Apache?

Stephen Mallette

unread,
Oct 20, 2015, 6:33:15 PM10/20/15
to Gremlin-users
You have multiple options for subgraphing and PartitionStrategy is one:


It's sibling SubgraphStrategy is another:


and of course you can pop off a subgraph by way of Traversal with the SubgraphStep:


What we don't have built into the stack is a way to merge changes in the subgraph back into the parent graph.  It's been brought up a few times on the mailing list i think, but no one has offered any ideas for how that might be done.  

why this is list not yet migrated to Apache?

This list has been around for years and as such had a large body of knowledge and a large number of subscribers.  Apache was ok with us maintaining the user list here.  The development discussions however are on Apache infrastructure: 


Please feel free to join.....




--
You received this message because you are subscribed to the Google Groups "Gremlin-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to gremlin-user...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/gremlin-users/44c2cb2f-5e52-452d-90a4-f489acde5a33%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Sergio Fernández

unread,
Oct 27, 2015, 6:22:39 AM10/27/15
to Gremlin-users
Thanks, Stephen, that documentation is really useful, at least for the first bit. I'll try to come out with a solution for the merging, although it probably has to ad-hoc for my concrete problem.
Reply all
Reply to author
Forward
0 new messages