Skip to content
This repository has been archived by the owner on Mar 9, 2022. It is now read-only.

IBM-Cloud/pub-sub-storage-processing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Asynchronous data processing using object storage and pub/sub messaging

This tutorial has been archived. The last version can be found here

This sample application uses an Apache Kafka based messaging service to orchestrate long running workloads to applications running in a Kubernetes cluster. This pattern is used to decouple your application allowing greater control over scaling and performance. Event Streams can be used to queue up the work to be done without impacting the producer applications, making it an ideal system for long-running tasks.

License

See License.txt for license information.