Kafka on the Serverless Shore: Building event-driven applications with Kafka

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
  • lambda-serverless-kafka

    🐚 Kafka on the Serverless Shore

  • // Try and catch block. // View full file at: // https://github.com/ibrahimcesar/lambda-serverless-kafka/blob/main/src/lambda/consumer.ts try { const writing = await reader.consume({ consumerGroupId: "group_1", instanceId: "instance_1", topics: payload.topics, autoOffsetReset: payload.autoOffsetReset ?? "earliest", }); response = writing; } catch (err) { console.error(err); if (err instanceof Error) throw err; else throw new Error(`${err}`); }

  • cdk-simple-lambda-starter

    🌴 CDK v2 Simple Lambda HTTP ApiGateway Model

  • Bootstraped with my CDK v2 Simple Lambda HTTP ApiGateway Starter

  • 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
  • go-unsplash

    Go Client for the Unsplash API

  • Cover image by Alejandro Cartagena on Unsplash

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

  • Tips to attract readers to read your post

    1 project | dev.to | 14 May 2024
  • What I learned from writing 30 articles in a row

    1 project | dev.to | 13 May 2024
  • Boost Your Medium Visibility: 12 Essential Tips for Writers

    1 project | dev.to | 31 Mar 2024
  • Get Random Images API for free from Lorem Picsum

    1 project | dev.to | 27 Mar 2024
  • Now Anyone Can Add Beautiful Interactive Images in ChatGPT ⏱️ (in 30 Seconds)

    1 project | dev.to | 22 Mar 2024