Skip to content

uomlms/notification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TypeScript Kafka

Notification Service

Notification Service is responsible for notifying users. Does not provide endpoints, only Kafka Consumers and Producers.

Bugs, Feature Requests and Contributing

We'd love to see community contributions. We like to keep it simple and use Github issues to track bugs and feature requests and pull requests to manage contributions.

Kafka

Event Flow Diagram

Notification service consumes SendEmailEvent which indicates that another service want to send an email. It uses nodemailer library.

Full list of Events can be found here.

event-flow

Quickstart

Using Docker Compose

Dependencies

  • Docker
  • Docker Compose
$ git clone https://github.com/uomlms/corrector.git
$ cd corrector
$ docker-compose up

Authors

License

License

About

Notification services is responsible for notifying the uesr about events.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published