python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
AWS Neptune/Gremlin: merge edge exists query and insert edge query into one query
I have the following query to check is an edge exists:
g.V("N001").hasLabel("my-type").out("parent").hasId("N002").hasLabel("my-type").limit(1).hasNex...
user1187968
Votes: 0
Answers: 1
AWS Neptune (db.r5.large) can't handle more than 250 requests per second
So I have a Neptune (db.r5.large) on AWS, If I make more than 250 requests/second. I will get the error HTTP 429: Too Many Requests.
What should I do here? I was expecting db.r5.large instance type sh...
user1187968
Votes: 0
Answers: 1
Graphql throwing "The repeat()-traversal was not defined" on query
I am using neptune and graphql and I am getting this error:
"Server error: {\"detailedMessage\":\"The repeat()-traversal was not defined: RepeatStep(until([NeptuneMemoryTrackerStep...

Morgan Smith
Votes: 0
Answers: 1
Using spark dataframe with UDF to access Graph DB using Gremlin? cannot pickle '_queue.SimpleQueue'
I'm currently having an issue trying to create a UDF to access a graph DB for each record in my DataFrame.
Example testdf:
**id name**
1 tom
2 ben
.. etc.
I have written a function which tak...
ak97
Votes: 0
Answers: 0