Browse Part V: Building Applications with Clojure

14.8 Real-Time Data Processing

In this section

  • 14.8.1 Event Streams and Messaging Systems
    Explore real-time data processing and learn about messaging systems like Kafka and RabbitMQ to handle event streams effectively in Clojure applications.
  • 14.8.2 Integrating with Kafka
    Discover how to seamlessly integrate Clojure applications with Apache Kafka for efficient message processing using libraries such as `clj-kafka` or `franzy`. Learn to produce and consume messages in real-time data processing systems.
  • 14.8.3 Real-Time Analytics
    Discover how to build real-time analytics pipelines using Clojure, processing data on-the-fly and updating dashboards or triggering alerts effectively.
Saturday, October 5, 2024