dbc
dbc is the command-line tool for installing and managing ADBC drivers
파일 탐색기
최종 버전 다운로드 (.zip)- deploy.yml
- dev.yml
- dev_pr.yml
- go.yml
- integration.yml
- publish_docs.yml
- publish_install_script.yml
- release.yml
- sync_docs.yml
- wasm.yml
- dependabot.yaml
- credentials.go
- credentials_test.go
- oauth.go
- oauth_test.go
- test_helpers.go
- run_integration.sh
- bash.go
- completions.go
- dbc.bash
- dbc.fish
- dbc.zsh
- fish.go
- zsh.go
- test-driver-1.1.tar.gz
- test-driver-1.tar.gz
- test-driver-invalid-manifest.tar.gz
- test-driver-manifest-only.tar.gz
- test-driver-no-sig.tar.gz
- test-driver-only-pre.tar.gz
- test_index.yaml
- add.go
- add_test.go
- auth.go
- auth_test.go
- auth_unix_test.go
- delegates.go
- docs.go
- docs_test.go
- drain_unix.go
- drain_windows.go
- driver_list.go
- driver_list_test.go
- file_progress_model.go
- helpers.go
- info.go
- info_test.go
- init.go
- init_test.go
- install.go
- install_test.go
- list.go
- list_test.go
- lock_error_test.go
- lockfile.go
- main.go
- main_test.go
- registry_test.go
- registry_wiring_test.go
- remove.go
- remove_test.go
- search.go
- search_test.go
- subcommand_test.go
- subcommand_unix_test.go
- subcommand_windows_test.go
- sync.go
- sync_test.go
- terminal.go
- terminal_windows.go
- tui_driver_list.go
- tui_menu.go
- uninstall.go
- uninstall_test.go
- view_config_tui.go
- config.go
- config_api_test.go
- config_test.go
- dirs_unixlike.go
- dirs_windows.go
- driver.go
- driver_test.go
- findin_test.go
- loaddir_js.go
- loaddir_other.go
- platform_override.go
- splitlist_js.go
- splitlist_other.go
- unixlike_test.go
- apple-touch-icon.png
- cheatsheet.pdf
- cheatsheet.png
- dbc_logo_black_on_white_static.svg
- dbc_logo_black_static.svg
- dbc_logo_static.png
- dbc_logo_white_on_black_static.svg
- dbc_logo_white_static.svg
- favicon.ico
- icon-192.png
- icon-512.png
- icon-mask.png
- icon.svg
- driver.md
- driver_list.md
- driver_manager.md
- driver_manifest.md
- driver_registry.md
- index.md
- cheatsheet.md
- faq.md
- first_steps.md
- index.md
- installation.md
- continuous_integration.md
- driver_list.md
- driver_manager.md
- finding_drivers.md
- index.md
- installing.md
- private_drivers.md
- python_notebooks.md
- version_control.md
- main.html
- analytics.md
- cli.md
- config_level.md
- driver_list.md
- index.md
- supported_platforms.md
- extra.js
- extra.css
- index.md
- macros.py
- manifest.webmanifest
- README.md
- fslock.go
- fslock_test.go
- fslock_unix.go
- fslock_windows.go
- fslock_windows_test.go
- schema.go
- schema_test.go
- paths.go
- paths_test.go
- README.template.md
- create_packages.js
- dbc.js
- platforms.js
- README.md
- .gitignore
- build.js
- normalize.test.cjs
- smoke.cjs
- worker.test.cjs
- .gitignore
- boot.cjs
- index.cjs
- index.d.ts
- index.mjs
- README.md
- worker.cjs
- dbc.bmp
- dbc.icns
- dbc.ico
- dbc.png
- dbc.wxs
- dbc_logo.svg
- dbc_logo_animated.png
- dbc_logo_animated_padded.png
- dbc_logo_static.png
- dbc_logo_static_padded.png
- dialog.bmp
- README.dockerhub.md
- cdn.py
- create_wheels.py
- install.ps1
- install.sh
- sync_docs.py
- bannrbmp.bmp
- dlgbmp.bmp
- api_js.go
- bridge_js.go
- main_browser.go
- main_node.go
- ops_node_js.go
- roundtripper_js.go
- .editorconfig
- .git-blame-ignore-revs
- .gitignore
- .goreleaser.yaml
- .pre-commit-config.yaml
- .typos.toml
- client.go
- client_auth.go
- client_auth_test.go
- client_config.go
- client_config_test.go
- client_methods.go
- client_methods_test.go
- client_test.go
- columnar.pubkey
- CONTRIBUTING.md
- credresolver_test.go
- dbc_api_test.go
- Dockerfile
- drivers.go
- go.mod
- go.sum
- LICENSE
- mkdocs.yml
- pixi.lock
- pixi.toml
- README.md
- registry_config.go
- registry_config_test.go
- RELEASE.md
- telemetry_other.go
- telemetry_wasm.go
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/columnar-tech/dbc
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd dbc
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. 공식 설치 스크립트
쉬움 추천사전 준비물
curl -LsSf https://dbc.columnar.tech/install.sh | sh
공식 설치 스크립트를 다운로드해서 바로 실행합니다. 이 한 줄로 필요한 게 자동으로 설치됩니다.
brew install columnar-tech/tap/dbc
Homebrew로 이미 빌드된 패키지를 바로 설치합니다. 소스 빌드가 필요 없습니다.
pipx install dbc
pipx로 격리된 환경에 CLI 도구를 설치합니다.
pip install "adbc-driver-manager>=1.8.0"
PyPI에 배포된 패키지를 바로 설치합니다. 소스 클론이 필요 없습니다.
설치 후 새 터미널을 열고, 프로그램의 버전 확인 명령(예: --version)으로 정상 설치됐는지 확인하세요.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
3. Docker
쉬움사전 준비물
- Git GitHub에서 프로젝트 코드를 내려받으려면 필요합니다.
- Docker Desktop 컨테이너를 빌드하고 실행하려면 필요합니다. 설치 후 실행해서 백그라운드에 켜두세요.
docker build -t dbc .
Dockerfile을 기반으로 실행 가능한 이미지를 빌드합니다.
docker run -p 8080:80 dbc
빌드된 이미지를 실제 컨테이너로 실행합니다.
터미널에 docker compose ps 를 입력해 컨테이너들이 Up 상태인지 확인하세요. README에 포트 번호가 적혀있다면 브라우저에서 http://localhost:포트번호 로 접속해보세요.
// repository documentation
Was this content helpful?
(0 ratings)
