{"id":13479601,"url":"https://github.com/duolingo/metasearch","last_synced_at":"2025-09-08T20:37:07.083Z","repository":{"id":43290764,"uuid":"267939462","full_name":"duolingo/metasearch","owner":"duolingo","description":"Search aggregator for Slack, Google Docs, GitHub, and more :mag:","archived":false,"fork":false,"pushed_at":"2024-12-10T18:42:59.000Z","size":418,"stargazers_count":519,"open_issues_count":13,"forks_count":57,"subscribers_count":13,"default_branch":"master","last_synced_at":"2025-09-08T20:37:06.243Z","etag":null,"topics":["aws","confluence","dropbox","figma","github","google","greenhouse","guru","hound","jenkins","jira","lingo","notion","pagerduty","pingboard","rollbar","search","slack","trello","zoom"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/duolingo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2020-05-29T19:33:02.000Z","updated_at":"2025-09-08T14:26:17.000Z","dependencies_parsed_at":"2023-02-04T16:31:10.486Z","dependency_job_id":"2d686995-bd08-435a-88de-dd679d01aa45","html_url":"https://github.com/duolingo/metasearch","commit_stats":{"total_commits":225,"total_committers":13,"mean_commits":"17.307692307692307","dds":0.0888888888888889,"last_synced_commit":"d5346879bac7c5feab3e10fb2d408919cbe4c223"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/duolingo/metasearch","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/duolingo%2Fmetasearch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/duolingo%2Fmetasearch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/duolingo%2Fmetasearch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/duolingo%2Fmetasearch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/duolingo","download_url":"https://codeload.github.com/duolingo/metasearch/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/duolingo%2Fmetasearch/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274231507,"owners_count":25245601,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-08T02:00:09.813Z","response_time":121,"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":["aws","confluence","dropbox","figma","github","google","greenhouse","guru","hound","jenkins","jira","lingo","notion","pagerduty","pingboard","rollbar","search","slack","trello","zoom"],"created_at":"2024-07-31T16:02:19.884Z","updated_at":"2025-09-08T20:37:07.015Z","avatar_url":"https://github.com/duolingo.png","language":"TypeScript","readme":"# Metasearch\n\nMetasearch is a tool for searching many other tools in parallel:\n\n![Metasearch screenshot](.github/screenshot.png)\n\nThe full list of supported data sources:\n\n- [AWS](https://aws.amazon.com/) tagged resources\n- [Confluence](https://www.atlassian.com/software/confluence) pages\n- [Dropbox](https://www.dropbox.com/) files and folders\n- [Figma](https://www.figma.com/) files, projects, and teams\n- [GitHub](https://github.com/) PRs, issues, and repo metadata\n- [GitLab](https://gitlab.com/) merge-requests\n- [Google Drive](https://www.google.com/drive/) docs, spreadsheets, etc.\n- [Google Groups](https://groups.google.com/) groups\n- [Greenhouse](https://www.greenhouse.io/) job posts\n- [Guru](https://www.getguru.com/) cards\n- [Hound](https://github.com/hound-search/hound) indexed code\n- [Jenkins](https://www.jenkins.io/) job names\n- [Jira](https://www.atlassian.com/software/jira) issues\n- [Lingo](https://www.lingoapp.com/) assets\n- [Mattermost](https://mattermost.com/) posts\n- [Notion](https://www.notion.so/) pages\n- [Outlook Calendar](https://office.live.com/start/Calendar.aspx) events\n- [PagerDuty](https://www.pagerduty.com/) schedules and services\n- [Pingboard](https://pingboard.com/) employees\n- [Rollbar](https://rollbar.com/) projects\n- [Slack](https://slack.com/) messages and channels\n- [Stack Overflow for Teams](https://stackoverflow.co/teams/) questions\n- [TalentLMS](https://www.talentlms.com/) courses\n- [Trello](https://trello.com/en-US) boards, cards, members and workspaces\n- [Zoom](https://zoom.us/) rooms\n- Arbitrary websites via sitemaps\n\n## Setup\n\n### Using Docker\n\n1. Download and customize [`config.yaml`](https://github.com/duolingo/metasearch/raw/master/config.yaml)\n1. In the local directory that contains `config.yaml`, run `docker run -p 3000:3000 -v \"$PWD:/data\" duolingo/metasearch`\n\n### Using Git, Make, and Node.js\n\n1. Clone this repo and customize its `config.yaml`\n1. Run `make`\n\nMetasearch runs at http://localhost:3000.\n\n## Contributing\n\nWant to search something like SharePoint or MediaWiki that isn't currently supported? This repo is only around 3000 lines of TypeScript, and [adding support](https://github.com/duolingo/metasearch/pull/11) for a new data source requires fewer than 100 lines on average. Feel free to open a PR!\n\n---\n\n_Duolingo is hiring! Apply at https://www.duolingo.com/careers_\n","funding_links":[],"categories":["TypeScript","aws"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fduolingo%2Fmetasearch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fduolingo%2Fmetasearch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fduolingo%2Fmetasearch/lists"}