Skip to content

Demo apps using Apache Kafka, ksqlDB and kafka connectors

Notifications You must be signed in to change notification settings

foobaragency/kafka-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kafka demo

This repository contains the demo apps using during the presentation at our knowledge-friday event. (See: this issue)

Structure

    apps
        |- clients # mock client apps consuming both APIs
        |- products # Products API written in Go
        |- orders # Order APIs written in TypeScript
    scripts # useful scripts ro run all apps at once

How to run this

  1. Create the .env files based on .env.template files provided in each app.

  2. Install the dependencies as following:

    • Products API: go mod tidy
    • Orders API: yarn install
  3. You can run each API individually or all at once using the command make run

  4. Have fun!

About

Demo apps using Apache Kafka, ksqlDB and kafka connectors

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published