-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Stéphane Brunner edited this page Jul 9, 2024
·
3 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:
- Application:
- Project:
- Modules:
- Developement: