Rainbond/README.md

100 lines
5.5 KiB
Markdown
Raw Normal View History

2018-03-13 18:09:12 +08:00
<img src="https://github.com/goodrain/rainbond/blob/master/docs/rainbond_logo.png" width="100%">
2018-08-07 09:35:48 +08:00
[![Go Report Card](https://goreportcard.com/badge/github.com/goodrain/rainbond)](https://goreportcard.com/report/github.com/goodrain/rainbond)
2018-03-14 15:52:40 +08:00
[![GitHub stars](https://img.shields.io/github/stars/goodrain/rainbond.svg?style=flat-square)](https://github.com/goodrain/rainbond/stargazers)
2018-07-10 17:06:53 +08:00
![Rainbond version](https://img.shields.io/badge/version-v3.7-brightgreen.svg)
2018-04-08 21:51:21 +08:00
[![Build Status](https://travis-ci.org/goodrain/rainbond.svg?branch=master)](https://travis-ci.org/goodrain/rainbond)
2018-04-09 11:22:44 +08:00
[![GoDoc](https://godoc.org/github.com/goodrain/rainbond?status.svg)](https://godoc.org/github.com/goodrain/rainbond)
2018-03-14 15:52:40 +08:00
2018-08-07 09:41:00 +08:00
[Website](http://www.rainbond.com) • [Docs](https://www.rainbond.com/docs/stable/) • [Public Cloud](https://console.goodrain.com) • [中文 README](https://github.com/goodrain/rainbond/blob/master/readme_zh.md)
2018-10-23 21:42:41 +08:00
Rainbond is an application-centric open source PaaS. Integrates Kubernetes container management, Service Mesh microservices architecture best practices, multi-type CI/CD application building and delivering, multi-data-center resource management, Rainbond provides cloud native application full-lifecycle solution, and build ecosystem of application and infrastructure, application and application, infrastructure and infrastructure, to meet the agile development, efficient operations and lean management needs of business.
2018-03-13 18:09:12 +08:00
## Features
2018-10-23 21:42:41 +08:00
#### Application management
- application level orchestration (for complete business system)
- integrates Kubernetes's service component level orchestration and scheduling (service discovery, dynamic routing, limiting and fuse etc.)
- provides cloud native microservices governance based on extendable service mesh grid system
- supports multiple microservices architecture (SpringCLoud, Dubbo, API-Gateway)
- supports multiple types of service-level application performance analysis
- supports for building services based on source code (Java, PHP, Python, Golang, Ruby etc.)
- supports for continuous building and deployment based on public/private Git, SVN code repositories, image repositories and third-party CI system.
- supports for building application based on docker image, docker run command and dockercompose
- supports application level full backup and recovery, migrating application between tenants and data centers.
- Service plug-in system supports flexible extension of application functions and features, such as log, firewall and traffic anaylsis.
- supports for public/private application market with complete application delivery system.
#### Resource/cloud management
- basic system of cloud-native data center
- supports plug-in deployment of different service gateway (openresty, F5 etc.), SDN network (midonet, calico etc.) and distributed storage systems (GlusterFS, Ali-NAS, Ceph etc.)
- supports multi-data-center or cluster management and application orchestration
- supports for platform high-availability
- cluster management, operation and maintenance automation
- automatic monitoring of node's physical hardware and system, and system indicators
- automatic monitoring of service instances container metrics
2018-03-13 18:09:12 +08:00
## Quick Start
2018-10-23 21:42:41 +08:00
1. [Install Rainbond](https://www.rainbond.com/docs/stable/getting-started/installation-guide.html)
2. [Create First Application Service](https://www.rainbond.com/docs/stable/user-manual/create-an-app.html)
2018-09-19 14:41:37 +08:00
3. [Build Microservice Architecture](https://www.rainbond.com/docs/stable/microservice/service-mesh/use-case.html)
2018-10-23 21:42:41 +08:00
## Community
2018-10-23 21:42:41 +08:00
[Rainbond Community](https://t.goodrain.com)
[Rainbond Web](https://www.rainbond.com)
2018-03-13 18:09:12 +08:00
## Roadmap
2018-07-20 18:16:24 +08:00
Read the [Roadmap](http://www.rainbond.com/docs/stable/architecture/roadmap.html).
2018-05-30 21:41:20 +08:00
2018-10-23 21:42:41 +08:00
## Architecture
<img src="https://static.goodrain.com/images/docs/3.6/architecture/architecture.png" href="http://www.rainbond.com/docs/stable/architecture/architecture.html">
2018-09-19 14:41:37 +08:00
## Console UI show
2018-05-30 21:41:20 +08:00
<img src="./docs/buildfromsourcecode.gif" href="http://www.rainbond.com/docs/stable">
2018-08-07 09:35:48 +08:00
- Source code creation application process
2018-05-30 21:41:20 +08:00
<img src="./docs/topology.gif" href="http://www.rainbond.com/docs/stable">
2018-08-07 09:35:48 +08:00
- Business application group topology diagram,The network topology, applied relational topology and real-time monitoring are shown here.
2018-03-13 18:09:12 +08:00
## Contributing
2018-09-19 14:41:37 +08:00
You can participate in the contributions of platforms, applications, and plugins within the Rainbond community.
[Rainbond Contributor community](https://t.goodrain.com/c/contribution)
2018-03-13 18:09:12 +08:00
## License
2017-12-12 13:26:22 +08:00
2018-03-13 18:09:12 +08:00
Rainbond is under the LGPL-3.0 license, see [LICENSE](https://github.com/goodrain/rainbond/blob/master/LICENSE) and [Licensing](https://github.com/goodrain/rainbond/blob/master/Licensing.md) for details.
2017-12-12 13:26:22 +08:00
2018-06-05 12:25:01 +08:00
## Acknowledgment
Thanks for the following open source project
2018-08-07 09:35:48 +08:00
- [Kubernetes](https://github.com/kubernetes/kubernetes)
- [Docker/Moby](https://github.com/moby/moby)
- [Heroku Buildpacks](https://github.com/heroku?utf8=%E2%9C%93&q=buildpack&type=&language=)
- [OpenResty](https://github.com/openresty/)
- [Calico](https://github.com/projectcalico)
- [Midonet](https://github.com/midonet/midonet)
- [Etcd](https://github.com/coreos/etcd)
- [Prometheus](https://github.com/prometheus/prometheus)
- [GlusterFS](https://github.com/gluster/glusterfs)
- [Ceph](https://github.com/ceph/ceph)
- [CockroachDB](https://github.com/cockroachdb/cockroach)
- [MySQL](https://github.com/mysql/mysql-server)
- [Weave Scope](https://github.com/weaveworks/scope)
- [Ant Design](https://github.com/ant-design/ant-design)
## Join us
[Welcome you who love technology to join us](https://www.rainbond.com/docs/recruitment/join.html)