Skip to content

Commit

Permalink
added registration automation files for elasticsearch (#236)
Browse files Browse the repository at this point in the history
  • Loading branch information
gneeri authored Aug 13, 2024
1 parent 765197a commit 8a2bb13
Show file tree
Hide file tree
Showing 6 changed files with 67 additions and 12 deletions.
24 changes: 12 additions & 12 deletions registry/hasura/elasticsearch/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,18 @@ Below, you'll find a matrix of all supported features for the Elasticsearch conn
<!-- DocDB matrix -->

| Feature | Supported | Notes |
| ------------------------------- | --------- | ----- |
| Native Queries + Logical Models | | |
| Simple Object Query | | |
| Filter / Search | | |
| Simple Aggregation | | |
| Sort | | |
| Paginate | | |
| Nested Objects | | |
| Nested Arrays | | |
| Nested Filtering | | |
| Nested Sorting | | |
| Nested Relationships | | |
| ------------------------------- | -------- | ----- |
| Native Queries + Logical Models | | |
| Simple Object Query || |
| Filter / Search || |
| Simple Aggregation || |
| Sort || |
| Paginate || |
| Nested Objects || |
| Nested Arrays || |
| Nested Filtering || |
| Nested Sorting || |
| Nested Relationships || |


## Before you get Started
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"version": "0.1.0",
"uri": "https://github.com/hasura/ndc-elasticsearch/releases/download/v0.1.0/connector-definition.tgz",
"checksum": {
"type": "sha256",
"value": "a856e10b6b30b516db2bb38af08037ad5db32bfd4ec072270fb8685872e13d5b"
},
"source": {
"hash": "4c6fabedaf3a28cdd6c55a18a37e1db974a83262"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"version": "0.1.1",
"uri": "https://github.com/hasura/ndc-elasticsearch/releases/download/v0.1.1/connector-definition.tgz",
"checksum": {
"type": "sha256",
"value": "60629c9b24467fa4ed58c87732410203eedbdee31cdd18e90c635f10d23a8e23"
},
"source": {
"hash": "413a2a4ddfd1910757c40c38e9a18148bc3b3bdc"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"version": "0.2.0",
"uri": "https://github.com/hasura/ndc-elasticsearch/releases/download/v0.2.0/connector-definition.tgz",
"checksum": {
"type": "sha256",
"value": "7ba4762ae3863a2ea149a5ecf4a93f19a7889f9d36dde27b1cb60b6758ad0e3a"
},
"source": {
"hash": "f5938f8c76829de7f16cf291c95a06f590b16d9a"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"version": "1.0.0",
"uri": "https://github.com/hasura/ndc-elasticsearch/releases/download/v1.0.0/connector-definition.tgz",
"checksum": {
"type": "sha256",
"value": "6ca06b00361a272b0afd7ce5ac314a12460b9c99336e43a4a317de00f00ae6ae"
},
"source": {
"hash": "9f1f508f551b4a9dec02c49e3312f38c24bb16c4"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"version": "1.0.1",
"uri": "https://github.com/hasura/ndc-elasticsearch/releases/download/v1.0.1/connector-definition.tgz",
"checksum": {
"type": "sha256",
"value": "83b0b4f5b1f60a50e303f6354c4d48d397fc7d0a361eb8a14d8fe11b63fe6abd"
},
"source": {
"hash": "72fad205f57e88781da6acafe1e03a7d220467c7"
}
}

0 comments on commit 8a2bb13

Please sign in to comment.