infra-status/README.md

16 lines
611 B
Markdown
Raw Normal View History

2023-09-08 12:11:02 +00:00
# Description
2023-10-02 14:03:47 +00:00
This repo defines infrastructure for running [nim-waku](github.com/status-im/nim-waku) nodes shards.
2023-09-08 12:11:02 +00:00
2023-10-02 14:03:47 +00:00
There are 3 kinds of nodes:
- `boot` - bootstrap nodes, no storage
- `store` - messages store nodes
- `store-db` - PostgreSQL used by `store` nodes for storage
2023-09-08 12:11:02 +00:00
2023-10-02 14:03:47 +00:00
# Continious Integration
Jenkins CI builds can be used to build and deploy new Docker images:
- `shards.test`: https://ci.infra.status.im/job/nim-waku/job/deploy-shards-test/
2023-09-08 12:11:02 +00:00
# Repo Usage
For how to use this repo read the [Infra Repo Usage](https://github.com/status-im/infra-docs/blob/master/docs/general/infra_repo_usage.md) doc.