Skip to content
This repository has been archived by the owner on Sep 30, 2024. It is now read-only.

Commit

Permalink
Publish December 2023 report
Browse files Browse the repository at this point in the history
  • Loading branch information
31z4 committed Jan 3, 2024
1 parent 9e67867 commit dfcd200
Show file tree
Hide file tree
Showing 12 changed files with 176,050 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

The goal of this project is to increase the transparency of 🪐 [Filecoin Saturn](https://saturn.tech) network – the fastest growing, community-run distributed content delivery network (CDN) for Web3.

We use historical data about the network gathered by 🌖 [Saturn Moonlet](https://github.com/cronian-tech/saturn-moonlet) to prepare and publish analytical reports on Saturn Observatory [website](https://observatory.cronian.tech) every month. Raw data that is used to generate the reports [is available](https://gateway.ipfs.io/ipfs/bafybeictbkysxfxof7wwuvzbgnp4enj72dmetxichpuuc3zub6fmazscma) on IPFS and Filecoin.
We use historical data about the network gathered by 🌖 [Saturn Moonlet](https://github.com/cronian-tech/saturn-moonlet) to prepare and publish analytical reports on Saturn Observatory [website](https://observatory.cronian.tech) every month. Raw data that is used to generate the reports [is available](https://gateway.ipfs.io/ipfs/bafybeibrmxyaolu226uqj3bv7qqjtjmmzugigsq6n3qzx74xpz2yt73yha) on IPFS and Filecoin.

Saturn Observatory compliments official tools like [Saturn Node Dashboard](https://dashboard.saturn.tech) and [Saturn Explorer](https://explorer.saturn.tech), aiming to provide better insights into the network state and performance. To highlight a few:

Expand Down
3 changes: 2 additions & 1 deletion web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,14 @@ <h1>🔭 Saturn Observatory</h1>
<li><a href="?year=2023&month=09">September 2023</a></li>
<li><a href="?year=2023&month=10">October 2023</a></li>
<li><a href="?year=2023&month=11">November 2023</a></li>
<li><a href="?year=2023&month=12">December 2023</a></li>
</ul>

<b>⚙️ Data & Tooling</b>
<p>
Raw CSV data that we use to generate the plots are available on IPFS and Filecoin under CID
<a
href="https://gateway.ipfs.io/ipfs/bafybeictbkysxfxof7wwuvzbgnp4enj72dmetxichpuuc3zub6fmazscma">bafybeictbkysxfxof7wwuvzbgnp4enj72dmetxichpuuc3zub6fmazscma</a>.
href="https://gateway.ipfs.io/ipfs/bafybeibrmxyaolu226uqj3bv7qqjtjmmzugigsq6n3qzx74xpz2yt73yha">bafybeibrmxyaolu226uqj3bv7qqjtjmmzugigsq6n3qzx74xpz2yt73yha</a>.
</p>

<p>To learn more about how data is gathered and analyzed, check the project's <a
Expand Down
2 changes: 1 addition & 1 deletion web/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ if (year === null) {
}
let month = params.get('month')
if (month === null) {
month = '11'
month = '12'
}

function dataUrl (file) {
Expand Down
742 changes: 742 additions & 0 deletions web/outputs/year=2023/month=12/saturn_active_node.csv

Large diffs are not rendered by default.

Loading

0 comments on commit dfcd200

Please sign in to comment.