The Tech PlatformJul 25, 2022Architectural Microservices Patterns: SAGA, Outbox and CQRS with KafkaThe Microservices architecture leads to clearly separated individual services, that are independently developed and deployed. Due to the...
The Tech PlatformAug 12, 2021Redis vs Kafka : Top 7 Useful Difference you should know.Redis Redis is an acronym for the Remote Dictionary Server. It is a key-value store, this key-value store can be used as a repository for...
The Tech PlatformJul 21, 2021Kafka Vs. PostgreSQL: How We Implemented Our Queueing System Using PostgreSQLQueueing Systems: An Introduction The core concept behind any queueing system is trivial. A CS101 implementation involves a linked list...