Awesome
Email Indexer
email-indexer
is a fullstack application that can index and search emails details and content within seconds.
It has a monorepo structure and was developed following some principles of hexagonal architecture.
Web version | Mobile version |
---|---|
Tech Stack
Instalation
- Download the data with the
scripts/etl.sh
shell script
chmod +x scripts/etl.sh
sh scripts/etl.sh
- Build the docker images and start the container
make start
See the logs of the containers
make logs
Stop the containers
make stop
Clean the containers
make clean