Waypoint

A tool to build, deploy, and release any application on any platform.
Alternatives To Waypoint
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Minio39,2232011118 hours ago375April 25, 202146agpl-3.0Go
High Performance Object Storage for AI
Cockroach27,216502216 hours ago248August 06, 20216,644otherGo
CockroachDB - the open source, cloud-native distributed SQL database.
Mattermost Server25,510992 days ago1,093August 31, 2022842otherTypeScript
Mattermost is an open source platform for secure collaboration across the entire software development lifecycle.
Webiny Js6,57911317 hours ago251September 07, 2022251otherTypeScript
Open-source serverless enterprise CMS. Includes a headless CMS, page builder, form builder, and file manager. Easy to customize and expand. Deploys to AWS.
Openwhisk6,067
2 days ago378apache-2.0Scala
Apache OpenWhisk is an open source serverless cloud platform
Waypoint4,7431a day ago84September 22, 2022342mpl-2.0Go
A tool to build, deploy, and release any application on any platform.
Orchest3,867
4 days ago14April 06, 2022126agpl-3.0TypeScript
Build data pipelines, the easy way 🛠️
Faasd2,516
10 days ago21April 12, 202132mitGo
A lightweight & portable faas engine
Engine2,002
a day ago7gpl-3.0Rust
The Orchestration Engine To Deliver Self-Service Infrastructure Faster ⚡️
Cloud Run Faq1,989
a year ago11cc-by-4.0Shell
Unofficial FAQ and everything you've been wondering about Google Cloud Run.
Alternatives To Waypoint
Select To Compare


Alternative Project Comparisons
Readme

Image


Waypoint

Waypoint allows developers to define their application build, deploy, and release lifecycle as code, reducing the time to deliver deployments through a consistent and repeatable workflow.

Waypoint supports a number of build methods and target platforms out of the box and more can be easily added via plugins:

  • Cloud Native Buildpacks
  • Docker
  • Kubernetes
  • AWS EC2 and ECS
  • Azure Container Instances
  • Google Cloud Run
  • And many more...

Waypoint runs on Linux, Mac OS X, and Windows.

Please note: We take Waypoint's security and our users' trust very seriously. If you believe you have found a security issue in Waypoint, please responsibly disclose by contacting us at [email protected].

Quick Start

A quick start guide is available on HashiCorp Developer. You can also find tutorials which cover topics ranging from getting started guides to more advanced usage.

Documentation

Full, comprehensive documentation is available on HashiCorp Developer:

https://developer.hashicorp.com/waypoint/docs

Contributing

Thank you for your interest in contributing! Please refer to CONTRIBUTING.md for guidance.

Installing Dependencies

This repository contains a couple of different ways to automate installing the required Golang packages needed to build Waypoint locally. You can either use NixOS, or run make tools to setup the required packages.

Running the unit tests

To run the entire test suite, you'll want to ensure that you've brought up all the required containers used for testing. You can do this by leveraging the existing docker-compose.yml file that's in the root directory of this project:

$ docker-compose up

After running this, you should have a local Horizon container along with a few other services needed for running the tests:

$ make test

Running individual tests

If you don't want to run the entire test suite, you can just run a singe test with go. For example, if you wanted to run the tests ListInstances, you would run:

$ go test -run ListInstances -v ./internal/server/singleprocess
Popular Deployment Projects
Popular Cloud Computing Projects
Popular Operations Categories

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Go
Deploy
Cloud
Kubernetes
Ecs
Hashicorp