bottledwater-pg | Change data capture from PostgreSQL into Kafka | Change Data Capture library
kandi X-RAY | bottledwater-pg Summary
kandi X-RAY | bottledwater-pg Summary
Bottled Water pioneered change data capture from PostgreSQL into Kafka using the logical decoding API, but now other projects have adopted the technique and are continuing to develop it. Please see the following resources for supported solutions for CDC from PostgreSQL into Kafka:. The remaining README is kept here for historical interest.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of bottledwater-pg
bottledwater-pg Key Features
bottledwater-pg Examples and Code Snippets
Community Discussions
Trending Discussions on bottledwater-pg
QUESTION
I am trying to compile bottledwater
...ANSWER
Answered 2018-Jan-28 at 09:27Since you have installed the library in a non-standard location, you need to tell pkg-config about that non-standard location. The easiest way to do that, is to set the PKG_CONFIG_PATH
environment variable. You can do that when running make
:
PKG_CONFIG_PATH="/home/jholmes/avro-c-1.8.2/lib/pkgconfig" make
This assumes that /home/jholmes/avro-c-1.8.2/lib/pkgconfig
is where the .pc
file resides.
Anyway, overall, I would instead recommend installing libraries in /usr/local
instead. This should result in everything just working without manual intervention. /usr/local
is a location used specifically for this purpose.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install bottledwater-pg
[Running in Docker](#running-in-docker) is the fastest way of getting started, but currently only recommended for development environments.
[Building from source](#building-from-source) is the most flexible, but also a bit fiddly.
There are also [Ubuntu packages](https://launchpad.net/~stub/+archive/ubuntu/bottledwater), built by Stuart Bishop (Canonical).
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page