Optimizing GitHub Actions Performance: Enhance Workflows with Caching

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

Sevalla - Deploy and host your apps and databases, now with $50 credit!
Sevalla is the PaaS you have been looking for! Advanced deployment pipelines, usage-based pricing, preview apps, templates, human support by developers, and much more!
sevalla.com
featured
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
  1. 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.

  2. Sevalla

    Deploy and host your apps and databases, now with $50 credit! Sevalla is the PaaS you have been looking for! Advanced deployment pipelines, usage-based pricing, preview apps, templates, human support by developers, and much more!

    Sevalla logo
  3. 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

  4. 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.

  5. 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.

  6. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    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 know that Python is
the 2nd most popular programming language
based on number of references?