|
Id allocation is not as expected (Janusgraph embedded)
Hello, I'm running Janusgraph embedded with a hbase cluster. I'm using the ids.block-size=10000 which is the default. I inserts graphs with 1000 nodes and measured the time per insertion. What i guess
Hello, I'm running Janusgraph embedded with a hbase cluster. I'm using the ids.block-size=10000 which is the default. I inserts graphs with 1000 nodes and measured the time per insertion. What i guess
|
By
Dilan Ranasinghe
·
|
|
Embedded Cassandra version JG 0.2.0 ? 7 messages
Hi, I configured JG 0.2.0 to use embedded Cassandra. How do I know which version of Cassandra is it using ? Can i change the version ? Where can i see the Cassandra logs ? Thanks
Hi, I configured JG 0.2.0 to use embedded Cassandra. How do I know which version of Cassandra is it using ? Can i change the version ? Where can i see the Cassandra logs ? Thanks
|
By
Suny
·
|
|
Janus Graph support for HBase 2.0.0 and Solr 6.x 5 messages
Hello, We are planning to replace Titan DB with JanusGraph for Apache Atlas. I noticed in version compatibility of Janus graph that it supports HBase (0.98.z, 1.0.z, 1.1.z, 1.2.z) and Solr (5.2.z) ver
Hello, We are planning to replace Titan DB with JanusGraph for Apache Atlas. I noticed in version compatibility of Janus graph that it supports HBase (0.98.z, 1.0.z, 1.1.z, 1.2.z) and Solr (5.2.z) ver
|
By
Sarath Kumar
·
|
|
How can I store nested object to property? 2 messages
My data spec is below{ "key1" : "mykey", "key2" : { "nestedKey1" : { "nestedNestedKey1" : "value" },... } } If I want to store key2 into property, How? Do I implement AttributeSerializer? Thanks
My data spec is below{ "key1" : "mykey", "key2" : { "nestedKey1" : { "nestedNestedKey1" : "value" },... } } If I want to store key2 into property, How? Do I implement AttributeSerializer? Thanks
|
By
Hacking J
·
|
|
Gremlin/TinkerPop book - updated draft published
I got some really good feedback from Stephen Mallette and some other folks. Much appreciated. I put a new draft out with that feedback factored in yesterday. Reminder that this remains very much a wor
I got some really good feedback from Stephen Mallette and some other folks. Much appreciated. I put a new draft out with that feedback factored in yesterday. Reminder that this remains very much a wor
|
By
Kelvin Lawrence
·
|
|
VertexProperty Index 2 messages
In my case, There are many schema. Label Broadcast like below { "name" : "my program name", "mc" : ["abc", "def", ...], "year" : 2010, ... } Label People like below { "name" : "my program name", "birt
In my case, There are many schema. Label Broadcast like below { "name" : "my program name", "mc" : ["abc", "def", ...], "year" : 2010, ... } Label People like below { "name" : "my program name", "birt
|
By
moon...@...
·
|
|
Multiple labels support in Janus 2 messages
Hi, Is there a way to add multiple labels to the same node in JanusGraph as we can do in Neo4jGraph? For example, gremlin> vertex = (Neo4jVertex) graph.addVertex('human::animal') ==>v[0] gremlin> vert
Hi, Is there a way to add multiple labels to the same node in JanusGraph as we can do in Neo4jGraph? For example, gremlin> vertex = (Neo4jVertex) graph.addVertex('human::animal') ==>v[0] gremlin> vert
|
By
Anya Sharma
·
|
|
Difference b/w Janusgraph & Tinkergraph
HI all, So, I've a JanusGraph, which was loaded using Gremlin server from .properties file. I then queried on it to add vertex and edges. On client side, I've Python which generates a Graph in memory
HI all, So, I've a JanusGraph, which was loaded using Gremlin server from .properties file. I then queried on it to add vertex and edges. On client side, I've Python which generates a Graph in memory
|
By
Debasish Kanhar
·
|
|
How to index edges by label? 8 messages
I have problems with some slow queries, i'm building a system that use Janus as database for all the data, some queries take more than 3 seconds to run, this is too much in my system because I have so
I have problems with some slow queries, i'm building a system that use Janus as database for all the data, some queries take more than 3 seconds to run, this is too much in my system because I have so
|
By
Augusto Will
·
|
|
variable type property key indexing 2 messages
Hi I'm a newbie in JanusGraph. In my case, there are varaible types vertex like below In label 'Broadcast' { "name" : "abcded", "thumbnail" : { "size1" : "http://static.server.url1" "size2" : "http://
Hi I'm a newbie in JanusGraph. In my case, there are varaible types vertex like below In label 'Broadcast' { "name" : "abcded", "thumbnail" : { "size1" : "http://static.server.url1" "size2" : "http://
|
By
Hacking J
·
|
|
What is "best practics" to track history od nodes and relations? 3 messages
I want to model graph which keeps track of the history of nodes and relations. "History level" could be 2 or 3 that means that I should have a possibility to check how the certain node/relation looks
I want to model graph which keeps track of the history of nodes and relations. "History level" could be 2 or 3 that means that I should have a possibility to check how the certain node/relation looks
|
By
troj...@...
·
|
|
What is difference property and vertex property in janusgraph data model? 4 messages
In document, there is below explaination. property data structure detail is below Tinkerpop3 provide vertex properties (http://tinkerpop.apache.org/docs/current/reference/#vertex-properties).1. what i
In document, there is below explaination. property data structure detail is below Tinkerpop3 provide vertex properties (http://tinkerpop.apache.org/docs/current/reference/#vertex-properties).1. what i
|
By
Hacking J
·
|
|
PermanentLockingException error 11 messages
I'm trying to run some queries in Janus inside a loop in javascript that send some addV via http, after restart Janus server, the server give me this error from the first 3 queries, the other 86k vert
I'm trying to run some queries in Janus inside a loop in javascript that send some addV via http, after restart Janus server, the server give me this error from the first 3 queries, the other 86k vert
|
By
Augusto Will
·
|
|
How to connect with janus with WebSocket
How can I connect to Janus by code using a websocket? Just send a update in requisition and send messages or i'm missing something? How the session works, can I send messages, every message with a ses
How can I connect to Janus by code using a websocket? Just send a update in requisition and send messages or i'm missing something? How the session works, can I send messages, every message with a ses
|
By
Augusto Will
·
|
|
Getting Null pointer exception 2 messages
In janus graph db.. I have more than 10 labels.. recently I have changed a property key's datatype(property name: counter)..after that I am getting null pointer exception from a particular label(label
In janus graph db.. I have more than 10 labels.. recently I have changed a property key's datatype(property name: counter)..after that I am getting null pointer exception from a particular label(label
|
By
padmasr...@...
·
|
|
[ANNOUNCE] JanusGraph 0.2.0 Release
The JanusGraph Technical Steering Committee is excited to announce the release of JanusGraph 0.2.0. JanusGraph is an Apache TinkerPop enabled property graph database with support for a variety of stor
The JanusGraph Technical Steering Committee is excited to announce the release of JanusGraph 0.2.0. JanusGraph is an Apache TinkerPop enabled property graph database with support for a variety of stor
|
By
Jason Plurad
·
|
|
mgmt.getGraphIndex is null after shutdown 2 messages
below is my index setting. Transaction tx = graph.tx(); PropertyKey title = mgmt.makePropertyKey("title").dataType(String.class).make(); mgmt.buildIndex("Broadcast", Vertex.class).addKey(title).buildM
below is my index setting. Transaction tx = graph.tx(); PropertyKey title = mgmt.makePropertyKey("title").dataType(String.class).make(); mgmt.buildIndex("Broadcast", Vertex.class).addKey(title).buildM
|
By
Hacking J
·
|
|
what is signature? 2 messages
There is no explanation for signature in document. what is it?
There is no explanation for signature in document. what is it?
|
By
Hacking J
·
|
|
The link to the documentation of JanusGraph 2.0 is broken 9 messages
The following link on github is broken and returns a 404 Not Found page: http://docs.janusgraph.org/0.2.0
The following link on github is broken and returns a 404 Not Found page: http://docs.janusgraph.org/0.2.0
|
By
Anya Sharma
·
|
|
Error in vertex creation and edge creation 4 messages
We are facing below error while creating vertex and edges sequentially very frequently: at org.janusgraph.graphdb.query.profile.QueryProfiler.profile(QueryProfiler.java:97) at org.janusgraph.graphdb.q
We are facing below error while creating vertex and edges sequentially very frequently: at org.janusgraph.graphdb.query.profile.QueryProfiler.profile(QueryProfiler.java:97) at org.janusgraph.graphdb.q
|
By
Ankur Goel
·
|