Skip to content

A Javascript wrapper for TigerGraph aimed to simplify the TigerGraph-JavaScript development process

License

Notifications You must be signed in to change notification settings

TigerGraph-DevLabs/Tigergraph.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tigergraph.js

npm version npm downloads discord

A Javascript wrapper for TigerGraph aimed to simplify the TigerGraph-JavaScript development process

Check out the documentation here: https://tigergraph-devlabs.github.io/Tigergraph.js/

Quickstart

Installation

npm install tigergraph.js

Usage

Import tigergraph.js, create a connection, then run commands!

const tgjs = require("tigergraph.js");

tgjs.TigerGraphConnection("DOMAIN.i.tgcloud.io", "MyGraph", "tigergraph_username", "tigergraph_password").then((conn) => {
    conn.echo().then(data => console.log(data));
});

About

A Javascript wrapper for TigerGraph aimed to simplify the TigerGraph-JavaScript development process

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published