https://github.com/notional-labs/cosmosia
Cosmos Infrastructure Automation
https://github.com/notional-labs/cosmosia
Last synced: 27 days ago
JSON representation
Cosmos Infrastructure Automation
- Host: GitHub
- URL: https://github.com/notional-labs/cosmosia
- Owner: notional-labs
- Created: 2022-03-05T22:47:21.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-05T03:16:03.000Z (8 months ago)
- Last Synced: 2024-11-04T21:37:04.711Z (6 months ago)
- Language: Shell
- Size: 8.54 MB
- Stars: 59
- Watchers: 6
- Forks: 28
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-ccamel - notional-labs/cosmosia - Cosmos Infrastructure Automation (Shell)
README
# cosmosia (Cosmos Infrastructure Automation)
Open solution to build a reliable infrastructure for cosmos/tendermint based chains ( see [background](https://github.com/cosmos/chain-registry/issues/214) ):
Cosmosia has been used in production for Notional for more than one year. Its all-in-one system: rpc, load-balancer, snapshot, ibc-relaying, and validating.

### Features
- Simple: using Docker Swarm which is simple.
- Maintainable: Large code is in Bash make it easy to maintain.
- Easy: easy for everyday operations with Web-Admin.
- Scalable: works fine with cluster of less than 100 bare-metal servers. Quick-scale with several mouse clicks. Also with subnodes, chain data could grow forever.
- Fast: high performance with bare-metals, LVM for NVME and PebbleDB backend.
- Flexible: public endpoints with rate-limiting and internal endpoints to match your needs. Support multiple protocols: CometBFT RPC, CometBFT Websocket, LCD/API, Eth-JsonRpc, Eth-JsonRpc Websocket.
- Reliable: HA 99.9%, geo-location.
- Shareable: re-use the configuration and snapshots from others Cosmosia clusters.
- Opensource 100%.### Docs
See [Docs](https://notional-labs.github.io/cosmosia/#/)### Note
Please contact Notional to get a licence.