|
Cassandra 4
2 messages
Hi, has anyone tried JG with Cassandra 4 ? Does it work ?
Hi, has anyone tried JG with Cassandra 4 ? Does it work ?
|
By
Kusnierz.Krzysztof@...
·
|
|
How to Merge Two Vertices in JanusGraph into single vertex
2 messages
Hi Folks can you please help me to know how to merge 2 vertices in Janus Graph into a single vertex? I am using Cassandra DB as a backend for JanusGraph and unique vertex constraint with id+name verte
Hi Folks can you please help me to know how to merge 2 vertices in Janus Graph into a single vertex? I am using Cassandra DB as a backend for JanusGraph and unique vertex constraint with id+name verte
|
By
krishna.sailesh2@...
·
|
|
Usage of CustomID on Vertexes
2 messages
Hi everyone, I have a confusion about the topic i mentioned below, could anyone give any suggestion about it? or does the problem familiar with you? what was your solution? I need to load data from a
Hi everyone, I have a confusion about the topic i mentioned below, could anyone give any suggestion about it? or does the problem familiar with you? what was your solution? I need to load data from a
|
By
hazalkecoglu@...
·
|
|
JanusGraph server clustering with NodeJS
3 messages
Hello! I'm new to JanusGraph and implemented "single janus server- single nodejs client" setup successfully. Able to create multiple dynamic graphs within the same janusServer instance (if anyone need
Hello! I'm new to JanusGraph and implemented "single janus server- single nodejs client" setup successfully. Able to create multiple dynamic graphs within the same janusServer instance (if anyone need
|
By
51kumarakhil@...
·
|
|
Edge traveresal .hasId() not returning expected results
4 messages
Hey folks, I'm seeing strange results trying to use the hasId step on an edge traversal: @ g.E("4r6-39s-69zp-3c8").toList res49: List[Edge] = List(e[4r6-39s-69zp-3c8][4240-RetrocomputerPurchaser->4328
Hey folks, I'm seeing strange results trying to use the hasId step on an edge traversal: @ g.E("4r6-39s-69zp-3c8").toList res49: List[Edge] = List(e[4r6-39s-69zp-3c8][4240-RetrocomputerPurchaser->4328
|
By
AC
·
|
|
Options for Bulk Read/Bulk Export
5 messages
Hi There, we have Janus-Graph with back-end store Foundation DB and index back-end as Elastic Search. Please let me know what is the best way to export/read Millions of Records from JaunusGraph by kee
Hi There, we have Janus-Graph with back-end store Foundation DB and index back-end as Elastic Search. Please let me know what is the best way to export/read Millions of Records from JaunusGraph by kee
|
By
subbu165@...
·
|
|
Janusgraph Schema dump
3 messages
Hi All, Is any one let me know how to do below two items in janusgraph. 1. Database Schema dump (Want to use same schema dump on another env using same export) 2. Database data dump for backup and res
Hi All, Is any one let me know how to do below two items in janusgraph. 1. Database Schema dump (Want to use same schema dump on another env using same export) 2. Database data dump for backup and res
|
By
Pawan Shriwas
·
|
|
Queries with negated text predicates fail with lucene
4 messages
Hi, With JanusGraph 0.6.0 and Lucene index backend, queries fail if they contain predicate like textNotPrefix, textNotContains: java.lang.IllegalArgumentException: Relation is not supported for string
Hi, With JanusGraph 0.6.0 and Lucene index backend, queries fail if they contain predicate like textNotPrefix, textNotContains: java.lang.IllegalArgumentException: Relation is not supported for string
|
By
toom@...
·
|
|
potential memory leak
2 messages
Hi Team, We are facing some issues with the Janusgraph 0.5.3, we captured heap dumps and find memory leaks. Can you please check if this is a leak suspect? -- ViVek Raghuwanshi Mobile +1-847-848-7388
Hi Team, We are facing some issues with the Janusgraph 0.5.3, we captured heap dumps and find memory leaks. Can you please check if this is a leak suspect? -- ViVek Raghuwanshi Mobile +1-847-848-7388
|
By
Vivek Singh Raghuwanshi
·
|
|
Query performance with range
2 messages
Hi, I have some performance issue extacting nodes attached to a node with pagination I have a simple graph with CompositeIndex on property name (Please find schema definition in attachments). The grap
Hi, I have some performance issue extacting nodes attached to a node with pagination I have a simple graph with CompositeIndex on property name (Please find schema definition in attachments). The grap
|
By
Claudio Fumagalli
·
|
|
Thread goes into Waiting state forever
3 messages
Hi, I have following traversal, Code: GraphTraversal<Vertex, Map<String, Object >> vertexGraphTraversal = janusGraphConfig.getJanusGraph().traversal().V() .has(VertexType.DEVICE.name(), PropertyEnum.I
Hi, I have following traversal, Code: GraphTraversal<Vertex, Map<String, Object >> vertexGraphTraversal = janusGraphConfig.getJanusGraph().traversal().V() .has(VertexType.DEVICE.name(), PropertyEnum.I
|
By
Tanroop Dhillon
·
|
|
GraphTraversal Thread Stuck
3 messages
Hello, Janus version - 0.5.3 Cassandra version - 3.11.4 I am facing one issue where the GraphTraversal hasNext() call got stuck . The thread from which the Traversal was invoked is still stuck and bel
Hello, Janus version - 0.5.3 Cassandra version - 3.11.4 I am facing one issue where the GraphTraversal hasNext() call got stuck . The thread from which the Traversal was invoked is still stuck and bel
|
By
Sujay Bothe
·
|
|
Janusgraph upgrade 0.5.2 --> 0.6.0 | CQL issue
6 messages
Hi Everyone, I am facing one issue with janusgraph version 0.6.0 where I am upgrading my janusgraph console/server/embedded from 0.5.2 to 0.6.0 version. Please see below stacktrace for the same. Pleas
Hi Everyone, I am facing one issue with janusgraph version 0.6.0 where I am upgrading my janusgraph console/server/embedded from 0.5.2 to 0.6.0 version. Please see below stacktrace for the same. Pleas
|
By
Pawan Shriwas
·
|
|
JanusGraph custom types
2 messages
Hi! Is there a way to add custom property types to JanusGraph (similar to RelationIdentifier / Geoshape) to be later used by the GraphSON serializer? Ideally without re-building JanusGraph. Due to som
Hi! Is there a way to add custom property types to JanusGraph (similar to RelationIdentifier / Geoshape) to be later used by the GraphSON serializer? Ideally without re-building JanusGraph. Due to som
|
By
schwartz@...
·
|
|
Different query languages
3 messages
Hello, one of the reasons I started using Janusgraph a few years ago was because of its support for Tinkerpop, which is supposed to be a vendor-agnostic graph computing framework. However, multiple di
Hello, one of the reasons I started using Janusgraph a few years ago was because of its support for Tinkerpop, which is supposed to be a vendor-agnostic graph computing framework. However, multiple di
|
By
Mladen Marović
·
|
|
Query Generation
Hi All, https://stackoverflow.com/questions/69454519/generating-efficient-count-query-in-gremlin-for-multiple-scenarios Request you to check the problem posted on StackOverflow and share your feedback
Hi All, https://stackoverflow.com/questions/69454519/generating-efficient-count-query-in-gremlin-for-multiple-scenarios Request you to check the problem posted on StackOverflow and share your feedback
|
By
Vinayak Bali
·
|
|
Template configuration parameters with comma-separated lists in Janusgraph 0.6.0
10 messages
Hello, I wanted to try out the new Janusgraph 0.6.0 release and I encountered some unexpected issues while trying to deploy it on Cassandra 3.11.5. One of the issues I came across seems to be connecte
Hello, I wanted to try out the new Janusgraph 0.6.0 release and I encountered some unexpected issues while trying to deploy it on Cassandra 3.11.5. One of the issues I came across seems to be connecte
|
By
Mladen Marović
·
|
|
Flatfile for Janusgraph Backend
3 messages
Hi Team, I am working on the issue and want to i am using HBase and Solr for our current setup of Janusgraph. Is that possible to replace HBase with a flat-file, instead of an in-memory backend? Thank
Hi Team, I am working on the issue and want to i am using HBase and Solr for our current setup of Janusgraph. Is that possible to replace HBase with a flat-file, instead of an in-memory backend? Thank
|
By
Vivek Singh Raghuwanshi
·
|
|
Performance Improvement
9 messages
Hi All, I am using janusgraph for a while. The use case which I am working on consists of 1.5 million nodes and 3 million edges. Prepared a batch loading groovy script. The performance of the data loa
Hi All, I am using janusgraph for a while. The use case which I am working on consists of 1.5 million nodes and 3 million edges. Prepared a batch loading groovy script. The performance of the data loa
|
By
Vinayak Bali
·
|
|
Can we find connected nodes without using gremlin query
4 messages
Hello Everyone, We have a requirement to build a search functionality to find connected nodes based on some identifiers with high performance and TPS. While doing analysis we noticed gremlin queries a
Hello Everyone, We have a requirement to build a search functionality to find connected nodes based on some identifiers with high performance and TPS. While doing analysis we noticed gremlin queries a
|
By
anjanisingh22@...
·
|