sayn
Data processing and modelling framework for automating tasks (incl. Python & SQL transformations).
파일 탐색기
최종 버전 다운로드 (.zip)- workflow.yml
- database.md
- python_task.md
- admonitions.css
- mkdocstrings.css
- bigquery.md
- mysql.md
- overview.md
- postgresql.md
- redshift.md
- snowflake.md
- sqlite.md
- bbc_news_nlp.md
- chart_race.gif
- facebook_data_project.md
- reddit_news_nlp.md
- simple_etl.md
- project_yaml.md
- settings_yaml.md
- autosql.md
- copy.md
- dummy.md
- overview.md
- python.md
- sql.md
- custom.md
- overview.md
- standard.md
- sayn_run1.gif
- tutorial_part1.md
- tutorial_part2.md
- tutorial_part3.md
- cli.md
- dag.png
- database_objects.md
- index.md
- installation.md
- parameters.md
- presets.md
- project_structure.md
- __init__.py
- app.py
- errors.py
- project.py
- settings.py
- create_table.sql
- create_view.sql
- merge_tables.sql
- move_table.sql
- redshift_load_batch.sql
- redshift_merge_tables.sql
- snowflake_create_table.sql
- snowflake_load_batch.sql
- __init__.py
- bigquery.py
- creator.py
- mysql.py
- objects.py
- postgresql.py
- redshift.py
- snowflake.py
- sqlite.py
- unknown.py
- __init__.py
- console_logger.py
- event_tracker.py
- fancy_logger.py
- file_logger.py
- log_formatter.py
- logger.py
- task_event_tracker.py
- __init__.py
- load_data.py
- say_hello.py
- dim_arenas.sql
- dim_fighters.sql
- dim_tournaments.sql
- f_battles.sql
- f_fighter_results.sql
- f_rankings.sql
- .gitignore
- dev.db
- prod.db
- project.yaml
- README.md
- requirements.txt
- sample_settings.yaml
- __init__.py
- init_project.py
- standard_test_output.sql
- standard_test_output_bigquery.sql
- standard_tests.sql
- standard_tests_bigquery.sql
- __init__.py
- autosql.py
- builder.py
- copy.py
- dummy.py
- python.py
- sql.py
- task.py
- task_wrapper.py
- test.py
- __init__.py
- compiler.py
- dag.py
- graphviz.py
- misc.py
- python_loader.py
- singleton.py
- task_query.py
- yaml.py
- __init__.py
- cli.py
- __init__.py
- conftest.py
- test_cli.py
- test_dag.py
- test_db_object.py
- test_ddl.py
- test_project.py
- test_sayn_init.py
- test_settings.py
- test_task_autosql.py
- test_task_copy.py
- test_task_python.py
- test_task_query.py
- test_task_sql.py
- test_task_test.py
- .flake8
- .gitignore
- .pre-commit-config.yaml
- CHANGELOG.md
- LICENSE.md
- mkdocs.yml
- NOTICE.md
- poetry.lock
- pyproject.toml
- pytest.ini
- README.md
- tox.ini
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/173TECH/sayn
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd sayn
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. 공식 설치 스크립트
쉬움 추천사전 준비물
- Python 3 pip 명령어를 쓰려면 Python이 필요합니다.
pip install sayn
PyPI에 배포된 패키지를 바로 설치합니다. 소스 클론이 필요 없습니다.
설치 후 새 터미널을 열고, 프로그램의 버전 확인 명령(예: --version)으로 정상 설치됐는지 확인하세요.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
// repository documentation
Was this content helpful?
(0 ratings)
