Skip to content

Releases: farbodahm/stateful-stream-processing

Add procesor application

31 May 19:42
202db0d
Compare
Choose a tag to compare

In this release:

  • Processor application is added which is the last part of the whole application.
    • It asynchronously executes queries on DB and asynchronously write them on WebSocket
  • Use Docker Isolated network instead of host mode (Issue #22)
  • Added Link and Docker build CI jobs

Dockerize project & Add base for front-end

16 May 19:33
493e8c5
Compare
Choose a tag to compare

In this version:

  • Project is Dockerized (Both producer and consumer app)
    • Also Readme is updated on how to run the applications with Docker and Docker-Compose.
  • Base for Front End is placed thanks to @AlirezaEbrahimkhani

Persisting to Database

14 May 09:07
e04eabc
Compare
Choose a tag to compare

In this release:

  • Data is persisted in Database
    • Also database model is created with SQAlchemy
  • Make logger library more readable
  • Fix a bug with creating Comment model in producer

Functional Consumer

27 Apr 09:02
0ee41fb
Compare
Choose a tag to compare

In this release:

  • We have a consumer which consumes previously generated Protubuf messages

Functional Producer

25 Apr 08:52
8cdba40
Compare
Choose a tag to compare

In this release, we have a functional producer which:

  • Generated random Twitter data
  • Produces them in Kafka and set the schema on Schema Registry with Protobuf serialization

Sample Protobuf Producer-Consumer

23 Apr 07:52
a14794b
Compare
Choose a tag to compare

This release will be considered as the base of the project. It contains:

  • Docker compose file for setuping Kafka with Schema Registry and Zookeeper
  • Sample Protobuf Producer
  • Sample Protobuf Consumer