-
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.
- Loading branch information
1 parent
5de2413
commit b628cdd
Showing
2 changed files
with
12 additions
and
110 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 |
---|---|---|
@@ -1,110 +1 @@ | ||
{ | ||
"overview": { | ||
"namespace": "hasura", | ||
"description": "The Clickhouse Native Data Connector allows for connecting to a Clickhouse instance giving you an instant GraphQL API on top of your Clickhouse data.", | ||
"title": "Clickhouse Native Data Connector", | ||
"logo": "logo.png", | ||
"tags": [ | ||
"database" | ||
], | ||
"latest_version": "v1.0.4" | ||
}, | ||
"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-clickhouse/", | ||
"version": [ | ||
{ | ||
"tag": "v1.0.4", | ||
"hash": "2702f3f3cd1b399a42d451f9fcfe75d641b1cfeb", | ||
"is_verified": true | ||
}, | ||
{ | ||
"tag": "v1.0.3", | ||
"hash": "e359aed45779b3c249c164f76cd6450c272739ce", | ||
"is_verified": true | ||
}, | ||
{ | ||
"tag": "v1.0.2", | ||
"hash": "ec2463375b9244e008005d44a2b82288867c2d4e", | ||
"is_verified": true | ||
}, | ||
{ | ||
"tag": "v1.0.1", | ||
"hash": "a5df7ec5d5a7ca65dcf6a16460dacbd0b81e39f2", | ||
"is_verified": true | ||
}, | ||
{ | ||
"tag": "v1.0.0", | ||
"hash": "3da872909893964aabaedb4659af129f0ceaa565", | ||
"is_verified": true | ||
}, | ||
{ | ||
"tag": "v0.2.11", | ||
"hash": "7ef634c61649a17deb867e5a36db4220c66f0013", | ||
"is_verified": true | ||
}, | ||
{ | ||
"tag": "v0.2.10", | ||
"hash": "dbe5b7765b1c9276e5734c8fbc5005e7b71d0500", | ||
"is_verified": true | ||
}, | ||
{ | ||
"tag": "v0.2.9", | ||
"hash": "93752f433f4e7c91f0c13d92ea9369deb97d1970", | ||
"is_verified": true | ||
}, | ||
{ | ||
"tag": "v0.2.8", | ||
"hash": "f1629f715770358e587a25f9a0ca015728d422dd", | ||
"is_verified": true | ||
}, | ||
{ | ||
"tag": "v0.2.7", | ||
"hash": "ece8fb0fcfcd9650dd5060f882baa94889eccf2e", | ||
"is_verified": true | ||
}, | ||
{ | ||
"tag": "v0.2.6", | ||
"hash": "7bafb9fd2b9c3288b6f7279c3d62793cc78d8fe0", | ||
"is_verified": true | ||
}, | ||
{ | ||
"tag": "v0.2.5", | ||
"hash": "c89d9410cf885cbfe4156c9e7bf65211144018df", | ||
"is_verified": true | ||
}, | ||
{ | ||
"tag": "v0.2.4", | ||
"hash": "cd1f81b98b264df1e20f7f84a664fb272fac19b1", | ||
"is_verified": true | ||
}, | ||
{ | ||
"tag": "v0.2.3", | ||
"hash": "97175685b51a31a5ac99672746901d0df6d4eb35", | ||
"is_verified": true | ||
}, | ||
{ | ||
"tag": "v0.2.2", | ||
"hash": "6b349d7f0e8449611a24d6b8cad34aeb3162b583", | ||
"is_verified": true | ||
}, | ||
{ | ||
"tag": "v0.2.1", | ||
"hash": "521365decd10db124c9865bd29fc4e60025a6892", | ||
"is_verified": true | ||
}, | ||
{ | ||
"tag": "v0.2.0", | ||
"hash": "4ec3b65c4fdbb37896e105ca89f8bdb1c25b277b", | ||
"is_verified": true | ||
} | ||
] | ||
} | ||
} | ||
|
11 changes: 11 additions & 0 deletions
11
registry/hasura/clickhouse/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-clickhouse/releases/download/v1.0.5/connector-definition.tgz", | ||
"checksum": { | ||
"type": "sha256", | ||
"value": "5f8112e9336165c9ba5f07545867b673951010d61981ba544192963470ed386f" | ||
}, | ||
"source": { | ||
"hash": "7ccb2f07c724596afdd33681609f722b25cad26c" | ||
} | ||
} |