Tag: Event Streaming

  • EDA (Event Driven Architecture)

    The Event driven Architecture of software solutions is based on event production, event streaming, and even consumption. The events produced in EDA are streamed to be consumed by the event consumer. Event producers will produce the events and the events will be streamed via a streaming pipeline to be consumed by the event consumer. Events in EDA are of multiple types and formats and a…

  • Apache Kafka

    Apache kafka is a distributed open source platform which is utilized for event streaming. Apache kafka is majorly leveraged for : -> HIGH PERFORMANCE DATA PIPELINE-> DATA INTEGRATION-> STREAMING ANALYTICS Kafka can be seamlessly integrated with 100s of event sources and event Sinks. Kafka is implemented in real-time data feed processing, event streaming and EDA…