Skip to content

Node.js client for the Yildiz Graph Database 🦄🌟

License

Notifications You must be signed in to change notification settings

yildizdb/yildiz-js

Repository files navigation

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