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

This page summarizes the projects mentioned and recommended in the original post on dev.to

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
  • kafka-nodejs-starter

    A simple Express.js API to which sends and receives messages using Apache Kafka.

  • We will use a barebones Express.js API for this tutorial. You can find the starter code here. We will use it as a base and add Kafka support to the API. We can do more with the data, but the API is intentionally kept simple so that we can focus on Kafka.

  • kafkajs

    A modern Apache Kafka client for node.js

  • Before we start producing and consuming events, we need to install Kafka to our API. We will use the Kafka.js client library for Node.js.

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • ApacheKafka

    A curated re-sources list for awesome Apache Kafka

  • Next, install the Kafka CLI tool. It helps with administrative tasks and experimenting with Kafka. Simply head over to kafka.apache.org and download Kafka.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Track every PostgreSQL data change using Debezium

    3 projects | dev.to | 27 Aug 2023
  • Kafkajs - A modern Apache Kafka client for node.js

    1 project | /r/github_trends | 22 Apr 2022
  • Kafka Message Re-Processing Library

    1 project | news.ycombinator.com | 13 Apr 2021
  • Franz: Native Kafka Client for macOS, Windows and Linux

    1 project | news.ycombinator.com | 3 Apr 2024
  • Mastering NPM Library Creation: Bundling with Vite

    1 project | dev.to | 2 Mar 2024