Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Submitting alpha version of the PostgreSQL protocol adapter. #615

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

anthonyolazabal
Copy link

Motivation

First contribution to the protocol adapter list with one for PostgreSQL. Original idea came from a discussion with a customer to be able to connect to a specific tool that rely on a database to collect metrics and add them into the enterprise UNS.
The adapter is quite simple, you define the connection to the server and then in each subscription you can execute a dedicated query. For performance a maximum of query is defined. You can chose the output as one single message with all data as JSON or one message per row formatted as JSON.

Resolves #
None

Changes

Add new protocol adapter.

Copy link

cla-bot bot commented Oct 31, 2024

Thank you for your pull request and welcome to our community. We require contributors to sign our Contributor License Agreement, and we don't seem to have the users @anthonyolazabal on file. In order for us to review and merge your code, please sign our Contributor License Agreement to get yourself added. You'll find the CLA and more information here: https://github.com/hivemq/hivemq-community/blob/master/CONTRIBUTING.adoc#contributor-license-agreement

@sfrehse
Copy link
Contributor

sfrehse commented Oct 31, 2024

@cla-bot check

@cla-bot cla-bot bot added the cla-signed label Oct 31, 2024
Copy link

cla-bot bot commented Oct 31, 2024

The cla-bot has been summoned, and re-checked this pull request!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants