Skip to content

Commit

Permalink
Merge pull request #3537 from EnterpriseDB/docs/epas/components-proto…
Browse files Browse the repository at this point in the history
…type

EPAS: components prototype
  • Loading branch information
drothery-edb authored Feb 22, 2023
2 parents 581d047 + 9f36915 commit 04bdc9d
Show file tree
Hide file tree
Showing 8 changed files with 113 additions and 5 deletions.
19 changes: 19 additions & 0 deletions product_docs/docs/epas/14/connectors.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
title: Connecting to your database
---

We package and support a number of components to connect to your EDB Postgres Advanced Server database server. These EDB components are enhanced versions of the corresponding PostgreSQL components and are intended to support additional EDB Postgres Advanced Server capabilities.

The EDB components for connecting to your database include:

- [EDB JDBC Connector](/jdbc_connector/latest/) — provides connectivity between a Java application and a Postgres database server.

- [EDB .NET Connector](/net_connector/latest/) — provides connectivity between a .NET client application and a Postgres database server

- [EDB OCL Connector](/jdbc_connector/latest/) — provides an API similar to the Oracle Call Interface that you can use to interact with a Postgres database server.

- [EDB ODBC Connector](/odbc_connector/latest/) — allows an ODBC-compliant client application to connect to a Postgres database server




15 changes: 15 additions & 0 deletions product_docs/docs/epas/14/data_sources.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
title: Connecting to external data sources
---

We package and support a number of open source components to connect your Postgres database server to external data sources. These EDB components are enhanced versions of the corresponding PostgreSQL components and are intended to support additional EDB Postgres Advanced Server capabilities.

The EDB components for connecting to external databases include:

- [EDB Hadoop Foreign Data Wrapper](/jdbc_connector/latest/installing/) — accesses data that resides on a Hadoop file system from a Postgres database server

- [MongoDB Foreign Data Wrapper](/mongo_data_adapter/latest/) — accesses data that resides on a MongoDB database from a Postgres database server

- [MySQL Foreign Data Wrapper](/mysql_data_adapter/latest/) — accesses data that resides on a MySQL database from a Postgres database server


16 changes: 11 additions & 5 deletions product_docs/docs/epas/14/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,16 @@ navigation:
- epas_limitations
- "#Planning"
- deployment_options
- components
- "#Installing and Upgrading"
- installing
- upgrading
- uninstalling
- troubleshooting
- "#Quick Start Guides"
- epas_qs_linux_7
- epas_qs_linux_8
- epas_qs_windows
- "#Developing"
- connectors
- managing_connections
- data_sources
- "#Oracle Compatibility Guides"
- epas_compat_ora_dev_guide
- epas_compat_reference
Expand All @@ -34,10 +35,15 @@ navigation:
- epas_security_guide
- epas_guide
- edb_plus
- "#Quick Start Guides"
- epas_qs_linux_7
- epas_qs_linux_8
- epas_qs_windows
legacyRedirectsGenerated:
# This list is generated by a script. If you need add entries, use the `legacyRedirects` key.
- "/edb-docs/p/edb-postgres-advanced-server/9.6"
- "/edb-docs/p/edb-postgres-advanced-server/9.5"
---

With EDB Postgres Advanced Server, EnterpriseDB continues to lead as the only worldwide company to deliver innovative and low-cost, open-source-derived database solutions with commercial quality, ease of use, compatibility, scalability, and performance for small or large-scale enterprises.
With EDB Postgres Advanced Server, we continue to lead as the only worldwide company to deliver innovative and low-cost, open-source-derived database solutions with commercial quality, ease of use, compatibility, scalability, and performance for small or large-scale enterprises.

15 changes: 15 additions & 0 deletions product_docs/docs/epas/14/managing_connections.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
title: Managing your database connections
---

We package and support a number of open source components to manage your connections to your EDB Postgres Advanced Server database server. These EDB components are enhanced versions of the corresponding PostgreSQL components and are intended to support additional EDB Postgres Advanced Server capabilities.

The EDB components for managing your database connections include:

- [EDB PgBouncer](/pgbouncer/latest/) — a lightweight connection pooling utility for Postgres installations

- [EDB Pgpool-II](/pgpool/latest/) — acts as middleware between client applications and a Postgres database server




19 changes: 19 additions & 0 deletions product_docs/docs/epas/15/connectors.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
title: Connecting to your database
---

We package and support a number of components to connect to your EDB Postgres Advanced Server database server. These EDB components are enhanced versions of the corresponding PostgreSQL components and are intended to support additional EDB Postgres Advanced Server capabilities.

The EDB components for connecting to your database include:

- [EDB JDBC Connector](/jdbc_connector/latest/) — provides connectivity between a Java application and a Postgres database server.

- [EDB .NET Connector](/net_connector/latest/) — provides connectivity between a .NET client application and a Postgres database server

- [EDB OCL Connector](/jdbc_connector/latest/) — provides an API similar to the Oracle Call Interface that you can use to interact with a Postgres database server.

- [EDB ODBC Connector](/odbc_connector/latest/) — allows an ODBC-compliant client application to connect to a Postgres database server




15 changes: 15 additions & 0 deletions product_docs/docs/epas/15/data_sources.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
title: Connecting to external data sources
---

We package and support a number of open source components to connect your Postgres database server to external data sources. These EDB components are enhanced versions of the corresponding PostgreSQL components and are intended to support additional EDB Postgres Advanced Server capabilities.

The EDB components to connect external data sources include:

- [EDB Hadoop Foreign Data Wrapper](/jdbc_connector/latest/installing/) — accesses data that resides on a Hadoop file system from a Postgres database server

- [MongoDB Foreign Data Wrapper](/mongo_data_adapter/latest/) — accesses data that resides on a MongoDB database from a Postgres database server

- [MySQL Foreign Data Wrapper](/mysql_data_adapter/latest/) — accesses data that resides on a MySQL database from a Postgres database server


4 changes: 4 additions & 0 deletions product_docs/docs/epas/15/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ navigation:
- upgrading
- uninstalling
- troubleshooting
- "#Developing"
- connectors
- managing_connections
- data_sources
- "#Oracle Compatibility Guides"
- epas_compat_ora_dev_guide
- epas_compat_reference
Expand Down
15 changes: 15 additions & 0 deletions product_docs/docs/epas/15/managing_connections.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
title: Managing your database connections
---

We package and support a number of open source components to manage your connections to your EDB Postgres Advanced Server database server. These EDB components are enhanced versions of the corresponding PostgreSQL components and are intended to support additional EDB Postgres Advanced Server capabilities.

The EDB components for managing your database connections include:

- [EDB PgBouncer](/pgbouncer/latest/) — a lightweight connection pooling utility for Postgres installations

- [EDB Pgpool-II](/pgpool/latest/) — acts as middleware between client applications and a Postgres database server




1 comment on commit 04bdc9d

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.