<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Data Integration on ARI Systems</title>
    <link>https://aripd.com/tags/data-integration/</link>
    <description>Recent content in Data Integration on ARI Systems</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <copyright>ARI Systems</copyright>
    <lastBuildDate>Sat, 16 May 2026 06:19:44 +0000</lastBuildDate>
    <atom:link href="https://aripd.com/tags/data-integration/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Strava</title>
      <link>https://aripd.com/blog/strava/</link>
      <pubDate>Fri, 12 May 2023 00:00:00 +0000</pubDate>
      <guid>https://aripd.com/blog/strava/</guid>
      <description>&lt;p&gt;This short tutorial describes how to upload GPS tracks to Strava using your command line interface / shell. It requires no special tools or any 3rd party code.&lt;/p&gt;&#xA;&lt;h2 id=&#34;references&#34;&gt;References &lt;a href=&#34;#references&#34; class=&#34;permalink&#34;&gt;&lt;i class=&#34;bi bi-link-45deg&#34;&gt;&lt;/i&gt;&lt;/a&gt;&lt;/h2&gt;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://developers.strava.com/docs/reference/&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;Strava API v3&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;generate-an-api-key&#34;&gt;Generate an API Key &lt;a href=&#34;#generate-an-api-key&#34; class=&#34;permalink&#34;&gt;&lt;i class=&#34;bi bi-link-45deg&#34;&gt;&lt;/i&gt;&lt;/a&gt;&lt;/h2&gt;&lt;p&gt;Strava uses OAuth2 to authenticate against 3rd party applications. In order to authenticate to your Strava account from your command line, you first have to generate an API key. To create a new API, go to &lt;a href=&#34;https://www.strava.com/settings/api&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;https://www.strava.com/settings/api&lt;/a&gt;. The settings are as follows:&lt;/p&gt;</description>
    </item>
    <item>
      <title>Google Sheets JSON Access</title>
      <link>https://aripd.com/blog/google-sheets-json-access/</link>
      <pubDate>Sun, 09 Oct 2022 00:11:00 +0000</pubDate>
      <guid>https://aripd.com/blog/google-sheets-json-access/</guid>
      <description>&lt;p&gt;The Sheet should be public and Anyone with link can view. Example:&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://docs.google.com/spreadsheets/d/%7bspreadsheetId%7d/edit?usp=sharing&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;https://docs.google.com/spreadsheets/d/{spreadsheetId}/edit?usp=sharing&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;If you dont want to create a key you can use this URL format (which downloads a json.txt file of the format):&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://docs.google.com/spreadsheets/d/%7bspreadsheetId%7d/gviz/tq&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;https://docs.google.com/spreadsheets/d/{spreadsheetId}/gviz/tq&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://docs.google.com/spreadsheets/d/%7bspreadsheetId%7d/gviz/tq?sheet=%7bsheetName%7d&amp;amp;tq=select&amp;#43;&#34; target=&#34;_blank&#34; rel=&#34;noopener noreferrer&#34;&gt;https://docs.google.com/spreadsheets/d/{spreadsheetId}/gviz/tq?sheet={sheetName}&amp;tq=select+&lt;/a&gt;*+Where+A=27938&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;Or configure a key as per the Official docs.&lt;/p&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;Go to Google Console and create a project (or use an existing one)&lt;/li&gt;&#xA;&lt;li&gt;Goto Credenetials page and create a API Key&lt;/li&gt;&#xA;&lt;li&gt;Include Sheets API from library&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;You can now get json using URL Format:&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
