The Sentinel Team provides Filecoin chain monitoring and analysis tools.
- Lily: Performs chain data extraction and indexing, exporting to TimescaleDB or CSV.
- Sentinel-tick: Collects Filecoin pricing and volume information from exchanges and inserts it into Postgres/Timescale DB.
- Sentinel-locations: Uses Lily-extracted miner data to create a table mapping miner_ids to geographical locations.
- Filcryo: Create archival-grade snapshots as used by the Sentinel/Data Engineering Team at Protocol Labs for further processing.
- BigQuery dataset: protocol-labs-data.lily
- Batch dump data: gs://fil-mainnet-archive
- Daily archival snapshots: gs://fil-mainnet-archival-snapshots
- Filecoin slack
- team channel: #fil-sentinel
- group mention:
@sentinel-team
- Request for collaboration
Visit https://lilium.sh for the latest documentation on the software.
- For questions and support, we are available in the
#fil-sentinel
on Filecoin's slack (https://filecoin.io/slack/).
To build the documentation site locally, you need:
To run the Hugo server locally:
$ cd docs
$ npm install
$ hugo server
Sentinel follows the Filecoin Project Code of Conduct. Before contributing, please acquaint yourself with our social courtesies and expectations.
The Filecoin Project and Sentinel projects are dual-licensed under Apache 2.0 and MIT terms:
- Apache License, Version 2.0, (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)