llucasreis / seeker

A microservice to send template emails with Kafka

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A microservice to send template emails with Kafka

License:MIT License


Languages

Language:TypeScript 62.4%Language:JavaScript 34.5%Language:Handlebars 2.0%Language:Shell 1.1%