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: issues-unsubscr...@lucene.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org