Bo
Bo
Explore posts from servers
ATApache TinkerPop
Created by Painguin | Tiến on 5/3/2024 in #questions
Running Tinkerpop test in Janusgraph repo
Sorry let me rephrase my words. Let's say you want to debug TraversalInterruptionTest in JanusGraph. 1. Open JanusGraph repo in your IDE. 2. Find BerkeleyJanusGraphProcessTest - see how it mentions ProcessStandardSuite 3. Open ProcessStandardSuite (either from TinkerPop repo or from your current IDE window directly) 4. Copy it to JanusGraph repo 5. Remove other tests other than TraversalInterruptionTest
11 replies
ATApache TinkerPop
Created by Painguin | Tiến on 5/3/2024 in #questions
Running Tinkerpop test in Janusgraph repo
Search in the TinkerPop repository, there should be a mention of TraversalInterruptionTest .class
11 replies
ATApache TinkerPop
Created by Painguin | Tiến on 5/3/2024 in #questions
Running Tinkerpop test in Janusgraph repo
You should copy the test suite definition test
11 replies
ATApache TinkerPop
Created by Painguin | Tiến on 5/3/2024 in #questions
Running Tinkerpop test in Janusgraph repo
Oh nope you don't need to copy this test
11 replies
ATApache TinkerPop
Created by Painguin | Tiến on 4/24/2024 in #questions
Query optimisation
Look at JanusGraphStepStrategy if you'd like to improve this.
12 replies
ATApache TinkerPop
Created by Painguin | Tiến on 4/24/2024 in #questions
Query optimisation
I don't think it's a bug. It's just an optimization missing in JanusGraph.
12 replies
ATApache TinkerPop
Created by zlfben on 4/17/2024 in #questions
Unable to deserialize results with Gremlin-go client + JanusGraph
I do need to use UUID as my vertex IDs - is there any way to configure JanusGraph 0.6.3 to support that, or is it only available in 1.0 or later
That's only supported in 1.0 😦
14 replies
ATApache TinkerPop
Created by zlfben on 4/17/2024 in #questions
Unable to deserialize results with Gremlin-go client + JanusGraph
providers should make sure that their ids can be coerced to/from string
That will be a huge breaking change 😦
14 replies
ATApache TinkerPop
Created by zlfben on 4/17/2024 in #questions
Unable to deserialize results with Gremlin-go client + JanusGraph
@zlfben As a workaround - could you try JanusGraph 0.6.3?
14 replies
ATApache TinkerPop
Created by Gil on 4/5/2024 in #questions
Fulltext-search-like features without ElasticSearch, OpenSearch, Solr and such?
the fun thing about graphs is that as soon as you start learning more about them, you start seeing how many problems can be put into a graph context.
Haha cannot agree more. Everything that sits in the old RDBMS space can be reinvented in graph universe.
18 replies
ATApache TinkerPop
Created by Gil on 4/5/2024 in #questions
Fulltext-search-like features without ElasticSearch, OpenSearch, Solr and such?
seems so
18 replies
ATApache TinkerPop
Created by Gil on 4/5/2024 in #questions
Fulltext-search-like features without ElasticSearch, OpenSearch, Solr and such?
There's an ongoing effort to add Couchbase (a storage engine that supports full-text search) to JanusGraph: https://github.com/JanusGraph/janusgraph/pull/4086
18 replies
ATApache TinkerPop
Created by dracule_redrose on 3/19/2024 in #questions
Design decision related to multiple heterogenous relational graphs
I might be wrong but IIRC different graphs could use same IDs without issues. In other words, there's no globally unique ID in a multi-tenant JanusGraph setup.
9 replies
ATApache TinkerPop
Created by dracule_redrose on 3/19/2024 in #questions
Design decision related to multiple heterogenous relational graphs
In theory it should work, though
9 replies
ATApache TinkerPop
Created by dracule_redrose on 3/19/2024 in #questions
Design decision related to multiple heterogenous relational graphs
But yeah I've never seen anyone hosting 100k small graph instances
9 replies
ATApache TinkerPop
Created by dracule_redrose on 3/19/2024 in #questions
Design decision related to multiple heterogenous relational graphs
No we actually recommend using user-defined IDs
9 replies
ATApache TinkerPop
Created by mle on 1/31/2024 in #questions
vertex-label-with-given-name-does-not-existERROR with Janusgraph 0.5.3
Generally speaking, you should use batch-loading only when you have predefined your schema
6 replies
ATApache TinkerPop
Created by mle on 1/31/2024 in #questions
vertex-label-with-given-name-does-not-existERROR with Janusgraph 0.5.3
storage.batch-loading disables many constraint checks so you should only use it when you know what it's doing
6 replies
ATApache TinkerPop
Created by Bo on 1/2/2024 in #questions
G.V() IDE can't visualize path().by(valueMap()) query
I created a playground and wasn't able to reproduce either. I can only reproduce it using a standalone tinkergraph server.
46 replies
ATApache TinkerPop
Created by Bo on 1/2/2024 in #questions
G.V() IDE can't visualize path().by(valueMap()) query
yes, 3.7.1
46 replies