Skip to content

This repository contains the scraped Metadata of more than 1.000.000 repositories of GitHub.

License

Notifications You must be signed in to change notification settings

maxvaer/GitHub-Metadata

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

GitHub-Metadata

Description

This repository contains a mysqldump
of a database containing the metadata of 1.000.000+ public GitHub repositories.
The metadata for collected to be used with the tool gitAnalyzer.

Checksum

SHA256 hash of dump.zip: adaf95dd402ff9d12fae2ff8fb432281377ad8053c7e0da5592f3f949f8e1aab

Usage

To start a MariaDB using, this docker-compose.yaml can be used.
Be aware, that the folder mariadb need to be created next to the yaml file.
The credentials for the MariaDB can be found inside the docker-compose.yaml. The container can be started like:

docker-compose up -d

To import the dumped data, unzip it:

unzip dump.zip

Import using docker:

docker exec -i <mariadb_container_name> mysql -u root -p gitanalyzer < dump.sql

About

This repository contains the scraped Metadata of more than 1.000.000 repositories of GitHub.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published