diff --git a/registry/hasura/cassandra/README.md b/registry/hasura/cassandra/README.md new file mode 100644 index 00000000..46304d91 --- /dev/null +++ b/registry/hasura/cassandra/README.md @@ -0,0 +1,24 @@ +## Overview + +`ndc-cassandra` provides a Hasura Data Connector to the Cassandra database, +which can expose and run GraphQL queries via the Hasura v3 Project. + +- [Cassandra Connector information in the Hasura Connectors directory](https://hasura.io/connectors/cassandra) +- [GitHub repository](https://github.com/hasura/ndc-cassandra) + +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/cassandra) +for more information. + +## Usage + +Follow the [Quick Start Guide](https://hasura.io/docs/3.0/quickstart/) +to use the Cassandra 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/hasura/cassandra/logo.png b/registry/hasura/cassandra/logo.png new file mode 100644 index 00000000..cb003c2d Binary files /dev/null and b/registry/hasura/cassandra/logo.png differ diff --git a/registry/hasura/cassandra/metadata.json b/registry/hasura/cassandra/metadata.json new file mode 100644 index 00000000..45e19994 --- /dev/null +++ b/registry/hasura/cassandra/metadata.json @@ -0,0 +1,55 @@ +{ + "overview": { + "namespace": "hasura", + "description": "The Cassandra Native Data Connector allows for connecting to a Cassandra instance giving you an instant GraphQL API on top of your Cassandra data.", + "title": "Cassandra Native Data Connector", + "logo": "logo.png", + "tags": [ + "database" + ], + "latest_version": "v1.0.6" + }, + "author": { + "support_email": "support@hasura.io", + "homepage": "https://hasura.io", + "name": "Hasura" + }, + "is_verified": true, + "is_hosted_by_hasura": false, + "source_code": { + "is_open_source": true, + "repository": "https://github.com/hasura/ndc-cassandra/", + "version": [ + { + "tag": "v1.0.1", + "hash": "c12a7356e20d01559e5824f7956234a9c6f43b1e", + "is_verified": true + }, + { + "tag": "v1.0.2", + "hash": "c12a7356e20d01559e5824f7956234a9c6f43b1e", + "is_verified": true + }, + { + "tag": "v1.0.3", + "hash": "f44814dff668c51f036568299fc485fac948668e", + "is_verified": true + }, + { + "tag": "v1.0.4", + "hash": "1167fb8fb9c93fedc3ef5d9fd455338068ce0041", + "is_verified": true + }, + { + "tag": "v1.0.5", + "hash": "541027b278c7ec2a7b1f14724fc73e5f150be1cf", + "is_verified": true + }, + { + "tag": "v1.0.6", + "hash": "79d7ef00c57f5b58e5e4f27e8ec89ffc2a685ec7", + "is_verified": true + } + ] + } +} diff --git a/registry/hasura/cassandra/releases/v1.0.5/connector-packaging.json b/registry/hasura/cassandra/releases/v1.0.5/connector-packaging.json new file mode 100644 index 00000000..5a4ff274 --- /dev/null +++ b/registry/hasura/cassandra/releases/v1.0.5/connector-packaging.json @@ -0,0 +1,11 @@ +{ + "version": "1.0.5", + "uri": "https://github.com/hasura/ndc-cassandra/releases/download/v1.0.5/connector-definition.tgz", + "checksum": { + "type": "sha256", + "value": "397c56552c46344615962763c0813d64af806a7a45df114a8ae19de80113776f" + }, + "source": { + "hash": "541027b278c7ec2a7b1f14724fc73e5f150be1cf" + } +} diff --git a/registry/hasura/cassandra/releases/v1.0.6/connector-packaging.json b/registry/hasura/cassandra/releases/v1.0.6/connector-packaging.json new file mode 100644 index 00000000..f97e1b65 --- /dev/null +++ b/registry/hasura/cassandra/releases/v1.0.6/connector-packaging.json @@ -0,0 +1,11 @@ +{ + "version": "1.0.6", + "uri": "https://github.com/hasura/ndc-cassandra/releases/download/v1.0.6/connector-definition.tgz", + "checksum": { + "type": "sha256", + "value": "2a58cd03094fb6cdd9032c6cd3383e31177c77234c05db411b8fa4d7e32d52ec" + }, + "source": { + "hash": "541027b278c7ec2a7b1f14724fc73e5f150be1cf" + } +}