Optimizing GitHub Actions Performance: Enhance Workflows with Caching

This page summarizes the projects mentioned and recommended in the original post on dev.to

Scout Monitoring - Free Django app performance insights with Scout Monitoring
Get Scout setup in minutes, and let us sweat the small stuff. A couple lines in settings.py is all you need to start monitoring your apps. Sign up for our free tier today.
www.scoutapm.com
featured
InfluxDB - Purpose built for real-time analytics at any scale.
InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.
www.influxdata.com
featured
  • cache

    Cache dependencies and build outputs in GitHub Actions

    Use Cache Actions: GitHub Actions provides cache actions that simplify caching implementation. The @actions/cache JavaScript library is a popular choice for managing caching in workflows. It offers flexible options for storing and retrieving cache artifacts based on keys, scopes, and paths.

  • Scout Monitoring

    Free Django app performance insights with Scout Monitoring. Get Scout setup in minutes, and let us sweat the small stuff. A couple lines in settings.py is all you need to start monitoring your apps. Sign up for our free tier today.

    Scout Monitoring logo
  • Fast-Api-example

    Simple asynchronous API implemented with Fast-Api framework utilizing Postgres as a Database and SqlAlchemy as ORM . GitHub Actions as CI/CD Pipeline

  • fastapi

    FastAPI framework, high performance, easy to learn, fast to code, ready for production

    This repository contains code for asynchronous example api using the Fast Api framework ,Uvicorn server and Postgres Database to perform crud operations on notes.

  • metadata-action

    GitHub Action to extract metadata (tags, labels) from Git reference and GitHub events for Docker

    5d. Extract metadata (tags, labels) for Docker: This step extracts metadata for Docker. The step uses the docker/metadata-action action to extract the metadata. The action is used to extract metadata from Dockerfiles and docker-compose files. The action outputs two variables: tags and labels. The tags variable contains the tags for the Docker image. The labels variable contains the labels for the Docker image. You can read more about the docker/metadata-action action here.

  • InfluxDB

    Purpose built for real-time analytics at any scale. InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Getting Started: Monitoring a FastAPI App with Grafana and Prometheus - A Step-by-Step Guide

    7 projects | dev.to | 28 May 2023
  • Automate Docker Image Builds and Push to GitHub Registry Using GitHub Actions 🐙

    7 projects | dev.to | 11 Mar 2023
  • Automate Docker Image Builds and Push to Docker Hub Using GitHub Actions 🐳🐙

    10 projects | dev.to | 1 Mar 2023
  • My wife made her first api

    5 projects | /r/Python | 8 Feb 2022
  • I wrote an alternative for the official FastAPI full stack project generator (more info in comment)

    3 projects | /r/FastAPI | 7 Oct 2021

Did you konow that Python is
the 1st most popular programming language
based on number of metions?