Additional sources
...
Docker Hub
Docker Hub Repositories
Data Dictionary
12min
dictionary contains explanations and examples of all data fields available in the dockerhub repositories dataset all personal/company information mentioned within this context is entirely fictional and is solely intended for illustrative purposes metadata https //docs coresignal com/source documentation/docker hub repositories data dictionary#d292m repository publisher https //docs coresignal com/source documentation/docker hub repositories data dictionary#kdko5 repository details https //docs coresignal com/source documentation/docker hub repositories data dictionary#pzvdh the data points in the example snippets have been rearranged for better grouping to see where a specific data point stands, check the full data sample here https //docs coresignal com/source documentation/docker hub repositories data sample metadata record metadata data point description data type meta contains information about the record o bject created at date the date when we first scraped the record a rray of numbers (integers) created at timestamp the date we first scraped the record (unix time) float updated at date the date when we last scraped the record a rray of numbers (integers) updated at timestamp the date when we last scraped the record (unix time) float version id dataset version id string source the record source string object the data object/entity string is deleted marks if the record available on docker hub boolean see a snippet of the dataset for reference metadata " meta" { 	 "created at date" \[ 	 2023, 	 5, 	 26 	 ], 	 "created at timestamp" 1685105728 013557, 	 "updated at date" \[ 	 2024, 	 5, 	 1 	 ], 	 "updated at timestamp" 1714554186 669536, 	 "version id" "a1efb819", 	 "source" "dockerhub", 	 "object" "repository", 	 "is deleted" false 	 }, repository m etadata data point description data type doc dataset starting point o bject source id repository identifier on docker hub s tring id record identifier in our database s tring last updated timestamp when the repository was last updated in iso 8601 format s tring see a snippet of the dataset for reference metadata "doc" { 	"id" "dockerhub repository example repository dev", 	"source id" "example repository dev", 	"last updated" "2022 06 09t08 32 05 75699z", repository p ublisher data point description data type publisher publisher's name s tring name repository title s tring hub user user tied with the repository s tring namespace associated developer s tring see a snippet of the dataset for reference publisher "publisher" "dev", "name" "example repository", "hub user" "dev", "namespace" "dev", repository details data point description data type url repository url s tring repository type repository type s tring is automated indicates if the repository automatically updates the docker image version b oolean status repository status integer/boolean description repository description s tring full description full r epository description note contains control characters s tring see a snippet of the dataset for reference repository details "url" "https //hub docker com/r/example repository/dev" "repository type" "image", "is automated" false, "status" 1, "description" "example repository description", "full description" "full example repository description", statistics data type description data type star count number of stars the repository has received integer pull count number of repository downloads integer collaborator count number of collaborators for the repository integer see a snippet of the dataset for reference statistics "star count" 0, "pull count" 2, "collaborator count" 0, permissions data type description data type permissions permissions in the repository o bject read indicates if the read permission is enabled in the repository b oolean write indicates if the write permission is enabled in the repository b oolean admin indicates if the admin permission is enabled in the repository b oolean see a snippet of the dataset for reference permissions "permissions" { "read" true, "write" false, "admin" false },