event-driven-microservice icon indicating copy to clipboard operation
event-driven-microservice copied to clipboard

A simple demonstration of an event driven microservice written in Python

Results 2 event-driven-microservice issues
Sort by recently updated
recently updated
newest added

Right now, there is no unified API endpoint, just the endpoints of each microservices. Let's add a single entry point that will act as the gateway of the core services.

Currently, there is no logging in any of the services or libs. This should be added sooner rather than later.

enhancement