Best of KafkaNovember 2022

  1. 1
    Article
    Avatar of logrocketLogRocket·4y

    Microservices with NestJS, Kafka, and TypeScript

    The microservices architecture is an increasingly popular architecture pattern that follows the SOA (Service Oriented Architecture) concept. This guide will demonstrate how to build microservices using NestJS, Kafka, and TypeScript. You will create an authentication microservice to create and save user details.

  2. 2
    Article
    Avatar of logrocketLogRocket·4y

    Build a durable pub-sub with Kafka in Node.js

    Kafka helps you build durable, fault-tolerant, and scalable data pipelines. In this article, we will understand what Kafka pub-sub is, how it helps, and how to start using it in your Node.js API.

  3. 3
    Article
    Avatar of bytebytegoByteByteGo·4y

    EP31: Super High-performance NoSQL and MQ

    The data platform ingests, processes, analyzes and presents data generated by different data sources. No JVM, No GC Kafka and Cassandra are written in JVM-compatible languages and usually suffer from high tail latency. Redpanda and ScyllaDB are rewritten from scratch using C++ and leverages some new frameworks.

  4. 4
    Article
    Avatar of medium_jsMedium·3y

    How we reduce our Streaming cost by 90% using Benthos

    Benthos is a brand new open-source data streaming service that is written in GO. It's based on GO instead of JVM, which gives it outstanding performance, native support for K8S, and all the connectors/sinks you can think of. The deployment is fully scalable and will scale up & down.