Email Indexer

October 19, 2022 ยท View on GitHub

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 versionMobile version
Deepsearch-webDeepsearch-mobile

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