Skip to content

Commit c7e451d

Browse files
committed
Add Miner.Report as a project
I will add a show and tell topic to discussions and update the link.
1 parent 663e824 commit c7e451d

File tree

4 files changed

+66
-0
lines changed

4 files changed

+66
-0
lines changed
95.9 KB
Loading
509 KB
Loading
751 KB
Loading
Lines changed: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,66 @@
1+
2+
## Project Name
3+
4+
Miner.Report
5+
6+
## Category
7+
8+
Application
9+
10+
## Project Description
11+
12+
Miner.Report is a project to collect analytics data from the Filecoin blockchain. It is also a collection of notebooks on ObservableHQ with interactive visualizations that use the data.
13+
14+
## Project Status
15+
16+
The project is live on [ObservableHQ](https://observablehq.com/collection/@jimpick/miner-report), with continuously updating deal data (daily and hourly), miner power and storage asks. The core data pipeline, powered by [Apache Spark Structured Streaming](https://spark.apache.org/docs/latest/structured-streaming-programming-guide.html), [Textile Buckets](https://docs.textile.io/buckets/) and [Estuary](https://estuary.tech/), is running 24/7 publishing new data multiple times per hour. The project is in an ideal state for new data sources, reports and visualizations to be added.
17+
18+
## Previews
19+
20+
![Miner.Report ObservableHQ Collection](assets/miner-report-observable.png?raw=true)
21+
![Miner.Report Hourly Deals Unverified/Verified Total Data Size](assets/miner-report-deals-plot.png?raw=true)
22+
![Miner.Report Spark Jobs](assets/miner-report-spark.png?raw=true)
23+
24+
## Target Audience
25+
26+
The reports and visualizations will be of use to anybody who wants to gain insight into the overall state of Filecoin's storage and retrieval markets.
27+
The data will be useful for identifying miners who are a good match for a particular storage strategy. It will be possible to analyze how other people are using Filecoin to successfully store their data.
28+
29+
## Rough estimated user base (if applicable)
30+
31+
The project just launched. Hopefully, if people find value in it, they will click on the "like" button on ObservableHQ.
32+
33+
## Github repo
34+
35+
* https://github.com/jimpick/miner-report-spark
36+
37+
## Website
38+
39+
* https://miner.report/
40+
41+
## Docs
42+
43+
* https://observablehq.com/@jimpick/miner-report-documentation?collection=@jimpick/miner-report
44+
45+
## Team Info
46+
47+
Currently just one person, but the project is centered on the ObservableHQ platform, which is an ideal place for people to collaborate in building visualizations, so I'd love to see it grow into a bigger community!
48+
49+
### Team Size
50+
51+
1
52+
53+
### Team members
54+
55+
* Jim Pick @jimpick
56+
* open to additional team members or community contributions
57+
58+
## How the community can engage
59+
60+
* GitHub Discussion: <!--Start a disucssion with the community here: https://github.com/filecoin-project/community/discussions/new and attach the link!-->
61+
* Slack: https://filecoin.io/slack
62+
63+
64+
## How to Contribute
65+
66+
* There is a "Contributing" section in the docs. Try to fork a notebook on ObservableHQ, customize it, and tell us about it! https://observablehq.com/@jimpick/miner-report-documentation?collection=@jimpick/miner-report

0 commit comments

Comments
 (0)