From 5bd76d71d2d3035ba6ee22e1d554a5f0d9284278 Mon Sep 17 00:00:00 2001 From: Philip Lykke Carlsen Date: Fri, 22 Mar 2024 08:37:24 +0100 Subject: [PATCH] Remove spanner from registry --- registry/spanner/README.md | 30 ------------------------------ registry/spanner/logo.svg | 20 -------------------- registry/spanner/metadata.json | 30 ------------------------------ 3 files changed, 80 deletions(-) delete mode 100644 registry/spanner/README.md delete mode 100644 registry/spanner/logo.svg delete mode 100644 registry/spanner/metadata.json diff --git a/registry/spanner/README.md b/registry/spanner/README.md deleted file mode 100644 index 85fe0890..00000000 --- a/registry/spanner/README.md +++ /dev/null @@ -1,30 +0,0 @@ -## 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! diff --git a/registry/spanner/logo.svg b/registry/spanner/logo.svg deleted file mode 100644 index 26365b2a..00000000 --- a/registry/spanner/logo.svg +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - Icon_24px_CloudSpanner_Color - - - - - - - - - - - - - \ No newline at end of file diff --git a/registry/spanner/metadata.json b/registry/spanner/metadata.json deleted file mode 100644 index bcf0eb74..00000000 --- a/registry/spanner/metadata.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "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.5.0" - }, - "author": { - "support_email": "support@hasura.io", - "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.5.0", - "hash": "3fa214a", - "is_verified": true - } - ] - } -}