Infos

September 25, 2018 ยท View on GitHub

Yildiz Graph Database Node.js Client

yildiz

Thin graph database layer on top of Google Bigtable.

Version MIT License node Swagger

Infos

  • Node.js client using YildizDB's HTTP interface
  • This client is a thin wrapper around async HTTP requests
  • HTTP API Description: Open API
  • Install via npm install yildiz-js
  • Use DEBUG=yildiz:* to get debug logs
  • More details on YildizDB can be found here
  • Sample on how to use this client is here