Skip to content

An example of a Python event-driven microservice for the Antifragile Software book

License

Notifications You must be signed in to change notification settings

antifragilesoftware/simple-python-event-driven-microservice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example Python Event-Driven Microservice

An example of a simple Python event-driven microservice for the Antifragile Software book.

Kindly provided by Sylvain Hellegouarch.

Building the service into a Docker image

The best way to run the service with everything it needs is to build and use a Docker image by executing:

> docker build -t antifragilesoftware/simple-event-driven-python-microservice .

Running the service as a Docker Container

Because this service relies on Kafka, which then relies on Zookeeper etc, this service is best run as an image through a Docker Compose command. This example is TBD.

About

An example of a Python event-driven microservice for the Antifragile Software book

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published