🚀 Launch Week Day 5:Introducing Immutable Scans.Learn More →
Socket
Book a DemoInstallSign in
Socket

@hiro-graph/gremlin

Package Overview
Dependencies
Maintainers
4
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hiro-graph/gremlin

Gremlin Query builder for the HIRO Graph API

Source
npmnpm
Version
7.1.0
Version published
Weekly downloads
0
-100%
Maintainers
4
Weekly downloads
 
Created
Source

@hiro-graph/gremlin: Gremlin Query Builder for HIRO Graph

Provides an imperative interface for building and composing Gremlin queries for use with the HIRO Graph API.

installation

$ npm install @hiro-graph/gremlin

usage

import queryBuilder, { T, long } from "@hiro-graph/gremlin";

const query = queryBuilder();

query
    .outE("edge")
    .has("ogit/_in-type", "ogit/Foo")
    .hasNot("ogit/_created-on", T.lt, long(Date.now() - 1000));

missing features

  • placeholder support

Keywords

HIRO Graph

FAQs

Package last updated on 08 Oct 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts