Skip to content

abhirockzz/accs-kafka-streams

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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