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.
- Host: GitHub
- URL: https://github.com/spacetesla/orbis-be
- Owner: SpaceTesla
- License: gpl-3.0
- Created: 2025-02-03T16:44:40.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-03T18:11:16.000Z (over 1 year ago)
- Last Synced: 2025-05-07T11:40:01.679Z (about 1 year ago)
- Language: Go
- Homepage:
- Size: 22.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```