Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ntrp/ksqldb-rx-client


https://github.com/ntrp/ksqldb-rx-client

Last synced: 28 days ago
JSON representation

Awesome Lists containing this project

README

        

# KsqlDB API Client

Simple KsqlDB JavaScript client leveraging observables and promises

## Getting Started

### Install
```
npm i -S ksqldb-rx-client
```

### Import
```
import { KsqlDBClient } from "ksqldb-rx-client";

const ksqlDBClient = new KsqlDBClient("http://localhost:8088");
```

## API docs