Skip to content

Commit

Permalink
Add logos to Trino connector pages
Browse files Browse the repository at this point in the history
  • Loading branch information
Jessie212 authored and martint committed Apr 4, 2022
1 parent 576955f commit 6972baa
Show file tree
Hide file tree
Showing 46 changed files with 92 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/src/main/sphinx/connector/accumulo.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Accumulo connector
==================

.. raw:: html

<img src="../_static/img/accumulo.png" class="connector-logo">

Overview
--------

Expand Down
4 changes: 4 additions & 0 deletions docs/src/main/sphinx/connector/bigquery.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
BigQuery connector
==================

.. raw:: html

<img src="../_static/img/bigquery.png" class="connector-logo">

The BigQuery connector allows querying the data stored in `BigQuery
<https://cloud.google.com/bigquery/>`_. This can be used to join data between
different systems like BigQuery and Hive. The connector uses the `BigQuery
Expand Down
4 changes: 4 additions & 0 deletions docs/src/main/sphinx/connector/cassandra.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
Cassandra connector
===================

.. raw:: html

<img src="../_static/img/cassandra.png" class="connector-logo">

The Cassandra connector allows querying data stored in
`Apache Cassandra <https://cassandra.apache.org/>`_.

Expand Down
4 changes: 4 additions & 0 deletions docs/src/main/sphinx/connector/clickhouse.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
ClickHouse connector
====================

.. raw:: html

<img src="../_static/img/clickhouse.png" class="connector-logo">

The ClickHouse connector allows querying tables in an external
`Yandex ClickHouse <https://clickhouse.tech/>`_ server. This can be used to
query data in the databases on that server, or combine it with other data
Expand Down
4 changes: 4 additions & 0 deletions docs/src/main/sphinx/connector/druid.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
Druid connector
===============

.. raw:: html

<img src="../_static/img/druid.png" class="connector-logo">

The Druid connector allows querying an `Apache Druid <https://druid.apache.org/>`_
database from Trino.

Expand Down
4 changes: 4 additions & 0 deletions docs/src/main/sphinx/connector/elasticsearch.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ Elasticsearch connector
Overview
--------

.. raw:: html

<img src="../_static/img/elasticsearch.png" class="connector-logo">

The Elasticsearch Connector allows access to `Elasticsearch <https://www.elastic.co/products/elasticsearch>`_ data from Trino.
This document describes how to setup the Elasticsearch Connector to run SQL queries against Elasticsearch.

Expand Down
4 changes: 4 additions & 0 deletions docs/src/main/sphinx/connector/googlesheets.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
Google Sheets connector
=======================

.. raw:: html

<img src="../_static/img/google-sheets.png" class="connector-logo">

The Google Sheets connector allows reading `Google Sheets <https://www.google.com/sheets/about/>`_ spreadsheets as tables in Trino.

Configuration
Expand Down
4 changes: 4 additions & 0 deletions docs/src/main/sphinx/connector/hive.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
Hive connector
==============

.. raw:: html

<img src="../_static/img/hive.png" class="connector-logo">

.. toctree::
:maxdepth: 1
:hidden:
Expand Down
4 changes: 4 additions & 0 deletions docs/src/main/sphinx/connector/iceberg.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
Iceberg connector
=================

.. raw:: html

<img src="../_static/img/iceberg.png" class="connector-logo">

Overview
--------

Expand Down
4 changes: 4 additions & 0 deletions docs/src/main/sphinx/connector/kafka.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
Kafka connector
===============

.. raw:: html

<img src="../_static/img/kafka.png" class="connector-logo">

.. toctree::
:maxdepth: 1
:hidden:
Expand Down
4 changes: 4 additions & 0 deletions docs/src/main/sphinx/connector/kinesis.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
Kinesis connector
=================

.. raw:: html

<img src="../_static/img/kinesis.png" class="connector-logo">

`Kinesis <https://aws.amazon.com/kinesis/>`_ is Amazon's fully managed cloud-based service for real-time processing of large, distributed data streams.

This connector allows the use of Kinesis streams as tables in Trino, such that each data-blob/message
Expand Down
4 changes: 4 additions & 0 deletions docs/src/main/sphinx/connector/kudu.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
Kudu connector
==============

.. raw:: html

<img src="../_static/img/kudu.png" class="connector-logo">

The Kudu connector allows querying, inserting and deleting data in `Apache Kudu`_.

.. _Apache Kudu: https://kudu.apache.org/
Expand Down
4 changes: 4 additions & 0 deletions docs/src/main/sphinx/connector/memsql.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
SingleStore (MemSQL) connector
==============================

.. raw:: html

<img src="../_static/img/singlestore.png" class="connector-logo">

The SingleStore (formerly known as MemSQL) connector allows querying and
creating tables in an external SingleStore database.

Expand Down
4 changes: 4 additions & 0 deletions docs/src/main/sphinx/connector/mongodb.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
MongoDB connector
=================

.. raw:: html

<img src="../_static/img/mongodb.png" class="connector-logo">

The ``mongodb`` connector allows the use of `MongoDB <https://www.mongodb.com/>`_ collections as tables in Trino.


Expand Down
4 changes: 4 additions & 0 deletions docs/src/main/sphinx/connector/mysql.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
MySQL connector
===============

.. raw:: html

<img src="../_static/img/mysql.png" class="connector-logo">

The MySQL connector allows querying and creating tables in an external
`MySQL <https://www.mysql.com/>`_ instance. This can be used to join data between different
systems like MySQL and Hive, or between two different MySQL instances.
Expand Down
4 changes: 4 additions & 0 deletions docs/src/main/sphinx/connector/oracle.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
Oracle connector
================

.. raw:: html

<img src="../_static/img/oracle.png" class="connector-logo">

The Oracle connector allows querying and creating tables in an external Oracle
database. Connectors let Trino join data provided by different databases,
like Oracle and Hive, or different Oracle database instances.
Expand Down
4 changes: 4 additions & 0 deletions docs/src/main/sphinx/connector/phoenix.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
Phoenix connector
=================

.. raw:: html

<img src="../_static/img/phoenix.png" class="connector-logo">

The Phoenix connector allows querying data stored in
`Apache HBase <https://hbase.apache.org/>`_ using
`Apache Phoenix <https://phoenix.apache.org/>`_.
Expand Down
4 changes: 4 additions & 0 deletions docs/src/main/sphinx/connector/pinot.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
Pinot connector
===============

.. raw:: html

<img src="../_static/img/pinot.png" class="connector-logo">

The Pinot connector allows Trino to query data stored in
`Apache Pinot™ <https://pinot.apache.org/>`_.

Expand Down
4 changes: 4 additions & 0 deletions docs/src/main/sphinx/connector/postgresql.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
PostgreSQL connector
====================

.. raw:: html

<img src="../_static/img/postgresql.png" class="connector-logo">

The PostgreSQL connector allows querying and creating tables in an
external `PostgreSQL <https://www.postgresql.org/>`_ database. This can be used to join data between
different systems like PostgreSQL and Hive, or between different
Expand Down
4 changes: 4 additions & 0 deletions docs/src/main/sphinx/connector/prometheus.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
Prometheus connector
====================

.. raw:: html

<img src="../_static/img/prometheus.png" class="connector-logo">

The Prometheus connector allows reading
`Prometheus <https://prometheus.io/>`_
metrics as tables in Trino.
Expand Down
4 changes: 4 additions & 0 deletions docs/src/main/sphinx/connector/redis.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
Redis connector
===============

.. raw:: html

<img src="../_static/img/redis.png" class="connector-logo">

The Redis connector allows querying of live data stored in `Redis <https://redis.io/>`_. This can be
used to join data between different systems like Redis and Hive.

Expand Down
4 changes: 4 additions & 0 deletions docs/src/main/sphinx/connector/redshift.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
Redshift connector
==================

.. raw:: html

<img src="../_static/img/redshift.png" class="connector-logo">

The Redshift connector allows querying and creating tables in an
external `Amazon Redshift <https://aws.amazon.com/redshift/>`_ cluster. This can be used to join data between
different systems like Redshift and Hive, or between two different
Expand Down
4 changes: 4 additions & 0 deletions docs/src/main/sphinx/connector/sqlserver.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
SQL Server connector
====================

.. raw:: html

<img src="../_static/img/sqlserver.png" class="connector-logo">

The SQL Server connector allows querying and creating tables in an external
`Microsoft SQL Server <https://www.microsoft.com/sql-server/>`_ database. This
can be used to join data between different systems like SQL Server and Hive, or
Expand Down
Binary file added docs/src/main/sphinx/static/img/accumulo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/src/main/sphinx/static/img/bigquery.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/src/main/sphinx/static/img/cassandra.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/src/main/sphinx/static/img/clickhouse.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/src/main/sphinx/static/img/druid.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/src/main/sphinx/static/img/elasticsearch.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/src/main/sphinx/static/img/hive.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/src/main/sphinx/static/img/iceberg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/src/main/sphinx/static/img/kafka.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/src/main/sphinx/static/img/kinesis.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/src/main/sphinx/static/img/kudu.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/src/main/sphinx/static/img/mongodb.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/src/main/sphinx/static/img/mysql.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/src/main/sphinx/static/img/oracle.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/src/main/sphinx/static/img/phoenix.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/src/main/sphinx/static/img/pinot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/src/main/sphinx/static/img/postgresql.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/src/main/sphinx/static/img/prometheus.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/src/main/sphinx/static/img/redis.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/src/main/sphinx/static/img/redshift.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/src/main/sphinx/static/img/singlestore.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/src/main/sphinx/static/img/sqlserver.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6972baa

Please sign in to comment.