⚡⚡ Level Up Your Cloud Experience with These 7 Open Source Projects 🌩️
Nathan Tarbert

Nathan Tarbert @nathan_tarbert

About: I am a developer and open-source evangelist!

Location:
Florida, USA
Joined:
Feb 22, 2023

⚡⚡ Level Up Your Cloud Experience with These 7 Open Source Projects 🌩️

Publish Date: Dec 6 '23
249 20

The seven open-source projects I will mention are not only essential tools for cloud-native innovation, but they also offer a strategic advantage in today's fast-paced digital world.

In this article, I have put together key points that set these open-source projects to the level of AWESOME! 🚀

Whoa


1. Winglang

Winglang

Wing has introduced a programming language called Winglang, a cloud-oriented programming language that allows developers to build distributed systems, leveraging cloud services as first-class citizens.

The language introduces two execution phases, preflight and inflight, which are connected in a way that delegates the creation of IAM policies and network topologies to the compiler.

This connection helps to explain the value of the inflight and preflight concepts, as it allows developers to focus on business logic instead of cloud mechanics, thereby accelerating iteration cycles and improving the creative flow.

The magic is in the preflight and inflight execution phases:

  • Preflight: Code that runs once, at compile time, and generates the infrastructure configuration of your cloud application. For example, setting up databases, queues, storage buckets, API endpoints, etc.

  • Inflight: Code that runs at runtime and implements your application's behavior. For example, handling API requests, processing queue messages, etc. Inflight code can be executed on various computing platforms in the cloud, such as function services (such as AWS Lambda or Azure Functions), containers (such as ECS or Kubernetes), VMs, or even physical servers. 👇

Please star ⭐ Winglang


2. Fission

Fission

Fission is a framework for serverless functions on Kubernetes.

  • Write short-lived functions in any language, and map them to HTTP requests (or other event triggers).

  • Deploy functions instantly with one command. There are no containers to build, and no Docker registries to manage.

Please star ⭐ Fission


3. OpenFaaS

Fission

Run your code anywhere with the same unified experience and deploy OpenFaaS anywhere you have Kubernetes.

  • Deploy a new function to production within a few minutes, knowing it will scale to meet demand.

  • Invoke functions through events from Apache Kafka, AWS SQS, Postgresql, Cron, and MQTT.

Please star ⭐ OpenFaaS


4. Space Cloud

Space Cloud

Space Cloud is an open-source, kubernetes based platform that lets you build, scale, and secure cloud-native apps at scale.

  • It provides instant GraphQL and REST APIs for your database and microservices that can be consumed directly from your front end in a secure manner.

  • Deploys and scales your docker images on Kubernetes.

Please star ⭐ Space Cloud


5. Pulumi

Pulumi

Manage infrastructure, secrets, and configurations intuitively on any cloud.

  • Author infrastructure code using programming languages you know and love. Write statements to define infrastructure using your IDE with autocomplete, type checking, and documentation.

  • Test your code with unit tests and deliver it through CI/CD pipelines to validate and deploy to any cloud.

Please star ⭐ Pulumi


6. Gitpod

Gitpod

Be inspired,
check dependencies, checkout branch, viewreadme.txt, install tools, run build, run test,
start building.

  • Context-switch between environments, no waiting, no conflicts.

  • Share preview environments per branch for faster feedback from developers to designers to QA.

Please star ⭐ Gitpod


7. Knative

Knative

Knative Serving builds on Kubernetes to support deploying and serving of applications and functions as serverless containers.

  • Rapid deployment of serverless containers

  • Automatic scaling up and down to zero

  • Routing and network programming

  • Point-in-time snapshots of deployed code and configurations

Please star ⭐ Knative


Thank you for checking out these seven POWERFUL open-source projects that you should consider when building in the cloud.🥇

One of the best ways to support open-source software is with a star 🌟

Comments 20 total

  • Viv.esProcSPL
    Viv.esProcSPLDec 6, 2023

    Great Article !!!

    Thanks for sharing !

  • 𝚂𝚊𝚞𝚛𝚊𝚋𝚑 𝚁𝚊𝚒
    𝚂𝚊𝚞𝚛𝚊𝚋𝚑 𝚁𝚊𝚒Dec 6, 2023

    Gitpod is awesome. Code on the go !!

    And Winglang seems interesting as well.

  • Nevo David
    Nevo DavidDec 6, 2023

    Great list! Thank you so much for posting!
    Gonna give WingLang a try!

    • Nathan Tarbert
      Nathan TarbertDec 6, 2023

      Thanks @nevodavid for the great feedback!

      I can't wait to hear back after you start building with Wing.
      I've been extremely impressed and I think you will too.

  • aldin
    aldinDec 6, 2023

    Oh i love gitpod... just build, no fuss. :)

  • Shai Ber
    Shai BerDec 6, 2023

    Great list, thanks for sharing!

    • Nathan Tarbert
      Nathan TarbertDec 6, 2023

      Thanks for the positive feedback @shaiber!

      Wing has built an amazing product and I love the fact that it's open-source. I've enjoyed contributing since I came across them.

  • Hasan
    HasanDec 6, 2023

    Nice! Thanks for sharing!!

  • Bap
    BapDec 6, 2023

    Saved this article for the future. Thanks!

  • Shreya
    ShreyaDec 7, 2023

    great list. thank you for sharing.

  • Biplob Sutradhar
    Biplob SutradharDec 11, 2023

    Great list 👍

  • ivY(^_^)Y
    ivY(^_^)YDec 13, 2023

    Thanks to your kindly sharing !

  • Anurag D
    Anurag DDec 18, 2023

    Great collection

Add comment