<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Rhibi Hamza</title>
    <description>The latest articles on DEV Community by Rhibi Hamza (@sigm0oid).</description>
    <link>https://dev.to/sigm0oid</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F290808%2Ffa6344f6-a69b-42dd-ad3a-03b2064c9cb3.jpg</url>
      <title>DEV Community: Rhibi Hamza</title>
      <link>https://dev.to/sigm0oid</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/sigm0oid"/>
    <language>en</language>
    <item>
      <title>DynamoDB geospatial data in python</title>
      <dc:creator>Rhibi Hamza</dc:creator>
      <pubDate>Tue, 14 Apr 2020 12:44:55 +0000</pubDate>
      <link>https://dev.to/sigm0oid/dynamodb-geospatial-data-in-python-29in</link>
      <guid>https://dev.to/sigm0oid/dynamodb-geospatial-data-in-python-29in</guid>
      <description>&lt;p&gt;Did you ever wondered how to find the closest data points to a given latitude and longitude pair in DynamoDB without having to scan the full table?&lt;/p&gt;

&lt;p&gt;In 2013, DynamoDB service team provided dynamodb-geo Java library that allow customers to insert and query the Geo spatial data efficiently. But since then no official support to that library was provided even with the numerous updates that happened in DynamoDB since then.  &lt;/p&gt;

&lt;p&gt;Recently, as a Cloud Support Engineer at AWS I noticed that various customer showed interest in re-inventing that library in python or integrating it in boto3. For that, I gave it a try and build a python unofficial port of dynamodb-geo. You can check it out here : &lt;a href="https://github.com/Sigm0oid/dynamodb-geo.py"&gt;https://github.com/Sigm0oid/dynamodb-geo.py&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Please let me know if any question raises or if you have any suggestions.&lt;/p&gt;

&lt;p&gt;Have an AWSome day!&lt;/p&gt;

</description>
      <category>aws</category>
      <category>python</category>
      <category>geo</category>
      <category>dynamodb</category>
    </item>
  </channel>
</rss>
