Probelab Network Crawls Dataset
Probelab networking datasets for different web3 networks
@probelab.nebula_crawls
Probelab networking datasets for different web3 networks
@probelab.nebula_crawls
Nebula is Probelab's DHT crawler and monitor that is designed to track the liveliness and availability of peers. Nebula-based experiments are aimed at monitoring and improving the resilience and reliability of distributed systems by developing better tools for monitoring and managing decentralized peer-to-peer networks.
This dataset contains historical information about crawled data for different networks, including peer interactions, connection errors, protocols, multi-addresses, and timestamps. It provides a comprehensive view of these networks' structure and behavior, captured through regular crawls performed every 2 hours. The data is useful for researchers, developers, and network analysts interested in understanding peer connectivity, protocol usage, and network reliability. It includes both successful and failed connection attempts, along with detailed error information, making it a valuable resource for troubleshooting and optimizing network performance.
Each table in the dataset includes the crawling information for different networks.
CREATE TABLE celestia (
"crawl_id" BIGINT,
"multi_hash" VARCHAR,
"agent_version" VARCHAR,
"connect_error" VARCHAR,
"crawl_error" VARCHAR,
"peer_properties" VARCHAR,
"visit_started_at" TIMESTAMP,
"visit_ended_at" TIMESTAMP,
"protocols" VARCHAR,
"multi_addresses" VARCHAR
);CREATE TABLE ethcl (
"crawl_id" BIGINT,
"multi_hash" VARCHAR,
"agent_version" VARCHAR,
"connect_error" VARCHAR,
"crawl_error" VARCHAR,
"peer_properties" VARCHAR,
"visit_started_at" TIMESTAMP,
"visit_ended_at" TIMESTAMP,
"protocols" VARCHAR,
"multi_addresses" VARCHAR
);CREATE TABLE ethel (
"crawl_id" BIGINT,
"multi_hash" VARCHAR,
"agent_version" VARCHAR,
"connect_error" VARCHAR,
"crawl_error" VARCHAR,
"peer_properties" VARCHAR,
"visit_started_at" TIMESTAMP,
"visit_ended_at" TIMESTAMP,
"protocols" VARCHAR,
"multi_addresses" VARCHAR
);CREATE TABLE filecoin (
"crawl_id" BIGINT,
"multi_hash" VARCHAR,
"agent_version" VARCHAR,
"connect_error" VARCHAR,
"crawl_error" VARCHAR,
"peer_properties" VARCHAR,
"visit_started_at" TIMESTAMP,
"visit_ended_at" TIMESTAMP,
"protocols" VARCHAR,
"multi_addresses" VARCHAR
);CREATE TABLE ipfs (
"crawl_id" BIGINT,
"multi_hash" VARCHAR,
"agent_version" VARCHAR,
"connect_error" VARCHAR,
"crawl_error" VARCHAR,
"peer_properties" VARCHAR,
"visit_started_at" TIMESTAMP,
"visit_ended_at" TIMESTAMP,
"protocols" VARCHAR,
"multi_addresses" VARCHAR
);CREATE TABLE polkadot (
"crawl_id" BIGINT,
"multi_hash" VARCHAR,
"agent_version" VARCHAR,
"connect_error" VARCHAR,
"crawl_error" VARCHAR,
"peer_properties" VARCHAR,
"visit_started_at" TIMESTAMP,
"visit_ended_at" TIMESTAMP,
"protocols" VARCHAR,
"multi_addresses" VARCHAR
);Anyone who has the link will be able to view this.