Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where does GitHub host all data and files? [closed]

Tags:

github

storage

I have tried to found out, where does GitHub store the code and files I commit? After a lot of search I found only that it is stored in the Cloud. This is too broad for me. I don't have (or don't know) the method, how to found exact answer.

Where does GitHub store my code and other data I commit? What is the hosting of GitHub?

like image 402
plaidshirt Avatar asked Sep 09 '16 09:09

plaidshirt


People also ask

What server does GitHub use?

As for databases to store the Git code data and other aspects of the access control systems of the GitHub repository, GitHub relies on the MySQL relational database. GitHub maintains the Linux and MySQL software itself, as it does for both Ruby and Rails.

How does GitHub storage work?

Every account using Git Large File Storage receives 1 GB of free storage and 1 GB a month of free bandwidth. If the bandwidth and storage quotas are not enough, you can choose to purchase an additional quota for Git LFS.

Where does GitHub store large files?

If you want to store a large file on GitHub you can. You'll need to use something called Git Large File Storage (LFS). Install Git LFS on your computer and then you can begin. In this way you don't need to have all the individual files.

How safe is my data on GitHub?

GitHub itself is pretty safe and secure, and you can trust it with the repositories you host on it. If you have a private repository on GitHub, I wouldn't worry about GitHub itself being hacked and your data being leaked that way.


2 Answers

Currently Github seems to have its own datacenters in the USA: Northern Virginia and Seattle. https://github.blog/2017-10-12-evolution-of-our-data-centers/

like image 109
Léon Tebbens Avatar answered Oct 02 '22 15:10

Léon Tebbens


Main servers are in the US based on my observations. git pull from San Francisco based server is lightning fast while Australian servers are significantly noticeably slower. Possibly some additional regional hubs too.

They were at some point hosted with racksapace, no idea if still are or not. https://www.quora.com/How-many-physical-virtual-servers-does-GitHub-have

like image 33
Mark Walker Avatar answered Oct 02 '22 15:10

Mark Walker