<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Jq on iMil.net</title>
    <link>http://imil.net/blog/tags/jq/</link>
    <description>Recent content in Jq on iMil.net</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Mon, 23 Apr 2018 06:26:45 +0000</lastBuildDate>
    <atom:link href="http://imil.net/blog/tags/jq/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Fetch RSVPs from Meetup for further processing</title>
      <link>http://imil.net/blog/posts/2018/fetch-rsvps-from-meetup-for-further-processing/</link>
      <pubDate>Mon, 23 Apr 2018 06:26:45 +0000</pubDate>
      <guid>http://imil.net/blog/posts/2018/fetch-rsvps-from-meetup-for-further-processing/</guid>
      <description>&lt;p&gt;I&amp;rsquo;m running a couple of demos on how and why to use &lt;a href=&#34;https://aws.amazon.com/athena/&#34;&gt;AWS Athena&lt;/a&gt; on a &lt;a href=&#34;https://www.meetup.com/AWS-Valencia/events/249290124/&#34;&gt;Meetup event&lt;/a&gt; tonight here at my hometown of &lt;a href=&#34;https://en.wikipedia.org/wiki/Valencia&#34;&gt;Valencia&lt;/a&gt;. Before you start arguing about &lt;em&gt;AWS&lt;/em&gt; services being closed source, note that &lt;a href=&#34;https://aws.amazon.com/athena/&#34;&gt;Athena&lt;/a&gt; is &amp;ldquo;just&amp;rdquo; an hosted version of &lt;a href=&#34;https://hive.apache.org/&#34;&gt;Apache Hive&lt;/a&gt;. Like pretty much every &lt;em&gt;AWS&lt;/em&gt; service is a hosted version of a famous &lt;em&gt;FOSS&lt;/em&gt; project.&lt;br&gt;&#xA;One of the demos is about fetching the &lt;a href=&#34;https://www.meetup.com/meetup_api/docs/rsvp/&#34;&gt;RSVP&lt;/a&gt; list and process it from a &lt;code&gt;JSON&lt;/code&gt; source to a basic &lt;code&gt;\t&lt;/code&gt; separated text file to be further read by &lt;a href=&#34;https://aws.amazon.com/athena/&#34;&gt;Athena&lt;/a&gt;.&lt;br&gt;&#xA;First thing is to get your &lt;a href=&#34;https://secure.meetup.com/meetup_api/key/&#34;&gt;Meetup API key&lt;/a&gt; in order to interact with &lt;a href=&#34;https://secure.meetup.com/meetup_api&#34;&gt;Meetup&amp;rsquo;s API&lt;/a&gt;. Once done, you can proceed using, for example, &lt;code&gt;curl&lt;/code&gt;:&lt;/p&gt;</description>
    </item>
    <item>
      <title>aws cli and jq filtering</title>
      <link>http://imil.net/blog/posts/2015/aws-cli-and-jq-filtering/</link>
      <pubDate>Wed, 20 May 2015 23:07:16 +0000</pubDate>
      <guid>http://imil.net/blog/posts/2015/aws-cli-and-jq-filtering/</guid>
      <description>&lt;p&gt;Long time no see huh? ;)&lt;/p&gt;&#xA;&lt;p&gt;I&amp;rsquo;m diving into &lt;a href=&#34;http://en.wikipedia.org/wiki/Amazon_Web_Services&#34;&gt;Amazon Web Services&lt;/a&gt; for some months now, and I must say I&amp;rsquo;m pretty impressed by the overall quality. Compared to the other &amp;ldquo;clouds&amp;rdquo; I&amp;rsquo;ve played with, it&amp;rsquo;s the most mature and comprehensive by far.&lt;/p&gt;&#xA;&lt;p&gt;While writing a couple of tools to make my life easier, there&amp;rsquo;s one piece that took me longer: filtering the output of the &lt;code&gt;aws ec2 describe-instances&lt;/code&gt; command. The output is in &lt;a href=&#34;http://en.wikipedia.org/wiki/JSON&#34;&gt;JSON&lt;/a&gt;, which is quite nice you might say, and it is, but when it comes to interact with &lt;em&gt;JSON&lt;/em&gt; in the command line, things can get a little messy.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
