Skip to content

Presentation slides and code examples for the Cloud Native Event Streaming talk.

License

Notifications You must be signed in to change notification settings

4TT1L4/oura-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

oura-demo

Overview

This repository contains the presentation slides for the Cloud Native Event Streaming talk and a simple example to run Oura in a docker container.

For the official Oura repository see the following link:

Presentation Slides

The slides for the Cloud Native Event Streaming talk, as presented at the Rust MeetUp Basel:

Slides

Running the example

The mentioned example can be started using the following commands:

docker build -t oura_demo .
docker run -it oura_demo

Stopping the example

The example can be stopped by hitting:

CTRL + Z

then after this:

CTRL + C

Alternatively the example can be stopped by running the following command in a different terminal:

docker stop $(docker ps -a -q --filter ancestor=oura_demo --format="{{.ID}}")

This command stops all the docker running containers with the image name oura_demo.

About

Presentation slides and code examples for the Cloud Native Event Streaming talk.

Topics

Resources

License

Stars

Watchers

Forks