Skip to content

A microservice to send template emails with Kafka

License

Notifications You must be signed in to change notification settings

llucasreis/seeker

Repository files navigation

Seeker

A microservice to send template emails using Kafka

🚧 This project is under development 🚧

🔨 Tools

  • Typescript
  • Nodemailer (Node.js library to send emails)
  • Ethereal (email provider for development)
  • Handlebars (to create templates for emails)
  • Apache Kafka (async communication)

🚀 Features

  • Use Kafka for communication
  • Create templates with Handlebars
  • Send emails with Ethereal in development environment
  • Create boilerplate for Amazon SES
  • Setup environment with Docker/Docker Compose
  • Build with Babel

📕 License

Under development. This project is under the MIT license.

Made by Lucas Reis