New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

bitquery-kafka

Package Overview
Dependencies
Maintainers
0
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bitquery-kafka

A wrapper package to use Kafka solution from Bitquery without writing complex code

latest
npmnpm
Version
1.0.3
Version published
Maintainers
0
Created
Source

bitquery-kafka

bitquery-kafka is an npm package for consuming Kafka messages from Bitquery. Bitquery is an onchain data provider firm that provides blockchain data solutions in the form of GraphQL APIs, Websocket and Kafka streams. The Kafka streams is useful when having low latency is of the utmost importance. The purpose of this package is to streamline the development process without worrying about setting up Kafka stream.

Installation

npm install bitquery-kafka

Usage

const {getStream} = require('bitquery-kafka');

getStream("<username>", "<password>", "<topic>", "<groupName>");
  • <username> & <password>: The credentials to access the Kafka stream. To get your credentials contact - sales@bitquery.io

  • <topic>: The topic name of the Kafka message that the user wants to subscribe.

  • <groupName>: Distinction for when multiple streams are accessed from one cluster(when one set of <username> and <password> are used).

To read more about Bitquery Kafka solutions checkout their official documentation.

Contributing

Contributions are welcome! Feel free to submit issues and pull requests here.

License

ISC License © 2025 bitquery-kafka

Keywords

Bitquery

FAQs

Package last updated on 21 Mar 2025

Did you know?

Socket

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