osm-git

A WIP POC based on the idea from https://blog.andygol.co.ua/en/2023/05/07/osm-2-0-api-using-git/
git clone git://archive.git.mtrnord.blog/MTRNord/osm-git.git
Log | Files | Refs | LICENSE

DateCommit messageAuthorFiles+-
2023-05-26 16:04Revert "Move to gitoxide for extra perf"MTRNord5+184-1134
2023-05-25 20:37Move to gitoxide for extra perfMTRNord5+1133-183
2023-05-25 18:19Improve overall speed of the script by improving the changeset data loading and also fix a bug in the commit logicMTRNord3+118-73
2023-05-25 00:16Reduce loadMTRNord2+110-108
2023-05-24 23:30I dont know what I fixed but it works nowMTRNord8+338-412
2023-05-22 14:25Add support for files downloaded using torrentsMTRNord4+219-144
2023-05-22 10:48Make sure that we write the commits properly and make sure to not load all changesets at once into ram since that will be ~200GB. Instead we load single files at a timeMTRNord6+294-188
2023-05-22 00:12Initial Version of the osm-changeset to git conversion toolMTRNord10+4097-0