-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Dventimihasura/add cassandra v1.0.6 (#343)
- Loading branch information
1 parent
c6b0c04
commit c004b7b
Showing
5 changed files
with
101 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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! |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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": "[email protected]", | ||
"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 | ||
} | ||
] | ||
} | ||
} |
11 changes: 11 additions & 0 deletions
11
registry/hasura/cassandra/releases/v1.0.5/connector-packaging.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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" | ||
} | ||
} |
11 changes: 11 additions & 0 deletions
11
registry/hasura/cassandra/releases/v1.0.6/connector-packaging.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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" | ||
} | ||
} |