-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Stéphane Brunner edited this page Jun 4, 2025
·
5 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-queuethat will consume the queue, he will do most of the job :-) - One command
send-eventthat will fill the queue with events, this is to by able to trigger periodic tasks
The application is structured with modules.
Index:
- Application:
- Project:
- Modules:
- Development: