Skip to content

Commit

Permalink
Postgres variant logos
Browse files Browse the repository at this point in the history
  • Loading branch information
plcplc committed Mar 4, 2024
1 parent 35f8388 commit 5317b3f
Show file tree
Hide file tree
Showing 18 changed files with 493 additions and 0 deletions.
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 mutations, column relationship arguments in queries, functions or procedures.

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.2.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.2.0",
"hash": "98801634b0e1396c933188eef88178952f412a8c",
"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 mutations, column relationship arguments in queries, functions or procedures.

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.2.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.2.0",
"hash": "98801634b0e1396c933188eef88178952f412a8c",
"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 mutations, column relationship arguments in queries, functions or procedures.

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.2.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.2.0",
"hash": "98801634b0e1396c933188eef88178952f412a8c",
"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 mutations, column relationship arguments in queries, functions or procedures.

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.2.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.2.0",
"hash": "98801634b0e1396c933188eef88178952f412a8c",
"is_verified": true
}
]
}
}
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 mutations, column relationship arguments in queries, functions or procedures.

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!
20 changes: 20 additions & 0 deletions registry/spanner/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/spanner/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": "(Google Spanner) PostgreSQL Native Data Connector",
"logo": "logo.svg",
"tags": [
"database"
],
"latest_version": "v0.2.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.2.0",
"hash": "98801634b0e1396c933188eef88178952f412a8c",
"is_verified": true
}
]
}
}
Loading

0 comments on commit 5317b3f

Please sign in to comment.