yildiz-js

Client for Yildiz Graph Database

Usage no npm install needed!

<script type="module">
  import yildizJs from 'https://cdn.skypack.dev/yildiz-js';
</script>

README

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