Skip to content

Commit

Permalink
minor: updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
geclos committed Apr 29, 2024
1 parent 145b938 commit fb5771b
Show file tree
Hide file tree
Showing 11 changed files with 88 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/sources/athena.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@ title: 'Athena'
description: 'How to configure your Athena database'
---

## Install

Run the following command to install the connector from the root of your project:

```bash
npm install --save @latitude-data/athena-connector
```

## How to configure sources

The sources files must be inside the `queries/` folder.
Expand Down
8 changes: 8 additions & 0 deletions docs/sources/bigquery.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@ title: 'Bigquery'
description: 'How to configure your Bigquery warehouse'
---

## Install

Run the following command to install the connector from the root of your project:

```bash
npm install --save @latitude-data/bigquery-connector
```

## How to configure sources

The sources files must be inside the `queries/` folder.
Expand Down
8 changes: 8 additions & 0 deletions docs/sources/clickhouse.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@ title: 'Clickhouse'
description: 'How to configure your ClickHouse database'
---

## Install

Run the following command to install the connector from the root of your project:

```bash
npm install --save @latitude-data/clickhouse-connector
```

## How to configure sources

The sources files must be inside the `queries/` folder.
Expand Down
8 changes: 8 additions & 0 deletions docs/sources/databricks.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@ title: 'Databricks'
description: 'How to configure your Databricks warehouse'
---

## Install

Run the following command to install the connector from the root of your project:

```bash
npm install --save @latitude-data/databricks-connector
```

## How to configure sources

The sources files must be inside the `queries/` folder.
Expand Down
8 changes: 8 additions & 0 deletions docs/sources/duckdb.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@ title: 'DuckDB'
description: 'How to configure your DuckDB database'
---

## Install

Run the following command to install the connector from the root of your project:

```bash
npm install --save @latitude-data/duckdb-connector
```

## How to configure sources

The sources files must be inside the `queries/` folder.
Expand Down
8 changes: 8 additions & 0 deletions docs/sources/mssql.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@ title: 'Microsoft SQL'
description: 'How to configure your Microsoft SQL database'
---

## Install

Run the following command to install the connector from the root of your project:

```bash
npm install --save @latitude-data/mssql-connector
```

## How to configure sources

The sources files must be inside the `queries/` folder.
Expand Down
8 changes: 8 additions & 0 deletions docs/sources/mysql.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@ title: 'MySQL'
description: 'How to configure your MySQL database'
---

## Install

Run the following command to install the connector from the root of your project:

```bash
npm install --save @latitude-data/mysql-connector
```

## How to configure sources

The sources files must be inside the `queries/` folder.
Expand Down
8 changes: 8 additions & 0 deletions docs/sources/postgresql.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@ title: 'PostgreSQL'
description: 'How to configure your PostgreSQL Database'
---

## Install

Run the following command to install the connector from the root of your project:

```bash
npm install --save @latitude-data/postgresql-connector
```

## How to configure sources

The sources files must be inside the `queries/` folder.
Expand Down
8 changes: 8 additions & 0 deletions docs/sources/snowflake.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@ title: 'Snowflake'
description: 'How to configure your Snowflake warehouse'
---

## Install

Run the following command to install the connector from the root of your project:

```bash
npm install --save @latitude-data/snowflake-connector
```

## How to configure sources

The sources files must be inside the `queries/` folder.
Expand Down
8 changes: 8 additions & 0 deletions docs/sources/sqlite.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@ title: 'SQLite'
description: 'How to configure your SQLite database'
---

## Install

Run the following command to install the connector from the root of your project:

```bash
npm install --save @latitude-data/sqlite-connector
```

## How to configure sources

The sources files must be inside the `queries/` folder.
Expand Down
8 changes: 8 additions & 0 deletions docs/sources/trino.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@ title: 'Trino'
description: 'How to configure your Trino database'
---

## Install

Run the following command to install the connector from the root of your project:

```bash
npm install --save @latitude-data/trino-connector
```

## How to configure sources

The sources files must be inside the `queries/` folder.
Expand Down

0 comments on commit fb5771b

Please sign in to comment.