|
DynamoDB autoscaling for JanusGraph
Does any one know or can help how to do autoscaling preferably as setting when JanusGraph is initialized? Ram
Does any one know or can help how to do autoscaling preferably as setting when JanusGraph is initialized? Ram
|
By
sanjana....@...
·
|
|
about janusgraph use spark(yarn-client) compute
1、configuration " conf/hadoop-graph/read-cassandra.properties " file ,as follow: --------------------------------------------------------------------------------------------------- gremlin.graph=org.a
1、configuration " conf/hadoop-graph/read-cassandra.properties " file ,as follow: --------------------------------------------------------------------------------------------------- gremlin.graph=org.a
|
By
liuzhip...@...
·
|
|
Potential Fix for Indexes stuck in `INSTALLED` state
Hey guys, I know there have been a bunch of questions lately about indexes getting stuck in the `installed` state, and I recently discovered some more interesting potential causes for the problem; ple
Hey guys, I know there have been a bunch of questions lately about indexes getting stuck in the `installed` state, and I recently discovered some more interesting potential causes for the problem; ple
|
By
David Pitera
·
|
|
Any idea on incremental import data(XML,JSON) to JanusGraph
Any suggestion?
By
hu junjie
·
|
|
Problem downloading JanusGraph as a maven artifact.
2 messages
Hi, I am trying to use JanusGraph 0.1.1 in a Scala project, and the SBT dependency on - "org.janusgraph" % "janusgraph-core" % "0.1.1" fails to download with these errors - Error:Error while importing
Hi, I am trying to use JanusGraph 0.1.1 in a Scala project, and the SBT dependency on - "org.janusgraph" % "janusgraph-core" % "0.1.1" fails to download with these errors - Error:Error while importing
|
By
Manoj Waikar
·
|
|
Best practice setup for Go driver development & identifying the websocket serialization format
8 messages
I want to develop a driver in Go that connects to Gremlin Server using a websocket, runs a parameterized Groovy script and parses the response. At this stage all I need to do is perform basic queries
I want to develop a driver in Go that connects to Gremlin Server using a websocket, runs a parameterized Groovy script and parses the response. At this stage all I need to do is perform basic queries
|
By
Ray Scott
·
|
|
Jetty ALPN/NPN has not been properly configured.
3 messages
Hey, We have a mid-sized (10 million vertices, 5 billion edges) graph database (currently running on neo4j) at our organization. we are in the process of moving to JanusGraph with google cloud big tab
Hey, We have a mid-sized (10 million vertices, 5 billion edges) graph database (currently running on neo4j) at our organization. we are in the process of moving to JanusGraph with google cloud big tab
|
By
Amyth Arora
·
|
|
Exception in thread "main" java.lang.OutOfMemoryError: Java heap space while loading bulk data
6 messages
Hi Everyone, I am trying to upload some dummy data for testing purposes to janusgraph (google cloud bigtable backend). I have a groovy script as follows that I execute while running the gremlin consol
Hi Everyone, I am trying to upload some dummy data for testing purposes to janusgraph (google cloud bigtable backend). I have a groovy script as follows that I execute while running the gremlin consol
|
By
Amyth Arora
·
|
|
Do We Need Specialized Graph Databases? Benchmarking Real-Time Social Networking Applications
4 messages
Has everyone seen this article out of the University of Waterloo, which concludes TinkerPop 3 to be not ready for prime time? Do We Need Specialized Graph Databases? Benchmarking Real-Time Social Netw
Has everyone seen this article out of the University of Waterloo, which concludes TinkerPop 3 to be not ready for prime time? Do We Need Specialized Graph Databases? Benchmarking Real-Time Social Netw
|
By
rcanz...@...
·
|
|
Creating a gremlin pipeline from an arraylist
2 messages
I have an arraylist a of edges that I want to make gremlin queries over. In the old days, I would do: a._() And have a pipeline I could work with. Now it seems I can do: g.inject(a).unfold() or g.E(a)
I have an arraylist a of edges that I want to make gremlin queries over. In the old days, I would do: a._() And have a pipeline I could work with. Now it seems I can do: g.inject(a).unfold() or g.E(a)
|
By
Raymond Canzanese
·
|
|
Issue when trying to use Spark Graph Computer
Hi, I am trying to execute the following where cluster is mapr and spark on yarn graph=GraphFactory.open('conf/hadoop-graph/hadoop-load.properties') g = graph.traversal(computer(SparkGraphComputer)) g
Hi, I am trying to execute the following where cluster is mapr and spark on yarn graph=GraphFactory.open('conf/hadoop-graph/hadoop-load.properties') g = graph.traversal(computer(SparkGraphComputer)) g
|
By
Gariee
·
|
|
Vertex ID data type
Currently JanusGraph vertex ID is of type 64bits long, is it possible to also support UUID as the vertex ID?
Currently JanusGraph vertex ID is of type 64bits long, is it possible to also support UUID as the vertex ID?
|
By
cda...@...
·
|
|
Cache expiration time
3 messages
Hi, I am trying to increase/disable the cache expiration time using the cache.db-cache-time property I changed the value to 0 and restarted the Gemlin server, but it seems it is not working (based on
Hi, I am trying to increase/disable the cache expiration time using the cache.db-cache-time property I changed the value to 0 and restarted the Gemlin server, but it seems it is not working (based on
|
By
Ohad Pinchevsky
·
|
|
Mizo + JanusGraph
In working to get the SparkGraphComputer to work with JanusGraph, I came across this project for Titan. https://github.com/imri/mizo I can get it to compile for JanusGraph, but not work with the files
In working to get the SparkGraphComputer to work with JanusGraph, I came across this project for Titan. https://github.com/imri/mizo I can get it to compile for JanusGraph, but not work with the files
|
By
Joe Obernberger
·
|
|
Creating a mixed index on an existing graph
I'm trying to add a mixed index with one key to an existing graph. After building the index, I do a commit on the JanusGraphManagement, and then awaitGraphIndexStatus(graph, mykey).call(). The resulti
I'm trying to add a mixed index with one key to an existing graph. After building the index, I do a commit on the JanusGraphManagement, and then awaitGraphIndexStatus(graph, mykey).call(). The resulti
|
By
Peter Schwarz
·
|
|
Hardware Calculation
The short answer is no.. Number of instances depends on the workload you will be running on the Janusgraph. You need to design your workload, test it on your Janusgraph instance with desired usage pat
The short answer is no.. Number of instances depends on the workload you will be running on the Janusgraph. You need to design your workload, test it on your Janusgraph instance with desired usage pat
|
By
ted...@...
·
|
|
Getting illegal access error due to unsupported GoogleGuava 21?
4 messages
My project is using Google Guava 21 (cannot change it) and is giving the following error: java.lang.IllegalAccessError: tva.lang.IllegalAccessError: tried to access method com.google.common.collect.It
My project is using Google Guava 21 (cannot change it) and is giving the following error: java.lang.IllegalAccessError: tva.lang.IllegalAccessError: tried to access method com.google.common.collect.It
|
By
arunab...@...
·
|
|
A few questions about JanusGraph.
4 messages
Hi, I have read the JanusGraph documentation and the GraphOfTheGodsFactory.java file, and I also have a small sample running, However, I am still not clear about the following doubts related to JanusG
Hi, I have read the JanusGraph documentation and the GraphOfTheGodsFactory.java file, and I also have a small sample running, However, I am still not clear about the following doubts related to JanusG
|
By
Manoj Waikar
·
|
|
Can the graph.set-vertex-id setting be changed
4 messages
For the configuration setting graph.set-vertex-id, the documentation says: Whether user provided vertex ids should be enabled and JanusGraph’s automatic id allocation be disabled. Useful when operatin
For the configuration setting graph.set-vertex-id, the documentation says: Whether user provided vertex ids should be enabled and JanusGraph’s automatic id allocation be disabled. Useful when operatin
|
By
Rohit Jain
·
|
|
Index not being use
5 messages
Hi folks, So I created an index like so: gremlin> graph.tx().rollback() ==>null gremlin> mgmt = graph.openManagement() ==>org.janusgraph.graphdb.database.management.ManagementSystem@6843fdc4 gremlin>
Hi folks, So I created an index like so: gremlin> graph.tx().rollback() ==>null gremlin> mgmt = graph.openManagement() ==>org.janusgraph.graphdb.database.management.ManagementSystem@6843fdc4 gremlin>
|
By
Rohit Jain
·
|