Other PDF SDKs promise a lot - then break. Laggy scrolling, poor mobile UX, tons of bugs, and lack of support cost you endless frustrations. Nutrient’s SDK handles billion-page workloads - so you don’t have to debug PDFs. Used by ~1 billion end users in more than 150 different countries. Learn more →
Top 23 Go Orchestration Projects
-
Project mention: Deploying a FastAPI Application with CI/CD Pipeline: HNG Task 3 | dev.to | 2025-02-10
name: CD Pipeline on: push: branches: [main] jobs: deploy: runs-on: ubuntu-latest steps: - name: Checkout repository uses: actions/checkout@v3 - name: Deploy via SSH uses: appleboy/ssh-action@master with: host: ${{ secrets.SSH_HOST }} username: ${{ secrets.SSH_USERNAME }} key: ${{ secrets.SSH_PRIVATE_KEY }} script: | # Update package index and install dependencies sudo apt-get update -y sudo apt-get install -y apt-transport-https ca-certificates curl software-properties-common # Add Docker's official GPG key curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add - sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable" # Install Docker sudo apt-get update -y sudo apt-get install -y docker-ce docker-ce-cli containerd.io # Add the SSH user to the Docker group sudo usermod -aG docker ${{ secrets.SSH_USERNAME }} # Install Docker Compose sudo curl -L "https://github.com/docker/compose/releases/download/v2.20.2/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose sudo chmod +x /usr/local/bin/docker-compose # Verify installations docker --version docker-compose --version # Navigate to the project directory and deploy cd /home/ubuntu/ git clone cd fastapi-book-project/ git pull docker-compose up -d --build
-
Nutrient
Nutrient – The #1 PDF SDK Library, trusted by 10K+ developers. Other PDF SDKs promise a lot - then break. Laggy scrolling, poor mobile UX, tons of bugs, and lack of support cost you endless frustrations. Nutrient’s SDK handles billion-page workloads - so you don’t have to debug PDFs. Used by ~1 billion end users in more than 150 different countries.
-
Project mention: Rancher: Seamless Container Management for Developers | news.ycombinator.com | 2024-08-05
-
neosync
Open source data anonymization and synthetic data orchestration for developers. Create high fidelity synthetic data and sync it across your environments.
Just to jump in here -> We support RDS + more and you can self-host, Neosync.
https://github.com/nucleuscloud/neosync
(I'm one of the co-founders)
-
process-compose
Process Compose is a simple and flexible scheduler and orchestrator to manage non-containerized applications.
Project mention: Process-Compose a flexible orchestrator to manage non-containerized application | news.ycombinator.com | 2025-02-08 -
clusternet
[CNCF Sandbox Project] Managing your Kubernetes clusters (including public, private, edge, etc.) as easily as visiting the Internet
-
-
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
atmos
👽 Terraform Orchestration Tool for DevOps. Keep environment configuration DRY with hierarchical imports of configurations, inheritance, and WAY more. Native support for Terraform and Helmfile.
Link: https://github.com/cloudposse/atmos
-
-
iwf
iWF is a WorkflowAsCode microservice orchestration platform offering an orchestration coding framework and service for building resilient, fault-tolerant, scalable long-running processes
-
aqueduct
Aqueduct is no longer being maintained. Aqueduct allows you to run LLM and ML workloads on any cloud infrastructure. (by RunLLM)
-
-
flowpipe
Flowpipe is a cloud scripting engine. Automation and workflow to connect your clouds to the people, systems and data that matters.
-
-
Eru
Eru, a simple, stateless, flexible, production-ready orchestrator designed to easily integrate into existing workflows. Can run any virtualization things in long or short time. (by projecteru2)
-
orchard
Orchestrator for running Tart Virtual Machines on a cluster of Apple Silicon devices (by cirruslabs)
-
-
togomak
A declarative pipeline orchestrator with the magic of HCL as a configuration language, inspired from Terraform's architecture.
-
-
zeus
When no one can tell the difference between art, and an empty canvas, the meaning is lost. (by zeus-fyi)
-
-
-
DepCharge
DepCharge is a tool designed to help orchestrate the execution of commands across many directories at once.
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
Go Orchestration discussion
Go Orchestration related posts
-
Deploying a FastAPI Application with CI/CD Pipeline: HNG Task 3
-
Process-Compose a flexible orchestrator to manage non-containerized application
-
Implementação de WordPress Escalável na AWS com Docker, RDS e EFS
-
Implementação de WordPress Escalável na AWS com Docker, RDS e EFS
-
Setting up Bee-Stack on MacOS Intel
-
Eine Website hinter Active Directory/LDAP mit Nginx
-
Short: User Data file for Ubuntu based AWS ec2 instance with docker and docker compose.
-
A note from our sponsor - Nutrient
www.nutrient.io | 14 Feb 2025
Index
What are some of the best open-source Orchestration projects in Go? This list will help you:
# | Project | Stars |
---|---|---|
1 | Docker Compose | 34,708 |
2 | rancher | 23,749 |
3 | neosync | 3,750 |
4 | process-compose | 1,448 |
5 | clusternet | 1,346 |
6 | containerpilot | 1,130 |
7 | crane | 923 |
8 | atmos | 875 |
9 | terraform-provider-oci | 769 |
10 | iwf | 530 |
11 | aqueduct | 521 |
12 | launchpad | 420 |
13 | flowpipe | 398 |
14 | k8s-bigip-ctlr | 371 |
15 | Eru | 243 |
16 | orchard | 208 |
17 | cheek | 172 |
18 | togomak | 148 |
19 | grlx | 144 |
20 | zeus | 75 |
21 | turandot | 39 |
22 | rego | 27 |
23 | DepCharge | 23 |