{"id":18441619,"url":"https://github.com/stefanwalther/speedy","last_synced_at":"2025-10-06T08:14:51.042Z","repository":{"id":149090275,"uuid":"86114756","full_name":"stefanwalther/speedy","owner":"stefanwalther","description":"Test, track, monitor and analyze your internet speed.","archived":false,"fork":false,"pushed_at":"2022-09-13T00:52:48.000Z","size":180,"stargazers_count":41,"open_issues_count":7,"forks_count":18,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-10-05T20:52:23.582Z","etag":null,"topics":["bandwidth","docker","docker-compose","monitor","speed-test","speedtest"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/stefanwalther.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":"2017-03-24T22:12:11.000Z","updated_at":"2023-12-19T19:27:32.000Z","dependencies_parsed_at":null,"dependency_job_id":"85213cf1-5e27-45f9-87d2-99b3b391d2f4","html_url":"https://github.com/stefanwalther/speedy","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/stefanwalther/speedy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stefanwalther%2Fspeedy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stefanwalther%2Fspeedy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stefanwalther%2Fspeedy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stefanwalther%2Fspeedy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stefanwalther","download_url":"https://codeload.github.com/stefanwalther/speedy/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stefanwalther%2Fspeedy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278577968,"owners_count":26009709,"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-10-06T02:00:05.630Z","response_time":65,"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":["bandwidth","docker","docker-compose","monitor","speed-test","speedtest"],"created_at":"2024-11-06T06:38:50.180Z","updated_at":"2025-10-06T08:14:51.020Z","avatar_url":"https://github.com/stefanwalther.png","language":"JavaScript","funding_links":[],"categories":["docker"],"sub_categories":[],"readme":"# speedy\n\n\u003e A very simplistic solution to track, monitor \u0026 analyze your internet speed \u0026 bandwidth.\n\n## About\n\nYour ISP promises great bandwidth and reliability to you, but you don't fully trust?\nThen _speedy_ is the solution for you. Get more insights what you actually get for the money you pay.\n\n![Speed Tracker](./docs/images/speed.png)\n\n## Table of Contents\n\n- [Features](#features)\n- [Installation](#installation)\n  * [Prerequisites](#prerequisites)\n  * [Run it](#run-it)\n  * [Configuration](#configuration)\n  * [Reference Links](#reference-links)\n- [Developing](#developing)\n- [About](#about)\n  * [Author](#author)\n  * [Contributions](#contributions)\n  * [License](#license)\n\n_(TOC generated by [verb](https://github.com/verbose/verb) using [markdown-toc](https://github.com/jonschlinkert/markdown-toc))_\n\n## Features\n\n* Test the download \u0026 upload speed of your internet connection\n* Save the results for historic analysis\n* Ready to use dashboard to review the results\n\n## Installation\n\n### Prerequisites\n\n* Docker (e.g. [Docker for Mac](https://docs.docker.com/docker-for-mac/) or [Docker for Windows](https://docs.docker.com/docker-for-windows/))\n\n### Run it\n\nFork the repository:\n\n```sh\n$ git clone https://github.com/stefanwalther/speedy\n```\n\nThen run from the root directory:\n```sh\n$ docker-compose up -d\n```\n\nThis will essentially spin up three Docker containers:\n\n* **speedy** - Tiny node.js service to run a speed-test periodically (based on [speedtest-net](https://github.com/ddsol/speedtest.net).\n* **InfluxDB** - Time series database to store the results from speedy, based on [InfluxDB](https://github.com/influxdata/influxdb).\n* **Grafana** - Pre-Configured [Grafana](https://github.com/grafana/grafana) instance to visualize the results.\n\nAccess the resulting dashboard at:\n\n* [http://localhost:3000/dashboard/db/speed-test](http://localhost:3000/dashboard/db/speed-test)\n\n### Configuration\n\nAll configurations are stored in [configuration.env](./configuration.env)`configuration.env`.\n\n* **speedy**\n\n  - See [here](./docker/speedy/) for more details\n  - [Docker image:](https://hub.docker.com/r/stefanwalther/speedy/) `stefanwalther/speedy`\n* **speedy_infuxdb**\n\n  - [Docker image:](https://hub.docker.com/r/stefanwalther/speedy-influxdb/) `stefanwalther/speedy_influxdb`\n* **speedy_grafana**\n\n  - [Docker image: ](https://hub.docker.com/r/stefanwalther/speedy-grafana/) `stefanwalther/speedy_grafana`\n\n### Reference Links\n\n* Environment variables for InfluxDB: https://docs.influxdata.com/influxdb/v1.2/administration/config#environment-variables\n\n## Developing\n\nRun the development environment:\n\n```sh\n$ yarn dc-dev-up\n```\n\nThe development differs as follows from the example above:\n\n* Containers are build on demand (from the Dockerfiles)\n* You can work on the source code in `./docker/speedy/src` and the solution will automatically get updated (using [nodemon](https://nodemon.io/)).\n\n## About\n\n### Author\n\n**Stefan Walther**\n\n* [github/stefanwalther](https://github.com/stefanwalther)\n* [twitter/waltherstefan](http://twitter.com/waltherstefan)\n* [stefanwalther.io](http://stefanwalther.io)\n\n### Contributions\n\nContributions are always welcome. Just submit your PR.\n\n### License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstefanwalther%2Fspeedy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstefanwalther%2Fspeedy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstefanwalther%2Fspeedy/lists"}