Skip to content

guardian/steampipe-plugin-galaxies

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A Steampipe plugin to query the Guardian of the Galaxies data

Topics

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published