-
install requirements.txt
- pip install -r requirements.txt
-
install virtual env
- python3 -m venv airflow_env
-
write Module/secret.json
- like this:
- {
- "naver_api_id": "open api, you can change if you want. ref Module/Crawling.py",
- "naver_api_pw": "open api, you can change if you want. ref Module/Crawling.py",
- "postgresDB_password": "postgresql local db account pw",
- "host": ""postgresql local db host"",
- "dbname": ""postgresql local dbname that you're using"",
- "user": "postgresql user name",
- "port": "postgresql db port that you're using"
- }
-
teminal command execute
- cd ../autotraining/airflow --> (maybe exists difference path of each user, the path '/autotraining/airflow' is important)
- export AIRFLOW_HOME="$(pwd)"
-
Notifications
You must be signed in to change notification settings - Fork 0
yeonjun-git/crawling_auto
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published