Skip to content

paolorossig/email-indexer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
Deepsearch-web Deepsearch-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

About

Fullstack Application: Go + Typescript + Vue + Zinc

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published