Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Postgres variant logos #114

Merged
merged 13 commits into from
Mar 5, 2024
8 changes: 1 addition & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,7 @@ authorization out of the box on any data-source (DBs, APIs).

## Registry

There are some connectors you can start trying out today, and we'll gradually add more to this list:

1. [hasura/ndc-clickhouse](https://github.com/hasura/ndc-clickhouse)
1. [hasura/ndc-postgres](https://github.com/hasura/ndc-postgres)
2. [hasura/ndc-qdrant](https://github.com/hasura/ndc-qdrant)
3. [hasura/ndc-sendgrid](https://github.com/hasura/ndc-sendgrid)
4. [hasura/ndc-typescript-deno](https://github.com/hasura/ndc-typescript-deno)
The connectors currently supported all have an entry in the [registry](/registry) folder.

## SDK & Guides

Expand Down
31 changes: 31 additions & 0 deletions registry/aurora/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
## Overview

`ndc-postgres` provides a Hasura Data Connector to the PostgreSQL database,
which can expose and run GraphQL queries via the Hasura v3 Project.


- [PostgreSQL Connector information in the Hasura Connectors directory](https://hasura.io/connectors/postgres)
- [GitHub repository](https://github.com/hasura/ndc-postgres)

The connector implements the [NDC Specification](https://hasura.github.io/ndc-spec/overview.html),
but does not currently support column relationship arguments in queries, or functions.

Visit the
[Hasura v3 Documentation](https://hasura.io/docs/3.0/native-data-connectors/postgresql)
for more information.

The connector supports the [AWS Aurora](https://aws.amazon.com/rds/aurora/) Postgres-compatible database offering.

## Deployment

The connector is hosted by Hasura and can be used from the [Hasura v3 Console](https://console.hasura.io).

## Usage

Follow the [Quick Start Guide](https://hasura.io/docs/3.0/quickstart/)
To use the PostgreSQL data connector from the [Hasura v3 Console](https://console.hasura.io).

## Troubleshooting

Please [submit a Github issue](https://github.com/hasura/graphql-engine/issues/new)
if you encounter any problems!
22 changes: 22 additions & 0 deletions registry/aurora/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
30 changes: 30 additions & 0 deletions registry/aurora/metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"overview": {
"namespace": "hasura",
"description": "Connect to a PostgreSQL database and expose them to Hasura v3 Project",
"title": "(AWS Aurora) PostgreSQL Native Data Connector",
"logo": "logo.svg",
"tags": [
"database"
],
"latest_version": "v0.4.0"
},
"author": {
"support_email": "[email protected]",
"homepage": "https://hasura.io",
"name": "Hasura"
},
"is_verified": true,
"is_hosted_by_hasura": true,
"source_code": {
"is_open_source": true,
"repository": "https://github.com/hasura/ndc-postgres",
"version": [
{
"tag": "v0.4.0",
"hash": "8d304a83c5d41135d992132b77763d26f27803be",
"is_verified": true
}
]
}
}
30 changes: 30 additions & 0 deletions registry/citus/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
## Overview

`ndc-postgres` provides a Hasura Data Connector to the PostgreSQL database,
which can expose and run GraphQL queries via the Hasura v3 Project.

- [PostgreSQL Connector information in the Hasura Connectors directory](https://hasura.io/connectors/postgres)
- [GitHub repository](https://github.com/hasura/ndc-postgres)

The connector implements the [NDC Specification](https://hasura.github.io/ndc-spec/overview.html),
but does not currently support column relationship arguments in queries, or functions.

Visit the
[Hasura v3 Documentation](https://hasura.io/docs/3.0/native-data-connectors/postgresql)
for more information.

The connector supports the Citus database extensions to PostgreSQL.

## Deployment

The connector is hosted by Hasura and can be used from the [Hasura v3 Console](https://console.hasura.io).

## Usage

Follow the [Quick Start Guide](https://hasura.io/docs/3.0/quickstart/)
To use the PostgreSQL data connector from the [Hasura v3 Console](https://console.hasura.io).

## Troubleshooting

Please [submit a Github issue](https://github.com/hasura/graphql-engine/issues/new)
if you encounter any problems!
38 changes: 38 additions & 0 deletions registry/citus/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
30 changes: 30 additions & 0 deletions registry/citus/metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"overview": {
"namespace": "hasura",
"description": "Connect to a PostgreSQL database and expose them to Hasura v3 Project",
"title": "(Citus) PostgreSQL Native Data Connector",
"logo": "logo.svg",
"tags": [
"database"
],
"latest_version": "v0.4.0"
},
"author": {
"support_email": "[email protected]",
"homepage": "https://hasura.io",
"name": "Hasura"
},
"is_verified": true,
"is_hosted_by_hasura": true,
"source_code": {
"is_open_source": true,
"repository": "https://github.com/hasura/ndc-postgres",
"version": [
{
"tag": "v0.4.0",
"hash": "8d304a83c5d41135d992132b77763d26f27803be",
"is_verified": true
}
]
}
}
30 changes: 30 additions & 0 deletions registry/cockroach/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
## Overview

`ndc-postgres` provides a Hasura Data Connector to the PostgreSQL database,
which can expose and run GraphQL queries via the Hasura v3 Project.

- [PostgreSQL Connector information in the Hasura Connectors directory](https://hasura.io/connectors/postgres)
- [GitHub repository](https://github.com/hasura/ndc-postgres)

The connector implements the [NDC Specification](https://hasura.github.io/ndc-spec/overview.html),
but does not currently support column relationship arguments in queries, or functions.

Visit the
[Hasura v3 Documentation](https://hasura.io/docs/3.0/native-data-connectors/postgresql)
for more information.

The connector supports the [CockroachDB](https://www.cockroachlabs.com/) PostgreSQL-compatible database.

## Deployment

The connector is hosted by Hasura and can be used from the [Hasura v3 Console](https://console.hasura.io).

## Usage

Follow the [Quick Start Guide](https://hasura.io/docs/3.0/quickstart/)
To use the PostgreSQL data connector from the [Hasura v3 Console](https://console.hasura.io).

## Troubleshooting

Please [submit a Github issue](https://github.com/hasura/graphql-engine/issues/new)
if you encounter any problems!
Binary file added registry/cockroach/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
30 changes: 30 additions & 0 deletions registry/cockroach/metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"overview": {
"namespace": "hasura",
"description": "Connect to a PostgreSQL database and expose them to Hasura v3 Project",
"title": "(CockroachDB) PostgreSQL Native Data Connector",
"logo": "logo.png",
"tags": [
"database"
],
"latest_version": "v0.4.0"
},
"author": {
"support_email": "[email protected]",
"homepage": "https://hasura.io",
"name": "Hasura"
},
"is_verified": true,
"is_hosted_by_hasura": true,
"source_code": {
"is_open_source": true,
"repository": "https://github.com/hasura/ndc-postgres",
"version": [
{
"tag": "v0.4.0",
"hash": "8d304a83c5d41135d992132b77763d26f27803be",
"is_verified": true
}
]
}
}
30 changes: 30 additions & 0 deletions registry/neon/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
## Overview

`ndc-postgres` provides a Hasura Data Connector to the PostgreSQL database,
which can expose and run GraphQL queries via the Hasura v3 Project.

- [PostgreSQL Connector information in the Hasura Connectors directory](https://hasura.io/connectors/postgres)
- [GitHub repository](https://github.com/hasura/ndc-postgres)

The connector implements the [NDC Specification](https://hasura.github.io/ndc-spec/overview.html),
but does not currently support column relationship arguments in queries, or functions.

Visit the
[Hasura v3 Documentation](https://hasura.io/docs/3.0/native-data-connectors/postgresql)
for more information.

The connector supports the [Neon](https://neon.tech/) PostgreSQL database offering.

## Deployment

The connector is hosted by Hasura and can be used from the [Hasura v3 Console](https://console.hasura.io).

## Usage

Follow the [Quick Start Guide](https://hasura.io/docs/3.0/quickstart/)
To use the PostgreSQL data connector from the [Hasura v3 Console](https://console.hasura.io).

## Troubleshooting

Please [submit a Github issue](https://github.com/hasura/graphql-engine/issues/new)
if you encounter any problems!
1 change: 1 addition & 0 deletions registry/neon/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
30 changes: 30 additions & 0 deletions registry/neon/metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"overview": {
"namespace": "hasura",
"description": "Connect to a PostgreSQL database and expose them to Hasura v3 Project",
"title": "(Neon) PostgreSQL Native Data Connector",
"logo": "logo.svg",
"tags": [
"database"
],
"latest_version": "v0.4.0"
},
"author": {
"support_email": "[email protected]",
"homepage": "https://hasura.io",
"name": "Hasura"
},
"is_verified": true,
"is_hosted_by_hasura": true,
"source_code": {
"is_open_source": true,
"repository": "https://github.com/hasura/ndc-postgres",
"version": [
{
"tag": "v0.4.0",
"hash": "8d304a83c5d41135d992132b77763d26f27803be",
"is_verified": true
}
]
}
}
6 changes: 3 additions & 3 deletions registry/postgres/metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"overview": {
"namespace":"hasura",
"namespace": "hasura",
"description": "Connect to a PostgreSQL database and expose them to Hasura v3 Project",
"title": "PostgreSQL Native Data Connector",
"logo": "logo.png",
Expand All @@ -21,8 +21,8 @@
"repository": "https://github.com/hasura/ndc-postgres",
"version": [
{
"tag": "v0.2.0",
"hash": "98801634b0e1396c933188eef88178952f412a8c",
"tag": "v0.4.0",
"hash": "8d304a83c5d41135d992132b77763d26f27803be",
"is_verified": true
}
]
Expand Down
30 changes: 30 additions & 0 deletions registry/spanner/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
## Overview

`ndc-postgres` provides a Hasura Data Connector to the PostgreSQL database,
which can expose and run GraphQL queries via the Hasura v3 Project.

- [PostgreSQL Connector information in the Hasura Connectors directory](https://hasura.io/connectors/postgres)
- [GitHub repository](https://github.com/hasura/ndc-postgres)

The connector implements the [NDC Specification](https://hasura.github.io/ndc-spec/overview.html),
but does not currently support column relationship arguments in queries, or functions.

Visit the
[Hasura v3 Documentation](https://hasura.io/docs/3.0/native-data-connectors/postgresql)
for more information.

The connector supports the [Google Spanner](https://cloud.google.com/spanner) PostgreSQL-compatible database.

## Deployment

The connector is hosted by Hasura and can be used from the [Hasura v3 Console](https://console.hasura.io).

## Usage

Follow the [Quick Start Guide](https://hasura.io/docs/3.0/quickstart/)
To use the PostgreSQL data connector from the [Hasura v3 Console](https://console.hasura.io).

## Troubleshooting

Please [submit a Github issue](https://github.com/hasura/graphql-engine/issues/new)
if you encounter any problems!
Loading
Loading