ksqldb-graphql
TypeScript icon, indicating that this package has built-in type declarations

1.0.3 • Public • Published

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");
})();

Readme

Keywords

Package Sidebar

Install

npm i ksqldb-graphql

Weekly Downloads

4

Version

1.0.3

License

MIT

Unpacked Size

758 kB

Total Files

37

Last publish

Collaborators

  • ntrp