All Projects → pingcap → Tiup

pingcap / Tiup

Licence: apache-2.0
A component manager for TiDB

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to Tiup

Swift Adventures In Monad Land
A Swift adventure with Optionals, Monads, bananas and squirrels
Stars: ✭ 166 (-19.81%)
Mutual labels:  playground
Dst Dedicated Server
Don't Starve Together dedicated server guide for all platforms (Linux, Mac, Windows) with Docker. Extensive documentation covering mods installation, server config and performance, world generation and setting up admins.
Stars: ✭ 187 (-9.66%)
Mutual labels:  cluster
K3d
Little helper to run Rancher Lab's k3s in Docker
Stars: ✭ 3,090 (+1392.75%)
Mutual labels:  cluster
Rayo.js
Micro framework for Node.js
Stars: ✭ 170 (-17.87%)
Mutual labels:  cluster
Xgen
A Swift package for generating Xcode workspaces & playgrounds
Stars: ✭ 178 (-14.01%)
Mutual labels:  playground
Ansible Kubernetes Openshift Pi3
Ansible playbooks for setting up a Kubernetes Raspberry Pi 3 cluster
Stars: ✭ 189 (-8.7%)
Mutual labels:  cluster
Lighthouse
Lighthouse - a simple service discovery platform for Akka.Cluster (Akka.NET)
Stars: ✭ 164 (-20.77%)
Mutual labels:  cluster
Docker
Docker playground
Stars: ✭ 202 (-2.42%)
Mutual labels:  playground
Design Patterns In Swift
📖 Design Patterns implemented in Swift 5.0
Stars: ✭ 13,146 (+6250.72%)
Mutual labels:  playground
Cookim
Distributed web chat application base websocket built on akka.
Stars: ✭ 198 (-4.35%)
Mutual labels:  cluster
Logi Kafkamanager
一站式Apache Kafka集群指标监控与运维管控平台
Stars: ✭ 3,280 (+1484.54%)
Mutual labels:  cluster
Code Sketch
一个你最初写代码的地方…
Stars: ✭ 176 (-14.98%)
Mutual labels:  playground
Actionhero
Actionhero is a realtime multi-transport nodejs API Server with integrated cluster capabilities and delayed tasks
Stars: ✭ 2,280 (+1001.45%)
Mutual labels:  cluster
Polaris
Validation of best practices in your Kubernetes clusters
Stars: ✭ 2,397 (+1057.97%)
Mutual labels:  cluster
Cluster Lifecycle Manager
Cluster Lifecycle Manager (CLM) to provision and update multiple Kubernetes clusters
Stars: ✭ 200 (-3.38%)
Mutual labels:  cluster
Kube Web View
Mirror of Kubernetes Web View: allows to list and view all Kubernetes resources (incl. CRDs) with permalink-friendly URLs in a plain-HTML frontend
Stars: ✭ 166 (-19.81%)
Mutual labels:  cluster
Gateway
🚀构建分布式即时聊天、消息推送系统。 Building distributed instant messaging, push notification systems.
Stars: ✭ 188 (-9.18%)
Mutual labels:  cluster
Dcos
DC/OS - The Datacenter Operating System
Stars: ✭ 2,316 (+1018.84%)
Mutual labels:  cluster
Swift Playgrounds
Learning Swift by working through example code in playgrounds
Stars: ✭ 199 (-3.86%)
Mutual labels:  playground
Deploykit
A toolkit for creating and managing declarative, self-healing infrastructure.
Stars: ✭ 2,237 (+980.68%)
Mutual labels:  cluster

LICENSE Language Go Report Card Coverage Status FOSSA Status

What is TiUP

tiup is a tool to download and install TiDB components.

Documentation

Blog

TiDB Monthly

TiDB Monthly

Installation

curl --proto '=https' --tlsv1.2 -sSf https://tiup-mirrors.pingcap.com/install.sh | sh

Quick start

Run playground

tiup playground

Install components

tiup install tidb tikv pd

Uninstall components

tiup uninstall tidb tikv pd

Update components

tiup update --all

Usage

After installing tiup, you can use it to install binaries of TiDB components and create clusters.

See our doc for more information on how to use TiUp.

Contributing to TiUP

Contributions of code, tests, docs, and bug reports are welcome! To get started, take a look at our open issues.

For docs on how to build, test, and run TiUP, see our dev docs.

See also the Contribution Guide in PingCAP's community repo.

License

FOSSA Status

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].