{"id":16603328,"url":"https://github.com/dbrgn/timeseries","last_synced_at":"2026-03-09T11:34:35.082Z","repository":{"id":66130166,"uuid":"49725439","full_name":"dbrgn/timeseries","owner":"dbrgn","description":"A docker based time series dashboard (InfluxDB + Grafana).","archived":false,"fork":false,"pushed_at":"2016-01-15T15:43:00.000Z","size":1,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-01-11T12:59:50.620Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dbrgn.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-01-15T15:01:33.000Z","updated_at":"2016-01-19T19:47:40.000Z","dependencies_parsed_at":"2023-03-21T13:19:56.130Z","dependency_job_id":null,"html_url":"https://github.com/dbrgn/timeseries","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dbrgn/timeseries","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbrgn%2Ftimeseries","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbrgn%2Ftimeseries/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbrgn%2Ftimeseries/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbrgn%2Ftimeseries/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dbrgn","download_url":"https://codeload.github.com/dbrgn/timeseries/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbrgn%2Ftimeseries/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30292522,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-09T11:12:22.024Z","status":"ssl_error","status_checked_at":"2026-03-09T11:10:54.577Z","response_time":61,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2024-10-12T00:49:27.897Z","updated_at":"2026-03-09T11:34:35.036Z","avatar_url":"https://github.com/dbrgn.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Timeseries\n\nA docker based time series dashboard (InfluxDB + Grafana).\n\n## Usage\n\nInitialize containers:\n\n    $ docker-compose build\n    $ docker-compose up -d\n\n### Set up InfluxDB\n\nCreate admin user:\n\n    $ curl -v -G http://localhost:8086/query \\\n        --data-urlencode \"q=CREATE USER \u003cusername\u003e WITH PASSWORD '\u003cpassword\u003e' WITH ALL PRIVILEGES\"\n\nCreate a database:\n\n    $ curl -v -G -u \u003cuser\u003e:\u003cpass\u003e http://localhost:8086/query \\\n        --data-urlencode \"q=CREATE DATABASE temperatures\"\n\nWrite some data:\n\n    $ curl -v -X POST -u \u003cuser\u003e:\u003cpass\u003e http://localhost:8086/write?db=temperatures \\\n        --data-binary 'degrees,sensor=schlafzimmer value=23.875'\n    $ curl -v -X POST -u \u003cuser\u003e:\u003cpass\u003e http://localhost:8086/write?db=temperatures \\\n        --data-binary 'degrees,sensor=schlafzimmer value=24'\n\nIf you wish, query data:\n\n    $ curl -v -G -u \u003cuser\u003e:\u003cpass\u003e http://localhost:8086/query?db=temperatures\u0026pretty=true \\\n        --data-urlencode 'q=SELECT value FROM degree' --data-urlencode 'pretty=true'\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdbrgn%2Ftimeseries","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdbrgn%2Ftimeseries","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdbrgn%2Ftimeseries/lists"}