Skip to content

Search aggregator for Slack, Google Docs, GitHub, and more 🔍

License

Notifications You must be signed in to change notification settings

HC-kang/metasearch

 
 

Repository files navigation

메타-써치 with JIRA Comment Search

🔔 UI는 조금 구리지만, JIRA의 Comment 검색 기능을 추가했습니다.

업무적인 필요로 인해 급조했지만, 나름 쓸만하긴 합니다.
PR 및 이슈(지적) 환영합니다!

Metasearch is a tool for searching many other tools in parallel:

Metasearch screenshot

The full list of supported data sources:

Setup

Using Docker

  1. Download and customize config.yaml
  2. In the local directory that contains config.yaml, run docker run -p 3000:3000 -v "$PWD:/data" duolingo/metasearch

Using Git, Make, and Node.js

  1. Clone this repo and customize its config.yaml
  2. Run make

Metasearch runs at http://localhost:3000.

Contributing

Want to search something like SharePoint or MediaWiki that isn't currently supported? This repo is only around 3000 lines of TypeScript, and adding support for a new data source requires fewer than 100 lines on average. Feel free to open a PR!


Duolingo is hiring! Apply at https://www.duolingo.com/careers

About

Search aggregator for Slack, Google Docs, GitHub, and more 🔍

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 91.1%
  • SCSS 6.5%
  • Makefile 1.2%
  • HTML 1.1%
  • Dockerfile 0.1%