{"id":26544987,"url":"https://github.com/quackscience/duckdb-extension-kafquack","last_synced_at":"2025-07-26T17:05:31.751Z","repository":{"id":268325128,"uuid":"903964083","full_name":"quackscience/duckdb-extension-kafquack","owner":"quackscience","description":"Experimental DuckDB Kafka Consumer Extension","archived":false,"fork":false,"pushed_at":"2025-01-01T20:03:52.000Z","size":23,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-01T21:18:19.534Z","etag":null,"topics":["duckdb","kafka","kafka-consumer","redpanda"],"latest_commit_sha":null,"homepage":"","language":"C++","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/quackscience.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":"2024-12-16T01:40:12.000Z","updated_at":"2025-01-01T20:03:56.000Z","dependencies_parsed_at":"2024-12-16T15:27:09.485Z","dependency_job_id":null,"html_url":"https://github.com/quackscience/duckdb-extension-kafquack","commit_stats":null,"previous_names":["quackscience/duckdb-extension-kafka","quackscience/duckdb-extension-kafquack"],"tags_count":0,"template":false,"template_full_name":"duckdb/extension-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quackscience%2Fduckdb-extension-kafquack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quackscience%2Fduckdb-extension-kafquack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quackscience%2Fduckdb-extension-kafquack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quackscience%2Fduckdb-extension-kafquack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/quackscience","download_url":"https://codeload.github.com/quackscience/duckdb-extension-kafquack/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244902910,"owners_count":20529115,"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":["duckdb","kafka","kafka-consumer","redpanda"],"created_at":"2025-03-22T04:15:16.349Z","updated_at":"2025-03-22T04:15:17.047Z","avatar_url":"https://github.com/quackscience.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cimg src=\"https://github.com/user-attachments/assets/46a5c546-7e9b-42c7-87f4-bc8defe674e0\" width=250 /\u003e\n\n# DuckDB Kafka Extension\n\nThis extension can be used to consume Kafka messages from brokers through a DuckDB Table function.\n\n\u003e The extension is a WIP and not functional! Join if you're willing to contribute!\n\n## Examples\n\n#### Basic usage:\n```sql\nSELECT * FROM kafquack('localhost:9092', 'test-topic', 'test-group');\n```\n\n#### Secure usage:\n\n```sql\nSELECT * FROM kafquack(\n    'broker.some.cloud:9092', \n    'test-topic',\n    'test-group',\n    security_protocol := 'SASL_SSL',\n    sasl_mechanism := 'PLAIN',\n    username := 'your-key',\n    password := 'your-secret'\n);\n```\n\n#### View\n```sql\n-- Create a view that consumes messages from Kafka\nCREATE VIEW kafka_messages AS \nSELECT * FROM kafquack('localhost:9092', 'test-topic', 'test-group');\n\n-- Query messages\nSELECT * FROM kafka_messages;\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fquackscience%2Fduckdb-extension-kafquack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fquackscience%2Fduckdb-extension-kafquack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fquackscience%2Fduckdb-extension-kafquack/lists"}