mirror of
https://github.com/logos-storage/logos-storage-network-crawler.git
synced 2026-01-02 13:33:08 +00:00
28 lines
1.3 KiB
Markdown
28 lines
1.3 KiB
Markdown
# Codex Network Crawler
|
|
|
|

|
|
|
|
[](https://opensource.org/licenses/Apache-2.0)
|
|
[](https://opensource.org/licenses/MIT)
|
|
[](#stability)
|
|
[](https://github.com/codex-storage/nim-codex-dht/actions/workflows/ci.yml?query=workflow%3ACI+branch%3Amaster)
|
|
[](https://codecov.io/gh/codex-storage/nim-codex-dht)
|
|
|
|
# !! Work in Progress !!
|
|
|
|
This project uses nim-codex-dht, nim-libp2p, nim-ethers, and nim-metrics to create a metrics service. The crawler will traverse the Codex network and produce metrics such as:
|
|
- Number of DHT nodes (alive vs total)
|
|
- P2P connectivity (percentage)
|
|
- Storage contract statistics (created, total size, average size, average duration, pricing information??)
|
|
|
|
Metrics are published from a scrape target.
|
|
|
|
# Usage
|
|
|
|
```sh
|
|
nimble format
|
|
nimble build
|
|
nimble test
|
|
nimble run
|
|
```
|