graphology-gremlin
TypeScript icon, indicating that this package has built-in type declarations

1.0.0-alpha3 • Public • Published

Gremlin DSL for graphology CI

This project allows you to do Gremlin queries on top of a graphology instance. For now the project is in alpha, but it already supports a good part of all the basis of Gremlin.

Please open a ticket on github if something is missing or not working, it will help me a lot ! Thanks.

How to use it

  • Install the library
$> npm install graphology-gremlin
  • Import it in your script
import { GraphTraversalSource } from "graphology-gremlin";
  • Create a GraphTraversalSource with your graph (a graphology instance)
const g = new GraphTraversalSource(graph);
  • Make your Gremlin query with the created GraphTraversalSource
const result = g.V().out("KNOWS").toList();

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
1.0.0-alpha32latest

Version History

VersionDownloads (Last 7 Days)Published
1.0.0-alpha32
1.0.0-alpha22
1.0.0-alpha12

Package Sidebar

Install

npm i graphology-gremlin

Weekly Downloads

0

Version

1.0.0-alpha3

License

MIT

Unpacked Size

178 kB

Total Files

124

Last publish

Collaborators

  • sim51