-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to handle detached elements with Ferma? #49
Comments
When you start manually do you mean your detaching and reattaching using
the raw tinkerpop calls and then just wrapping/rewrapping with framed
objects?
…On Wed, May 16, 2018, 7:17 AM malagus ***@***.***> wrote:
TinkerPop supports re-attaching DetachedElement
<http://tinkerpop.apache.org/javadocs/3.2.2/full/org/apache/tinkerpop/gremlin/structure/util/detached/DetachedElement.html>
back to graph. It's possible to achieve something similar using ferma ?
We using ferma in rest api so user can get some graph elements, modify
them and send back so we need to update our graph element. Currently do
doing it manually but possibility to re-attaching elements to graph can be
very useful.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#49>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AC5JAp2XVPim-W3UqUIDxyQbLUwzp9X1ks5tzAqvgaJpZM4UBHbG>
.
|
something like that because we can't create instance of framed object without real graph |
We havent addressed this explicitly. But I need this feature for my own
software that uses Ferma as well. So I completely support extending the
system to support this. Would you like to help contribute a PR for this or
have any proposals for changes to the interface, or shall I spearhead that?
…On Wed, May 16, 2018 at 7:56 AM, malagus ***@***.***> wrote:
something like that because we can't create instance of framed object
without real graph
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#49 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AC5JAgRPMb661UX2HRaLctvZwB5Clk5mks5tzBP3gaJpZM4UBHbG>
.
|
I can contribute. We can discuss the requirements. |
Wonderful, We can discuss here or in Gitter, which do you prefer?
…On Fri, May 18, 2018 at 1:30 AM, malagus ***@***.***> wrote:
I can contribute. We can discuss the requirements.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#49 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AC5JAv1Tmg2aP5J1SBjqyzMs4RHSc1ncks5tzlyPgaJpZM4UBHbG>
.
|
We can discuss on Gitter |
See you there
…On Mon, May 21, 2018 at 4:42 AM, malagus ***@***.***> wrote:
We can discuss on Gitter
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#49 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AWNYbwvrbQaf1qZzWHosN2M2ggAXlCuaks5t0n3egaJpZM4UBHbG>
.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
TinkerPop supports re-attaching DetachedElement back to graph. It's possible to achieve something similar using ferma ?
We using ferma in rest api so user can get some graph elements, modify them and send back so we need to update our graph element. Currently do doing it manually but possibility to re-attaching elements to graph can be very useful.
The text was updated successfully, but these errors were encountered: