Cloud Computing

Open-source projects categorized as Cloud Computing

Top 23 Cloud Computing Open-Source Projects

  • system-design-101

    Explain complex systems using visuals and simple terms. Help you prepare for system design interviews.

  • Project mention: What are some terrific blog posts on backend development and system design you have in your bookmarks and think everyone should read? (my example in the thread) | /r/ExperiencedDevs | 2023-11-28

    System Design 101 is an excellent resource.

  • awesome-design-patterns

    A curated list of software and architecture related design patterns.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • Pulumi

    Pulumi - Infrastructure as Code in any programming language. Build infrastructure intuitively on any cloud using familiar languages 🚀

  • Project mention: How To Implement AWS SSB Controls in Terraform - Part 4 | dev.to | 2024-04-10

    If you are following this blog series, you should already know the benefits of using Terraform to define and deploy your AWS resources and configuration. Other IaC solutions such as AWS CloudFormation, AWS CDK, and Pulumi work the same way but differs in the programming or configuration language.

  • NATS

    High-Performance server for NATS.io, the cloud and edge native messaging system.

  • Project mention: Implementing OTel Trace Context Propagation Through Message Brokers with Go | dev.to | 2024-04-04

    Several message brokers, such as NATS and database queues, are not supported by OpenTelemetry (OTel) SDKs. This article will guide you on how to use context propagation explicitly with these message queues.

  • awesome-microservices

    A curated list of Microservice Architecture related principles and technologies.

  • Orleans

    Cloud Native application framework for .NET

  • Project mention: .NET 8 – .NET Blog | news.ycombinator.com | 2023-11-14

    We should chat more about Reminders v2 - I want to learn more about what you'd like it to provide. Can you comment on the issue (https://github.com/dotnet/orleans/issues/7573)? If you'd like to see some of what is in the works, please message me on Discord and we can chat more about it (https://aka.ms/orleans/discord)

  • crossplane

    The Cloud Native Control Plane

  • Project mention: Rethinking Infrastructure as Code from Scratch | news.ycombinator.com | 2023-07-21

    did anyone adopt in production https://crossplane.io ?

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  • Openshift Origin

    Conformance test suite for OpenShift

  • awesome-serverless

    :cloud: A curated list of awesome services, solutions and resources for serverless / nobackend applications.

  • Project mention: Serverless – Curated list of services/solutions/resources for Serverless | news.ycombinator.com | 2023-05-14
  • skypilot

    SkyPilot: Run LLMs, AI, and Batch jobs on any cloud. Get maximum savings, highest GPU availability, and managed execution—all with a simple interface.

  • Project mention: Alternative clouds are booming as companies seek cheaper access to GPUs | news.ycombinator.com | 2024-05-06

    Skypilot is worth a mention here:

    https://github.com/skypilot-org/skypilot

    Open source CLI to deploy multiple gpu vm’s on all major cloud providers, with an option to use spot pricing with 1 cheap vm used as a controller to always make sure you have the most inexpensive deployment available with failover and load balancing.

    It’s like beating the cloud providers at their own game I wouldn’t be surprised if they banned it.

  • docker-curriculum

    :dolphin: A comprehensive tutorial on getting started with Docker!

  • cloud-custodian

    Rules engine for cloud security, cost optimization, and governance, DSL in yaml for policies to query, filter, and take actions on resources

  • Project mention: Cutting down AWS cost by $150k per year simply by shutting things off | news.ycombinator.com | 2024-01-22

    > The best optimization is simply shutting things off

    This is the way.

    A similar idea has been bouncing around in my mind for a while now. An ideal, turnkey system would do the following:

    - Execute via Lambda (serverless).

    - Support automated startup and shutdown of various AWS resources on a schedule influenced by specially formatted tags.

    - Enable resources to be brought back up out of schedule when demand dictates.

    - Operate as a TCP/HTTP proxy that can delay clients so that a given service can be started when it is dormant or, even better, the service isn't serverless but you want it to be. This can't work for everything, but perhaps enough things such that the need to run always on services is reduced.

    Cloud Custodian [1] can purportedly do some of this, but I've been reluctant to learn yet another YAML-based DSL to use it.

    So this is my "make things designed to be always-on serverless instead" project and the work AWS has done to make Java apps function on Lambda keeps me thinking about the potential to take things that 1) have a relatively long startup time and 2) are designed to be long running service loops, and find a way to force them into the serverless execution model.

    [1] https://cloudcustodian.io/

  • OpenStack Tracking Repo

    Repository tracking all OpenStack repositories as submodules. Mirror of code maintained at opendev.org.

  • karmada

    Open, Multi-Cloud, Multi-Cluster Kubernetes Orchestration

  • Project mention: Mirantis Unveils K0smotron: An Open-Source Kubernetes Management Project | news.ycombinator.com | 2023-08-04

    Sounds similiar to Karmada, which we use at EdgeNode.com

    https://karmada.io/

  • service-fabric

    Service Fabric is a distributed systems platform for packaging, deploying, and managing stateless and stateful distributed applications and containers at large scale.

  • Cobbler

    Cobbler is a versatile Linux deployment server

  • Project mention: Cobbler: Allows for rapid setup of network installation environments | news.ycombinator.com | 2024-02-26
  • Cloud-Free-Tier-Comparison

    Comparing the free tier offers of the major cloud providers like AWS, Azure, GCP, Oracle etc.

  • Project mention: Free VPS really exist ? | /r/selfhosted | 2023-07-03
  • AppScale

    AppScale is an easy-to-manage serverless platform for building and running scalable web and mobile applications on any infrastructure. (by AppScale)

  • Computer-Science-Resources

    A list of resources in different fields of Computer Science

  • cloud-game

    Web-based Cloud Gaming service for Retro Game

  • DevOps-Bootcamp

    This repository consists of the code samples, assignments, and notes for the DevOps bootcamp of WeMakeDevs.

  • awesome-cloud-security

    🛡️ Awesome Cloud Security Resources ⚔️

  • CloudStack

    Apache CloudStack is an opensource Infrastructure as a Service (IaaS) cloud computing platform

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Cloud Computing related posts

Index

What are some of the best open-source Cloud Computing projects? This list will help you:

Project Stars
1 system-design-101 57,343
2 awesome-design-patterns 36,263
3 Pulumi 19,976
4 NATS 14,816
5 awesome-microservices 12,942
6 Orleans 9,841
7 crossplane 8,805
8 Openshift Origin 8,446
9 awesome-serverless 7,361
10 skypilot 5,708
11 docker-curriculum 5,456
12 cloud-custodian 5,229
13 OpenStack Tracking Repo 5,192
14 karmada 4,128
15 service-fabric 3,005
16 Cobbler 2,542
17 Cloud-Free-Tier-Comparison 2,502
18 AppScale 2,426
19 Computer-Science-Resources 2,353
20 cloud-game 2,217
21 DevOps-Bootcamp 2,012
22 awesome-cloud-security 1,910
23 CloudStack 1,762

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com