Skip to content

Platforms

  • Apache Kafka: A distributed messaging platform that enables real-time event processing and data streaming at scale. Kafka is known for its scalability, durability, and high-performance processing capabilities.
  • Kafka Connect: A framework for connecting Kafka with external systems. Kafka Connect is used to import and export data from Kafka, as well as integrate Kafka with other technologies.
  • Schema Registry: A service for managing schemas in Kafka. The Schema Registry is used to ensure data consistency and compatibility across different applications.
  • KSQL: A streaming SQL engine for Kafka. KSQL is used to query and process data in real-time.
  • ACLs: Access Control Lists (ACLs) are used to control access to Kafka topics. ACLs allow you to define which users or applications can read from or write to a topic.
  • RabbitMQ: An open-source messaging system that implements the Advanced Message Queuing Protocol (AMQP). RabbitMQ is used for building reliable and scalable messaging systems in distributed architectures.