Hi,
The release notes for localstack 1.1x mention initial support for neo4j on Neptune but offer 0 additional information on that.
I’ve tried accessing my neptune instance using opencypher as mentioned here:
these endpoints do not work on my localstack.
I’ve also tried to somehow connect to my localstack instance using the bolt protocol. this also does not work.
if neo4j is enabled, will i be able to create a neo4j endpoint based on the cluster address i create? also will i be to access these endpoints? note that these are openCypher, not neo4j per se
hey @stefanie
as u mentioned, the endpoint is not available and I cannot establish a connection with the database, neither with python drivers and neither with javascript, or the neo4j desktop client, how do i know that the DB is actually available? thanks
Please set the DEBUG=1 flag and check the localstack logs, where you should see an error message or stack trace.
Also from your output I can tell you are not using the latest localstack version. Could you please update the images, either using using docker pull localstack/localstack-pro:latest or the localstack cli, e.g. localstack update docker-images.
how you try to create the neptune cluster or instance
a little bit more of the log output (I would like to see the logs starting from right before you send the request to localstack for creating neptune cluster/instance).
do you have any restrictions in your environment, e.g. you mentioned you can’t update due to organization policies - are there maybe other policies that would prevent opening a new port?
do you have any issues creating other resources, e.g. a RDS database, or starting neptune with tinkerpop?