ibm-graph
v0.4.0
Published
JavaScript module for interacting with the IBM Graph service.
Downloads
4
Readme
IBM Graph
JavaScript module for interacting with the IBM Graph service.
This repo holds an implementation of various modules used for JavaScript development with IBM Graph. Namely, this repo includes a way to define a Schema, and Query the service. In addition, this module exposes:
dataTypes
: a map containing basic supported types, useful for defining fields on a Schemacardinality
: a map containing the types of cardinality that are used on properties when defining a Schemamultiplicity
: a map containing the types of multiplicity that represent the relationship of edges when defining a Schema
You can interact with any of these publically available APIs by using import specifiers, for example:
import { API, SchemaBuilder, schema } from 'ibm-graph';
If you're interested in learning more, check out the docs
section and explore how you can leverage each module.