Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yerlanyr/hyperledger-cello-fork
Made a fork to fix minor issues that doesn't allow me to start it on 0.9.0 version.
https://github.com/yerlanyr/hyperledger-cello-fork
Last synced: about 2 months ago
JSON representation
Made a fork to fix minor issues that doesn't allow me to start it on 0.9.0 version.
- Host: GitHub
- URL: https://github.com/yerlanyr/hyperledger-cello-fork
- Owner: yerlanyr
- License: apache-2.0
- Created: 2021-09-13T08:47:21.000Z (over 3 years ago)
- Default Branch: release-0.9.0
- Last Pushed: 2021-09-16T07:55:46.000Z (over 3 years ago)
- Last Synced: 2024-06-21T17:01:29.847Z (7 months ago)
- Language: Go
- Size: 13.3 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: docs/CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
**Note:** This is a **read-only mirror** of the formal [Gerrit](https://gerrit.hyperledger.org/r/#/admin/projects/cello) repository. Find more details at [Cello Wiki](https://wiki.hyperledger.org/projects/cello).
![Cello](docs/imgs/logo.png)
Hyperledger Cello is a blockchain provision and operation system, which helps manage blockchain networks in an efficient way.
## Introduction
Using Cello, everyone can easily:* Build up a Blockchain as a Service (BaaS) platform quickly from scratch.
* Provision customizable Blockchains instantly, e.g., a Hyperledger fabric network v1.0.
* Maintain a pool of running blockchain networks on top of baremetals, Virtual Clouds (e.g., virtual machines, vsphere Clouds), Container clusters (e.g., Docker, Swarm, Kubernetes).
* Check the system status, adjust the chain numbers, scale resources... through dashboards.A typical usage scenario is illustrated as:
![Typical Scenario](docs/imgs/scenario.png)
## Main Features
* Manage the lifecycle of blockchains, e.g., create/start/stop/delete/keep health automatically.
* Support customized (e.g., size, consensus) blockchains request, currently we mainly support [Hyperledger fabric](https://github.com/hyperledger/fabric).
* Support native Docker host, swarm or Kubernetes as the worker nodes. More supports on the way.
* Support heterogeneous architecture, e.g., X86, POWER and Z, from bare-metal servers to virtual machines.
* Extend with monitor, log, health and analytics features by employing additional components.## Documentation, Getting Started and Develop Guideline
For new users, it is highly recommended to read the [tutorial](docs/tutorial.md) or [index](docs/index.md) first.And feel free to visit the [online documentation](http://cello.readthedocs.io/en/latest/) for more information. You can also run `make doc` to start a local documentation website (Listen at [localhost:8000](http://127.0.0.1:8000).
## Why named Cello?
Can you find anyone better at playing chains? :)## Incubation Notice
This project is a Hyperledger project in _Incubation_. It was proposed to the community and documented [here](https://docs.google.com/document/d/1E2i5GRqWsIag7KTxjQ_jQdDiWcuikv3KqXeuw7NaceM/edit), and was approved by [Hyperledger TSC at 2017-01-07](https://lists.hyperledger.org/pipermail/hyperledger-tsc/2017-January/000535.html). Information on what _Incubation_ entails can be found in the [Hyperledger Project Lifecycle document](https://goo.gl/4edNRc).
This work is licensed under a Creative Commons Attribution 4.0 International License.