0.0.7 • Published 4 years ago

dgraph-js-native v0.0.7

Weekly downloads
4
License
MIT
Repository
github
Last release
4 years ago

dgraph-js-native

dGraph JS Native Client

The motivation behind this client is to eliminate performance bottleneck between NodeJS gRPC related libraries and dGraph by wrapping a native gRPC client (dgraph-tonic) and using in NodeJS. Thanks to powerful tools like neon it is relatively painless.

Installation

npm install dgraph-js-native --save
# or
yarn add dgraph-js-native

Usage

I am trying to keep the API contract as close to dgraph-js as possible, currently there is a notable difference in the client initialization code, where I abstracted out the client stub initialization.

TODO: Example

Benchmark

Benchmark Test Repo

Sponsor

Treelab

License

MIT

0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago