Is there a Django driver for AWS Neptune. As I would be using Neptune Graph DB with Django and was wondering would there be a driver available for it.
Is there a Django driver for AWS Neptune. As I would be using Neptune Graph DB with Django and was wondering would there be a driver available for it.
I don't know of a neptune - django library. There is a gremlin-python library that can be used to connect to and query Neptune. Amazon provides an example of its usage here https://docs.aws.amazon.com/neptune/latest/userguide/access-graph-gremlin-python.html