skip to Main Content

Amazon web services – Gremlin Console – Connecting to Amazon Neptune with Sig4 signing

I need to connect to Amazon Neptune using Gremlim console. Tried all steps for setup and signing configuration but following error occurs when connecting to Neptune. Steps performed: Install JDK sudo amazon-linux-extras install java-openjdk11 Install Gremlin Console wget https://archive.apache.org/dist/tinkerpop/3.4.10/apache-tinkerpop-gremlin-console-3.4.10-bin.zip unzip…

VIEW QUESTION

Amazon web services – Optimize neptune query while using repeat & times

I have the following neptune query g.V().hasLabel('User') .has('user_id', 1004) .repeat(both('USES_UPI','USES_ACCOUNT','USES_HARDWARE_ID','USES_GAID','HAS_COOKIES').simplePath().dedup()) .times(3) .hasLabel('Gaid') .dedup() .count() and it's taking too much time. I tried profiling the query Original Traversal ================== [GraphStep(vertex,[]), HasStep([~label.eq(User), user_id.eq(159017810)]), RepeatStep([VertexStep(BOTH,[USES_UPI, USES_ACCOUNT, USES_HARDWARE_ID, USES_GAID, HAS_COOKIES],vertex), PathFilterStep(simple,null,null), DedupGlobalStep(null,null), RepeatEndStep],until(loops(3)),emit(false)), HasStep([~label.eq(Gaid)]),…

VIEW QUESTION

ERROR:root:Unable to determine the Neptune ML IAM Role – Amazon Web Sevices

When trying to run one of the Neptune-ML examples in a notebook instance when running the line endpoints=neptune_ml.setup_pretrained_endpoints(s3_bucket_uri, setup_node_classification, setup_node_regression, setup_link_prediction, setup_edge_classification, setup_edge_regression) it returns None, and I can see the following error in the logs: ERROR:root:Unable to determine the…

VIEW QUESTION
Back To Top
Search