Connect and work with JG
Hi Guys. I'm looking for assistance with connecting to a JanusGraph database using Angular and TypeScript. The JanusGraph database is running on a virtual machine (VM) in Google Cloud, and the Gremlin console can be started using a Docker command. I need guidance on how to integrate the Gremlin console into my Electron Angular project, so that I can create queries and search through the database. Can someone help me with this.
Right now im trying to connect to JG locally (testing purposes)
2 Replies
You are probably looking for https://tinkerpop.apache.org/docs/current/reference/#gremlin-javascript
thank you i will try it