{"id":13513927,"url":"https://github.com/turbot/steampipe-sqlite","last_synced_at":"2025-07-28T01:34:33.616Z","repository":{"id":211935403,"uuid":"704515251","full_name":"turbot/steampipe-sqlite","owner":"turbot","description":"Steampipe SQLite is a zero-ETL engine for SQLite. Virtual tables translate queries into live API calls for cloud services and APIs. Hundreds of plugins with thousands of documented examples.","archived":false,"fork":false,"pushed_at":"2025-06-11T16:47:05.000Z","size":267,"stargazers_count":56,"open_issues_count":16,"forks_count":6,"subscribers_count":6,"default_branch":"develop","last_synced_at":"2025-06-11T18:11:34.138Z","etag":null,"topics":["aws","azure","data","devsecops","etl","gcp","golang","kubernetes","security","sql","sqlite","steampipe","steampipe-engine","zero-etl"],"latest_commit_sha":null,"homepage":"https://steampipe.io","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/turbot.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2023-10-13T12:26:32.000Z","updated_at":"2025-05-24T19:08:31.000Z","dependencies_parsed_at":"2024-01-11T14:18:45.754Z","dependency_job_id":"39ecb010-f067-49fd-87f4-43c4d9bd6b57","html_url":"https://github.com/turbot/steampipe-sqlite","commit_stats":null,"previous_names":["turbot/steampipe-sqlite"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/turbot/steampipe-sqlite","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/turbot%2Fsteampipe-sqlite","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/turbot%2Fsteampipe-sqlite/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/turbot%2Fsteampipe-sqlite/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/turbot%2Fsteampipe-sqlite/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/turbot","download_url":"https://codeload.github.com/turbot/steampipe-sqlite/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/turbot%2Fsteampipe-sqlite/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267451100,"owners_count":24089293,"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","status":"online","status_checked_at":"2025-07-27T02:00:11.917Z","response_time":82,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["aws","azure","data","devsecops","etl","gcp","golang","kubernetes","security","sql","sqlite","steampipe","steampipe-engine","zero-etl"],"created_at":"2024-08-01T05:00:40.443Z","updated_at":"2025-07-28T01:34:33.546Z","avatar_url":"https://github.com/turbot.png","language":"Go","readme":"# Steampipe SQLite\n\nA family of SQLite extensions, each derived from a [Steampipe plugin](https://hub.steampipe.io/plugins), that fetch data from cloud services and APIs.\n\n## Getting Started\n\nYou can use an installer that enables you to choose a plugin and download the SQLite extension for that plugin.\n\n**[Installation guide →](https://steampipe.io/docs/steampipe_sqlite/install)**\n\n## Examples\n\n### Select EC2 instances\n\n```sql\nselect * from aws_ec2_instance;\n```\n\n### Filter to running instances\n\n```sql\nselect * from aws_ec2_instance\nwhere instance_state='running';\n```\n\n### Select a subset of columns\n\n```sql\nselect arn, instance_state from aws_ec2_instance\nwhere instance_state='running';\n```\n\n### Limit results\n\n```sql\nselect arn, instance_state from aws_ec2_instance\nwhere instance_state='running'\nlimit 10;\n```\n## Developing\n\nTo build an extension, use the provided `Makefile`. For example, to build the AWS extension, run the following command. The built extension lands in your current directory. \n\n```bash\nmake build plugin=aws\n```\n\n## Open Source \u0026 Contributing\n\nThis repository is published under the [Apache 2.0](https://www.apache.org/licenses/LICENSE-2.0) license. Please see our [code of conduct](https://github.com/turbot/.github/blob/main/CODE_OF_CONDUCT.md). We look forward to collaborating with you!\n\n[Steampipe](https://steampipe.io) is a product produced exclusively by [Turbot HQ, Inc](https://turbot.com). It is distributed under our commercial terms. Others are allowed to make their own distribution of the software, but cannot use any of the Turbot trademarks, cloud services, etc. You can learn more in our [Open Source FAQ](https://turbot.com/open-source).\n\n","funding_links":[],"categories":["Go"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fturbot%2Fsteampipe-sqlite","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fturbot%2Fsteampipe-sqlite","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fturbot%2Fsteampipe-sqlite/lists"}