Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Build tasks for HTTP retrievals only + various improvements (#7)
* feat: skip deals created before June 2023 Signed-off-by: Miroslav Bajtoš <[email protected]> * feat: query IPNI with concurrency=5 Signed-off-by: Miroslav Bajtoš <[email protected]> * cache IPNI responses Signed-off-by: Miroslav Bajtoš <[email protected]> * rename "stats.retrievable" to "stats.advertised" Signed-off-by: Miroslav Bajtoš <[email protected]> * log unknown protocol codes Signed-off-by: Miroslav Bajtoš <[email protected]> * keep HTTP retrievals only Signed-off-by: Miroslav Bajtoš <[email protected]> * fix loading of cached IPNI responses Signed-off-by: Miroslav Bajtoš <[email protected]> * log progress of build-retrieval-tasks Signed-off-by: Miroslav Bajtoš <[email protected]> * document how to disable MaxListenersExceededWarning Signed-off-by: Miroslav Bajtoš <[email protected]> * treat grapsync providers at `/tcp/80/http` as trustless HTTP GW Signed-off-by: Miroslav Bajtoš <[email protected]> * feat: process StateMarketDeals in Rust Speed up the initial JSON parsing from ~1h to <3m. Signed-off-by: Miroslav Bajtoš <[email protected]> * fix: add missing "const" Signed-off-by: Miroslav Bajtoš <[email protected]> * feat: dockerize + serve output via HTTP Signed-off-by: Miroslav Bajtoš <[email protected]> * npx standard --fix Signed-off-by: Miroslav Bajtoš <[email protected]> * update README Signed-off-by: Miroslav Bajtoš <[email protected]> --------- Signed-off-by: Miroslav Bajtoš <[email protected]>
- Loading branch information