-
For some partitioning strategy, if each subgraph/component fits nicely on one machine (to some extent), we could have the mapper load that machine's subgraph into an in-memory graph system (e.g. Fulgr…
okram updated
11 years ago
-
Thanks releasing the RexPro client. I've just installed it and am receiving an unhelpful exception. I'm new to the space, apologies if I have missed something obvious.
I'm receiving the following ex…
m1sta updated
11 years ago
-
This is my first time using Neo4J with Gremlin so I'm a bit lost.
If I save a vertex like `graphDB.addVertex(null,function(err,v){ v.name = "test" })` am I suppose to get a vertex with property name …
mjp0 updated
10 years ago
-
The only way we test these formats is via manual use.
@mbroecheler Any ideas on how we should do this?
okram updated
11 years ago
-
Here's what I did:
from bulbs.graph import Graph
g = Graph("http://localhost:8182/graphs/orientdbsample")
g.clear()
print g.V
This is the traceback:
Traceback (most recent call last):
File "", …
-
See https://groups.google.com/d/msg/gremlin-users/c5NTTA-WGEk/8WIUYaXSDD4J
-
Hello,
I'm not sure if it is just my setup, but when I run save_graphml I get:
> > > f = g.save_graphml()
> > > Traceback (most recent call last):
> > > File "", line 1, in
> > > File "/home/cra…
-
Hello,
When I try to create an instance of a Relationship subclass, I get a recursion error:
import time
from bulbs.model import Relationship, Node
from bulbs.property import Property, String, Int…
-
jsonbody.work-came-from="some"
expected
{"output":"tinkergraph[vertices:6 edges:6]","work-came-from":"some","version":"0.5-SNAPSHOT","queryTime":1.068896}
actual
not found: 'jsonbody.work-came-from…