Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ntrp/ksqldb-rx-client
https://github.com/ntrp/ksqldb-rx-client
Last synced: 28 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ntrp/ksqldb-rx-client
- Owner: ntrp
- License: mit
- Created: 2022-01-25T21:48:09.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-15T20:16:23.000Z (11 months ago)
- Last Synced: 2024-09-30T20:48:07.679Z (about 1 month ago)
- Language: TypeScript
- Size: 958 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: code-of-conduct.md
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