0.4.0 • Published 8 years ago

ibm-graph v0.4.0

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

IBM Graph

JavaScript module for interacting with the IBM Graph service.

Build Status

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 Schema
  • cardinality: a map containing the types of cardinality that are used on properties when defining a Schema
  • multiplicity: 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.

0.4.0

8 years ago

0.3.0

8 years ago

0.2.0

8 years ago

0.1.0

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago