Looker Studio 커뮤니티 커넥터
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
Looker Studio 커뮤니티 커넥터를 사용하면 Looker Studio에서 인터넷에 액세스할 수 있는 데이터 소스에 직접 연결할 수 있습니다.
커뮤니티 커넥터를 개발하고 사용하여 보고서 및 대시보드 작성에 다음과 같은 소스의 데이터를 사용할 수 있습니다.
- 소셜 미디어, CRM, 검색, 금융, 인사, 광고 등을 위한 플랫폼
- 공개 및 기타 오픈 데이터 세트
- 개인 회사 데이터
- ...및 Apps Script를 사용하여 인터넷을 통해 액세스할 수 있는 모든 데이터 소스 또는 서비스
Google Apps Script를 사용하고 Looker Studio 커넥터 사양을 따라 커뮤니티 커넥터를 개발할 수 있습니다. 모든 사용자가 Looker Studio에서 커뮤니티 커넥터를 사용하여 보고서와 대시보드를 만들 수 있습니다.
커뮤니티 커넥터의 일반적인 개발 수명 주기는 다음과 같습니다.
- 커넥터를 빌드합니다.
- 커넥터를 사용하고 테스트합니다.
- 커넥터를 배포합니다.
- 커넥터를 배포합니다 (공유 또는 게시).
- 커뮤니티 커넥터는 모든 사용자와 직접 공유할 수 있으며, 모든 사용자가 찾아 사용할 수 있도록 제품 내 갤러리와 공개 Looker Studio 커넥터 갤러리에 포함되도록 제출할 수 있습니다.
커넥터를 빌드해야 하는 이유
커뮤니티 커넥터는 강력하고 쉽게 빌드할 수 있습니다.
Google Apps Script를 사용하여 커넥터를 빠르게 빌드 및 배포하고 캐싱, 스토리지, 번역, JDBC 서비스 등의 서비스와 API를 활용할 수 있습니다.
커뮤니티 커넥터를 빌드하는 경우 Looker Studio 커넥터 갤러리에 게시하고 홍보할 수 있습니다. 모든 사용자는 Looker Studio 내에서 갤러리를 탐색할 수 있습니다. 누구나 볼 수 있는 공개 커넥터 갤러리도 있습니다.
모두를 위한 공개 데이터
Looker Studio 사용자가 전 세계의 공개 및 오픈 데이터 세트를 자유롭고 쉽게 사용할 수 있도록 지원하세요.
Looker Studio 커뮤니티 커넥터를 빌드하여 고객에게 상당한 가치를 제공하세요. 최소한의 개발 투자로 Looker Studio를 고객을 위한 강력한 무료 보고 및 분석 솔루션으로 활용할 수 있습니다.
Looker Studio는 무료이며 커뮤니티 커넥터는 무료로 개발할 수 있습니다.
커넥터는 무료로 빌드, 배포, 배포할 수 있습니다. 사용자와 사용자는 Looker Studio에서 커넥터를 무료로 사용할 수 있습니다.
다음 단계
첫 번째 커뮤니티 커넥터를 빌드하려면 커뮤니티 커넥터 시작하기를 참고하세요.
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2025-07-26(UTC)
[null,null,["최종 업데이트: 2025-07-26(UTC)"],[[["\u003cp\u003eLooker Studio Community Connectors allow you to connect Looker Studio to any internet accessible data source using Google Apps Script.\u003c/p\u003e\n"],["\u003cp\u003eYou can build and share connectors for diverse data sources including social media platforms, open datasets, and private company data.\u003c/p\u003e\n"],["\u003cp\u003eCommunity Connectors can be easily built, deployed, and shared for free, enabling access to various data for reporting and analysis in Looker Studio.\u003c/p\u003e\n"],["\u003cp\u003eBy building a connector, you can leverage Looker Studio as a robust and free reporting solution for your customers, promoting your connector and potentially monetizing it.\u003c/p\u003e\n"]]],[],null,["# Looker Studio Community Connectors enable direct connections from\n[Looker Studio](https://lookerstudio.google.com) to any internet accessible data\nsource.\n\nYou can develop and use Community Connectors to create reports and dashboards\nwith data from sources such as:\n\n- Platforms for social media, CRM, search, finance, HR, advertising, etc.\n- Public and other open data sets.\n- Private company data.\n- ...and any data source or service that can be accessed over the internet using [Apps Script](/apps-script).\n\nHow Community Connectors work\n-----------------------------\n\nYou can use **Google Apps Script** and follow the\n[Looker Studio Connector specification](/looker-studio/connector/reference) to\ndevelop a Community Connector. Any user can use your Community Connector\nin Looker Studio to create reports and dashboards.\n\nThe typical development lifecycle of a Community Connector is as follows:\n\n1. Build a connector.\n2. Use and test the connector.\n3. Deploy the connector.\n4. Distribute the connector (Share or publish).\n - Community connectors can be shared directly with any user and/or can be submitted for inclusion in both the in-product gallery and the public [Looker Studio Connector Gallery](https://lookerstudio.google.com/data) for any user to find and use.\n\nWhy build a connector\n---------------------\n\n### Community Connectors are powerful and easy to build\n\nYou can quickly build and deploy connectors using\n[Google Apps Script](/apps-script) and take advantage of services and APIs such\nas caching, storage, translation, JDBC services, etc.\n\n### You can promote and monetize your connector\n\nIf you build a Community Connector you can publish and promote it in the Looker\nStudio Connector Gallery. All users can explore the gallery from\nwithin Looker Studio. There is also a public\n[Connector Gallery](https://lookerstudio.google.com/data) viewable by\nanyone.\n\n### Open data for everyone\n\nHelp bring Looker Studio users free and easy access to public and open data sets\naround the world.\n\n### Leverage Looker Studio as a reporting platform for your customers\n\nProvide significant value to your customers by building a Looker Studio Community\nConnector. With a minimal development investment you can rely on Looker Studio\nas a free and powerful reporting and analysis solution for your customers.\n\n### Looker Studio is free and Community Connectors are free to develop\n\nYou can build, deploy and distribute connectors for free. You and your users can\nuse the connectors for free in Looker Studio.\n\nNext steps\n----------\n\nBuild your first Community Connector, read\n[Getting Started with Community Connectors](/looker-studio/connector/get-started)."]]