kafka_fdw
kafka Foreign Data Wrapper for CSV formatted messages
Module:
Categories:
Overview
PIGSTY 3rd Party Extension: kafka_fdw
: kafka Foreign Data Wrapper for CSV formatted messages
Information
- Extension ID: 8730
- Extension Name:
kafka_fdw
- Package Name:
kafka_fdw
- Category:
FDW
- License: PostgreSQL
- Website: https://github.com/adjust/kafka_fdw
- Language: C
- Extra Tags: N/A
- Comment: N/A
Metadata
- Latest Version: 0.0.3
- Postgres Support:
16
,15
,14
,13
- Need Load: Shared library do not need explicit loading
- Need DDL: Need
CREATE EXTENSION
DDL - Relocatable: Can not install to arbitrary schema
- Trusted: Untrusted, Require Superuser to Create
- Schemas: N/A
- Requires: N/A
RPM / DEB
- RPM Repo: PIGSTY
- RPM Name:
kafka_fdw_$v
- RPM Ver :
0.0.3
- RPM Deps: N/A
- DEB Repo: PIGSTY
- DEB Name:
postgresql-$v-kafka-fdw
- DEB Ver :
0.0.3
- DEB Deps: N/A
Packages
Installation
Install kafka_fdw
via the pig
CLI tool:
pig ext install kafka_fdw
Install kafka_fdw
via Pigsty playbook:
./pgsql.yml -t pg_extension -e '{"pg_extensions": ["kafka_fdw"]}' # -l <cls>
Install kafka_fdw
RPM from YUM repo directly:
dnf install kafka_fdw_16;
dnf install kafka_fdw_15;
dnf install kafka_fdw_14;
dnf install kafka_fdw_13;
Install kafka_fdw
DEB from APT repo directly:
apt install postgresql-16-kafka-fdw;
apt install postgresql-15-kafka-fdw;
apt install postgresql-14-kafka-fdw;
apt install postgresql-13-kafka-fdw;
Enable kafka_fdw
extension on PostgreSQL cluster:
CREATE EXTENSION kafka_fdw;
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.