usedatabrew / blink

OpenSource data platform to build event-driven systems. It's like Deebezium for golang :)
https://docs.databrew.tech/open-source/prerequisites
MIT License
22 stars 1 forks source link

Feature/sql processor #9

Closed le-vlad closed 9 months ago

le-vlad commented 9 months ago

Change Type

Define the type of change your pull request will bring to the repo

Breaking Changes

Does your pull request introduce breaking changes?

Description

Please provide a detailed description of the changes you're proposing. This should include:

Configuration example

processors:
    - driver: sql
         config: { }
         query: "select fare_amount from taxi_rides"

Testing

Describe how you have tested the changes or how we should test the changes:

Checklist

Please confirm the following:

Reviewers

Please add any appropriate reviewers for your PR.

Additional context

Add any other context or screenshots about the pull request here.