All Content tagged with Amazon Neptune

Amazon Neptune is a fast, reliable, fully managed graph database service that makes it easy to build and run applications.

Content language: English

Select up to 5 tags to filter
Sort by most recent
174 results
I'm working on deduplicating company records from multiple data sources using Neptune. The raw dataset is approximately 400M records. I'm considering an approach using vector embeddings to capture com...
1
answers
0
votes
29
views
asked 4 days ago
Hello all. I was recently notified by AWS: > On June 30, 2025, Amazon SageMaker will deprecate Notebook Instances running on the JupyterLab 1 and JupyterLab 3 platforms. Effective on this date, custo...
1
answers
0
votes
28
views
asked 7 days ago
``` Description: Base Template to create Neptune Stack with Engine Version 1.2.1.0 using custom Parameter Groups Parameters: DbInstanceType: Description: Neptune DB instance type Type: Stri...
Accepted AnswerAmazon Neptune
1
answers
0
votes
22
views
asked 7 days ago
If we have approx 250 M data records for our usecase and we are planning to do analysis in Neptune database/Neptune Analytics which instance type(serverless/provised) will be the best fit and what ins...
1
answers
0
votes
49
views
asked a month ago
Does Neptune analytics supports all type of open cypher/gremlin queries which are supported in Neptune database (for ex- Variable length path queries and other traversal queries)??? and if we have da...
1
answers
0
votes
37
views
asked a month ago
We recently connected our Neptune cluster to OpenSearch Service and eventually, the data transfer finished successfully and we can perform queries with OpenSearch Service. Now we are trying to do the...
2
answers
0
votes
97
views
asked 2 months ago
I'm working with Amazon Neptune and using Gremlin to query my graph data. Currently, I have two separate queries: one to get the count of vertices and another to select a specific range of results. I'...
3
answers
0
votes
59
views
asked 2 months ago
Neptune1-to-Neptune2 replication only replicates in-flight requests enabled after replication, but does not replicate data that exists in Cluster 1 and is missing in the Cluster 2 database. If it re...
1
answers
0
votes
45
views
asked 2 months ago
I have enabled Result Caching in AWS Neptune. My Slow Query logs tell me that my cache is being hit, but that there is no performance improvement over misses. I have tested on db.t4g.medium and db.r6g...
1
answers
0
votes
120
views
asked 3 months ago
After submitting query against Neptune DB to create a new vertex, I'm not sure how to handle the response I get from gremlin client. It says the response is of type vertex, but I haven't been able to ...
2
answers
0
votes
134
views
asked 3 months ago
Hello, I'm using NeptuneGraph capability from langchain to connect to our Neptune cluster, seeing the following issue only with out Prod Cluster: {'message': 'Could not get schema for Neptune databas...
2
answers
0
votes
149
views
asked 3 months ago
Hello, We have function called trigger_neptune_loader_job(), which has following functionalities: 1. Connecting to Neptune and sets up S3 access. 2. Clears existing data in the Neptune cluster. 3. Ide...
3
answers
0
votes
125
views
asked 3 months ago