Skip to content

A real-time weather data processing system that demonstrates event streaming with Apache Kafka and time-series data storage with TimescaleDB. Built with Node.js microservices for data generation, processing, storage, and analytics.

Notifications You must be signed in to change notification settings

aconstas/weather-kafka-timescale

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

weather-kafka-timescale

A real-time weather data processing system that demonstrates event streaming with Apache Kafka and time-series data storage with TimescaleDB. Built with Node.js microservices for data generation, processing, storage, and analytics.

Setting Up Kafka

  1. The core Kafka broker is set up within the console and started.
  2. A topic is then created.
  3. KafkaJS is a JavaScript Kafka library used in the application.
    • KafkaJS
    • The application acts as a client to the Kafka server. The application can be a producer, consumer, or both. In this case, it is both since it produces weather data events (from the data-generator index.js file) and consumes weather data events (data-processor).
    • The client library handles all the complex communications with the Kafka server for you, so you don't need to implement the Kafka protocol yourself. It provides APIs for producing messages, consuming messages, and managing Kafka resources.

Services Overview

About

A real-time weather data processing system that demonstrates event streaming with Apache Kafka and time-series data storage with TimescaleDB. Built with Node.js microservices for data generation, processing, storage, and analytics.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published