Skip to content

Instantly share code, notes, and snippets.

@forstie
forstie / Send row changes to a data queue using JSON.sql
Last active December 1, 2022 15:00
This example shows how easy it is to pull together a data streaming service using SQL, JSON, triggers, and a Data Queue.
x----------------------------------------------------------------------------------------------------
--
-- Title: Demonstrate how to capture changes being made to a table, publish the changes using
-- JSON publishing functions, and send the detail to a data queue
-- Author: Scott Forstie
-- Date: June, 2020
--
--
----------------------------------------------------------------------------------------------------