postgres_to_es/etl/
(ETL pipeline to move data from Postgres database to Elasticsearch)movies_admin_panel
(admin panel for adding and editing information about movies)
Python 3, Django, Docker, Docker-Compose, NGINX, PostgreSQL, ElasticSearch
Create an env
file in the same directory where its example file is described.
Launch the project using the following docker-compose command:
docker-compose up -d