{"id":20259897,"url":"https://github.com/influxdata/influxdb-action","last_synced_at":"2025-04-11T01:32:30.721Z","repository":{"id":43645479,"uuid":"373977984","full_name":"influxdata/influxdb-action","owner":"influxdata","description":"A GitHub action for setting up and configuring InfluxDB and the InfluxDB Cloud CLI","archived":false,"fork":false,"pushed_at":"2024-05-31T17:58:18.000Z","size":15,"stargazers_count":7,"open_issues_count":7,"forks_count":16,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-24T22:42:01.518Z","etag":null,"topics":["actions","github-actions","influxdb"],"latest_commit_sha":null,"homepage":"https://influxdata.com","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/influxdata.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-06-04T23:08:27.000Z","updated_at":"2025-01-15T06:23:33.000Z","dependencies_parsed_at":"2023-01-31T00:45:15.892Z","dependency_job_id":null,"html_url":"https://github.com/influxdata/influxdb-action","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/influxdata%2Finfluxdb-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/influxdata%2Finfluxdb-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/influxdata%2Finfluxdb-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/influxdata%2Finfluxdb-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/influxdata","download_url":"https://codeload.github.com/influxdata/influxdb-action/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248027293,"owners_count":21035589,"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":["actions","github-actions","influxdb"],"created_at":"2024-11-14T11:17:09.987Z","updated_at":"2025-04-11T01:32:30.701Z","avatar_url":"https://github.com/influxdata.png","language":"Shell","readme":"# InfluxDB Action\n\nThis action downloads, installs, and configures an InfluxDB OSS instance and CLI tooling that can be used in your automation.\n\nThis downloads the specified version (or `latest` or `nightly`), and adds `influxd` and `influx` commands to `/usr/local/bin`.\n\n# Usage\n\nSee [action.yml](action.yml)\n\n### Setup and configure InfluxDB and CLI Tools\n```yaml\nsteps:\n  - name: Check out repo\n    uses: actions/checkout@v2\n  - name: Setup InfluxDB\n    uses: influxdata/influxdb-action@v3\n    with:\n      influxdb_version: latest\n      influxdb_org: influxdata\n      influxdb_user: ci_user\n      influxdb_password: password\n      influxdb_bucket: dummy\n```\n\n### Install but don't start InfluxDB (influx CLI Tooling Only)\n```yaml\nsteps:\n  - name: Check out repo\n    uses: actions/checkout@v2\n  - name: Setup InfluxDB\n    uses: influxdata/influxdb-action@v3\n    with:\n      influxdb_version: latest\n      influxdb_start: false\n```\n\n### Use a specific version of InfluxDB\n```yaml\nsteps:\n  - name: Check out repo\n    uses: actions/checkout@v2\n  - name: Setup InfluxDB\n    uses: influxdata/influxdb-action@v3\n    with:\n      influxdb_version: 2.0.7\n      influxdb_org: influxdata\n      influxdb_user: ci_user\n      influxdb_password: password\n      influxdb_bucket: dummy\n```","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finfluxdata%2Finfluxdb-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finfluxdata%2Finfluxdb-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finfluxdata%2Finfluxdb-action/lists"}