Skip to content

HackRx2-0/ps1_drop_table

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Website Search

Website Indexing and Search Engine.

Installation

The project consists of 4 parts

To get started, clone the repo and cd into it

git clone https://github.com/HackRx2-0/ps1_drop_table.git && cd ps1_drop_table

Create an .env file

mkdir ./dags ./logs ./plugins
echo -e "AIRFLOW_UID=$(id -u)\nAIRFLOW_GID=0" > .env

Run the initial setup. This will create the required databases

docker-compose up airflow-init

And finally

docker-compose up

Apache Airflow

The docker-compose.yml file will setup Apache Airflow along with required dependencies.

Put any Python setup code you have into airflow/envsetup.py. This will run during the build stage

Support

About

No description, website, or topics provided.

Resources

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published