|
Index labels of vartices
6 messages
Is there a plan to make possibility to index labels of vertices in JanusGraph?
Is there a plan to make possibility to index labels of vertices in JanusGraph?
|
By
troj...@...
·
|
|
ES with JG
13 messages
I implemented a mixed index on 'type' attribute on vertex. Whenever i query for :> g.V().has('type',textContains('car')) the result comes out really really fast. When I do :> g.V().has('type',textCont
I implemented a mixed index on 'type' attribute on vertex. Whenever i query for :> g.V().has('type',textContains('car')) the result comes out really really fast. When I do :> g.V().has('type',textCont
|
By
Suny
·
|
|
what is the right way to drop/clear the schema & data of a graph in janusgraph
4 messages
Hi, What is the right way to clear the schema and data of a graph. I tried the following methods. Method 1: graph.close(); org.janusgraph.core.util.JanusGraphCleanup.clear(graph) After clearing later
Hi, What is the right way to clear the schema and data of a graph. I tried the following methods. Method 1: graph.close(); org.janusgraph.core.util.JanusGraphCleanup.clear(graph) After clearing later
|
By
csraj...@...
·
|
|
Error with withComputer()
2 messages
Hi, I am having following configuration: Cassandra + solr a = graph.traversal().withComputer() g = graph.traversal() clusters = a.V().count() its giving me following exception. 16:51:37 ERROR org.janu
Hi, I am having following configuration: Cassandra + solr a = graph.traversal().withComputer() g = graph.traversal() clusters = a.V().count() its giving me following exception. 16:51:37 ERROR org.janu
|
By
Ankur Goel
·
|
|
vertex IDs of vertices can collide or not, when you put several Janusserver inserting
2 messages
Hi all, I have a question. I would like to know if vertex IDs of vertices can collide or not, when you put several Janusserver inserting vertices against the same Cassandra? G M T Detectar idiomaAfrik
Hi all, I have a question. I would like to know if vertex IDs of vertices can collide or not, when you put several Janusserver inserting vertices against the same Cassandra? G M T Detectar idiomaAfrik
|
By
javier...@...
·
|
|
Gremlin-python remote connect to JanusGraph
4 messages
Hi, I am trying to connect to JanuscGraph remotely using gremlin-python library. But it showed nothing. Can someone help ? Here is the code I used. start server ./bin/janusgraph.sh start testing using
Hi, I am trying to connect to JanuscGraph remotely using gremlin-python library. But it showed nothing. Can someone help ? Here is the code I used. start server ./bin/janusgraph.sh start testing using
|
By
Eric Cyliu
·
|
|
Index not used with has() query
4 messages
I have created an index using the following: mgmt = graph.openManagement() name = mgmt.makePropertyKey('name').dataType(String.class).cardinality(Cardinality.SINGLE).make(); byName = mgmt.buildIndex('
I have created an index using the following: mgmt = graph.openManagement() name = mgmt.makePropertyKey('name').dataType(String.class).cardinality(Cardinality.SINGLE).make(); byName = mgmt.buildIndex('
|
By
Brandon Dean
·
|
|
Indexes on edge properties
14 messages
I have set an index on some edge property but when I execute g.E().has("name", "somename")) it does not use the index and gives me: "Query requires iterating over all vertices..." I created the index
I have set an index on some edge property but when I execute g.E().has("name", "somename")) it does not use the index and gives me: "Query requires iterating over all vertices..." I created the index
|
By
Thijs Broersen
·
|
|
JanusGraph 0.2.0 with embedded Cassandra
Hi, I've been trying to use JanusGraph 0.2.0 in embedded mode with Cassandra 3.11.1. This is on Windows. I have been unable to configure the location of the Cassandra config file, always getting an er
Hi, I've been trying to use JanusGraph 0.2.0 in embedded mode with Cassandra 3.11.1. This is on Windows. I have been unable to configure the location of the Cassandra config file, always getting an er
|
By
graham...@...
·
|
|
Delete 10 million vertices
3 messages
I have 10 million vertices in my database. I want to delete al vertices. I used drop() g.V().hasLabel('student').has('s_class',within(0,1,2,3,4,5)).limit(1000).drop().iterate(); graph.tx().commit; if
I have 10 million vertices in my database. I want to delete al vertices. I used drop() g.V().hasLabel('student').has('s_class',within(0,1,2,3,4,5)).limit(1000).drop().iterate(); graph.tx().commit; if
|
By
Bhawesh Agarwal
·
|
|
New committer: David Pitera
On behalf of the JanusGraph Technical Steering Committee (TSC), I'm pleased to welcome a new committer on the project! David Pitera has been a solid contributor. In the JanusGraph 0.2.0 release, he co
On behalf of the JanusGraph Technical Steering Committee (TSC), I'm pleased to welcome a new committer on the project! David Pitera has been a solid contributor. In the JanusGraph 0.2.0 release, he co
|
By
Jason Plurad
·
|
|
New committer: David Pitera
Great job, David, and thank you for your contributions! Great to have you as a committer on the project.
Great job, David, and thank you for your contributions! Great to have you as a committer on the project.
|
By
Misha Brukman
·
|
|
Issues with JanusgraphManager in latest master code
3 messages
Hi All, I have downloaded the latest master code and built it using the instruction in janusgraph-dist. The code seems to be working fine in JanusPlanFactoryMode. I had trouble making it work in Confi
Hi All, I have downloaded the latest master code and built it using the instruction in janusgraph-dist. The code seems to be working fine in JanusPlanFactoryMode. I had trouble making it work in Confi
|
By
AG
·
|
|
Indexing not working at second level
2 messages
Hi there!! Actually I am trying to use janus for a real large database I just want to know for querying at multiple level say company--->location--->person--->hometown but my issue is indexing does no
Hi there!! Actually I am trying to use janus for a real large database I just want to know for querying at multiple level say company--->location--->person--->hometown but my issue is indexing does no
|
By
shrikant pachauri
·
|
|
Production Topics
3 messages
Hi All, 1. Are there any recommended Production Configuration for Cassandra Backend and ElasticSearch Backend. Right now our Gremlin Queries are taking 10 sec to 60 sec eventhough we have enough index
Hi All, 1. Are there any recommended Production Configuration for Cassandra Backend and ElasticSearch Backend. Right now our Gremlin Queries are taking 10 sec to 60 sec eventhough we have enough index
|
By
durga...@...
·
|
|
Configuring embeddedcassandra on Windows
4 messages
Hi, Has anyone managed to configure the location of the cassandra config file for embedded cassandra, on a Windows platform? I have tried lots of combinations of back-slashes, forward-slashes etc but
Hi, Has anyone managed to configure the location of the cassandra config file for embedded cassandra, on a Windows platform? I have tried lots of combinations of back-slashes, forward-slashes etc but
|
By
graham...@...
·
|
|
Janusgraph - Performance
3 messages
Hi , We are using JG , with backend Cassandra. we have 2 Datacenter and RF=3, Network topology settings. 2 DC setup is giving slow performance compared to Simple strategy with RF=2 or 3 , with 1 DC. c
Hi , We are using JG , with backend Cassandra. we have 2 Datacenter and RF=3, Network topology settings. 2 DC setup is giving slow performance compared to Simple strategy with RF=2 or 3 , with 1 DC. c
|
By
anumodmu...@...
·
|
|
Connected Component query fails for a fully connected graph of 35 vertices
31 messages
Hello all, I am trying to find connected component of a given vertex on "both" edges. I tried the query given on http://tinkerpop.apache.org/docs/current/recipes/#connected-components I am also trying
Hello all, I am trying to find connected component of a given vertex on "both" edges. I tried the query given on http://tinkerpop.apache.org/docs/current/recipes/#connected-components I am also trying
|
By
Antriksh Shah
·
|
|
Index seems stuck in INSTALLED state when checking with graph management open.
5 messages
Hi, I'm trying to create an index on a property but initially it seemed my index was stuck in INSTALLED state. Here's my code snippet reproducing the issue. I gave it a couple of minutes, but the inde
Hi, I'm trying to create an index on a property but initially it seemed my index was stuck in INSTALLED state. Here's my code snippet reproducing the issue. I gave it a couple of minutes, but the inde
|
By
Xander Uiterlinden
·
|
|
Partition in Cassandra
4 messages
Hi, i have a 5 node cassandra cluster. i want to control no of partitions and no of node on which partition should happen. For Example : i have 5 node n1,n2,n3,n4,n5. I want only 3 nodes among 5 nodes
Hi, i have a 5 node cassandra cluster. i want to control no of partitions and no of node on which partition should happen. For Example : i have 5 node n1,n2,n3,n4,n5. I want only 3 nodes among 5 nodes
|
By
Ankur Goel
·
|