2.0.1 • Published 3 years ago

grakn-client v2.0.1

Weekly downloads
157
License
Apache-2.0
Repository
github
Last release
3 years ago

Grakn Client for Node.js

Grabl Discord Discussion Forum Stack Overflow Stack Overflow

Client Architecture

To learn about the mechanism that a Grakn Client uses to set up communication with databases running on the Grakn Server, refer to Grakn > Client API > Overview.

API Reference

To learn about the methods available for executing queries and retrieving their answers using Client Node.js, refer to Grakn > Client API > Node.js > API Reference.

Concept API

To learn about the methods available on the concepts retrieved as the answers to Graql queries, refer to Grakn > Concept API > Overview.

Import Grakn Client for Node.js through npm

npm install grakn-client

Further documentation: https://dev.grakn.ai/docs/client-api/nodejs

Build Grakn Client for Node.js from Source

Note: You don't need to compile Grakn Client from source if you just want to use it in your code. See the "Import Grakn Client for Node.js" section above.

  1. Make sure you have Node.js (version 14 or above) and its npm package manager installed on your machine
  2. Clone the project and run npm install at its root directory (containing package.json)
  3. Run npm run build
  4. The JavaScript files, and their matching TypeScript type definitions are compiled to the dist directory.

Note: TypeScript is not required in order to run Grakn Client, however its type assertions may make development smoother.

2.0.1

3 years ago

2.0.0

3 years ago

2.0.0-alpha-9

3 years ago

2.0.0-alpha-8

3 years ago

2.0.0-alpha-7

3 years ago

2.0.0-alpha-6

3 years ago

2.0.0-alpha-5

3 years ago

2.0.0-alpha-4

3 years ago

2.0.0-alpha-3

3 years ago

2.0.0-alpha-2

3 years ago

2.0.0-alpha

3 years ago

1.8.0

4 years ago

1.7.0

4 years ago

1.6.0

4 years ago

1.5.6

5 years ago

1.5.5

5 years ago

1.5.3

5 years ago

1.5.2

5 years ago

1.5.1

5 years ago

1.5.0

5 years ago