Aiman
Explore posts from serversJJanusGraph
•Created by Aiman on 6/24/2024 in #questions
How do we generate transaction logs ?
@Bo @porunov Is there anything you could help on this?
16 replies
JJanusGraph
•Created by Aiman on 6/24/2024 in #questions
How do we generate transaction logs ?
Yes I'll shift the code from scala to java.
16 replies
JJanusGraph
•Created by Aiman on 6/24/2024 in #questions
How do we generate transaction logs ?
Since my code has the
remote connection
configured ; we have access to the client
. How would we generate tx log
one using the client
?16 replies
JJanusGraph
•Created by Aiman on 6/24/2024 in #questions
How do we generate transaction logs ?
@Oleksandr Porunov My requirement is - whenever a vertex is created / updated a transaction log must be generated which should have the properties created/updated.
16 replies
JJanusGraph
•Created by Aiman on 6/24/2024 in #questions
How do we generate transaction logs ?
Can I get any sample code, because the documentation seems unclear to me.
16 replies
JJanusGraph
•Created by Aiman on 6/24/2024 in #questions
How do we generate transaction logs ?
@Bo
16 replies
JJanusGraph
•Created by Aiman on 6/24/2024 in #questions
How do we generate transaction logs ?
Yeah Okay, but please can you share something
16 replies
JJanusGraph
•Created by Aiman on 6/24/2024 in #questions
How do we generate transaction logs ?
@TSC @Committer Any help on this ?
16 replies
ATApache TinkerPop
•Created by Aiman on 6/19/2024 in #questions
Expecting java.lang.ArrayList/java.lang.List instead of java.lang.String. Where am I going wrong?
Thank you @spmallette
32 replies
ATApache TinkerPop
•Created by Aiman on 6/19/2024 in #questions
Expecting java.lang.ArrayList/java.lang.List instead of java.lang.String. Where am I going wrong?
Based on the data type i need to perform some operations from the code.
32 replies
ATApache TinkerPop
•Created by Aiman on 6/19/2024 in #questions
Expecting java.lang.ArrayList/java.lang.List instead of java.lang.String. Where am I going wrong?
Let me brief out about my problem statement. I want to create a vertex which has property values of different data types [ex: List, String ,Map] . When I retrieve a vertex, alter gremlin command such that it returns its data type.
32 replies
ATApache TinkerPop
•Created by Aiman on 6/19/2024 in #questions
Expecting java.lang.ArrayList/java.lang.List instead of java.lang.String. Where am I going wrong?
I've restarted the janusgraph server and ran these
32 replies
ATApache TinkerPop
•Created by Aiman on 6/19/2024 in #questions
Expecting java.lang.ArrayList/java.lang.List instead of java.lang.String. Where am I going wrong?
How was
location
created ? Since I'm getting an error while creating32 replies
ATApache TinkerPop
•Created by Aiman on 6/19/2024 in #questions
Expecting java.lang.ArrayList/java.lang.List instead of java.lang.String. Where am I going wrong?
@triggan What are the prerequisites to be followed before executing the query?
32 replies
ATApache TinkerPop
•Created by Aiman on 6/19/2024 in #questions
Expecting java.lang.ArrayList/java.lang.List instead of java.lang.String. Where am I going wrong?
I've restarted the JanusGraph Server and followed the below steps
32 replies
ATApache TinkerPop
•Created by Aiman on 6/19/2024 in #questions
Expecting java.lang.ArrayList/java.lang.List instead of java.lang.String. Where am I going wrong?
I'm confused. I've done the same thing
32 replies
ATApache TinkerPop
•Created by Aiman on 6/19/2024 in #questions
Expecting java.lang.ArrayList/java.lang.List instead of java.lang.String. Where am I going wrong?
g.addV('domain').property('language', ['English', 'Hindi']).property('name', 'aim').next()
This is the query i used32 replies
ATApache TinkerPop
•Created by Aiman on 6/19/2024 in #questions
Expecting java.lang.ArrayList/java.lang.List instead of java.lang.String. Where am I going wrong?
What was your create query?
32 replies
ATApache TinkerPop
•Created by Aiman on 6/19/2024 in #questions
Expecting java.lang.ArrayList/java.lang.List instead of java.lang.String. Where am I going wrong?
32 replies
ATApache TinkerPop
•Created by Aiman on 6/19/2024 in #questions
Expecting java.lang.ArrayList/java.lang.List instead of java.lang.String. Where am I going wrong?
g.addV('domain').property('language', ['English', 'Hindi']).property('name', 'aim').next()
32 replies