Questions 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 tags to filter
Sort by most recent

Browse through the questions and answers listed below or filter and sort to narrow down your results.

175 results
Hi, How to use Apache Airflow to consume Neptune change stream data? thanks and Regards,
1
answers
0
votes
24
views
asked 19 days ago
Hi, I am exploring the bet way to capture data from Neptune change stream and pass it on downstream. The blog below suggests authoring your own handler function and then to have that executed on a pe...
1
answers
0
votes
62
views
asked 19 days ago
We are working with AWS Neptune (Property Graph with Gremlin) and have a requirement to efficiently retrieve vertices using our own generated UUIDs. However, we encountered a few challenges: **Neptun...
2
answers
0
votes
27
views
asked 23 days ago
need information on key points for comparing Neo4j and Neptune considering data loading, data querying, data visualization and gds compatibility and data security and performance of query ,upto what ...
1
answers
0
votes
59
views
asked a month ago
From the Neptune / gremlin guide: ``` g.V().property(single, 'lastUpdate', datetime('2018-01-01T00:00:00')) Neptune does not support Java Date. Use the datetime() function instead. datetime() acce...
2
answers
0
votes
36
views
asked 2 months ago
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
72
views
asked 2 months 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
106
views
asked 2 months 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
67
views
asked 2 months 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
160
views
asked 3 months 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
130
views
asked 3 months 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
163
views
asked 4 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
98
views
asked 4 months ago