how can we run Neptune graph database on docker

Question:

how can we run Neptune graph database on docker

Since Neptune DB has been productized recently it is not available on Localstack can someone guide me how to deploy AWS Neptune DB Service into docker container

Answer:

You don’t deploy neptune, you deploy a client application which uses an appropriate client library to access neptune. The neptune software/hardware is managed by AWS and you can’t access it except via API.

Leave a Reply