Gremlator is a client-side single-page application that translates Gremlin queries from one language variant to another. Enter a Gremlin query and instantly see the equivalent form in Canonical, JavaScript, Python, Go, .NET, Java, Groovy, and Anonymized variants — all powered by the Gremlin JavaScript GLV running entirely in the browser.
https://tinkerpop.apache.org/gremlator
In the project directory, you can run:
npm install
Installs dependencies.
npm start
Runs the app in the development mode.
Open http://localhost:5173/gremlator to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
npm test
Launches the test runner via Vitest.
npm run build
Builds the app for production to the dist folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!