bcgov / searchgate

A GraphQL-based search aggregator for performing searches across multiple search backends.
Apache License 2.0
0 stars 0 forks source link

Complete Github datasource and integrate it into the gateway #3

Closed patricksimonian closed 5 years ago

patricksimonian commented 5 years ago

This is the Github datasource integration for search gate. It leverages the octokit graphql library to fetch repos and issues

patricksimonian commented 5 years ago

I'll dig into what we can get for 'matching content' as far as github. It looks like we'd have to introduce some logic to check what query matches which field from the search results to deduce matching content.

patricksimonian commented 5 years ago

todo:

[ ] - add link to the common interface [ ] - add matchingContent to common interface