MotherDuck 확장
MotherDuck 확장
MotherDuck는 DuckDB를 기반으로 만들어진 클라우드 데이터 웨어하우스인데요, motherduck 확장을 사용하면 바로 이 MotherDuck에 손쉽게 연결할 수 있어요. 오늘은 이 확장을 설치하고 사용하는 방법을 함께 살펴볼까요?
출처: 문서
본문
motherduck 확장은 MotherDuck에 연결할 수 있게 해줘요. MotherDuck는 DuckDB 기반으로 만들어진 클라우드 데이터 웨어하우스예요.
설치 및 로드 (Installing and Loading)
motherduck 확장은 처음 사용할 때 공식 확장 저장소에서 투명하게 [자동 설치 및 자동 로드]({% link docs/current/core_extensions/overview.md %}#autoloading-extensions)돼요. 직접 설치하고 로드하려면 motherduck 확장 이름이나 md라는 약칭을 사용할 수 있어요:
INSTALL md;
LOAD md;
사용법 (Usage)
다음 명령어를 실행해서 MotherDuck에 연결할 수 있어요:
ATTACH 'md:';
지원 플랫폼 (Platforms)
motherduck 확장은 다음 [플랫폼]({% link docs/current/dev/building/overview.md %}#supported-platforms)을 지원해요:
linux_amd64linux_arm64osx_amd64osx_arm64windows_amd64
현재 windows_arm64 플랫폼은 지원하지 않아요.
MotherDuck 문서 (MotherDuck Documentation)
더 자세한 내용은 MotherDuck 문서를 참고해 보세요.