1.0.3 • Published 2 years ago

ksqldb-graphql v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

KsqlDB GraphQL API server

Automatic API generator for the KsqlDB REST API

Getting started

Install

npm i -S ksqldb-graphql

Usage

import { startServer } from 'ksqldb-graphql';

(async () => {
  await startServer("http://localhost:8088");
})();