David Gasquez
David Gasquez
Spent some time exploring [Filecoin Tools](https://filecoin.tools), using a custom Deal ID [122249232](https://filecoin.tools/deal/122249232). Since it has no Deal ID, it should be a DDO deal. That said, I was able to...
Since DMOB is getting DDO deals, I wanted to check their data against the Spacescope APIs. - DMOB's data says there were 393 TiBs of (verified) DDO deals from the...
[More docs](https://github.com/filecoin-project/lotus/blob/master/documentation/en/data-onboarding-visibility.md#relevant-message-contents)!
Sharing that the R2 + Filebase combo is really sweet! You can use the same S3 API (probably a Dagster resource) to push data to both. The only requirements for...
Probably doesn't cover 100% of the models as Clickhouse needs a somewhat different approach than BigQuery but [SQLGlot](https://github.com/tobymao/sqlglot) might be useful for the base models (can run at the Dagster...
This is something I need to work on. To be honest, this repo is still a mix of the "template" and some of the random things I'm playing with at...
Not sure if it might be the same issue but I was able to make it work by updating the `marimo.pythonPath` to `uv run python`.
Probably once there are paid deals!
Another one from Adrian Lanzafame: **Display the number of expiring sectors per day per type (Commited Capacity with no deals, non verified deals, Verified deals)**
These requests are blocked by a data issues I found on Lily's datasets. - There are 630M of distinct `concat(sector_id, miner_id)` in miner_sector_infos. - There are only 2.2M sectors with...