Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/square/spincycle
Automate and expose complex infrastructure tasks to teams and services.
https://github.com/square/spincycle
automation database-management infrastructure-as-code infrastructure-automation orchestration-framework service-automation
Last synced: 7 days ago
JSON representation
Automate and expose complex infrastructure tasks to teams and services.
- Host: GitHub
- URL: https://github.com/square/spincycle
- Owner: square
- License: apache-2.0
- Created: 2017-02-03T21:36:09.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-03-18T21:15:01.000Z (8 months ago)
- Last Synced: 2024-08-02T15:48:52.416Z (3 months ago)
- Topics: automation, database-management, infrastructure-as-code, infrastructure-automation, orchestration-framework, service-automation
- Language: Go
- Homepage: https://square.github.io/spincycle/
- Size: 12.2 MB
- Stars: 120
- Watchers: 11
- Forks: 23
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Spin Cycle: Automating the Tedious
[![Build Status](https://travis-ci.org/square/spincycle.svg?branch=master)](https://travis-ci.org/square/spincycle) [![Go Report Card](https://goreportcard.com/badge/github.com/square/spincycle)](https://goreportcard.com/report/github.com/square/spincycle) [![GoDoc](https://godoc.org/github.com/square/spincycle?status.svg)](https://godoc.org/github.com/square/spincycle)
Spin Cycle automates and exposes complex infrastructure tasks to other teams and services. This allows a few engineers to quickly and reliably manage thousands of resources—platform automation at scale.
Spin Cycle can do anything you can program. The database team at Square uses it to provision and decommission databases, safely stop and start hosts, upgrade MySQL and Docker images, reconfigure services, and more.
To learn more, check out the [Spin Cycle docs](https://square.github.io/spincycle/).