0.10.4 • Published 3 months ago

@vulcan-sql/extension-driver-ksqldb v0.10.4

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
3 months ago

extension-driver-ksqldb

This is the KSqlDb driver for VulcanSQL, provided by Canner.

Installation

  1. Install the package:

    npm i @vulcan-sql/extension-driver-ksqldb
  2. Update your vulcan.yaml file to enable the extension:

    extensions:
      ksqldb: '@vulcan-sql/extension-driver-ksqldb'
  3. Create a new profile in your profiles.yaml file or in the designated profile paths. For more information, please refer to the KsqlDb documentation for the available arguments.

    - name: ksql # Profile name
      type: ksqldb
      connection:
        # Optional: ksqlDB instance URL. Default is http://localhost:8088.
        host: 'www.example.com:8088'
        # Optional: The name of the user on whose behalf requests are made.
        username: '<username>',
        # The user's password
        password: '<password>',
        # Optional: Request timeout in milliseconds. Default value: 25000
        timeout: 25000

Testing

To run tests for the extension-driver-ksqldb module, use the following command:

nx test extension-driver-ksqldb
0.10.4

4 months ago

0.10.4-beta.0

4 months ago

0.10.3

4 months ago

0.10.3-beta.0

4 months ago

0.10.2

7 months ago

0.10.2-beta.0

7 months ago

0.10.1

7 months ago

0.10.1-beta.0

7 months ago

0.10.0

8 months ago

0.10.0-beta.0

8 months ago

0.9.1

9 months ago

0.9.1-beta.0

9 months ago

0.9.0

9 months ago

0.9.0-beta.0

9 months ago

0.8.1

9 months ago

0.8.1-beta.0

9 months ago

0.8.0

9 months ago

0.8.0-beta.0

9 months ago

0.7.2

9 months ago

0.7.2-beta.0

9 months ago