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
DOI: 10.5281/zenodo.10554437
A dataset from stackshare.io providing lists of packages and various services. While a list of packages for
various ecosystems is easily available elsewhere, a list of services is much harder. Includes the following categories of services:
See tools.csv
for a complete list. I'd recommend sorting by populatity and using the top 2.5-3k results
depending on your usecase.
CREATE TABLE packages (
"url" VARCHAR,
"ecosystem" VARCHAR
);
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
);
Anyone who has the link will be able to view this.