Socket
Socket
Sign inDemoInstall

@vulcan-sql/extension-driver-ksqldb

Package Overview
Dependencies
189
Maintainers
6
Versions
49
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @vulcan-sql/extension-driver-ksqldb

ksqlDB driver for VulcanSQL


Version published
Weekly downloads
2
decreased by-71.43%
Maintainers
6
Created
Weekly downloads
 

Readme

Source

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

Keywords

FAQs

Last updated on 18 Jan 2024

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc