Skip to content

Commit

Permalink
Merge pull request #181 from stackql/dev
Browse files Browse the repository at this point in the history
New `aws` provider
  • Loading branch information
jeffreyaven authored Nov 3, 2023
2 parents 272ad66 + 2e717b0 commit d7e4a37
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 d7e4a37

Please sign in to comment.