DEV Community

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

Posted on

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

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 🌟

Top comments (19)

Collapse
 
kiselitza profile image
aldin

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

Collapse
 
nathan_tarbert profile image
Nathan Tarbert

@kiselitza, I agree, they are really awesome!

Collapse
 
anuragdeore profile image
Anurag D

Great collection

Collapse
 
nathan_tarbert profile image
Nathan Tarbert

Thank you @anuragdeore, glad you liked it!

Collapse
 
biplobsd profile image
Biplob Sutradhar

Great list 👍

Collapse
 
nathan_tarbert profile image
Nathan Tarbert

Thank you, I'm glad you liked it!

Collapse
 
shreya_gr profile image
Shreya

great list. thank you for sharing.

Collapse
 
nathan_tarbert profile image
Nathan Tarbert

Thanks for your feedback @shreya_gr.
I'm glad you like it!

Collapse
 
fernandezbaptiste profile image
Bap

Saved this article for the future. Thanks!

Collapse
 
shaiber profile image
Shai Ber

Great list, thanks for sharing!

Collapse
 
nathan_tarbert profile image
Nathan Tarbert

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.

Collapse
 
nevodavid profile image
Nevo David

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

Collapse
 
nathan_tarbert profile image
Nathan Tarbert

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.

Collapse
 
ivy__y profile image
ivY(^_^)Y

Thanks to your kindly sharing !

Collapse
 
nathan_tarbert profile image
Nathan Tarbert

You're welcome @ivy__y!
I'm glad you found value the list of amazing cloud resources!

Collapse
 
yourtechie profile image
Mary Ajayi

cool

Collapse
 
hasanaburayyan profile image
Hasan

Nice! Thanks for sharing!!

Collapse
 
nathan_tarbert profile image
Nathan Tarbert

You're welcome!

Collapse
 
srbhr profile image
Saurabh Rai

Gitpod is awesome. Code on the go !!

And Winglang seems interesting as well.

Some comments may only be visible to logged-in visitors. Sign in to view all comments.