Stackshare - Services & Packages
A dataset of popular tools and services powering the internet.
@kaggle.neeeeeemo_stackshare
A dataset of popular tools and services powering the internet.
@kaggle.neeeeeemo_stackshare
CREATE TABLE tools (
"url" VARCHAR,
"object_id" VARCHAR,
"name" VARCHAR,
"title" VARCHAR,
"popularity" DOUBLE,
"votes" BIGINT,
"verified" BOOLEAN,
"description" VARCHAR,
"stack_count" BIGINT,
"type" VARCHAR,
"category" VARCHAR,
"layer" VARCHAR,
"function" VARCHAR
);
CREATE TABLE packages (
"url" VARCHAR,
"ecosystem" VARCHAR
);
Anyone who has the link will be able to view this.