Skip to content

Commit 06855a3

Browse files
committed
Deploying to gh-pages from @ fdd2805 🚀
1 parent 0709e16 commit 06855a3

4 files changed

Lines changed: 34 additions & 2 deletions

File tree

config/blob-store.html

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,7 @@ <h1 id="blob-store"><a class="header" href="#blob-store">Blob store</a></h1>
186186
<li>Filesystem</li>
187187
<li>HTTP/HTTPS</li>
188188
<li>S3</li>
189+
<li>GCS</li>
189190
</ul>
190191
<h2 id="filesystem"><a class="header" href="#filesystem">Filesystem</a></h2>
191192
<p>Filesystem store can be specified using <code>file:</code> or <code>filesystem:</code> schemes. In a
@@ -229,6 +230,21 @@ <h2 id="s3"><a class="header" href="#s3">S3</a></h2>
229230
<li><code>AWS_SECRET_ACCESS_KEY</code></li>
230231
<li><code>AWS_ACCESS_KEY_ID</code></li>
231232
</ul>
233+
<h2 id="gcs"><a class="header" href="#gcs">GCS</a></h2>
234+
<p>ROAPI can build tables from datasets hosted in GCS buckets. Configuration is
235+
similar to filesystem store:</p>
236+
<pre><code class="language-yaml">tables:
237+
- name: &quot;TABLE_NAME&quot;
238+
uri: &quot;gs://BUCKET/TABLE/KEY&quot;
239+
option:
240+
format: &quot;csv&quot;
241+
</code></pre>
242+
<p>To configure GCS credentials, you can set the following
243+
environment variables if you are using service accont:</p>
244+
<ul>
245+
<li><code>GOOGLE_SERVICE_ACCOUNT</code></li>
246+
</ul>
247+
<p>Note that GCP Workload Identity is NOT supported yet, blocked by <a href="https://github.com/apache/arrow-rs/issues/3490">https://github.com/apache/arrow-rs/issues/3490</a>.</p>
232248
<footer id="open-on-gh">Found a bug? <a href="https://github.com/roapi/docs/edit/main/src/config/blob-store.md">Edit this file on GitHub.</a></footer>
233249
</main>
234250

print.html

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -714,6 +714,7 @@ <h2 id="large-datasets-1"><a class="header" href="#large-datasets-1">Large Datas
714714
<li>Filesystem</li>
715715
<li>HTTP/HTTPS</li>
716716
<li>S3</li>
717+
<li>GCS</li>
717718
</ul>
718719
<h2 id="filesystem"><a class="header" href="#filesystem">Filesystem</a></h2>
719720
<p>Filesystem store can be specified using <code>file:</code> or <code>filesystem:</code> schemes. In a
@@ -757,6 +758,21 @@ <h2 id="s3"><a class="header" href="#s3">S3</a></h2>
757758
<li><code>AWS_SECRET_ACCESS_KEY</code></li>
758759
<li><code>AWS_ACCESS_KEY_ID</code></li>
759760
</ul>
761+
<h2 id="gcs"><a class="header" href="#gcs">GCS</a></h2>
762+
<p>ROAPI can build tables from datasets hosted in GCS buckets. Configuration is
763+
similar to filesystem store:</p>
764+
<pre><code class="language-yaml">tables:
765+
- name: &quot;TABLE_NAME&quot;
766+
uri: &quot;gs://BUCKET/TABLE/KEY&quot;
767+
option:
768+
format: &quot;csv&quot;
769+
</code></pre>
770+
<p>To configure GCS credentials, you can set the following
771+
environment variables if you are using service accont:</p>
772+
<ul>
773+
<li><code>GOOGLE_SERVICE_ACCOUNT</code></li>
774+
</ul>
775+
<p>Note that GCP Workload Identity is NOT supported yet, blocked by <a href="https://github.com/apache/arrow-rs/issues/3490">https://github.com/apache/arrow-rs/issues/3490</a>.</p>
760776
<footer id="open-on-gh">Found a bug? <a href="https://github.com/roapi/docs/edit/main/src/config/blob-store.md">Edit this file on GitHub.</a></footer><h1 id="databases"><a class="header" href="#databases">Databases</a></h1>
761777
<p>Thanks to the <a href="https://github.com/sfu-db/connector-x">connector-x</a> Rust crate,
762778
ROAPI is able to load tables from popular relational databases like MySQL,

searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

searchindex.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)