|
Guidance on adding a new storage provider
3 messages
Is there any available guidance/pointers for adding a new storage provider to JanusGraph? Thanks, Kent
Is there any available guidance/pointers for adding a new storage provider to JanusGraph? Thanks, Kent
|
By
laurse...@...
·
|
|
Can't use Janus with Berkeley and Lucine. Need help here.
9 messages
I dont understand how to use the Janus with Berkeley and Lucene, I changed gremlin-server.yalm with graphs: { graph: conf/janusgraph-berkeleyje-lucene.properties run ./bin/gremlin-server.sh The: :remo
I dont understand how to use the Janus with Berkeley and Lucene, I changed gremlin-server.yalm with graphs: { graph: conf/janusgraph-berkeleyje-lucene.properties run ./bin/gremlin-server.sh The: :remo
|
By
Augusto Will
·
|
|
support for hyper-edges?
3 messages
The titan 1 docs and the janusgraph docs both claim support for using unidirected edges to make hyper-edges - but the examples in the docs fail with the message " The type of given name is not a key:"
The titan 1 docs and the janusgraph docs both claim support for using unidirected edges to make hyper-edges - but the examples in the docs fail with the message " The type of given name is not a key:"
|
By
mcha...@...
·
|
|
Better JanusGraph data ingestion strategy.
3 messages
Hi, I researched a lot and see that i can load file as a graph, but i need to run 20 different long txt files with Gremlin queries in order to migrate from Postgres to Janus. As I can see, I can impor
Hi, I researched a lot and see that i can load file as a graph, but i need to run 20 different long txt files with Gremlin queries in order to migrate from Postgres to Janus. As I can see, I can impor
|
By
Augusto Will
·
|
|
Connection refused when using janusgraph-berkeleyje-es.properties
3 messages
Hello, I'm trying to follow the getting started JanusGraph with version 0.2.0 and downloaded the binary: janusgraph-0.2.0-hadoop2.zip But when I tried to use the gremlin shell and connect using conf/j
Hello, I'm trying to follow the getting started JanusGraph with version 0.2.0 and downloaded the binary: janusgraph-0.2.0-hadoop2.zip But when I tried to use the gremlin shell and connect using conf/j
|
By
"sar...@apache.org"
·
|
|
Is it possible to choose on which server the varieties have to be placed?
5 messages
Hello, I need to choose where vertices are stored on the application side. For example: I have 3 servers: server1, server2, server3 I need to store vertices: user1, user2, user3, user4, user5 I store
Hello, I need to choose where vertices are stored on the application side. For example: I have 3 servers: server1, server2, server3 I need to store vertices: user1, user2, user3, user4, user5 I store
|
By
Alexandr Porunov
·
|
|
Fetching all trees
4 messages
Hi, i have a graph with following connection ex: n1--> n2--->n3 n4-->n5 n5 Where n represent node and line between them is edge. What i am looking janus query should return all connected tree. Does Ja
Hi, i have a graph with following connection ex: n1--> n2--->n3 n4-->n5 n5 Where n represent node and line between them is edge. What i am looking janus query should return all connected tree. Does Ja
|
By
Ankur Goel
·
|
|
Java Client for Janus, Cassandra backend
3 messages
Hi I am trying to connect to the gremlin-server with my janus graph stored in cassandra using Java Client. Here's my main file where I am calling the yaml properties file having connection details: Bu
Hi I am trying to connect to the gremlin-server with my janus graph stored in cassandra using Java Client. Here's my main file where I am calling the yaml properties file having connection details: Bu
|
By
Raunak Swarnkar
·
|
|
How to run and debug JanusGraph?
(sorry about duplicate post, i sent in wrong group) Hi, I open de Janus project inside IntellyJ, i like to run the server inside the IDE, 1) if possible with my Lucene + Berkeley configuration to acce
(sorry about duplicate post, i sent in wrong group) Hi, I open de Janus project inside IntellyJ, i like to run the server inside the IDE, 1) if possible with my Lucene + Berkeley configuration to acce
|
By
Augusto Will
·
|
|
Janusgraph on Cloudera CDH 5.13
3 messages
Hello, I'm trying to load GraphOfTheGods to Hbase + Solr. But I can't. What should I change in solr schema to solve this? GraphOfTheGodsFactory.load(graph) 17:52:11 ERROR org.apache.solr.client.solrj.
Hello, I'm trying to load GraphOfTheGods to Hbase + Solr. But I can't. What should I change in solr schema to solve this? GraphOfTheGodsFactory.load(graph) 17:52:11 ERROR org.apache.solr.client.solrj.
|
By
amri...@...
·
|
|
Ted Wilmes / JanusGraph at Graph Day / Data Day Texas
Fellow Graph Pros, We're hosting another Graph Day, this time it will be part of Data Day Texas in January. http://datadaytexas.com/2018/graphday Apache Tinkerpop committer Ted Wilmes will kick off an
Fellow Graph Pros, We're hosting another Graph Day, this time it will be part of Data Day Texas in January. http://datadaytexas.com/2018/graphday Apache Tinkerpop committer Ted Wilmes will kick off an
|
By
Lynn Bender
·
|
|
extras that provide business value
4 messages
Janus is such a compelling database to switch to. Right now we use Neo4j. There are a couple of features that neo4j has that are very useful and I was wondering if they are on the roadmap for Janus? 1
Janus is such a compelling database to switch to. Right now we use Neo4j. There are a couple of features that neo4j has that are very useful and I was wondering if they are on the roadmap for Janus? 1
|
By
an...@...
·
|
|
Some keys on index UsersByID do not currently have status(es) [REGISTERED]: userid=INSTALLED
2 messages
Hi All, We setup fresh Cassandra Keyspace, Fresh Janusgraph Instance. Started creating Composite Indexes. mgmt=graph.openManagement(); mgmt.buildIndex('UsersByID', Vertex.class).addKey(mgmt.getPropert
Hi All, We setup fresh Cassandra Keyspace, Fresh Janusgraph Instance. Started creating Composite Indexes. mgmt=graph.openManagement(); mgmt.buildIndex('UsersByID', Vertex.class).addKey(mgmt.getPropert
|
By
Tech Panga
·
|
|
How to move a vertex to another partition?
3 messages
Hello, I am trying to figure out how to move a vertex to another partition for several days but without success. Situation: I have a vertex 1 which is located on partition 1 and I have a vertex 2 whic
Hello, I am trying to figure out how to move a vertex to another partition for several days but without success. Situation: I have a vertex 1 which is located on partition 1 and I have a vertex 2 whic
|
By
Alexandr Porunov
·
|
|
Individual key range is too small for partition block
Hi, I'm running Janusgraph with Hbase backend. My configurations are as below. ids.block-size=10000000ids.flush=falsestorage.lock.wait-time=10000 storage.lock.retries=100 storage.batch-loading=true st
Hi, I'm running Janusgraph with Hbase backend. My configurations are as below. ids.block-size=10000000ids.flush=falsestorage.lock.wait-time=10000 storage.lock.retries=100 storage.batch-loading=true st
|
By
Dilan Ranasinghe
·
|
|
Solr mixed index query not working
4 messages
Looks there is issue in mixed index query when using solr+ cassandra: gremlin> g.V().has("vl","tag").has("id",gt(15)).has("gn","33AABCU2337C1ZW").count().profile() ==>Traversal Metrics Step Count Trav
Looks there is issue in mixed index query when using solr+ cassandra: gremlin> g.V().has("vl","tag").has("id",gt(15)).has("gn","33AABCU2337C1ZW").count().profile() ==>Traversal Metrics Step Count Trav
|
By
Ankur Goel
·
|
|
Janusgraph Sink + Flink
For our project we need to insert huge amounts of data into Janusgraph and do some traversals for our analysis. The traversal part works fine. But we have been having some problems with fast inserts a
For our project we need to insert huge amounts of data into Janusgraph and do some traversals for our analysis. The traversal part works fine. But we have been having some problems with fast inserts a
|
By
Ali Muzaffar Khan
·
|
|
JanusGraph-0.2.0 support for Spark-2.11.0 and scala 2.11.6
2 messages
Can i use JanusGraph with spark 2.1.1 and scala 2.11.6
Can i use JanusGraph with spark 2.1.1 and scala 2.11.6
|
By
Hemanta Baruah
·
|
|
Query requires iterating over all vertices
12 messages
Hello! I get the example : https://github.com/pluradj/janusgraph-java-example Why is there a warning in the log? "WARN org.janusgraph.graphdb.transaction.StandardJanusGraphTx - Query requires iteratin
Hello! I get the example : https://github.com/pluradj/janusgraph-java-example Why is there a warning in the log? "WARN org.janusgraph.graphdb.transaction.StandardJanusGraphTx - Query requires iteratin
|
By
Ярослав Станко
·
|
|
Form of Fuzzy Direct Index Query
4 messages
Trying to do a fuzzy full-text query in JanusGraph. I have a Lucene index backend running. I have a Propery Key named "text" that is of String type, and cardinality SINGLE. I have a Lucene-backed inde
Trying to do a fuzzy full-text query in JanusGraph. I have a Lucene index backend running. I have a Propery Key named "text" that is of String type, and cardinality SINGLE. I have a Lucene-backed inde
|
By
Jamie Lawson
·
|