bougyman

Results 7 comments of bougyman

Would be willing to help move this forward, is there a working branch/fork available?

Are any of the contributors on this project still using orientdb? Could we have an offline about why you stopped using it? We are just in the investigation phase and...

I need the graph stuff myself and I can't find any successful way to add an edge. ``` [90] pry(main)> edge = database.add_edge('class:member_of', bob, org, 'member_of') => # [91] pry(main)>...

Even tried using run_command on a DocumentDatabase, similar non-results: ``` [22] pry(main)> res = DB.run_command("CREATE EDGE member_of from #12:4 to #14:1") => # [23] pry(main)> res.first.record => # [24] pry(main)>...

``` public OrientEdge addEdge(Object id, Vertex outVertex, Vertex inVertex, String label) Creates an edge between a source Vertex and a destination Vertex setting label as Edge's label. Parameters: id -...

That's from http://www.orientechnologies.com/javadoc/latest/com/tinkerpop/blueprints/impls/orient/OrientBaseGraph.html#addEdge-java.lang.Object-. When I tcpdump the proper things happen, and if I use a 'label' that is not an edge I get a different error: ``` [70] pry(main)> database...

Here's a realtime view of what I'm seeing, including the network traffic as I'm doing it. What else could help to troubleshoot this? http://bougyman.voidlinux.com/orient.html