{"id":29823792,"url":"https://github.com/javier/influx-http-telegraf-questdb","last_synced_at":"2025-07-29T02:08:46.983Z","repository":{"id":200541383,"uuid":"705749730","full_name":"javier/influx-http-telegraf-questdb","owner":"javier","description":"Ingest data from influx http into questdb via telegraf","archived":false,"fork":false,"pushed_at":"2023-12-15T11:42:10.000Z","size":10,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2023-12-15T12:46:46.261Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","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/javier.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,"governance":null,"roadmap":null,"authors":null}},"created_at":"2023-10-16T16:09:01.000Z","updated_at":"2023-10-17T06:40:16.000Z","dependencies_parsed_at":"2023-12-15T12:49:35.900Z","dependency_job_id":null,"html_url":"https://github.com/javier/influx-http-telegraf-questdb","commit_stats":null,"previous_names":["javier/influx-http-telegraf-questdb"],"tags_count":0,"template":null,"template_full_name":null,"purl":"pkg:github/javier/influx-http-telegraf-questdb","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/javier%2Finflux-http-telegraf-questdb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/javier%2Finflux-http-telegraf-questdb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/javier%2Finflux-http-telegraf-questdb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/javier%2Finflux-http-telegraf-questdb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/javier","download_url":"https://codeload.github.com/javier/influx-http-telegraf-questdb/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/javier%2Finflux-http-telegraf-questdb/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267617643,"owners_count":24116208,"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-07-29T02:00:12.549Z","response_time":2574,"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":[],"created_at":"2025-07-29T02:08:46.376Z","updated_at":"2025-07-29T02:08:46.960Z","avatar_url":"https://github.com/javier.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Influx to QuestDB via Telegraf\n\n1. Make sure you have a questdb instance running and accepting connections on 9009 (or change the telegraf config file accordingly). You can start questdb via docker with\n```shell\n   docker run -p 9000:9000 -p 9009:9009 -p 8812:8812 -p 9003:9003 questdb/questdb:latest\n```\n   \n2. Start [telegraf](https://docs.influxdata.com/telegraf/v1/install/) with the provided config file \n```shell\n  telegraf --config telegraf_influx_to_questdb.conf\n```\n\n3. (See [Python folder](./python) if you prefer Python). Run this JAVA example. It should write one row using a data point, one using the ILP protocol, and one via a POJO. Demo data will be written into a new `temperature` table in your questdb server. You can run it via\n```shell\nmvn compile exec:java -Dexec.mainClass=example.InfluxDB2Example\n```\n\n4. After a few moments you should see your data into questdb. Connect to your questdb instance (defaults to `http://localhost:9000`) and run this query `SELECT * from temperature`. Three rows should appear, one for each method we are using at the JAVA class.\n \u003cimg width=\"615\" alt=\"image\" src=\"https://github.com/javier/influx-http-telegraf-questdb/assets/3839/3c22f44b-f6f7-44e9-9e22-24a75ae44e6e\"\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjavier%2Finflux-http-telegraf-questdb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjavier%2Finflux-http-telegraf-questdb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjavier%2Finflux-http-telegraf-questdb/lists"}