Skip to content
Stéphane Brunner edited this page May 31, 2024 · 2 revisions

Welcome to github-app-geo-project

This project will provide a structure to host GitHub Applications.

He will be split on tree part:

  • One web server that will:
    • Provide a user interface
    • Receive the WebHook from GitHub and fill a queue with them
  • One demon process process-queue that will consume the queue, he will do most of the job :-)
  • One command send-event that will fill the queue with events, this is to by able to trigger periodic tasks

The application is structured with modules.

Index: