abhirockzz / accs-kafka-streams

Kafka Streams based stateful stream processing application on Oracle Application Container Cloud

Home Page:https://medium.com/oracledevs/part-i-develop-stream-processing-apps-using-kafka-streams-on-oracle-cloud-6c840bc95a16

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A Kafka Streams based stateful stream processing application on Oracle Application Container Cloud

Check the two-part blog series for details

  • Part I - concepts, architecture, code
  • Part II - setup, configuration, test

Build

  • git clone https://github.com/abhirockzz/accs-kafka-streams.git
  • mvn clean install - creates acc-ehcs-kafka-streams-dist.zip in target directory

Deploy to Oracle Cloud

  • Use Oracle Developer Cloud - read the blog
  • Use Oracle Application Container Cloud console
  • Use Oracle Application Container Cloud REST APIs
  • Use Oracle Application Container Cloud PSM APIs

Test

Refer to this section from the blog

About

Kafka Streams based stateful stream processing application on Oracle Application Container Cloud

https://medium.com/oracledevs/part-i-develop-stream-processing-apps-using-kafka-streams-on-oracle-cloud-6c840bc95a16

License:GNU General Public License v3.0


Languages

Language:Java 100.0%