<?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: Ben Ward</title>
    <description>The latest articles on DEV Community by Ben Ward (@benward2301).</description>
    <link>https://dev.to/benward2301</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.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3025275%2F44c85740-238c-44cc-8551-d288295a98cf.jpg</url>
      <title>DEV Community: Ben Ward</title>
      <link>https://dev.to/benward2301</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/benward2301"/>
    <language>en</language>
    <item>
      <title>dynq: a free analytic query and data processing CLI tool for DynamoDB</title>
      <dc:creator>Ben Ward</dc:creator>
      <pubDate>Mon, 07 Apr 2025 08:10:23 +0000</pubDate>
      <link>https://dev.to/benward2301/dynq-a-free-analytic-query-and-data-processing-cli-tool-for-dynamodb-446g</link>
      <guid>https://dev.to/benward2301/dynq-a-free-analytic-query-and-data-processing-cli-tool-for-dynamodb-446g</guid>
      <description>&lt;p&gt;&lt;a href="https://github.com/benward2301/dynq" rel="noopener noreferrer"&gt;https://github.com/benward2301/dynq&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I wanted a tool that can execute parallelised queries of arbitrary complexity against a DynamoDB table, without the need for scripting or propagation. I could not find one so have written my own.&lt;/p&gt;

&lt;p&gt;I am sure many of you will have analytics solutions in place, but for those who do not, I think dynq is a useful stopgap. It's also handy for dumping tables or piping data to local tooling.&lt;/p&gt;

&lt;p&gt;It does require basic jq knowledge, however I think the syntax for simple filters is quite approachable. You can find examples of dynq queries here: &lt;a href="https://github.com/benward2301/dynq?tab=readme-ov-file#examples" rel="noopener noreferrer"&gt;https://github.com/benward2301/dynq?tab=readme-ov-file#examples&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Anyway, I hope some of you find it useful. If you discover a bug, open an issue on GitHub and I'll take a look!&lt;/p&gt;

</description>
      <category>dynamodb</category>
      <category>jq</category>
      <category>aws</category>
      <category>database</category>
    </item>
  </channel>
</rss>
