{"id":13722527,"url":"https://github.com/francois2metz/steampipe-buildpack","last_synced_at":"2025-04-12T12:06:10.345Z","repository":{"id":46696769,"uuid":"431502879","full_name":"francois2metz/steampipe-buildpack","owner":"francois2metz","description":"Steampipe buildpack","archived":false,"fork":false,"pushed_at":"2022-08-03T12:17:58.000Z","size":35,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-26T06:43:47.123Z","etag":null,"topics":["buildpack","heroku","heroku-buildpack","scalingo","steampipe"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/francois2metz.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-11-24T13:51:37.000Z","updated_at":"2024-09-25T01:46:18.000Z","dependencies_parsed_at":"2022-08-23T19:20:47.084Z","dependency_job_id":null,"html_url":"https://github.com/francois2metz/steampipe-buildpack","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/francois2metz%2Fsteampipe-buildpack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/francois2metz%2Fsteampipe-buildpack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/francois2metz%2Fsteampipe-buildpack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/francois2metz%2Fsteampipe-buildpack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/francois2metz","download_url":"https://codeload.github.com/francois2metz/steampipe-buildpack/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248565060,"owners_count":21125415,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["buildpack","heroku","heroku-buildpack","scalingo","steampipe"],"created_at":"2024-08-03T01:01:29.924Z","updated_at":"2025-04-12T12:06:10.318Z","avatar_url":"https://github.com/francois2metz.png","language":"Shell","funding_links":[],"categories":["Deploy and run"],"sub_categories":[],"readme":"# Buildpack: Steampipe\n\nRun [Steampipe][] using buildpacks.\n\nUse with [Scalingo][]: `scalingo env-set BUILDPACK_URL=https://github.com/francois2metz/steampipe-buildpack`\n\n## Configuration\n\n- `STEAMPIPE_VERSION`: the version of steampipe to install, latest by default (eg: `STEAMPIPE_VERSION=v0.15.3`)\n- `STEAMPIPE_PLUGINS`: a space delimited list of plugins to install (eg: `STEAMPIPE_PLUGINS=net github`\n\n## Procfile\n\n**With dashboard**:\n\n```\nweb: ./bin/steampipe dashboard --dashboard-port $PORT --dashboard-listen network\n```\n\n**Raw access to the postgres**\n\nAdd the [tcp addon](https://doc.scalingo.com/addons/tcp-gateway/start).\n\n```\ntcp: ./bin/steampipe service start --foreground --database-port $PORT --database-listen network\n```\n\nYou should probably set a password to the steampipe instance. Set the environment variable `STEAMPIPE_PASSWORD`.\n\n```\ntcp: ./bin/steampipe service start --foreground --database-port $PORT --database-listen network --database-password $STEAMPIPE_PASSWORD\n```\n\n## Config files\n\nYou can copy put your config files anywhere as *.spc.erb* and they will be copied to the steampipe config directory after a pass with *erb*.\n\nExample `datadog.spc.erb`:\n\n```\nconnection \"datadog\" {\n  plugin = \"datadog\"\n  api_key = \"\u003c%= ENV['DATADOG_API_KEY'] %\u003e\"\n  app_key = \"\u003c%= ENV['DATADOG_APP_KEY'] %\u003e\"\n  api_url = \"https://api.datadoghq.com/\"\n}\n```\n\n[steampipe]: https://steampipe.io/\n[scalingo]: https://scalingo.com/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffrancois2metz%2Fsteampipe-buildpack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffrancois2metz%2Fsteampipe-buildpack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffrancois2metz%2Fsteampipe-buildpack/lists"}