ksqldb-graphql
v1.0.3
Published
A fully automatic GraphQL API generator for the KsqlDB REST API
Downloads
23
Readme
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");
})();