{"id":15554782,"url":"https://github.com/petercinibulk/influxdb-v2-speedtest","last_synced_at":"2025-03-29T02:43:24.845Z","repository":{"id":106884234,"uuid":"393806058","full_name":"petercinibulk/influxdb-v2-speedtest","owner":"petercinibulk","description":"Internet speedtest for InfluxDB v2 and Grafana","archived":false,"fork":false,"pushed_at":"2021-08-07T23:36:24.000Z","size":7,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-03T12:50:57.239Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","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/petercinibulk.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":"2021-08-07T22:30:31.000Z","updated_at":"2023-05-21T11:26:15.000Z","dependencies_parsed_at":null,"dependency_job_id":"0031cc2d-8396-40d8-b126-a0de4fe4e5e3","html_url":"https://github.com/petercinibulk/influxdb-v2-speedtest","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/petercinibulk%2Finfluxdb-v2-speedtest","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/petercinibulk%2Finfluxdb-v2-speedtest/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/petercinibulk%2Finfluxdb-v2-speedtest/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/petercinibulk%2Finfluxdb-v2-speedtest/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/petercinibulk","download_url":"https://codeload.github.com/petercinibulk/influxdb-v2-speedtest/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246131243,"owners_count":20728299,"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":[],"created_at":"2024-10-02T15:03:06.587Z","updated_at":"2025-03-29T02:43:24.832Z","avatar_url":"https://github.com/petercinibulk.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# InfluxDB V2 Speedtest\n\nInternet speedtest for ingesting upload, download, and ping speeds to InfluxDB V2. \nCan be used to show internet speeds using Grafana.\n\nInspiration for this project came from [Speedtest-for-InfluxDB-and0Grafana](https://github.com/barrycarey/Speedtest-for-InfluxDB-and-Grafana)\n\n## Docker-Compose Example\n```\nversion: \"3.5\"\n\nservices:\n    influxdb:\n        image: influxdb:2.0.7\n        container_name: influxdb\n        restart: always\n        volumes:\n            - influxdb-volume:/var/lib/influxdb\n        environment:\n            - DOCKER_INFLUXDB_INIT_MODE=setup\n            - DOCKER_INFLUXDB_INIT_USERNAME=admin\n            - DOCKER_INFLUXDB_INIT_PASSWORD=adminpassword\n            - DOCKER_INFLUXDB_INIT_ORG=speedtest\n            - DOCKER_INFLUXDB_INIT_BUCKET=speedtest\n            - DOCKER_INFLUXDB_INIT_RETENTION=1w\n            - DOCKER_INFLUXDB_INIT_ADMIN_TOKEN=token\n\n    speedtest:\n        image: petercinibulk/influxdb-v2-speedtest:latest\n        depends_on:\n            - influxdb\n        environment: \n            - INFLUXDB_URL=http://influxdb:8086\n            - INFLUXDB_TOKEN=token\n            - INFLUXDB_ORG=speedtest\n            - INFLUXDB_BUCKET=speedtest\n        restart: always\n\nvolumes:\n    influxdb-volume:\n```\n\n### Enviroment Variables\n- INFLUXDB_URL: Required. The url for InfluxDB\n- INFLUXDB_TOKEN: Required. The token for InfluxDB\n- INFLUXDB_ORG: Required. The org for InfluxDB\n- INFLUXDB_BUCKET: Required. The bucket for InfluxDB\n- TIMEOUT_IN_SEC: Optional. The timeout after running the speedtest. Defaults to 15 minutes\n\n## Develeopment\n\nRun:\n```poetry export -f requirements.txt --output requirements.txt --without-hashes```\nwhen there is a change to dependencies so the docker image can be created without poetry to reduce size\n\n## License\n\nThis project is licensed under the [MIT License](LICENSE)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpetercinibulk%2Finfluxdb-v2-speedtest","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpetercinibulk%2Finfluxdb-v2-speedtest","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpetercinibulk%2Finfluxdb-v2-speedtest/lists"}