<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>osm-git, branch HEAD</title>
<subtitle>A WIP POC based on the idea from https://blog.andygol.co.ua/en/2023/05/07/osm-2-0-api-using-git/
</subtitle>
<entry>
<id>9f9ce7ddfca44369e78a8b120c02b8798215a459</id>
<published>2023-05-26T16:04:27Z</published>
<updated>2023-05-26T16:04:27Z</updated>
<title>Revert &quot;Move to gitoxide for extra perf&quot;</title>
<link rel="alternate" type="text/html" href="commit/9f9ce7ddfca44369e78a8b120c02b8798215a459.html" />
<author>
<name>MTRNord</name>
<email>mtrnord1@gmail.com</email>
</author>
<content>commit 9f9ce7ddfca44369e78a8b120c02b8798215a459
parent e8b2a8938fe33f801a2ae578612e46114ac3c40e
Author: MTRNord &lt;mtrnord1@gmail.com&gt;
Date:   Fri, 26 May 2023 18:04:27 +0200

Revert &quot;Move to gitoxide for extra perf&quot;

This reverts commit e8b2a8938fe33f801a2ae578612e46114ac3c40e.

</content>
</entry>
<entry>
<id>e8b2a8938fe33f801a2ae578612e46114ac3c40e</id>
<published>2023-05-25T20:37:55Z</published>
<updated>2023-05-25T20:37:55Z</updated>
<title>Move to gitoxide for extra perf</title>
<link rel="alternate" type="text/html" href="commit/e8b2a8938fe33f801a2ae578612e46114ac3c40e.html" />
<author>
<name>MTRNord</name>
<email>mtrnord1@gmail.com</email>
</author>
<content>commit e8b2a8938fe33f801a2ae578612e46114ac3c40e
parent 55f0f5f351689b5031b3e843fb8a86751798533c
Author: MTRNord &lt;mtrnord1@gmail.com&gt;
Date:   Thu, 25 May 2023 22:37:55 +0200

Move to gitoxide for extra perf

</content>
</entry>
<entry>
<id>55f0f5f351689b5031b3e843fb8a86751798533c</id>
<published>2023-05-25T18:19:33Z</published>
<updated>2023-05-25T18:19:33Z</updated>
<title>Improve overall speed of the script by improving the changeset data loading and also fix a bug in the commit logic</title>
<link rel="alternate" type="text/html" href="commit/55f0f5f351689b5031b3e843fb8a86751798533c.html" />
<author>
<name>MTRNord</name>
<email>mtrnord1@gmail.com</email>
</author>
<content>commit 55f0f5f351689b5031b3e843fb8a86751798533c
parent c298f43d901567c1fa946974360169638ac613a8
Author: MTRNord &lt;mtrnord1@gmail.com&gt;
Date:   Thu, 25 May 2023 20:19:33 +0200

Improve overall speed of the script by improving the changeset data loading and also fix a bug in the commit logic

</content>
</entry>
<entry>
<id>c298f43d901567c1fa946974360169638ac613a8</id>
<published>2023-05-25T00:16:49Z</published>
<updated>2023-05-25T00:16:49Z</updated>
<title>Reduce load</title>
<link rel="alternate" type="text/html" href="commit/c298f43d901567c1fa946974360169638ac613a8.html" />
<author>
<name>MTRNord</name>
<email>mtrnord1@gmail.com</email>
</author>
<content>commit c298f43d901567c1fa946974360169638ac613a8
parent 40575c5f475acba139471178ad805a7cfba815c3
Author: MTRNord &lt;mtrnord1@gmail.com&gt;
Date:   Thu, 25 May 2023 02:16:49 +0200

Reduce load

</content>
</entry>
<entry>
<id>40575c5f475acba139471178ad805a7cfba815c3</id>
<published>2023-05-24T23:30:25Z</published>
<updated>2023-05-24T23:30:25Z</updated>
<title>I dont know what I fixed but it works now</title>
<link rel="alternate" type="text/html" href="commit/40575c5f475acba139471178ad805a7cfba815c3.html" />
<author>
<name>MTRNord</name>
<email>mtrnord1@gmail.com</email>
</author>
<content>commit 40575c5f475acba139471178ad805a7cfba815c3
parent 345ee1e632502e2956af92dff02d5c2955eb421c
Author: MTRNord &lt;mtrnord1@gmail.com&gt;
Date:   Thu, 25 May 2023 01:30:25 +0200

I dont know what I fixed but it works now

</content>
</entry>
<entry>
<id>345ee1e632502e2956af92dff02d5c2955eb421c</id>
<published>2023-05-22T14:25:41Z</published>
<updated>2023-05-22T14:25:41Z</updated>
<title>Add support for files downloaded using torrents</title>
<link rel="alternate" type="text/html" href="commit/345ee1e632502e2956af92dff02d5c2955eb421c.html" />
<author>
<name>MTRNord</name>
<email>mtrnord1@gmail.com</email>
</author>
<content>commit 345ee1e632502e2956af92dff02d5c2955eb421c
parent 95d2e15e370d51c762a37eda4613acbef229ac4e
Author: MTRNord &lt;mtrnord1@gmail.com&gt;
Date:   Mon, 22 May 2023 16:25:41 +0200

Add support for files downloaded using torrents

</content>
</entry>
<entry>
<id>95d2e15e370d51c762a37eda4613acbef229ac4e</id>
<published>2023-05-22T10:48:31Z</published>
<updated>2023-05-22T10:48:31Z</updated>
<title>Make 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 time</title>
<link rel="alternate" type="text/html" href="commit/95d2e15e370d51c762a37eda4613acbef229ac4e.html" />
<author>
<name>MTRNord</name>
<email>mtrnord1@gmail.com</email>
</author>
<content>commit 95d2e15e370d51c762a37eda4613acbef229ac4e
parent 47198d5d6b1fa5db80778b07e8cec69a6f87f588
Author: MTRNord &lt;mtrnord1@gmail.com&gt;
Date:   Mon, 22 May 2023 12:48:31 +0200

Make 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 time

</content>
</entry>
<entry>
<id>47198d5d6b1fa5db80778b07e8cec69a6f87f588</id>
<published>2023-05-22T00:12:39Z</published>
<updated>2023-05-22T00:14:42Z</updated>
<title>Initial Version of the osm-changeset to git conversion tool</title>
<link rel="alternate" type="text/html" href="commit/47198d5d6b1fa5db80778b07e8cec69a6f87f588.html" />
<author>
<name>MTRNord</name>
<email>mtrnord1@gmail.com</email>
</author>
<content>commit 47198d5d6b1fa5db80778b07e8cec69a6f87f588
Author: MTRNord &lt;mtrnord1@gmail.com&gt;
Date:   Mon, 22 May 2023 02:12:39 +0200

Initial Version of the osm-changeset to git conversion tool

</content>
</entry>
</feed>
