Is there any update how we can use neo4j with npm gremlin?
I tried this simple code in node.js and I get 401 for connecting to the DB, where I run the neo4j with docker file as follows:
version: "3.7"
services:
test_neo4j:
container_name: test_neo4j
...