Ongoing service disruptions
For the most recent update on ongoing service disruptions affecting the AWS Middle East (UAE) Region (ME-CENTRAL-1), refer to the AWS Health Dashboard. For information on AWS Service migration, see How do I migrate my services to another region?
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
Filter content
Select tags to filter
Sort by
Sort by most recent
189 results
Hi,
I want to know how to truncated the info of a slow query log when is export to cloudwatch, because have sensitive data on the query. this is and example.
```
{
"requestResponseMetadata": {
...
1
answers
0
votes
193
views
asked 2 years ago
Hi all. I've set up a Lambda function in the same VPC as a Neptune Cluster but I am unable to connect both:
```
neptune_client = boto3.client('neptune')
response = neptune_client.describe_db_clusters...
1
answers
0
votes
409
views
asked 2 years ago
Here is my code:
```
neptuneData = boto3.client('neptunedata', endpoint_url='https://mycluster.asdf.amazon.com:8182')
response = neptuneData.get_propertygraph_stream(
limit=100,
it...
3
answers
0
votes
393
views
asked 2 years ago
Rather than bump this question - https://repost.aws/questions/QUdxJeI3dUS7Su2qJ6cmfwRw/geospatial-queries - I thought I'd ask a new one because a few years have elapsed since and I'm interested in SPA...
1
answers
0
votes
396
views
asked 2 years ago

AWS OFFICIALUpdated 2 years ago3 votes1.6K views
This article provides guidance on integrating Amazon Neptune and Amazon DynamoDB databases with Amazon Elastic Kubernetes Service (Amazon EKS).
I generated a .csv file from dataframe and it had a column **:ID(column_ID)**, before generating it I checked the column, and it is an INT datatype.
But after loading the data into Neptune AWS as no...
1
answers
0
votes
494
views
asked 2 years ago
I have loaded few nodes into Neptune using following code in databricks
nep_client.start_loader_job(
source='s3://bucket/Test.csv',
format='opencypher',
s3BucketRegion='us-eas...
1
answers
0
votes
930
views
asked 2 years ago
In [Neptune-to-Neptune replication](https://docs.aws.amazon.com/neptune/latest/userguide/streams-consumer-setup.html), my understanding is that the stream endpoint allows the streampoller Lambda funct...
2
answers
0
votes
875
views
asked 2 years ago
I am trying to connect to AWS Neptune using NeptuneGraph class of LangChain. But I am trying to achieve this on gcp compute engine. But it always gets stuck on that part. What am I supposed to configu...
2
answers
0
votes
1.2K
views
asked 2 years ago
I am doing link prediction in Neptune ML.
In the step of model training, the hyperparameters generated in the data processing job are not suiting the graph data(nodes & edges) which I gave and resulti...
0
answers
0
votes
387
views
asked 2 years ago
I've created a Route 53 private hosted zone and added a CNAME record (**dbcluster.neptune.local**) for Neptune endpoints. However, when accessing the CNAME record from a Lambda function, I'm encounter...
1
answers
0
votes
513
views
asked 2 years ago
I am doing link prediction in neptune ml but facing an error in model training step.
model-hpo-configuration.json generated in data processing step is :
{
"models": [
{
"model"...
1
answers
0
votes
418
views
asked 2 years ago