{"id":37441583,"url":"https://github.com/jerrinot/flink-connector-questdb","last_synced_at":"2026-01-16T06:45:15.852Z","repository":{"id":58260749,"uuid":"530304596","full_name":"jerrinot/flink-connector-questdb","owner":"jerrinot","description":"Apache Flink Table \u0026 SQL Connector for QuestDB","archived":false,"fork":false,"pushed_at":"2022-09-09T07:09:03.000Z","size":56,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-08-09T23:55:55.396Z","etag":null,"topics":["flink","questdb","stream-processing","streaming","time-series"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jerrinot.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-08-29T16:35:42.000Z","updated_at":"2022-08-30T21:54:29.000Z","dependencies_parsed_at":"2023-01-18T02:00:51.472Z","dependency_job_id":null,"html_url":"https://github.com/jerrinot/flink-connector-questdb","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/jerrinot/flink-connector-questdb","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jerrinot%2Fflink-connector-questdb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jerrinot%2Fflink-connector-questdb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jerrinot%2Fflink-connector-questdb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jerrinot%2Fflink-connector-questdb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jerrinot","download_url":"https://codeload.github.com/jerrinot/flink-connector-questdb/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jerrinot%2Fflink-connector-questdb/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28477942,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-16T06:30:42.265Z","status":"ssl_error","status_checked_at":"2026-01-16T06:30:16.248Z","response_time":107,"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":["flink","questdb","stream-processing","streaming","time-series"],"created_at":"2026-01-16T06:45:15.767Z","updated_at":"2026-01-16T06:45:15.837Z","avatar_url":"https://github.com/jerrinot.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Java CI with Maven](https://github.com/jerrinot/flink-connector-questdb/actions/workflows/ci.yml/badge.svg)](https://github.com/jerrinot/flink-connector-questdb/actions/workflows/ci.yml)\n[![Maven](https://maven-badges.herokuapp.com/maven-central/info.jerrinot/flink-connector-questdb/badge.png)](https://maven-badges.herokuapp.com/maven-central/info.jerrinot/flink-connector-questdb)\n\n# ⚠️ Deprecation Notice ⚠️\n### This repository is no longer maintained. The project has been transfered to the [QuestDB organization](https://github.com/questdb/flink-questdb-connector) and it's maintained there.\n\n\n# flink-connector-questdb\nApache Flink Table \u0026amp; SQL Connector for QuestDB\n\n[Apache Flink](https://nightlies.apache.org/flink/flink-docs-master/docs/connectors/table/overview/) Sink for QuestDB via [ILP protocol](https://questdb.io/docs/develop/insert-data#influxdb-line-protocol). \n\n## Example\n1. Start [local QuestDB](https://questdb.io/docs/get-started/docker)\n2. Start [install and start Apache Flink](https://nightlies.apache.org/flink/flink-docs-master/docs/try-flink/local_installation/)\n3. Start Apache Flink [SQL Console](https://nightlies.apache.org/flink/flink-docs-master/docs/dev/table/sqlclient/)\n4. Create a dynamic table in Flink SQL Console:\n```sql\nCREATE TABLE questTable (a BIGINT NOT NULL, b STRING) WITH (\n'connector'='questdb',\n'host'='localhost',\n'table'='flink_table'\n)\n```\n5. Insert an item into the table created in the previous step:\n```sql\ninsert into questTable (a, b) values (42, 'foobar');\n```\n6. Flink should create a table `flink_table` in QuestDB and eventually insert a new row into it. \n\nTODO: Connector installation!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjerrinot%2Fflink-connector-questdb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjerrinot%2Fflink-connector-questdb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjerrinot%2Fflink-connector-questdb/lists"}