Skip to content

Instantly share code, notes, and snippets.

View mlabardini-ct's full-sized avatar

mlabardini-ct

View GitHub Profile
@mlabardini-ct
mlabardini-ct / CDC_MySQL_Replication.xml
Created April 19, 2019 14:34 — forked from mattyb149/CDC_MySQL_Replication.xml
NiFi template with end-to-end table replication from a source MySQL database to a target MySQL database
<?xml version="1.0" ?>
<template encoding-version="1.1">
<description>This template shows an end-to-end example of how to replicate table(s)
from a source MySQL database to a target MySQL database</description>
<groupId>68961054-015b-1000-2c21-01b42e84dbe0</groupId>
<name>CDC_MySQL_Replication</name>
<snippet>
<connections>
<id>9a0f0bca-5c0c-3f1e-0000-000000000000</id>
<parentGroupId>23d80cd0-6e6e-31c9-0000-000000000000</parentGroupId>
@mlabardini-ct
mlabardini-ct / refresh
Created April 16, 2019 17:27 — forked from craftfortress/refresh
Lambda Refresh : Kill all open AWS Lambda Containers, create fresh new ones.
aws lambda update-fnction-configuration\ --function-name "TeST" \ --description $(date -u + "%Y-%m-%dT%H:%M:%M:%SZ")