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
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.
plcplc marked this conversation as resolved.
Show resolved Hide resolved

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",
Copy link
Contributor

Choose a reason for hiding this comment

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

Perhaps we should wait a bit until we release v0.4.0, and then bump the tag and the hash for all connectors (including postgres)?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

IMO we might as well merge this PR now. It'll be the same amount of work to update the hashes regardless, and at least with this PR the new logos will show up.

Copy link
Contributor

Choose a reason for hiding this comment

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

v0.4 has been released :)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

The PR is now updated to refer to v0.4.0~

Copy link
Contributor

Choose a reason for hiding this comment

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

I still see v0.2.0 here and in other places (latest_version). could you please find and replace 0.2.0 to 0.4.0?

Copy link
Contributor

Choose a reason for hiding this comment

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

Also the hash seems to be different in a few entries.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Thanks for catching this. I had forgotten the aurora connector!

I've also updated the overview.latest_version from v0.2.0 to v0.4.0.

"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.
plcplc marked this conversation as resolved.
Show resolved Hide resolved

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.
plcplc marked this conversation as resolved.
Show resolved Hide resolved

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.
plcplc marked this conversation as resolved.
Show resolved Hide resolved

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.
plcplc marked this conversation as resolved.
Show resolved Hide resolved

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
Loading