Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 976 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 976 Bytes

Steampipe Plugin Galaxies

A Steampipe plugin to query the Galaxies of the Guardian data.

Usage

Note

This plugin is currently in development and is not yet released.

To run this plugin locally:

  1. Clone the repository

  2. Run the setup script. This will build the plugin binary, and symlink it to the Steampipe home directory.

  3. Set the environment variable GALAXIES_BUCKET

    export GALAXIES_BUCKET=$(aws ssm get-parameter --name /INFRA/deploy/cloudquery/actions-static-site-bucket-arn --profile deployTools --region eu-west-1 | jq -r '.Parameter.Value | sub("arn:aws:s3:::"; "")')
  4. Run a query. For example:

    steampipe query "select * from galaxies.galaxies_people"

Contributing

  1. Make a code change
  2. Build the plugin go build -o dist/galaxies.plugin
  3. Run a query