prudhvigodithi commented on issue #13896:
URL: https://github.com/apache/lucene/issues/13896#issuecomment-2409647755
To begin with we need:
- A server that can run and host the metrics portal (the frontend).
- The application that will daily use the Github API to scrape the issues,
pulls, contributions etc and save it to a database or any distributed service.
- Since Github API's are limited, the best possible way is to collect
daily incremental data (to begin fetching the data from last successful
collection).
- If required to use any external datasource, should be leveraging its
own API's to fetch the data.
- An existing Github bot can be used as well, either to use the bot
token or push on an Github event.
- A side car (or a process in the same server) that will use the raw saved
data from database or any distributed service and create the desired metrics
that will be displayed by the frontend.
Thank you
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]