Giter Club home page Giter Club logo

kafka-gdpr-event-sourcing's Introduction

Kafka Streams, GDPR and Event Sourcing

This code is the companion of the blog post Kafka, GDPR and Event Sourcing

This project uses Docker to create a cluster of 3 microservices that consume from a Kafka topic using the Kafka Streams API.

Usage

Docker should be installed.

To run:

 docker-compose up -d && docker-compose logs -f our-service our-service2 our-service3

Once the environment has been started, you have to add some data:

 curl --data "client=id1&name=Dan" -X POST http://localhost:3004/set-data
 curl --data "client=id1&name=Lebrero" -X POST http://localhost:3004/set-data

You will see in the logs that the event-consumer logs something like:

[KSTREAM-REDUCE-0000000004]: id1, (Dan,Lebrero<-null)

To exercise the "right to erasure":

 curl --data "client=id1" -X POST http://localhost:3004/forget-me

Which should result on the event-consummer logging:

 [KSTREAM-REDUCE-0000000004]: id1, (forget-me!<-null)

Clean up

To get rid of all:

docker-compose down --rmi all --remove-orphans
docker image rm pandeiro/lein:2.5.2

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.