viewflow
Viewflow is an Airflow-based framework that allows data scientists to create data models without writing Airflow code.
File Explorer
Download Latest Version (.zip)- config.yml
- config.yml
- pyproject.toml
- requirements.txt
- config.yml
- course_enriched.sql
- top_3_user_xp.py
- user_xp.sql
- config.yml
- user_enriched.sql
- config.yml
- user_xp_duplicate.R
- config.yml
- top_3_user_xp_duplicate.Rmd
- views.py
- load_postgres.sql
- local-entrypoint-scheduler.sh
- local-entrypoint-webserver.sh
- .env
- viewflow-demo-1.png
- viewflow-demo-2.png
- test_postgres_adapter.py
- test_r_adapter.py
- test_rmd_adapter.py
- load_postgres.sql
- __init__.py
- test_parse_python.py
- test_parse_r.py
- test_parse_rmd.py
- test_parse_sql.py
- config.yml
- task_1.yml
- task_2.yml
- config.yml
- task_1.yml
- task_2.yml
- config.yml
- task_1.yml
- config.yml
- task_2.yml
- task_3.yml
- config.yml
- task_1.yml
- config.yml
- task_1.yml
- config.yml
- task_1.yml
- config.yml
- task_1.yml
- task_2.yml
- config.yml
- email_domains.py
- emails.sql
- config.yml
- user_emails.R
- config.yml
- user_emails.R
- task_1.R
- config.yml
- user_emails.Rmd
- config.yml
- user_emails.Rmd
- config.yml
- user_emails.Rmd
- task_1.Rmd
- config.yml
- task_1.sql
- __init__.py
- test_callbacks.py
- test_dag1_simple.py
- test_external_dependencies.py
- test_get_dependencies.py
- __init__.py
- postgres_adapter.py
- template.sql
- python_adapter.py
- r_adapter.py
- rmd_adapter.py
- post_execute_monkey_patch.py
- python_to_postgres_operator.py
- r_operator.py
- rmd_operator.py
- dependencies.py
- dependencies_r_patterns.py
- parse_python.py
- parse_r.py
- parse_rmd.py
- parse_sql.py
- parse_yml.py
- __init__.py
- create_dag.py
- task_callbacks.py
- .gitignore
- CONTRIBUTION.md
- docker-compose-airflow1.10.yml
- docker-compose-airflow2.yml
- docker-compose-test.yml
- Dockerfile-airflow1.10
- Dockerfile-airflow2
- LICENSE.md
- MAINTAINERS.md
- pyproject.toml
- README.md
- requirements.txt
# Installation Guide
1. Get the code
git clone https://github.com/datacamp/viewflow
Downloads the entire project code from GitHub to your computer.
cd viewflow
Moves into the project folder you just downloaded.
2. Python
Easy RecommendedPrerequisites
RUN pip install git+https://github.com/datacamp/viewflow.git
Installs the Python libraries listed in requirements.txt (or similar).
poetry install
Installs the libraries listed in pyproject.toml.
poetry run airflow db init # Airflow 2
Type this command into your terminal and run it.
poetry run airflow initdb # Airflow 1.10
Type this command into your terminal and run it.
poetry run pytest
Type this command into your terminal and run it.
If it runs without errors and prints output in the terminal, it worked.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
