{"id":18995759,"url":"https://github.com/turbot/steampipe-plugin-digitalocean","last_synced_at":"2025-04-22T13:48:20.519Z","repository":{"id":39790686,"uuid":"331306507","full_name":"turbot/steampipe-plugin-digitalocean","owner":"turbot","description":"Use SQL to instantly query droplets, VPCs, users and more from DigitalOcean. Open source CLI. No DB required.","archived":false,"fork":false,"pushed_at":"2025-04-17T21:13:54.000Z","size":450,"stargazers_count":9,"open_issues_count":6,"forks_count":0,"subscribers_count":9,"default_branch":"main","last_synced_at":"2025-04-18T11:07:10.570Z","etag":null,"topics":["backup","digitalocean","digitalocean-api","doctl","etl","hacktoberfest","postgresql","postgresql-fdw","sql","sqlite","steampipe","steampipe-plugin","zero-etl"],"latest_commit_sha":null,"homepage":"https://hub.steampipe.io/plugins/turbot/digitalocean","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":"CHANGELOG.md","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":"2021-01-20T12:53:46.000Z","updated_at":"2025-04-17T20:51:15.000Z","dependencies_parsed_at":"2025-04-17T21:52:59.465Z","dependency_job_id":"b4438eef-0e68-4d78-9ce1-4403b538113d","html_url":"https://github.com/turbot/steampipe-plugin-digitalocean","commit_stats":{"total_commits":62,"total_committers":17,"mean_commits":"3.6470588235294117","dds":0.7258064516129032,"last_synced_commit":"92b697cbb8657a950b172611408723229bf500fe"},"previous_names":[],"tags_count":23,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/turbot%2Fsteampipe-plugin-digitalocean","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/turbot%2Fsteampipe-plugin-digitalocean/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/turbot%2Fsteampipe-plugin-digitalocean/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/turbot%2Fsteampipe-plugin-digitalocean/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/turbot","download_url":"https://codeload.github.com/turbot/steampipe-plugin-digitalocean/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250251744,"owners_count":21399876,"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":["backup","digitalocean","digitalocean-api","doctl","etl","hacktoberfest","postgresql","postgresql-fdw","sql","sqlite","steampipe","steampipe-plugin","zero-etl"],"created_at":"2024-11-08T17:32:41.010Z","updated_at":"2025-04-22T13:48:20.497Z","avatar_url":"https://github.com/turbot.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"![image](https://hub.steampipe.io/images/plugins/turbot/do-social-graphic.png)\n\n# DigitalOcean Plugin for Steampipe\n\nUse SQL to query infrastructure including servers, networks, identity and more from DigitalOcean.\n\n- **[Get started →](https://hub.steampipe.io/plugins/turbot/digitalocean)**\n- Documentation: [Table definitions \u0026 examples](https://hub.steampipe.io/plugins/turbot/digitalocean/tables)\n- Community: [Join #steampipe on Slack →](https://turbot.com/community/join)\n- Get involved: [Issues](https://github.com/turbot/steampipe-plugin-digitalocean/issues)\n\n## Quick Start\n\nInstall the plugin with [Steampipe](https://steampipe.io):\n\n```shell\nsteampipe plugin install digitalocean\n```\n\nRun a query:\n\n```sql\nselect\n  name,\n  engine,\n  version\nfrom\n  digitalocean_database;\n```\n\n## Developing\n\nPrerequisites:\n\n- [Steampipe](https://steampipe.io/downloads)\n- [Golang](https://golang.org/doc/install)\n\nClone:\n\n```sh\ngit clone https://github.com/turbot/steampipe-plugin-digitalocean.git\ncd steampipe-plugin-digitalocean\n```\n\nBuild, which automatically installs the new version to your `~/.steampipe/plugins` directory:\n\n```\nmake\n```\n\nConfigure the plugin:\n\n```\ncp config/* ~/.steampipe/config\nvi ~/.steampipe/config/digitalocean.spc\n```\n\nTry it!\n\n```\nsteampipe query\n\u003e .inspect digitalocean\n```\n\nFurther reading:\n\n- [Writing plugins](https://steampipe.io/docs/develop/writing-plugins)\n- [Writing your first table](https://steampipe.io/docs/develop/writing-your-first-table)\n\n## Open Source \u0026 Contributing\n\nThis repository is published under the [Apache 2.0](https://www.apache.org/licenses/LICENSE-2.0) (source code) and [CC BY-NC-ND](https://creativecommons.org/licenses/by-nc-nd/2.0/) (docs) licenses. 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 from this open source software, 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## Get Involved\n\n**[Join #steampipe on Slack →](https://turbot.com/community/join)**\n\nWant to help but don't know where to start? Pick up one of the `help wanted` issues:\n\n- [Steampipe](https://github.com/turbot/steampipe/labels/help%20wanted)\n- [DigitalOcean Plugin](https://github.com/turbot/steampipe-plugin-digitalocean/labels/help%20wanted)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fturbot%2Fsteampipe-plugin-digitalocean","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fturbot%2Fsteampipe-plugin-digitalocean","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fturbot%2Fsteampipe-plugin-digitalocean/lists"}