Re: [TinkerPop] GraphActors as a new distributed computing framework in TinkerPop

2017-06-07 Thread Marko Rodriguez
Hello, > I was wondering where things left off for this work. Mostly because > distributed Gremlin OLTP sounded promising but also because we use both DSE > Graph and Akka at my work. It still is very promising work. > I noticed in Git that it hasn't been worked on lately. Did you hit a

[jira] [Commented] (TINKERPOP-1552) C# Gremlin Language Variant

2017-06-07 Thread Jorge Bay (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1552?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16040649#comment-16040649 ] Jorge Bay commented on TINKERPOP-1552: -- Great! I'll apply the generics and enum changes into the

[jira] [Commented] (TINKERPOP-1552) C# Gremlin Language Variant

2017-06-07 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TINKERPOP-1552?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16040637#comment-16040637 ] ASF GitHub Bot commented on TINKERPOP-1552: --- Github user asfgit closed the pull request at:

[GitHub] tinkerpop pull request #619: Tinkerpop 1552 Reorganize Gremlin-DotNet projec...

2017-06-07 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/tinkerpop/pull/619 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] tinkerpop issue #619: Tinkerpop 1552 Reorganize Gremlin-DotNet project

2017-06-07 Thread spmallette
Github user spmallette commented on the issue: https://github.com/apache/tinkerpop/pull/619 This has been merged. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and

Re: [TinkerPop] GraphActors as a new distributed computing framework in TinkerPop

2017-06-07 Thread ewohlstadter
Hi Marko, all, I was wondering where things left off for this work. Mostly because distributed Gremlin OLTP sounded promising but also because we use both DSE Graph and Akka at my work. I noticed in Git that it hasn't been worked on lately. Did you hit a wall with this approach? If so, can

Re: [TinkerPop] Re: Docker images: gremlin-server and gremlin-console

2017-06-07 Thread Benjamin Ricaud
Yes definitely for me. It would be easier for beginners to start using TinkerPop and to try different versions/ different configurations/different graph databases. I had a hard time setting up my gremlin server with gremlin-python (even if it is not so complicated). Reading the Dockerfile and

[GitHub] tinkerpop issue #619: Tinkerpop 1552 Reorganize Gremlin-DotNet project

2017-06-07 Thread jorgebay
Github user jorgebay commented on the issue: https://github.com/apache/tinkerpop/pull/619 I gave the C# solution a try and all namespaces are nested within `Gremlin.Net`: `Gremlin.Net.Driver`, `Gremlin.Net.Process` and `Gremlin.Net.Structure`. Looks good to me! +1