datajoint-python
Relational Workflows: where database schemas define executable data pipelines.
파일 탐색기
최종 버전 다운로드 (.zip)- rfc.yml
- bug_report.md
- feature_request.md
- improvement_request.md
- close_inactive_issues_prs.yaml
- draft_release.yaml
- lint.yaml
- post_draft_release_published.yaml
- test.yaml
- dependabot.yml
- release_drafter.yaml
- pipeline.svg
- __init__.py
- base.py
- mysql.py
- postgres.py
- __init__.py
- attach.py
- blob.py
- filepath.py
- hash.py
- npy.py
- object.py
- schema.py
- __init__.py
- autopopulate.py
- blob.py
- cli.py
- codecs.py
- condition.py
- connection.py
- declare.py
- dependencies.py
- deploy.py
- diagram.py
- errors.py
- expression.py
- gc.py
- hash_registry.py
- heading.py
- instance.py
- jobs.py
- lineage.py
- logging.py
- migrate.py
- objectref.py
- preview.py
- schemas.py
- settings.py
- spark.py
- staged_insert.py
- storage.py
- storage_adapter.py
- table.py
- types.py
- user_tables.py
- utils.py
- version.py
- Course.csv
- CurrentTerm.csv
- Department.csv
- Enroll.csv
- Grade.csv
- Section.csv
- Student.csv
- StudentMajor.csv
- Term.csv
- __init__.py
- test_aggr_regressions.py
- test_alter.py
- test_attach.py
- test_autopopulate.py
- test_blob.py
- test_blob_matlab.py
- test_cascade_delete.py
- test_cascade_integrity.py
- test_cascading_delete.py
- test_cli.py
- test_codec_chaining.py
- test_codecs.py
- test_connection.py
- test_declare.py
- test_dependencies.py
- test_diagram.py
- test_diagram_bundle_edge.py
- test_diagram_edge_weight.py
- test_diagram_nocontext.py
- test_diagram_style.py
- test_fetch.py
- test_fetch_same.py
- test_fk_index.py
- test_foreign_keys.py
- test_gc.py
- test_groupby.py
- test_hash_storage.py
- test_hidden_job_metadata.py
- test_insert.py
- test_jobs.py
- test_json.py
- test_multi_backend.py
- test_nan.py
- test_npy_codec.py
- test_object.py
- test_privileges.py
- test_reconnection.py
- test_relation.py
- test_relation_u.py
- test_relational_operand.py
- test_schema.py
- test_schema_keywords.py
- test_semantic_matching.py
- test_skip_duplicates.py
- test_tls.py
- test_trace.py
- test_type_aliases.py
- test_university.py
- test_update1.py
- test_utils.py
- test_uuid.py
- test_virtual_module.py
- __init__.py
- test_adapters.py
- test_codecs.py
- test_condition.py
- test_connection_warning.py
- test_declare_hidden_attribute.py
- test_deploy.py
- test_fetch_compat.py
- test_gc.py
- test_lazy_imports.py
- test_logging.py
- test_pk_rules.py
- test_settings.py
- test_spark.py
- test_storage_adapter.py
- test_storage_urls.py
- test_thread_safe.py
- __init__.py
- conftest.py
- schema.py
- schema_advanced.py
- schema_aggr_regress.py
- schema_alter.py
- schema_codecs.py
- schema_external.py
- schema_object.py
- schema_privileges.py
- schema_simple.py
- schema_type_aliases.py
- schema_university.py
- schema_uuid.py
- test_package.py
- .coveragerc
- .dockerignore
- .gitattributes
- .gitignore
- .pre-commit-config.yaml
- activate.sh
- CHANGELOG-archive.md
- CONTRIBUTING.md
- docker-compose.yaml
- Dockerfile
- LICENSE
- pixi.lock
- pyproject.toml
- README.md
- RELEASE_MEMO.md
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/datajoint/datajoint-python
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd datajoint-python
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. 공식 설치 스크립트
쉬움 추천사전 준비물
- Python 3 pip 명령어를 쓰려면 Python이 필요합니다.
pip install datajoint
PyPI에 배포된 패키지를 바로 설치합니다. 소스 클론이 필요 없습니다.
설치 후 새 터미널을 열고, 프로그램의 버전 확인 명령(예: --version)으로 정상 설치됐는지 확인하세요.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
3. Docker
쉬움사전 준비물
- Git GitHub에서 프로젝트 코드를 내려받으려면 필요합니다.
- Docker Desktop 컨테이너를 빌드하고 실행하려면 필요합니다. 설치 후 실행해서 백그라운드에 켜두세요.
docker compose up -d --build
정의된 모든 컨테이너(서버, DB 등)를 한 번에 빌드하고 백그라운드에서 실행합니다.
터미널에 docker compose ps 를 입력해 컨테이너들이 Up 상태인지 확인하세요. README에 포트 번호가 적혀있다면 브라우저에서 http://localhost:포트번호 로 접속해보세요.
// repository documentation
Was this content helpful?
(0 ratings)
