Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 1.03 KB

README.md

File metadata and controls

22 lines (14 loc) · 1.03 KB

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