2 रिपॉजिटरी
Message queuing systems optimized for cloud environments using object storage for persistence.
Distinct from Message Queues: Distinct from general message queues by the specific requirement of being cloud-native and S3-backed.
Explore 2 awesome GitHub repositories matching data & databases · Cloud Native Message Queues. Refine with filters or upvote what's useful.
AutoMQ is a cloud-native streaming platform and Apache Kafka distribution that implements a decoupled compute and storage architecture. It functions as an S3-backed message queue, using object storage as the primary log repository to eliminate dependencies on local disks. The platform utilizes a stateless broker architecture to enable dynamic compute scaling and automated partition balancing. This design allows the system to adjust the number of brokers in seconds and distribute network traffic without requiring manual data migration or partition reassignment. The system provides multi-avail
Provides a Kafka-compatible streaming platform that uses object storage to remove local disk dependencies.
Jocko is a cloud-native event streaming platform and distributed commit log implemented in Go. It functions as a distributed message broker that ensures data durability and high availability by replicating record sequences across a cluster. The system is designed as a Zookeeperless event streamer, utilizing built-in consensus coordination to manage cluster state and leader election without requiring external coordinator services. It implements the Kafka wire protocol, allowing it to communicate with existing ecosystem clients and tools. The platform provides capabilities for distributed log
Provides a lightweight messaging cluster optimized for cloud-native deployment as a single binary.