Skip to content

Latest commit

 

History

History
50 lines (34 loc) · 2.42 KB

README.md

File metadata and controls

50 lines (34 loc) · 2.42 KB

Sentinel

The Sentinel Team provides Filecoin chain monitoring and analysis tools.

Projects

  • 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.

Data

  • BigQuery dataset: protocol-labs-data.lily
  • Batch dump data: gs://fil-mainnet-archive
  • Daily archival snapshots: gs://fil-mainnet-archival-snapshots

Communications

Documentation and support

Visit https://lilium.sh for the latest documentation on the software.

To build the documentation site locally, you need:

To run the Hugo server locally:

$ cd docs
$ npm install
$ hugo server

Code of Conduct

Sentinel follows the Filecoin Project Code of Conduct. Before contributing, please acquaint yourself with our social courtesies and expectations.

License

The Filecoin Project and Sentinel projects are dual-licensed under Apache 2.0 and MIT terms: