|
Installation of JanusGraph
7 messages
Hi All, I am new to graph world and have done basic Titan tutorials, etc. Happy to hear that JanusGraph will continue where titan guys left. Just a quick question, in the Getting started guide for Jan
Hi All, I am new to graph world and have done basic Titan tutorials, etc. Happy to hear that JanusGraph will continue where titan guys left. Just a quick question, in the Getting started guide for Jan
|
By
e2t2
·
|
|
JanusGraph configuration for scala
5 messages
I am trying to configure JanusGraph with Apache Cassandra 3.1 and Solr 6.1.0 . I cannot connect to the Storage backend from the code , though all of my configuration are correct ..
I am trying to configure JanusGraph with Apache Cassandra 3.1 and Solr 6.1.0 . I cannot connect to the Storage backend from the code , though all of my configuration are correct ..
|
By
Prabin acharya
·
|
|
Reindex job
4 messages
Hi All - I have a graph that I'd like to add an index to. I've tried it through gremlin with a smaller graph and the procedure works fine. With a larger graph, however, I get a timeout error: gremlin>
Hi All - I have a graph that I'd like to add an index to. I've tried it through gremlin with a smaller graph and the procedure works fine. With a larger graph, however, I get a timeout error: gremlin>
|
By
Joe Obernberger
·
|
|
Is JanusGraph suitable for Ad Tech ?
4 messages
Hey, we've been using ScyllaDB for persisting and analyzing impressions and especially cookies, digital fingerprints and other similar internet "identities". The ultimate goal is finding relationships
Hey, we've been using ScyllaDB for persisting and analyzing impressions and especially cookies, digital fingerprints and other similar internet "identities". The ultimate goal is finding relationships
|
By
Jakub Liska
·
|
|
Buiding JanusGraph Cluster.
2 messages
Hey Guys, I am new to this Graph database world, i am actually trying to build a 3 node JanusGraph cluster in Docker. I am not sure how Janus instances communicate with each other.
Hey Guys, I am new to this Graph database world, i am actually trying to build a 3 node JanusGraph cluster in Docker. I am not sure how Janus instances communicate with each other.
|
By
Naveen Kumar Eppa
·
|
|
Indexing issue...
2 messages
Hello, Currently having issues creating indexes on our graphdb with the following configs.. - Gremlin Server (Janus Server) - Cassandra backend - ES index backend From an empty graph, imported a graph
Hello, Currently having issues creating indexes on our graphdb with the following configs.. - Gremlin Server (Janus Server) - Cassandra backend - ES index backend From an empty graph, imported a graph
|
By
Gene Fojtik
·
|
|
Janus Graph performing OLAP with Spark/Yarn
5 messages
Gentlemen and Ladies, Currently our group is trying to stand up an instance of JanusGraph/Titan that performs OLAP operations using SparkGraphComputer in TinkerPop. To do OLAP,.we wish to use Spark wi
Gentlemen and Ladies, Currently our group is trying to stand up an instance of JanusGraph/Titan that performs OLAP operations using SparkGraphComputer in TinkerPop. To do OLAP,.we wish to use Spark wi
|
By
John Helmsen
·
|
|
Odd behavior with elasticsearch and metapropeties
4 messages
Here's the setup. I have 4 property keys, all part of a Mixed Index. - name_string, Cardinality.SINGLE, Mapping.STRING.asParameter - meta_name_string, Cardinality.SINGLE, Mapping.STRING.asParameter -
Here's the setup. I have 4 property keys, all part of a Mixed Index. - name_string, Cardinality.SINGLE, Mapping.STRING.asParameter - meta_name_string, Cardinality.SINGLE, Mapping.STRING.asParameter -
|
By
Adam Holley
·
|
|
Character case behaviour different with or without indices
8 messages
This is odd behaviour in janusgraph. If we have a user with a property, say Robert, we can't find him with a search for "Rob" but we can with a search for "rob". gremlin> mgmt = graph.openManagement()
This is odd behaviour in janusgraph. If we have a user with a property, say Robert, we can't find him with a search for "Rob" but we can with a search for "rob". gremlin> mgmt = graph.openManagement()
|
By
ni...@...
·
|
|
Geo Data
3 messages
(1) Was looking at the GEO facilities, does someone know what algorithm or approach is used by the implementation for GEO location calculations?
(1) Was looking at the GEO facilities, does someone know what algorithm or approach is used by the implementation for GEO location calculations?
|
By
JZ
·
|
|
[WARNING] 0.1.0 to 0.1.1 upgrade
2 messages
Hello,A step was missed during the release prep and the 0.1.1 release was not marked as compatible with JanusGraph 0.1.0. Consequently, if you point 0.1.1 at a previously loaded 0.1.0 backend (not Tit
Hello,A step was missed during the release prep and the 0.1.1 release was not marked as compatible with JanusGraph 0.1.0. Consequently, if you point 0.1.1 at a previously loaded 0.1.0 backend (not Tit
|
By
Ted Wilmes
·
|
|
How to list properties from gremlin console
2 messages
Is there a way to list the current graph properties from the gremlin console? Looking for the properties set in the *.properties file that have been sourced on start-up. -gene
Is there a way to list the current graph properties from the gremlin console? Looking for the properties set in the *.properties file that have been sourced on start-up. -gene
|
By
Gene Fojtik
·
|
|
Another perspective on JanusGraph embedded versus server mode
2 messages
We have a _domain specific_ REST API that is architecturally decoupled from JanusGraph. In other words, users of the REST API have no indication that their calls interact with JanusGraph, or even with
We have a _domain specific_ REST API that is architecturally decoupled from JanusGraph. In other words, users of the REST API have no indication that their calls interact with JanusGraph, or even with
|
By
Jamie Lawson
·
|
|
call queue is full on /0.0.0.0.:60020, too many items queued? hbase
Here is my problem: We are using cloudera 5.7.0 with java 1.8.0_74 and we have spark 1.6.0, janusgraph 0.1.1, hbase 1.2.0. I try to load 200Gb of graph data and for that I run the following code in gr
Here is my problem: We are using cloudera 5.7.0 with java 1.8.0_74 and we have spark 1.6.0, janusgraph 0.1.1, hbase 1.2.0. I try to load 200Gb of graph data and for that I run the following code in gr
|
By
aoz...@...
·
|
|
Index not being used with 'Between" clause
3 messages
Hello, Have an index in a property "latitude", when using with the between clause, the index is not being utilized g.V().has("latitude", 33.333") works well, however g.V().has(“latitude”, between(33.8
Hello, Have an index in a property "latitude", when using with the between clause, the index is not being utilized g.V().has("latitude", 33.333") works well, however g.V().has(“latitude”, between(33.8
|
By
Gene Fojtik
·
|
|
Finding supernodes with insufficient frame size
3 messages
Using cassandra as the backend, I was trying to count edges {g.E().count} and of course ran into the framesize problem because I had a supernode. I found that I could identify which node was the super
Using cassandra as the backend, I was trying to count edges {g.E().count} and of course ran into the framesize problem because I had a supernode. I found that I could identify which node was the super
|
By
Adam Holley
·
|
|
Time series modelling help needed...
I need a help in time series modelling, with Cassandra as the backend storage... Consider a model as below Has many Which Report Domain -----------------> Sub-Domains -----------------------> Traffic_
I need a help in time series modelling, with Cassandra as the backend storage... Consider a model as below Has many Which Report Domain -----------------> Sub-Domains -----------------------> Traffic_
|
By
Ravikumar Govindarajan
·
|
|
Bulk loading using Json, python or Scala?
4 messages
Other than Groovy, is it possible to do bulk loading using Json, python or Scala? Any sample code could be provided? Thanks!
Other than Groovy, is it possible to do bulk loading using Json, python or Scala? Any sample code could be provided? Thanks!
|
By
Yihang Yan
·
|
|
Low throughput on Janus vs Neo4j (Tuning issues?)
3 messages
So I've been evaluating JanusGraph on a single machine that is also hosting a Cassandra instance. It seems that I am unable to achieve the same throughput that other users here seem to have. Currently
So I've been evaluating JanusGraph on a single machine that is also hosting a Cassandra instance. It seems that I am unable to achieve the same throughput that other users here seem to have. Currently
|
By
Carlos
·
|
|
HBase unbalanced table regions after bulkload
7 messages
We are using cloudera 5.7.0 with java 1.8.0_74 and we have spark 1.6.0, janusgraph 0.1.1, hbase 1.2.0. I managed to bulkload 130GB of data into 1024 region hbase table in 2 hours 30 minute with 1024 s
We are using cloudera 5.7.0 with java 1.8.0_74 and we have spark 1.6.0, janusgraph 0.1.1, hbase 1.2.0. I managed to bulkload 130GB of data into 1024 region hbase table in 2 hours 30 minute with 1024 s
|
By
aoz...@...
·
|