0.2.4 • Published 4 years ago

@confluentinc/ksqldb-graphql v0.2.4

Weekly downloads
8
License
SEE LICENSE IN LI...
Repository
github
Last release
4 years ago

ksqldb-graphql

Generates a graphQL schema and resolvers from an existing ksqlDB server using the ksqlDB http2 API.

Installation

yarn add @confluentinc/ksqldb-graphql

Integration

generateGraphQL({ options }) - accepts RequestOptions and returns a promise with schemas and resolvers for use in a graphQL server.

runCommand(command, options) - accepts a ksqlDB statement and RequestOptions, returns a ksqlDB REST response.

Examples

Rideshare