An open API service indexing awesome lists of open source software.

https://github.com/spacetesla/orbis-be

Orbis is a lightweight DevOps automation tool that simplifies CI/CD and deployments for small teams.
https://github.com/spacetesla/orbis-be

Last synced: 12 months ago
JSON representation

Orbis is a lightweight DevOps automation tool that simplifies CI/CD and deployments for small teams.

Awesome Lists containing this project

README

          

# Orbis 🚀

**A lightweight DevOps automation tool for small teams.**
Orbis simplifies CI/CD and deployment processes, making it easy to manage deployments with minimal effort.

## Features ✨
- **Automated CI/CD Pipelines**: Deploy seamlessly on push/merge.
- **Zero-Downtime Deployments**: Blue-green, rolling, and canary deployments.
- **GitHub Webhook Integration**: Auto-deploy when new changes are pushed.
- **Real-Time Monitoring**: View logs, build status, and health checks.
- **Rollback System**: One-click rollback to previous stable versions.

## Tech Stack 🛠️
- **Backend:** Go (Fiber/Gin)
- **Frontend:** Next.js (TypeScript, TailwindCSS)
- **CI/CD:** GitHub Actions, Docker
- **Database:** PostgreSQL (or SQLite for local development)
- **Deployment:** AWS, DigitalOcean, Vercel

## Getting Started 🚀

### Prerequisites
- **Node.js & npm/yarn** (for frontend)
- **Go** (for backend)
- **Docker** (for containerized deployments)
- **PostgreSQL** (if using a database)

### Setup Instructions
#### 1️⃣ Clone the Repository
```sh
git clone https://github.com/SpaceTesla/orbis.git
cd orbis
```