{"id":18995621,"url":"https://github.com/turbot/steampipe-plugin-chaosratelimit","last_synced_at":"2026-05-17T02:09:01.882Z","repository":{"id":184266251,"uuid":"671589426","full_name":"turbot/steampipe-plugin-chaosratelimit","owner":"turbot","description":"Chaos Rate Limit Plugin for testing Steampipe with the craziest edge cases we can think of. Open source CLI. No DB required.","archived":false,"fork":false,"pushed_at":"2024-06-25T20:22:39.000Z","size":289,"stargazers_count":0,"open_issues_count":4,"forks_count":0,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-01-01T16:24:29.305Z","etag":null,"topics":["postgresql","postgresql-fdw","sql","steampipe","steampipe-plugin"],"latest_commit_sha":null,"homepage":"https://hub.steampipe.io/plugins/turbot/chaosratelimit","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}},"created_at":"2023-07-27T17:02:19.000Z","updated_at":"2024-06-19T13:00:07.000Z","dependencies_parsed_at":null,"dependency_job_id":"2a8050d2-38df-4c0a-8871-4714fe4d126e","html_url":"https://github.com/turbot/steampipe-plugin-chaosratelimit","commit_stats":null,"previous_names":["turbot/steampipe-plugin-chaosratelimit"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/turbot%2Fsteampipe-plugin-chaosratelimit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/turbot%2Fsteampipe-plugin-chaosratelimit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/turbot%2Fsteampipe-plugin-chaosratelimit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/turbot%2Fsteampipe-plugin-chaosratelimit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/turbot","download_url":"https://codeload.github.com/turbot/steampipe-plugin-chaosratelimit/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240010509,"owners_count":19733514,"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":["postgresql","postgresql-fdw","sql","steampipe","steampipe-plugin"],"created_at":"2024-11-08T17:32:04.773Z","updated_at":"2026-04-16T06:30:17.141Z","avatar_url":"https://github.com/turbot.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n    \u003ch1 align=\"center\"\u003eChaos Rate Limit Plugin for Steampipe\u003c/h1\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca aria-label=\"Steampipe logo\" href=\"https://steampipe.io\"\u003e\n    \u003cimg src=\"https://steampipe.io/images/steampipe_logo_wordmark_padding.svg\" height=\"28\"\u003e\n  \u003c/a\u003e\n  \u003ca aria-label=\"Plugin version\" href=\"https://hub.steampipe.io/plugins/turbot/chaos\"\u003e\n    \u003cimg alt=\"\" src=\"https://img.shields.io/static/v1?label=turbot/chaos\u0026message=v0.0.3\u0026style=for-the-badge\u0026labelColor=777777\u0026color=F3F1F0\"\u003e\n  \u003c/a\u003e\n  \u0026nbsp;\n  \u003ca aria-label=\"License\" href=\"LICENSE\"\u003e\n    \u003cimg alt=\"\" src=\"https://img.shields.io/static/v1?label=license\u0026message=Apache-2.0\u0026style=for-the-badge\u0026labelColor=777777\u0026color=F3F1F0\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n# Chaos Plugin for Steampipe\n\nUse SQL to query all column types table, all numeric column type table and more to test your plugins.\n\n- **[Get started →](https://hub.steampipe.io/plugins/turbot/chaos)**\n- Documentation: [Table definitions \u0026 examples](https://hub.steampipe.io/plugins/\nturbot/chaos/tables)\n- Community: [Slack Channel](https://join.slack.com/t/steampipe/shared_invite/zt-oij778tv-lYyRTWOTMQYBVAbtPSWs3g)\n- Get involved: [Issues](https://github.com/turbot/steampipe-plugin-chaos/issues)\n\n## Quick start\n\nInstall the plugin with [Steampipe](https://steampipe.io):\n\n```shell\nsteampipe plugin install chaos\n```\n\nRun a query:\n\n```sql\nselect\n  id,\n  string_column,\n  json_column\nfrom\n  chaos_all_column_types\nwhere\n  id = '10';\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-chaos.git\ncd steampipe-plugin-chaos\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/chaos.spc\n```\n\nTry it!\n\n```\nsteampipe query\n\u003e .inspect chaos\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## Contributing\n\nPlease see the [contribution guidelines](https://github.com/turbot/steampipe/blob/main/CONTRIBUTING.md) and our [code of conduct](https://github.com/turbot/steampipe/blob/main/CODE_OF_CONDUCT.md). All contributions are subject to the [Apache 2.0 open source license](https://github.com/turbot/steampipe-plugin-chaos/blob/main/LICENSE).\n\n`help wanted` issues:\n\n- [Steampipe](https://github.com/turbot/steampipe/labels/help%20wanted)\n- [Chaos Plugin](https://github.com/turbot/steampipe-plugin-chaos/labels/help%20wanted)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fturbot%2Fsteampipe-plugin-chaosratelimit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fturbot%2Fsteampipe-plugin-chaosratelimit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fturbot%2Fsteampipe-plugin-chaosratelimit/lists"}