Skip to content

Commit

Permalink
Merge pull request #180 from stackql/feature/provider-updates
Browse files Browse the repository at this point in the history
new aws version
  • Loading branch information
jeffreyaven committed Nov 3, 2023
2 parents 95c6e2a + 4403b77 commit 2e717b0
Show file tree
Hide file tree
Showing 211 changed files with 137,474 additions and 4,775 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ A repository of `provider` interface documents supporting [stackql](https://stac

## Context


StackQL provider interface documents inform the stackql application on how to interact with a given provider (like `aws`, `azure`, `google`, etc), including what methods are available in the provider and how to invoke these using SQL semantics. Provider interface documents are `yaml` formatted, OpenAPI specifications with extensions.

The documents are versioned per provider in this repository, and built as signed and compressed as packaged artifacts. The packaged artifacts are registered and published to the StackQL Provider Registry Artifact Repository in AWS S3. The provider registry API is a [Deno Deploy](https://deno.com/deploy) application that serves the provider interface documents to the stackql application using the `REGISTRY LIST` and `REGISTRY PULL` commands.
Expand Down
Loading

0 comments on commit 2e717b0

Please sign in to comment.