-
-
InfluxDB
InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
-
GitHub Actions can do some neat things. I got tired of waiting for Dependabot (tool that makes automatic PRs to update your middleware, acquired by GitHub) to add an option to group PRs together (it opens a separate PR for each dependency that can be updated, so merging and re-running CI can take a long time) so I scratched my own itch and made a workflow that merges their PRs together: https://github.com/hrvey/combine-prs-workflow Been running it for a year now, and still pretty happy with it.
-
vitemadose
Détection de créneaux de vaccination disponibles pour l'outil ViteMaDose (by CovidTrackerFr)
A French website - vitemadose.com - used GitHub Actions to find an available vaccine center near. The actions were scraping official websites with available slots to make them available all at once - in a single view.
[1] https://github.com/CovidTrackerFr/vitemadose
-
wflow
Discontinued 🐆 EXPERIMENTAL -- Runs GitHub Actions workflows locally (local) -- Don't run your YAML like a 🐪
Not sure how “curated” this list is. The first one that caught my eye (https://github.com/phishy/wflow) has a “this repo is archived” warning with no updates since 2019.
-
Similar to that tool but more than a simulation, you can use `act` to run GitHub Actions locally. Great for testing before deploying.
https://github.com/nektos/act
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.