Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
AmebaBrain committed Dec 12, 2024
2 parents 3a7d063 + 75ef29e commit cb4c22f
Show file tree
Hide file tree
Showing 4 changed files with 55 additions and 9 deletions.
3 changes: 3 additions & 0 deletions docs/images/advanced_settings.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 9 additions & 5 deletions docs/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,16 @@ It is very similar to `Import Schema` tab, but instead of selecting schema, you
`Import Table` tab functionality is under development.

### Advanced Settings
`Datero` supports full set of individual connection parameters for each connector on an API level.
In this section user will be able to specify or override any of the default parameters.

!!! info
`Advanced` tab functionality is under development.
`Datero` supports full set of the connector parameters.
In this section user will be able to override any of them.
There is a FDW specification project which specifies all the parameters for each connector.
It's available on [github :octicons-tab-external-16:](https://github.com/chumaky/postgres-fdw-spec){: target="_blank" rel="noopener noreferrer" }.
Datero uses this specification to generate displayed list of options.

<figure markdown>
![Connector settings](./images/advanced_settings.jpg){ loading=lazy }
<figcaption>Connector settings</figcaption>
</figure>

## Query Data
After you created connections to the sources, you can query data from them.
Expand Down
45 changes: 42 additions & 3 deletions docs/releases/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,50 @@ Wasn't publicly released.


## Datero Engine
Latest Datero Engine release with the `latest` tag is identical to the `16.2` tag.
Latest Datero Engine release with the `latest` tag is identical to the `16.6` tag.

### 16.6
Release date: 2024-12-06
Docker image: [chumaky/datero_engine:16.6 :octicons-tab-external-16:](https://hub.docker.com/r/chumaky/datero_engine/tags?page=1&name=16.6){: target="_blank" rel="noopener noreferrer" }

Included Foreign Data Wrappers:

FDW|Version
-|-
mysql_fdw|2.9.1
oracle_fdw|2.7.0
sqlite_fdw|2.4.0
mongo_fdw|5.5.1
tds_fdw|2.0.4
redis_fdw|16.6.0 (REL_16_STABLE branch)
duckdb_fdw|1.1.2
postgres_fdw|16.6.0 (built-in)
file_fdw|16.6.0 (built-in)


### 16.3
Release date: 2024-07-12
Docker image: [chumaky/datero_engine:16.3 :octicons-tab-external-16:](https://hub.docker.com/r/chumaky/datero_engine/tags?page=1&name=16.3){: target="_blank" rel="noopener noreferrer" }

Features upgrade for the `duckdb_fdw` connector to the stable `1.0.0` DuckDB release.

Included Foreign Data Wrappers:

FDW|Version
-|-
mysql_fdw|2.9.1
oracle_fdw|2.6.0
sqlite_fdw|2.4.0
mongo_fdw|5.5.1
tds_fdw|2.0.3 (master branch)
redis_fdw|16.3.0 (REL_16_STABLE branch)
duckdb_fdw|1.0.0
postgres_fdw|16.3.0 (built-in)
file_fdw|16.3.0 (built-in)


### 16.2
Release date: 2024-03-01
Last updated: 2024-05-01
Docker image: [chumaky/datero_engine:16.2 :octicons-tab-external-16:](https://hub.docker.com/r/chumaky/datero_engine/tags?page=1&name=16.2){: target="_blank" rel="noopener noreferrer" }

Included Foreign Data Wrappers:
Expand All @@ -78,7 +117,7 @@ redis_fdw|16.2.0 (REL_16_STABLE branch)
duckdb_fdw|2.1.1 (ahuarte47:main_9x-10x-support branch)
postgres_fdw|16.2.0 (built-in)
file_fdw|16.2.0 (built-in)


### 15.2
Release date: 2023-04-15
Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ nav:
- Home: index.md
- Overview: overview.md
- Installation: installation.md
- Configuration: administration/configuration.md
- Tutorial: tutorial.md
- Connectors:
- connectors/index.md
Expand Down Expand Up @@ -133,6 +134,5 @@ nav:
- AKS: clouds/azure/aks.md
- Administration:
- administration/index.md
- Configuration: administration/configuration.md
- IPv6 Support: administration/ipv6.md
- Releases: releases/index.md

0 comments on commit cb4c22f

Please sign in to comment.