The single most important criteria when replacing GitHub
1–10 of 135 posts
Re: The single most important criteria when replacing GitHub
#2Re: The single most important criteria when replacing GitHub
#3Re: The single most important criteria when replacing GitHub
#4The rest have no real business being in git. There are other interfaces for getting your data out if you really need it.
So much of this argument is just “this one format is better than X” without any tradeoffs being mentioned.
Re: The single most important criteria when replacing GitHub
#5Maybe some git-like interface on top of a database is more what you want...
Re: The single most important criteria when replacing GitHub
#6Re: The single most important criteria when replacing GitHub
#7One would think setting up a non-profit organization (a la Wikipedia) to host a Github-like service for open source projects would be a good idea (I'd work on such a project). But without capital to expend on marketing/outreach, I'm not sure such a thing would gain much traction.
Re: The single most important criteria when replacing GitHub
#8The thing to consider (if portability is your primary concern) isn't the underlying storage format, it's whether or not you have a straightforward way to move it between providers.
Re: The single most important criteria when replacing GitHub
#9Also, as some have pointed out here, storing highly relational data like issues and connected profiles, etc, could be an exercise in frustration if you tried to store all that in git. At the very least, it would be limiting.
Re: The single most important criteria when replacing GitHub
#10Interesting thought exercise, but must disagree - git is VERY FAR from a database replacement (especially at scale). Maybe some git-like interface on top of a database is more what you want...
It've used git as a database very productively, at well beyond that scale. https://joeyh.name/blog/entry/databranches/