Skip to content
This repository has been archived by the owner on May 12, 2020. It is now read-only.

WernersArchive/GGQL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GGQL

GitHub GraphQL Playground

Idea

Try to implement some Feature that is not directly available via GitHub Api.

Some idea and requirement from https://github.com/karelz/GitHubIssues

Technology

  • pure dotnet core (2.0)
  • GraphQL
  • SQLite
  • MarkDig

Architecture

  • Console Worker that creates Snapshots from Github Issue Data
  • Differ that compares Snapshots and create Diff-Information
  • Create Markdown Reports from Diff
  • Convert Markdown into html and send via email (in this case )

This code is used to generate the following Blogger Feeds:

Owner Repository Feed
dotnet cli https://dotnet-cli-issues.blogspot.co.at/
dotnet corefx https://dotnet-corefx-issues.blogspot.co.at/
dotnet coreclr https://dotnet-coreclr-issues.blogspot.co.at/

User can aggregate Repositories by Feed with the preferred News aggregator.

Releases

No releases published

Packages

No packages published

Languages