Skip to content

Latest commit

 

History

History
28 lines (24 loc) · 1.22 KB

README.md

File metadata and controls

28 lines (24 loc) · 1.22 KB

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