mirror of
https://github.com/logos-storage/logos-storage-network-crawler.git
synced 2026-01-03 22:13:09 +00:00
25 lines
1.2 KiB
Markdown
25 lines
1.2 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 build
|
||
|
|
nimble test
|
||
|
|
nimble run
|
||
|
|
```
|