📄️ Kafka Streaming Concepts
Bitquery provides realtime data via Kafka as well in addition to GraphQL subscriptions. In this section, we'll see how Kafka-based streaming works and how to integrate it into your application using practical code examples.
🗃️ Protobuf Data Streams
3 items
🗃️ JSON Stream Tutorials
4 items
📄️ Comparing WebSocket vs Kafka Performance in Bitquery
Real-time blockchain data is crucial for many applications, from trading bots to analytics dashboards. Bitquery offers two primary methods for accessing streaming data: WebSocket subscriptions and Kafka streams. But which one is faster? This tutorial will walk you through a practical comparison of both methods, with code examples and performance analysis.