You cannot post messages because only members can post, and you are not currently a member.
Description:
Gremlin is a Turing-complete, graph-based programming language that has applications in the areas of graph query, analysis, and manipulation. This group is a discussion group for Gremlin users.
|
|
|
Maintaining Your Own Gremlin Language Implementations
|
| |
Hi,
There are people pushing updates to Gremlin-Scala in the Tinkubator. Stephen and I talked this morning and we think that it would be best if individuals kept their clones (or primary branches) in their respective individual repos. Next, I've added a section at the bottom of the following page:... more »
|
|
Design Consideration
|
| |
Greetings! I'm looking to apply some 'dynamic weighting' to graph traversals. For example: DIST-MAP dist : weight 1 : 10 2 : 8 3 : 6 4 : 4 5 : 2 NodeA -- related --> NodeB <-- related (distance 5) -- NodeC NodeB <-- related (distance 2) -- **NodeD* NodeB <-- related (distance 1) -- NodeE NodeA -- related --> NodeH <-- related (distance 2) -- **NodeD*... more »
|
|
Public constructors for OrientDB/Neo4j Vertex/Edge and Neo4j transaction checking.
|
| |
Hi,
I have made the constructors for OrientVertex/OrientEdge and Neo4jVertex/Neo4jEdge public as they were back in 1.x. This should make it easy for OrientDB's GREMLIN function and Neo4j's Gremlin plugin to go from their raw representation to Blueprints. Moreover, I believe this fixes the remote: issue OrientDB is having with Blueprints element serialization.... more »
|
|
Rexster 0.8 Old Syntax to Achieve Order step?
|
| |
Another group at my company setup a Rexster server running 0.8 that I'm trying to query. I'd like to run a query like the following (grab the vertex of the highest degree who has name property of 'algebra'): g.idx('dbpedia')[[name:'algebr a']].order{it.outE.count()}.ne xt() But the order step is not recognized on version 0.8.... more »
|
|
autoindex
|
| |
I'm trying to update a gremlin script from 1.4 to the new germlin...
[link]
Do automatic indexes still work? I can't find them in the wikis anywhere
I'm getting an error like this:
No signature of method: groovy.lang.MissingMethodExcep tion.createAutomaticIndex() is applicable for argument types: () values: []... more »
|
|
ain't no thing but a chicken wing
|
| |
I really love tinkerpop; but evertime I come back to my project that uses it it makes we want to cry... The new germlin always breaks my code; and I can never figure out how to build an old gremlin. If I use the "1.4" tag (which matches my code I'm trying to migrate to a new machine) and I do a 'mvn install' I get this:... more »
|
|
TinkerPop 2.1.0 -- an apology to our supporting vendors.
|
| |
Hi everyone,
TinkerPop 2 has some great changes in it, but in all those changes, there were some hasty moves that were made that led to a suboptimal release. To rectify this unfortunate situation, TinkerPop needs to work on a 2.1.0 release that will provide fixes to the following issues. Luckily, for most everyday users, these are non-issues. However, for our vendors, it is important we fix these sooner than later so they can get TinkerPop2 confidently into their products.... more »
|
|
LinkedDataSail
|
| |
Dear All, I'm using Gremlin via Java. More precisely, I'm trying to make it work the example about the Spreading Activation at [link] . I have some problems with the Java equivalent of the loop: .loop(4){it.loops < 4} In fact, I get the following expection:... more »
|
|
Titan: The Rise of Big Graph Data
|
| |
Hi people,
Titan: The Rise of Big Graph Data
[link]
On June 14th, Matthias and I will be doing a graph presentation in Palo Alto, California (hosted by Jive Software).
I (Marko) will be talking about the current graph landscape and some of the technologies that Aurelius is developing for our clients and the graph community in general.... more »
|
|
|