{"id":51094822,"url":"https://github.com/gleanwork/copier-glean-connector","last_synced_at":"2026-06-24T05:30:58.050Z","repository":{"id":343340609,"uuid":"1165947779","full_name":"gleanwork/copier-glean-connector","owner":"gleanwork","description":"Copier template for scaffolding custom Glean indexing connectors","archived":false,"fork":false,"pushed_at":"2026-03-09T23:32:33.000Z","size":20,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-10T04:51:27.721Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Jinja","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gleanwork.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-02-24T18:04:12.000Z","updated_at":"2026-03-09T23:32:37.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/gleanwork/copier-glean-connector","commit_stats":null,"previous_names":["gleanwork/copier-glean-connector"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/gleanwork/copier-glean-connector","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gleanwork%2Fcopier-glean-connector","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gleanwork%2Fcopier-glean-connector/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gleanwork%2Fcopier-glean-connector/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gleanwork%2Fcopier-glean-connector/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gleanwork","download_url":"https://codeload.github.com/gleanwork/copier-glean-connector/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gleanwork%2Fcopier-glean-connector/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34719086,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-24T02:00:07.484Z","response_time":106,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-06-24T05:30:57.193Z","updated_at":"2026-06-24T05:30:58.040Z","avatar_url":"https://github.com/gleanwork.png","language":"Jinja","funding_links":[],"categories":[],"sub_categories":[],"readme":"# copier-glean-connector\n\nA [copier](https://copier.readthedocs.io/) template for scaffolding custom [Glean](https://www.glean.com/) indexing connectors using the `glean-indexing-sdk`.\n\n## Prerequisites\n\n- [Python](https://www.python.org/) 3.10+\n- [uv](https://docs.astral.sh/uv/) (recommended) or pip\n- [copier](https://copier.readthedocs.io/) 9+\n\nInstall copier:\n\n```bash\nuv tool install copier\n```\n\n## Usage\n\nGenerate a new connector project:\n\n```bash\ncopier copy gh:gleanwork/copier-glean-connector my-connector\n```\n\nThe wizard will prompt for project name, connector type, and other options. After generation, the template automatically runs `git init`, `uv sync`, and `ruff format`.\n\n## Connector Types\n\n### Datasource Connectors\n\nIndex documents and content into Glean.\n\n| Type | SDK Base Class | Best For |\n|---|---|---|\n| **Basic** | `BaseDatasourceConnector` | Small data sources (~1,000 records) where all data fits in memory |\n| **Streaming** | `BaseStreamingDatasourceConnector` | Paginated APIs or larger datasets; yields records in batches |\n| **Async Streaming** | `BaseAsyncStreamingDatasourceConnector` | Large or high-latency data sources; concurrent I/O with async generators |\n\n### People Connectors\n\nIndex employee/people data into Glean using `BasePeopleConnector`.\n\n## Updating a Generated Project\n\nWhen this template is updated, pull changes into your project:\n\n```bash\ncopier update\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgleanwork%2Fcopier-glean-connector","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgleanwork%2Fcopier-glean-connector","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgleanwork%2Fcopier-glean-connector/lists"}