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

hiro-graph-gremlin

Package Overview
Dependencies
Maintainers
3
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

hiro-graph-gremlin

Gremlin Query builder for the HIRO Graph API

unpublished
latest
Source
npmnpm
Version
1.0.3
Version published
Maintainers
3
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 06 Sep 2018

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