Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save ShopifyEng/27fb4ea8326b7e0a112bbced1a960aba to your computer and use it in GitHub Desktop.
Save ShopifyEng/27fb4ea8326b7e0a112bbced1a960aba to your computer and use it in GitHub Desktop.
{
"payload": {
"op": "c",
"ts_ms": 1465491411815,
"before": null,
"after": {
"id": 1,
"first_name": "Peyton",
"last_name": "Manning",
"address1": "18 Willow St",
"updated_at": "1465491411000"
},
"source": {
"version": "1.4.0.Final",
"connector": "mysql",
"name": "mysql-server-1",
"ts_ms": 0,
"snapshot": false,
"db": "shopify",
"table": "addresses",
"server_id": 0,
"gtid": null,
"file": "mysql-bin.000003",
"pos": 154,
"row": 0,
"thread": 7,
"query": "INSERT INTO addresses (first_name, last_name, address1) VALUES ('Peyton', 'Manning', '18 Willow St')"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment