diff --git a/crates/arroyo-planner/src/physical.rs b/crates/arroyo-planner/src/physical.rs index 0ec39b5d9..ad9f87981 100644 --- a/crates/arroyo-planner/src/physical.rs +++ b/crates/arroyo-planner/src/physical.rs @@ -895,7 +895,7 @@ impl DebeziumUnrollingStream { timestamp_builder.append_value(timestamp.value(i)); } "u" => { - take_indices.append_value((i + num_rows) as u32); + take_indices.append_value(i as u32); is_retract_builder.append_value(true); timestamp_builder.append_value(timestamp.value(i)); take_indices.append_value((i + num_rows) as u32); diff --git a/crates/arroyo-sql-testing/golden_outputs/debezium_pass_through.json b/crates/arroyo-sql-testing/golden_outputs/debezium_pass_through.json index 45f8318d9..bfeaaec6d 100644 --- a/crates/arroyo-sql-testing/golden_outputs/debezium_pass_through.json +++ b/crates/arroyo-sql-testing/golden_outputs/debezium_pass_through.json @@ -1,1566 +1,798 @@ -{"before":null,"after":{"id":1,"customer_name":"Cody Franklin","product_name":"Headphones","quantity":5,"price":57.6,"order_date":1729452903,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":2,"customer_name":"James Ortega","product_name":"Keyboard","quantity":1,"price":132.96,"order_date":1729452903,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":3,"customer_name":"Abigail Nelson","product_name":"Smartphone","quantity":4,"price":1871.61,"order_date":1729452903,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":5,"customer_name":"Anthony Watson","product_name":"Smartphone","quantity":2,"price":235.67,"order_date":1729452903,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":6,"customer_name":"Linda Dalton","product_name":"Monitor","quantity":4,"price":62.61,"order_date":1729452904,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":7,"customer_name":"Tracy Mcbride","product_name":"Mouse","quantity":4,"price":1061.57,"order_date":1729452904,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":8,"customer_name":"Mark Jones","product_name":"Monitor","quantity":4,"price":1192.1,"order_date":1729452904,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":9,"customer_name":"Larry Washington","product_name":"Smartphone","quantity":1,"price":1707.54,"order_date":1729452904,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":10,"customer_name":"Nicole Hicks","product_name":"Headphones","quantity":5,"price":1611.08,"order_date":1729452904,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":12,"customer_name":"Dustin Roberts","product_name":"Smartphone","quantity":2,"price":1411.95,"order_date":1729452904,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":13,"customer_name":"Crystal Woods","product_name":"Laptop","quantity":3,"price":1049.1,"order_date":1729452904,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":14,"customer_name":"Louis Johnson","product_name":"Monitor","quantity":4,"price":984.52,"order_date":1729452904,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":15,"customer_name":"Elizabeth Hooper","product_name":"Laptop","quantity":3,"price":1106.6,"order_date":1729452904,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":16,"customer_name":"Alexander Woods","product_name":"Keyboard","quantity":4,"price":1787.29,"order_date":1729452904,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":17,"customer_name":"Lauren Edwards","product_name":"Mouse","quantity":5,"price":1267.03,"order_date":1729452904,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":18,"customer_name":"Leah Collins","product_name":"Laptop","quantity":3,"price":187.33,"order_date":1729452904,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":19,"customer_name":"Sheri Bradford","product_name":"Laptop","quantity":3,"price":83.09,"order_date":1729452904,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":20,"customer_name":"Rebecca Mccoy","product_name":"Keyboard","quantity":1,"price":161.3,"order_date":1729452904,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":21,"customer_name":"Rachel Woods","product_name":"Smartphone","quantity":1,"price":1892.16,"order_date":1729452904,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":22,"customer_name":"David Lee","product_name":"Headphones","quantity":1,"price":293.37,"order_date":1729452904,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":23,"customer_name":"Patrick Gonzalez","product_name":"Smartphone","quantity":1,"price":1994.24,"order_date":1729452904,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":24,"customer_name":"Lisa Lopez","product_name":"Keyboard","quantity":3,"price":105.86,"order_date":1729452905,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":25,"customer_name":"Mr. Jacob Munoz","product_name":"Mouse","quantity":2,"price":1240.62,"order_date":1729452905,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":26,"customer_name":"Betty Johnson","product_name":"Laptop","quantity":3,"price":670.38,"order_date":1729452905,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":27,"customer_name":"Ryan Patton","product_name":"Monitor","quantity":1,"price":1340.01,"order_date":1729452905,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":28,"customer_name":"Heather Bauer","product_name":"Mouse","quantity":1,"price":1142.11,"order_date":1729452905,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":29,"customer_name":"Ryan Robinson","product_name":"Mouse","quantity":5,"price":590.34,"order_date":1729452905,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":30,"customer_name":"Michael Brown","product_name":"Monitor","quantity":2,"price":146.95,"order_date":1729452905,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":31,"customer_name":"Thomas Chang","product_name":"Mouse","quantity":3,"price":313.68,"order_date":1729452905,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":32,"customer_name":"Jared Sexton","product_name":"Monitor","quantity":1,"price":1779.95,"order_date":1729452905,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":34,"customer_name":"Patrick Davis","product_name":"Laptop","quantity":2,"price":248.79,"order_date":1729452905,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":35,"customer_name":"Nancy Burns","product_name":"Headphones","quantity":3,"price":1284.72,"order_date":1729452905,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":36,"customer_name":"John Johnston","product_name":"Mouse","quantity":4,"price":1909.75,"order_date":1729452905,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":37,"customer_name":"Samantha Bradley","product_name":"Headphones","quantity":3,"price":1031.66,"order_date":1729452905,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":38,"customer_name":"Jeff Sanchez","product_name":"Mouse","quantity":5,"price":1007.01,"order_date":1729452905,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":39,"customer_name":"Sheila Williams MD","product_name":"Smartphone","quantity":1,"price":661.49,"order_date":1729452905,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":40,"customer_name":"Joseph Hampton","product_name":"Smartphone","quantity":5,"price":91.68,"order_date":1729452905,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":41,"customer_name":"Dr. Jim Ortiz MD","product_name":"Laptop","quantity":2,"price":1940.92,"order_date":1729452906,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":42,"customer_name":"Janet Boyd","product_name":"Mouse","quantity":3,"price":805.47,"order_date":1729452906,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":43,"customer_name":"Sierra Jimenez","product_name":"Smartphone","quantity":2,"price":1682.15,"order_date":1729452906,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":44,"customer_name":"Kyle Young","product_name":"Mouse","quantity":4,"price":227.72,"order_date":1729452906,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":45,"customer_name":"Paula Adams","product_name":"Headphones","quantity":3,"price":1793.89,"order_date":1729452906,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":46,"customer_name":"Jessica Smith","product_name":"Mouse","quantity":2,"price":1438.36,"order_date":1729452906,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":47,"customer_name":"Joseph Chavez","product_name":"Laptop","quantity":1,"price":841.31,"order_date":1729452906,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":48,"customer_name":"Jennifer Wood","product_name":"Headphones","quantity":5,"price":1629.06,"order_date":1729452906,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":49,"customer_name":"Mr. William Mcgee","product_name":"Keyboard","quantity":4,"price":479.14,"order_date":1729452906,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":50,"customer_name":"Jessica Wong","product_name":"Mouse","quantity":5,"price":1992.64,"order_date":1729452906,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":51,"customer_name":"Robert Reynolds","product_name":"Monitor","quantity":2,"price":691.01,"order_date":1729452906,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":52,"customer_name":"Ronald Waters","product_name":"Keyboard","quantity":1,"price":1334.09,"order_date":1729452906,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":53,"customer_name":"Michael Ray","product_name":"Smartphone","quantity":1,"price":1341.22,"order_date":1729452906,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":54,"customer_name":"Patricia Carroll","product_name":"Mouse","quantity":1,"price":324.88,"order_date":1729452906,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":55,"customer_name":"Melanie Holmes","product_name":"Smartphone","quantity":3,"price":1607.73,"order_date":1729452906,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":56,"customer_name":"Gabriel Davis","product_name":"Keyboard","quantity":2,"price":1020.08,"order_date":1729452906,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":57,"customer_name":"Jennifer Robertson","product_name":"Smartphone","quantity":1,"price":1124.35,"order_date":1729452906,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":58,"customer_name":"Christopher Hernandez","product_name":"Mouse","quantity":2,"price":1933.43,"order_date":1729452906,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":59,"customer_name":"Robin Cox","product_name":"Headphones","quantity":4,"price":1561.44,"order_date":1729452906,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":60,"customer_name":"Jennifer Ward","product_name":"Monitor","quantity":4,"price":1210.37,"order_date":1729452906,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":61,"customer_name":"Jacqueline Hernandez","product_name":"Keyboard","quantity":3,"price":958.96,"order_date":1729452906,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":63,"customer_name":"Mr. Kevin Barnett","product_name":"Headphones","quantity":4,"price":1050.32,"order_date":1729452906,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":64,"customer_name":"Kristie Roberts","product_name":"Smartphone","quantity":2,"price":1039.4,"order_date":1729452906,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":65,"customer_name":"Chad Nguyen","product_name":"Laptop","quantity":3,"price":694.35,"order_date":1729452907,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":66,"customer_name":"Kenneth Solomon","product_name":"Laptop","quantity":1,"price":444.33,"order_date":1729452907,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":67,"customer_name":"Jason Erickson","product_name":"Headphones","quantity":4,"price":710.38,"order_date":1729452907,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":68,"customer_name":"Samantha Smith","product_name":"Mouse","quantity":1,"price":1944.1,"order_date":1729452907,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":69,"customer_name":"Jennifer Joyce","product_name":"Laptop","quantity":3,"price":1605.22,"order_date":1729452907,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":70,"customer_name":"Tiffany Boyd","product_name":"Smartphone","quantity":4,"price":733.06,"order_date":1729452907,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":71,"customer_name":"Angela Reyes","product_name":"Monitor","quantity":3,"price":1964.1,"order_date":1729452907,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":72,"customer_name":"Jeffrey Carlson","product_name":"Monitor","quantity":5,"price":998.43,"order_date":1729452907,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":73,"customer_name":"Megan Jones","product_name":"Mouse","quantity":4,"price":881.97,"order_date":1729452907,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":74,"customer_name":"Debra Garcia","product_name":"Mouse","quantity":5,"price":325.55,"order_date":1729452907,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":75,"customer_name":"Christine Harmon","product_name":"Laptop","quantity":3,"price":1189.79,"order_date":1729452907,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":76,"customer_name":"John Medina","product_name":"Headphones","quantity":1,"price":503.26,"order_date":1729452907,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":77,"customer_name":"Danielle Matthews","product_name":"Laptop","quantity":5,"price":1836.14,"order_date":1729452907,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":78,"customer_name":"Charles Rosales","product_name":"Keyboard","quantity":3,"price":391.73,"order_date":1729452907,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":79,"customer_name":"Mary Kline","product_name":"Headphones","quantity":2,"price":351.41,"order_date":1729452907,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":80,"customer_name":"Jeffrey Myers","product_name":"Monitor","quantity":5,"price":1405.16,"order_date":1729452907,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":81,"customer_name":"Gary Russell","product_name":"Keyboard","quantity":3,"price":1231.87,"order_date":1729452907,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":82,"customer_name":"Charles Wise","product_name":"Smartphone","quantity":1,"price":291.27,"order_date":1729452908,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":83,"customer_name":"Reginald Holland","product_name":"Monitor","quantity":1,"price":1740.99,"order_date":1729452908,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":84,"customer_name":"Maurice King","product_name":"Headphones","quantity":3,"price":317.11,"order_date":1729452908,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":85,"customer_name":"Andrew White","product_name":"Laptop","quantity":1,"price":485.49,"order_date":1729452908,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":86,"customer_name":"Marc Palmer","product_name":"Monitor","quantity":3,"price":752.55,"order_date":1729452908,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":87,"customer_name":"Stephen Decker","product_name":"Laptop","quantity":5,"price":1605.18,"order_date":1729452908,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":88,"customer_name":"Leslie Perry","product_name":"Mouse","quantity":5,"price":255.51,"order_date":1729452908,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":89,"customer_name":"Laura Hughes","product_name":"Headphones","quantity":3,"price":1937.69,"order_date":1729452908,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":90,"customer_name":"Jeffrey Carlson","product_name":"Keyboard","quantity":5,"price":55.71,"order_date":1729452908,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":91,"customer_name":"Rebecca Flowers","product_name":"Keyboard","quantity":1,"price":660.05,"order_date":1729452908,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":92,"customer_name":"Connor Sanchez","product_name":"Headphones","quantity":4,"price":1817.17,"order_date":1729452908,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":93,"customer_name":"Rachel Rodriguez","product_name":"Monitor","quantity":3,"price":138.18,"order_date":1729452908,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":94,"customer_name":"Rachel Peck","product_name":"Mouse","quantity":5,"price":682.89,"order_date":1729452908,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":95,"customer_name":"Keith Morales","product_name":"Smartphone","quantity":2,"price":1640.98,"order_date":1729452908,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":96,"customer_name":"Sarah Lewis","product_name":"Smartphone","quantity":5,"price":1026.1,"order_date":1729452908,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":97,"customer_name":"Johnny Hess","product_name":"Headphones","quantity":3,"price":435.58,"order_date":1729452908,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":98,"customer_name":"Justin Miranda","product_name":"Smartphone","quantity":2,"price":1598.98,"order_date":1729452909,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":99,"customer_name":"Kevin Solomon","product_name":"Monitor","quantity":5,"price":1398.86,"order_date":1729452909,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":100,"customer_name":"Tara Jordan","product_name":"Keyboard","quantity":2,"price":145.47,"order_date":1729452909,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":101,"customer_name":"Wesley Bowen","product_name":"Mouse","quantity":4,"price":1253.72,"order_date":1729452909,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":102,"customer_name":"Erica Williams","product_name":"Keyboard","quantity":2,"price":1736.75,"order_date":1729452909,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":103,"customer_name":"Nicole Greene","product_name":"Monitor","quantity":1,"price":95.81,"order_date":1729452909,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":104,"customer_name":"Mark Forbes","product_name":"Laptop","quantity":4,"price":210.55,"order_date":1729452909,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":106,"customer_name":"Amanda Zuniga","product_name":"Smartphone","quantity":2,"price":1487.16,"order_date":1729452909,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":107,"customer_name":"Kimberly Adams","product_name":"Laptop","quantity":1,"price":370.52,"order_date":1729452909,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":108,"customer_name":"Evan Tyler","product_name":"Smartphone","quantity":1,"price":1316.84,"order_date":1729452909,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":109,"customer_name":"Susan Lawson","product_name":"Laptop","quantity":4,"price":67.51,"order_date":1729452909,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":110,"customer_name":"Kristen Patterson","product_name":"Keyboard","quantity":3,"price":540.51,"order_date":1729452909,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":111,"customer_name":"Lauren Villegas","product_name":"Laptop","quantity":5,"price":712.95,"order_date":1729452909,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":112,"customer_name":"Laura Cabrera","product_name":"Monitor","quantity":5,"price":1400.81,"order_date":1729452909,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":113,"customer_name":"Elizabeth Bird","product_name":"Keyboard","quantity":3,"price":668.18,"order_date":1729452909,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":114,"customer_name":"Charles Luna","product_name":"Monitor","quantity":5,"price":991.95,"order_date":1729452909,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":115,"customer_name":"Michael Grant","product_name":"Keyboard","quantity":4,"price":979.43,"order_date":1729452909,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":116,"customer_name":"Brandon Kim","product_name":"Monitor","quantity":4,"price":1421.33,"order_date":1729452910,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":117,"customer_name":"Ashley Williams","product_name":"Mouse","quantity":3,"price":1133.45,"order_date":1729452910,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":118,"customer_name":"Margaret Love","product_name":"Laptop","quantity":2,"price":78.98,"order_date":1729452910,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":119,"customer_name":"Donald Johnson","product_name":"Mouse","quantity":3,"price":1097.86,"order_date":1729452910,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":120,"customer_name":"Terry Harrison","product_name":"Monitor","quantity":2,"price":1799.34,"order_date":1729452910,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":121,"customer_name":"Joshua Ramirez","product_name":"Keyboard","quantity":4,"price":1059.94,"order_date":1729452910,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":122,"customer_name":"Crystal Perkins","product_name":"Laptop","quantity":4,"price":402.8,"order_date":1729452910,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":123,"customer_name":"Rachel Shaffer","product_name":"Monitor","quantity":1,"price":1804.58,"order_date":1729452910,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":124,"customer_name":"Rebecca Howard","product_name":"Smartphone","quantity":3,"price":1930.38,"order_date":1729452910,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":125,"customer_name":"Sandra Sharp","product_name":"Smartphone","quantity":2,"price":619.4,"order_date":1729452910,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":126,"customer_name":"Shirley Smith","product_name":"Smartphone","quantity":3,"price":1208.13,"order_date":1729452910,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":127,"customer_name":"Caroline Lin","product_name":"Smartphone","quantity":2,"price":552.34,"order_date":1729452910,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":128,"customer_name":"Laurie Hatfield","product_name":"Monitor","quantity":5,"price":431.2,"order_date":1729452910,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":129,"customer_name":"Stacy Bailey","product_name":"Headphones","quantity":3,"price":1875.13,"order_date":1729452910,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":130,"customer_name":"Anna Jones","product_name":"Laptop","quantity":4,"price":852.11,"order_date":1729452910,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":131,"customer_name":"Sara Alvarez","product_name":"Smartphone","quantity":4,"price":1289.47,"order_date":1729452910,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":132,"customer_name":"Misty Jefferson","product_name":"Monitor","quantity":4,"price":1545.49,"order_date":1729452910,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":133,"customer_name":"William Marshall","product_name":"Mouse","quantity":2,"price":1485.33,"order_date":1729452910,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":134,"customer_name":"Linda Sharp","product_name":"Headphones","quantity":2,"price":705.83,"order_date":1729452910,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":135,"customer_name":"Richard Phillips","product_name":"Laptop","quantity":3,"price":1603.61,"order_date":1729452910,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":136,"customer_name":"Jennifer Jones","product_name":"Smartphone","quantity":3,"price":1142.59,"order_date":1729452910,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":137,"customer_name":"Sheila Leonard","product_name":"Headphones","quantity":2,"price":1279.48,"order_date":1729452910,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":138,"customer_name":"Miranda Williams","product_name":"Monitor","quantity":1,"price":1023.1,"order_date":1729452911,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":139,"customer_name":"Jerry King","product_name":"Mouse","quantity":4,"price":538.93,"order_date":1729452911,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":140,"customer_name":"Dr. John French DDS","product_name":"Headphones","quantity":2,"price":1164.37,"order_date":1729452911,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":141,"customer_name":"Anthony Kelly","product_name":"Smartphone","quantity":3,"price":986.45,"order_date":1729452911,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":142,"customer_name":"Matthew Kim","product_name":"Keyboard","quantity":2,"price":309.39,"order_date":1729452911,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":143,"customer_name":"Julia Payne","product_name":"Smartphone","quantity":2,"price":1361.65,"order_date":1729452911,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":144,"customer_name":"John Chapman","product_name":"Monitor","quantity":1,"price":331.05,"order_date":1729452911,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":145,"customer_name":"Michael Ramos","product_name":"Headphones","quantity":3,"price":337.82,"order_date":1729452911,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":146,"customer_name":"Stephanie Williams","product_name":"Mouse","quantity":4,"price":559.19,"order_date":1729452911,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":147,"customer_name":"Christopher Sanders","product_name":"Smartphone","quantity":2,"price":1498.96,"order_date":1729452911,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":148,"customer_name":"Daniel Wilson","product_name":"Smartphone","quantity":4,"price":1349.76,"order_date":1729452911,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":150,"customer_name":"Danielle Adkins","product_name":"Laptop","quantity":4,"price":1165.66,"order_date":1729452911,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":151,"customer_name":"Stacy Padilla","product_name":"Mouse","quantity":5,"price":177.4,"order_date":1729452911,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":152,"customer_name":"Jennifer Hebert","product_name":"Headphones","quantity":1,"price":1539.27,"order_date":1729452911,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":153,"customer_name":"Rita Johnson","product_name":"Smartphone","quantity":1,"price":879.61,"order_date":1729452911,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":154,"customer_name":"Patricia Miller","product_name":"Keyboard","quantity":3,"price":1719.81,"order_date":1729452911,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":155,"customer_name":"Virginia Willis","product_name":"Keyboard","quantity":2,"price":129.68,"order_date":1729452911,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":156,"customer_name":"James Rogers","product_name":"Headphones","quantity":1,"price":871.55,"order_date":1729452911,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":157,"customer_name":"Daniel Clark","product_name":"Laptop","quantity":1,"price":1786.51,"order_date":1729452912,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":158,"customer_name":"Michelle Wall","product_name":"Mouse","quantity":5,"price":936.8,"order_date":1729452912,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":159,"customer_name":"Danielle Griffin","product_name":"Mouse","quantity":5,"price":1588.74,"order_date":1729452912,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":160,"customer_name":"Lisa Martinez","product_name":"Smartphone","quantity":5,"price":1687.75,"order_date":1729452912,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":161,"customer_name":"Mark Levy","product_name":"Monitor","quantity":3,"price":1874.41,"order_date":1729452912,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":162,"customer_name":"Amy Hogan","product_name":"Monitor","quantity":2,"price":607.68,"order_date":1729452912,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":163,"customer_name":"Mark Martinez","product_name":"Laptop","quantity":1,"price":1868.46,"order_date":1729452912,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":164,"customer_name":"Jessica Clark","product_name":"Monitor","quantity":3,"price":1484.55,"order_date":1729452912,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":165,"customer_name":"Debbie Taylor","product_name":"Laptop","quantity":5,"price":276.5,"order_date":1729452912,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":166,"customer_name":"Cheyenne White","product_name":"Smartphone","quantity":1,"price":931.41,"order_date":1729452912,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":167,"customer_name":"Justin Hodges","product_name":"Laptop","quantity":2,"price":1066.45,"order_date":1729452912,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":168,"customer_name":"Anthony Jenkins","product_name":"Headphones","quantity":1,"price":1198.51,"order_date":1729452912,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":169,"customer_name":"Thomas Marshall","product_name":"Smartphone","quantity":5,"price":1790.72,"order_date":1729452912,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":170,"customer_name":"Angel Schmitt","product_name":"Keyboard","quantity":3,"price":1705.12,"order_date":1729452912,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":171,"customer_name":"Andrew Vasquez","product_name":"Headphones","quantity":5,"price":1490.3,"order_date":1729452912,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":172,"customer_name":"Max Fisher","product_name":"Laptop","quantity":3,"price":72.71,"order_date":1729452912,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":173,"customer_name":"Brittney Vaughn","product_name":"Smartphone","quantity":5,"price":597.71,"order_date":1729452912,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":174,"customer_name":"Lori Stokes PhD","product_name":"Keyboard","quantity":4,"price":118.87,"order_date":1729452912,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":175,"customer_name":"Lance Mclaughlin","product_name":"Mouse","quantity":2,"price":1027.32,"order_date":1729452912,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":176,"customer_name":"Lynn Carr DDS","product_name":"Laptop","quantity":5,"price":107.82,"order_date":1729452912,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":177,"customer_name":"Tiffany Sanders","product_name":"Smartphone","quantity":2,"price":92.91,"order_date":1729452912,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":178,"customer_name":"Andrew Carpenter","product_name":"Laptop","quantity":1,"price":1782.84,"order_date":1729452912,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":179,"customer_name":"Michael Johnson","product_name":"Laptop","quantity":3,"price":897.76,"order_date":1729452913,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":180,"customer_name":"Wesley Roman","product_name":"Headphones","quantity":1,"price":1074.74,"order_date":1729452913,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":181,"customer_name":"Eddie Gonzalez","product_name":"Monitor","quantity":3,"price":1762.26,"order_date":1729452913,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":182,"customer_name":"Anthony Lopez","product_name":"Laptop","quantity":3,"price":1738.19,"order_date":1729452913,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":183,"customer_name":"Malik Pratt","product_name":"Smartphone","quantity":5,"price":1735.99,"order_date":1729452913,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":184,"customer_name":"Shelly Miller","product_name":"Laptop","quantity":3,"price":1296.57,"order_date":1729452913,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":185,"customer_name":"Jose Haynes","product_name":"Mouse","quantity":5,"price":881.24,"order_date":1729452913,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":186,"customer_name":"Joseph Wang","product_name":"Headphones","quantity":4,"price":1725.74,"order_date":1729452913,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":187,"customer_name":"Dylan Long","product_name":"Monitor","quantity":5,"price":613.82,"order_date":1729452913,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":188,"customer_name":"Lisa Copeland","product_name":"Headphones","quantity":4,"price":1018.88,"order_date":1729452913,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":189,"customer_name":"Heather Williams","product_name":"Mouse","quantity":1,"price":1048.02,"order_date":1729452913,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":190,"customer_name":"Timothy Hudson","product_name":"Laptop","quantity":1,"price":275.52,"order_date":1729452913,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":191,"customer_name":"Terri Richards","product_name":"Mouse","quantity":5,"price":397.5,"order_date":1729452913,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":192,"customer_name":"Kelly Kaiser","product_name":"Monitor","quantity":1,"price":1348.5,"order_date":1729452913,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":193,"customer_name":"Jeffrey Hale","product_name":"Smartphone","quantity":5,"price":1998.46,"order_date":1729452913,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":194,"customer_name":"Alexa Garcia","product_name":"Smartphone","quantity":2,"price":132.82,"order_date":1729452914,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":195,"customer_name":"Jessica Boyd","product_name":"Headphones","quantity":3,"price":1576.85,"order_date":1729452914,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":196,"customer_name":"Ian Griffin","product_name":"Headphones","quantity":3,"price":683.78,"order_date":1729452914,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":197,"customer_name":"Christine Ward","product_name":"Laptop","quantity":2,"price":981.44,"order_date":1729452914,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":198,"customer_name":"Sean Velasquez","product_name":"Laptop","quantity":2,"price":262.65,"order_date":1729452914,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":199,"customer_name":"Leslie Johnson","product_name":"Headphones","quantity":5,"price":969.12,"order_date":1729452914,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":200,"customer_name":"Clifford Pollard","product_name":"Keyboard","quantity":5,"price":796.7,"order_date":1729452914,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":201,"customer_name":"Cory Moses","product_name":"Laptop","quantity":2,"price":750.87,"order_date":1729452914,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":202,"customer_name":"Jonathan Jackson","product_name":"Laptop","quantity":2,"price":1895.16,"order_date":1729452914,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":203,"customer_name":"Keith Smith","product_name":"Mouse","quantity":5,"price":1478.61,"order_date":1729452914,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":204,"customer_name":"Amy Kim","product_name":"Headphones","quantity":1,"price":1907.44,"order_date":1729452914,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":205,"customer_name":"Katie Bowen","product_name":"Laptop","quantity":3,"price":1010.69,"order_date":1729452914,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":206,"customer_name":"Stephen Wells","product_name":"Laptop","quantity":4,"price":162.96,"order_date":1729452914,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":207,"customer_name":"Anthony Baldwin","product_name":"Smartphone","quantity":4,"price":1975.74,"order_date":1729452914,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":208,"customer_name":"Tina Huerta","product_name":"Smartphone","quantity":4,"price":365.27,"order_date":1729452914,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":209,"customer_name":"Andrea Joyce","product_name":"Smartphone","quantity":2,"price":387.66,"order_date":1729452914,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":210,"customer_name":"Chad Smith","product_name":"Monitor","quantity":5,"price":1362.93,"order_date":1729452914,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":211,"customer_name":"Kevin Brown","product_name":"Keyboard","quantity":4,"price":1849.55,"order_date":1729452914,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":212,"customer_name":"Michael Proctor","product_name":"Headphones","quantity":5,"price":465.37,"order_date":1729452914,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":213,"customer_name":"Andrew Ball","product_name":"Monitor","quantity":2,"price":1721.46,"order_date":1729452915,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":214,"customer_name":"Tammy Miller","product_name":"Laptop","quantity":3,"price":290.22,"order_date":1729452915,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":215,"customer_name":"Kimberly Leblanc","product_name":"Laptop","quantity":5,"price":1649.02,"order_date":1729452915,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":216,"customer_name":"Vickie Murray","product_name":"Mouse","quantity":2,"price":1781.86,"order_date":1729452915,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":217,"customer_name":"Kenneth Allen","product_name":"Monitor","quantity":4,"price":1715.75,"order_date":1729452915,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":218,"customer_name":"Kelsey Diaz","product_name":"Headphones","quantity":2,"price":184.22,"order_date":1729452915,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":219,"customer_name":"Melissa Hall","product_name":"Monitor","quantity":4,"price":316.29,"order_date":1729452915,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":220,"customer_name":"Stacy Andrews","product_name":"Headphones","quantity":3,"price":1928.1,"order_date":1729452915,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":221,"customer_name":"Robert Campbell","product_name":"Keyboard","quantity":2,"price":1455.12,"order_date":1729452915,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":222,"customer_name":"Monica Johnson","product_name":"Monitor","quantity":2,"price":993.94,"order_date":1729452915,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":223,"customer_name":"Blake Gonzales","product_name":"Smartphone","quantity":4,"price":534.76,"order_date":1729452915,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":224,"customer_name":"Matthew Thornton","product_name":"Mouse","quantity":5,"price":1015.77,"order_date":1729452915,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":225,"customer_name":"Deborah Gutierrez","product_name":"Mouse","quantity":2,"price":335.88,"order_date":1729452915,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":226,"customer_name":"Megan Dean","product_name":"Headphones","quantity":5,"price":1618.46,"order_date":1729452915,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":227,"customer_name":"Cody Walker DDS","product_name":"Smartphone","quantity":4,"price":1424.43,"order_date":1729452915,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":228,"customer_name":"Timothy Duncan","product_name":"Smartphone","quantity":1,"price":1161.9,"order_date":1729452915,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":229,"customer_name":"Alexandria Sullivan","product_name":"Headphones","quantity":3,"price":1050.42,"order_date":1729452915,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":230,"customer_name":"Kathleen Richardson","product_name":"Laptop","quantity":1,"price":419.86,"order_date":1729452915,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":231,"customer_name":"Rachael Scott","product_name":"Headphones","quantity":4,"price":1118.3,"order_date":1729452915,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":232,"customer_name":"Kelsey Mason","product_name":"Monitor","quantity":2,"price":391.9,"order_date":1729452915,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":233,"customer_name":"Daniel Martinez","product_name":"Mouse","quantity":4,"price":1065.58,"order_date":1729452916,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":234,"customer_name":"Luke Frazier","product_name":"Keyboard","quantity":3,"price":1393.73,"order_date":1729452916,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":235,"customer_name":"Nathan Tran","product_name":"Laptop","quantity":1,"price":1750.84,"order_date":1729452916,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":237,"customer_name":"Jon Hayden","product_name":"Headphones","quantity":2,"price":1683.67,"order_date":1729452916,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":238,"customer_name":"Chase Clark","product_name":"Keyboard","quantity":2,"price":1396.03,"order_date":1729452916,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":239,"customer_name":"Tyler Ramirez","product_name":"Laptop","quantity":4,"price":1091.68,"order_date":1729452916,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":240,"customer_name":"Thomas Austin","product_name":"Mouse","quantity":5,"price":604.96,"order_date":1729452916,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":241,"customer_name":"Cindy Hall","product_name":"Headphones","quantity":4,"price":671.36,"order_date":1729452916,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":242,"customer_name":"Kenneth Whitaker","product_name":"Headphones","quantity":3,"price":1427.44,"order_date":1729452916,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":243,"customer_name":"Christine Ward","product_name":"Headphones","quantity":2,"price":1060.91,"order_date":1729452916,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":244,"customer_name":"Diana Hardin","product_name":"Mouse","quantity":4,"price":938.05,"order_date":1729452916,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":245,"customer_name":"Steven Sanders","product_name":"Laptop","quantity":5,"price":1729.64,"order_date":1729452916,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":246,"customer_name":"James Warner","product_name":"Monitor","quantity":1,"price":774.68,"order_date":1729452916,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":247,"customer_name":"Angela Ward","product_name":"Keyboard","quantity":1,"price":256.88,"order_date":1729452916,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":248,"customer_name":"Kevin Aguilar","product_name":"Monitor","quantity":1,"price":863.13,"order_date":1729452916,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":249,"customer_name":"Jason Hill","product_name":"Laptop","quantity":4,"price":1504.72,"order_date":1729452916,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":250,"customer_name":"Mr. Jon Peters","product_name":"Headphones","quantity":5,"price":136.81,"order_date":1729452916,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":251,"customer_name":"Sharon Carrillo","product_name":"Headphones","quantity":1,"price":1416.44,"order_date":1729452916,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":252,"customer_name":"Jonathan Butler","product_name":"Headphones","quantity":4,"price":1738.97,"order_date":1729452916,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":254,"customer_name":"Kelly Smith MD","product_name":"Keyboard","quantity":2,"price":1422.83,"order_date":1729452917,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":255,"customer_name":"Kathleen Davis","product_name":"Monitor","quantity":5,"price":887.58,"order_date":1729452917,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":256,"customer_name":"Robert Flynn","product_name":"Mouse","quantity":4,"price":473.66,"order_date":1729452917,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":257,"customer_name":"Lisa Jones","product_name":"Smartphone","quantity":1,"price":525.71,"order_date":1729452917,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":258,"customer_name":"Tiffany Roberts","product_name":"Monitor","quantity":4,"price":1165.21,"order_date":1729452917,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":259,"customer_name":"Adriana Yang","product_name":"Laptop","quantity":4,"price":138.46,"order_date":1729452917,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":260,"customer_name":"Steven Schwartz","product_name":"Laptop","quantity":2,"price":307.56,"order_date":1729452917,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":261,"customer_name":"Rebekah Perry","product_name":"Keyboard","quantity":5,"price":1392.28,"order_date":1729452917,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":262,"customer_name":"Angela Diaz","product_name":"Laptop","quantity":1,"price":330.69,"order_date":1729452917,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":263,"customer_name":"Michael Little","product_name":"Smartphone","quantity":2,"price":324.28,"order_date":1729452917,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":264,"customer_name":"Robert Thomas","product_name":"Monitor","quantity":4,"price":273.17,"order_date":1729452917,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":265,"customer_name":"Teresa Morgan","product_name":"Smartphone","quantity":4,"price":1007.62,"order_date":1729452917,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":266,"customer_name":"Rebecca Park","product_name":"Monitor","quantity":5,"price":694.22,"order_date":1729452917,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":267,"customer_name":"Barbara Moore","product_name":"Smartphone","quantity":3,"price":1098.61,"order_date":1729452917,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":268,"customer_name":"Michael Herrera","product_name":"Headphones","quantity":5,"price":141.52,"order_date":1729452917,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":269,"customer_name":"Nathan Miller","product_name":"Mouse","quantity":4,"price":1036.17,"order_date":1729452917,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":270,"customer_name":"Jeremy Maldonado","product_name":"Smartphone","quantity":3,"price":1037.74,"order_date":1729452918,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":271,"customer_name":"Hayley Walton","product_name":"Keyboard","quantity":2,"price":1909.52,"order_date":1729452918,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":272,"customer_name":"James Clark","product_name":"Headphones","quantity":3,"price":1248.71,"order_date":1729452918,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":273,"customer_name":"Brandon Barrett","product_name":"Headphones","quantity":3,"price":1362.93,"order_date":1729452918,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":274,"customer_name":"Katelyn Mckinney","product_name":"Smartphone","quantity":3,"price":263.4,"order_date":1729452918,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":275,"customer_name":"Denise Le","product_name":"Monitor","quantity":3,"price":226.18,"order_date":1729452918,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":276,"customer_name":"Sarah Martin","product_name":"Headphones","quantity":1,"price":1001.28,"order_date":1729452918,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":277,"customer_name":"Mark Eaton","product_name":"Headphones","quantity":5,"price":1811.58,"order_date":1729452918,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":278,"customer_name":"James Fisher","product_name":"Headphones","quantity":2,"price":1987.09,"order_date":1729452918,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":279,"customer_name":"Joshua King","product_name":"Monitor","quantity":1,"price":1440.81,"order_date":1729452918,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":280,"customer_name":"Lauren Howell","product_name":"Headphones","quantity":4,"price":1850.8,"order_date":1729452918,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":281,"customer_name":"Daniel Phelps","product_name":"Mouse","quantity":5,"price":1031.61,"order_date":1729452918,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":282,"customer_name":"Richard Miles","product_name":"Smartphone","quantity":3,"price":206.41,"order_date":1729452918,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":283,"customer_name":"Rachel Garcia","product_name":"Keyboard","quantity":4,"price":95.88,"order_date":1729452918,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":284,"customer_name":"Daniel Newman DVM","product_name":"Laptop","quantity":1,"price":102.21,"order_date":1729452918,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":285,"customer_name":"Angel Powell","product_name":"Laptop","quantity":4,"price":1846.98,"order_date":1729452918,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":286,"customer_name":"Catherine Rodriguez","product_name":"Keyboard","quantity":5,"price":917.16,"order_date":1729452918,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":287,"customer_name":"James Williams","product_name":"Keyboard","quantity":3,"price":1766.64,"order_date":1729452918,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":288,"customer_name":"Joann Ferguson","product_name":"Laptop","quantity":2,"price":1220.71,"order_date":1729452918,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":289,"customer_name":"Stacy Arnold","product_name":"Keyboard","quantity":4,"price":144.04,"order_date":1729452919,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":290,"customer_name":"Cory Ramsey","product_name":"Monitor","quantity":4,"price":1528.82,"order_date":1729452919,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":291,"customer_name":"Danny Ryan","product_name":"Headphones","quantity":5,"price":483.48,"order_date":1729452919,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":292,"customer_name":"Jennifer Powell","product_name":"Laptop","quantity":5,"price":463.75,"order_date":1729452919,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":293,"customer_name":"Ronald Jones","product_name":"Monitor","quantity":4,"price":756.97,"order_date":1729452919,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":294,"customer_name":"Melissa Hart","product_name":"Monitor","quantity":5,"price":244.6,"order_date":1729452919,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":295,"customer_name":"Justin Wood","product_name":"Laptop","quantity":2,"price":870.3,"order_date":1729452919,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":296,"customer_name":"Laura Perez","product_name":"Monitor","quantity":4,"price":996.34,"order_date":1729452919,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":297,"customer_name":"Dr. Ashley Hernandez","product_name":"Keyboard","quantity":4,"price":1985.52,"order_date":1729452919,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":298,"customer_name":"Jeffrey Taylor","product_name":"Keyboard","quantity":5,"price":849.31,"order_date":1729452919,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":299,"customer_name":"Jose Griffin","product_name":"Keyboard","quantity":2,"price":1820.89,"order_date":1729452919,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":300,"customer_name":"Amanda Vasquez","product_name":"Laptop","quantity":1,"price":867.38,"order_date":1729452919,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":301,"customer_name":"Victor Davis","product_name":"Keyboard","quantity":3,"price":1646.08,"order_date":1729452919,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":302,"customer_name":"Tina Morgan","product_name":"Headphones","quantity":5,"price":664.64,"order_date":1729452919,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":303,"customer_name":"Amy Williams","product_name":"Laptop","quantity":4,"price":458.7,"order_date":1729452919,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":304,"customer_name":"Seth Henry","product_name":"Monitor","quantity":3,"price":1544.33,"order_date":1729452919,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":305,"customer_name":"Danielle Miller","product_name":"Headphones","quantity":2,"price":974.47,"order_date":1729452919,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":306,"customer_name":"Donald Ross","product_name":"Keyboard","quantity":4,"price":1631.19,"order_date":1729452920,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":307,"customer_name":"Michael Rodriguez","product_name":"Mouse","quantity":5,"price":483.99,"order_date":1729452920,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":308,"customer_name":"Brett Williams","product_name":"Monitor","quantity":5,"price":815.24,"order_date":1729452920,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":309,"customer_name":"Brandon Olson","product_name":"Smartphone","quantity":3,"price":261.3,"order_date":1729452920,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":310,"customer_name":"Desiree Williams","product_name":"Monitor","quantity":5,"price":210.32,"order_date":1729452920,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":311,"customer_name":"Scott Adams","product_name":"Laptop","quantity":5,"price":1869.43,"order_date":1729452920,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":312,"customer_name":"Misty Glenn","product_name":"Monitor","quantity":3,"price":397.33,"order_date":1729452920,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":313,"customer_name":"Joseph Guerrero","product_name":"Monitor","quantity":5,"price":980.31,"order_date":1729452920,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":314,"customer_name":"Christopher Fernandez","product_name":"Monitor","quantity":1,"price":206.37,"order_date":1729452920,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":315,"customer_name":"Joshua Williams","product_name":"Smartphone","quantity":4,"price":1332.4,"order_date":1729452920,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":316,"customer_name":"Gordon Robinson","product_name":"Headphones","quantity":3,"price":1479.1,"order_date":1729452920,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":317,"customer_name":"April Reid","product_name":"Laptop","quantity":1,"price":1672.45,"order_date":1729452920,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":318,"customer_name":"Jeffrey Pacheco","product_name":"Monitor","quantity":5,"price":1295.91,"order_date":1729452920,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":319,"customer_name":"Samuel Brown","product_name":"Smartphone","quantity":3,"price":887.57,"order_date":1729452920,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":320,"customer_name":"Mrs. Kathy Thomas MD","product_name":"Laptop","quantity":5,"price":104.8,"order_date":1729452920,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":321,"customer_name":"Mrs. Sarah Stone MD","product_name":"Keyboard","quantity":3,"price":1168.32,"order_date":1729452920,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":322,"customer_name":"Jennifer Eaton","product_name":"Keyboard","quantity":2,"price":848.7,"order_date":1729452920,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":323,"customer_name":"Brooke Cooper","product_name":"Headphones","quantity":4,"price":1185.16,"order_date":1729452921,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":324,"customer_name":"Jared Palmer","product_name":"Mouse","quantity":2,"price":1864.84,"order_date":1729452921,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":325,"customer_name":"Bradley Collins","product_name":"Headphones","quantity":3,"price":734.43,"order_date":1729452921,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":326,"customer_name":"Harry Quinn","product_name":"Smartphone","quantity":5,"price":564.94,"order_date":1729452921,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":327,"customer_name":"Adam Brock","product_name":"Smartphone","quantity":3,"price":957.26,"order_date":1729452921,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":328,"customer_name":"Samuel Francis","product_name":"Smartphone","quantity":3,"price":606.59,"order_date":1729452921,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":329,"customer_name":"Douglas Hawkins","product_name":"Mouse","quantity":2,"price":1355.96,"order_date":1729452921,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":330,"customer_name":"Larry Ward","product_name":"Mouse","quantity":3,"price":1348.75,"order_date":1729452921,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":331,"customer_name":"Anthony Hampton","product_name":"Laptop","quantity":5,"price":1969.05,"order_date":1729452921,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":332,"customer_name":"Tara Pierce","product_name":"Headphones","quantity":1,"price":499.69,"order_date":1729452921,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":333,"customer_name":"Terry Bass","product_name":"Headphones","quantity":2,"price":1722.89,"order_date":1729452921,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":334,"customer_name":"Jessica Holmes","product_name":"Monitor","quantity":2,"price":167.06,"order_date":1729452921,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":335,"customer_name":"Timothy Adams","product_name":"Monitor","quantity":4,"price":359.74,"order_date":1729452921,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":336,"customer_name":"James Butler","product_name":"Laptop","quantity":4,"price":663.55,"order_date":1729452921,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":337,"customer_name":"Monique Calhoun","product_name":"Smartphone","quantity":5,"price":246.69,"order_date":1729452921,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":338,"customer_name":"David Burns","product_name":"Mouse","quantity":5,"price":1860.07,"order_date":1729452921,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":339,"customer_name":"Nicole Foster","product_name":"Headphones","quantity":4,"price":1332.59,"order_date":1729452921,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":340,"customer_name":"Ryan Whitney","product_name":"Headphones","quantity":5,"price":348.34,"order_date":1729452921,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":341,"customer_name":"Stacey Taylor","product_name":"Headphones","quantity":4,"price":726.25,"order_date":1729452922,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":342,"customer_name":"Derrick Richardson","product_name":"Smartphone","quantity":3,"price":176.54,"order_date":1729452922,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":343,"customer_name":"Melissa Johnson","product_name":"Monitor","quantity":2,"price":1886.45,"order_date":1729452922,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":344,"customer_name":"Elaine Hamilton","product_name":"Smartphone","quantity":1,"price":1932.61,"order_date":1729452922,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":345,"customer_name":"Daniel Parker","product_name":"Mouse","quantity":4,"price":1451.33,"order_date":1729452922,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":346,"customer_name":"Dillon Mcguire","product_name":"Keyboard","quantity":3,"price":808.34,"order_date":1729452922,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":347,"customer_name":"Michael Thompson","product_name":"Smartphone","quantity":2,"price":1274.71,"order_date":1729452922,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":348,"customer_name":"Melody Molina","product_name":"Laptop","quantity":3,"price":471.04,"order_date":1729452922,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":349,"customer_name":"Judy Meyer","product_name":"Headphones","quantity":5,"price":720.33,"order_date":1729452922,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":350,"customer_name":"Kristina Rangel","product_name":"Headphones","quantity":3,"price":1968.12,"order_date":1729452922,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":351,"customer_name":"Michael Reeves","product_name":"Monitor","quantity":2,"price":1563.71,"order_date":1729452922,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":352,"customer_name":"Rebecca Patrick","product_name":"Laptop","quantity":4,"price":1379.51,"order_date":1729452922,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":353,"customer_name":"Tara Ramsey","product_name":"Headphones","quantity":2,"price":1744.53,"order_date":1729452922,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":354,"customer_name":"James Rivera","product_name":"Mouse","quantity":4,"price":433.12,"order_date":1729452922,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":355,"customer_name":"Valerie Curtis","product_name":"Headphones","quantity":3,"price":393.11,"order_date":1729452922,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":356,"customer_name":"Barbara Sanchez","product_name":"Monitor","quantity":3,"price":1539.62,"order_date":1729452922,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":357,"customer_name":"Jodi Johnson","product_name":"Laptop","quantity":3,"price":1398.28,"order_date":1729452922,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":358,"customer_name":"Andrew Robles","product_name":"Smartphone","quantity":3,"price":235.62,"order_date":1729452922,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":359,"customer_name":"Jeffery Simmons","product_name":"Monitor","quantity":1,"price":1082.08,"order_date":1729452922,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":360,"customer_name":"Connie Ramirez","product_name":"Mouse","quantity":3,"price":1502.43,"order_date":1729452922,"status":"Shipped"},"op":"c"} -{"before":{"id":28,"customer_name":"Heather Bauer","product_name":"Mouse","quantity":1,"price":1142.11,"order_date":1729452905,"status":"Shipped"},"after":{"id":28,"customer_name":"Heather Bauer","product_name":"Mouse","quantity":1,"price":1142.11,"order_date":1729452905,"status":"Shipped"},"op":"u"} -{"before":null,"after":{"id":361,"customer_name":"Natasha Campos","product_name":"Mouse","quantity":3,"price":1961.33,"order_date":1729452923,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":362,"customer_name":"Marvin Andrade","product_name":"Monitor","quantity":1,"price":1619.12,"order_date":1729452923,"status":"Shipped"},"op":"c"} -{"before":{"id":288,"customer_name":null,"product_name":null,"quantity":null,"price":null,"order_date":null,"status":null},"after":null,"op":"d"} -{"before":null,"after":{"id":363,"customer_name":"Rachel Oneill","product_name":"Smartphone","quantity":2,"price":1984.07,"order_date":1729452923,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":364,"customer_name":"Matthew Perez","product_name":"Mouse","quantity":2,"price":1404.87,"order_date":1729452923,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":365,"customer_name":"Francisco Allen","product_name":"Laptop","quantity":2,"price":793.95,"order_date":1729452923,"status":"Cancelled"},"op":"c"} -{"before":{"id":196,"customer_name":"Ian Griffin","product_name":"Headphones","quantity":3,"price":683.78,"order_date":1729452914,"status":"Delivered"},"after":{"id":196,"customer_name":"Ian Griffin","product_name":"Headphones","quantity":3,"price":683.78,"order_date":1729452914,"status":"Delivered"},"op":"u"} -{"before":null,"after":{"id":366,"customer_name":"Amanda Hopkins","product_name":"Mouse","quantity":1,"price":1716.09,"order_date":1729452923,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":367,"customer_name":"David Baird","product_name":"Mouse","quantity":5,"price":145.74,"order_date":1729452923,"status":"Shipped"},"op":"c"} -{"before":{"id":128,"customer_name":"Laurie Hatfield","product_name":"Monitor","quantity":5,"price":431.2,"order_date":1729452910,"status":"Cancelled"},"after":{"id":128,"customer_name":"Laurie Hatfield","product_name":"Monitor","quantity":5,"price":431.2,"order_date":1729452910,"status":"Cancelled"},"op":"u"} -{"before":null,"after":{"id":368,"customer_name":"Yolanda Thomas","product_name":"Mouse","quantity":3,"price":589.63,"order_date":1729452923,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":369,"customer_name":"Robert Curry","product_name":"Smartphone","quantity":4,"price":277.25,"order_date":1729452923,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":370,"customer_name":"Kyle Acosta","product_name":"Smartphone","quantity":1,"price":571.75,"order_date":1729452923,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":371,"customer_name":"James Russell MD","product_name":"Smartphone","quantity":5,"price":1699.28,"order_date":1729452923,"status":"Shipped"},"op":"c"} -{"before":{"id":205,"customer_name":"Katie Bowen","product_name":"Laptop","quantity":3,"price":1010.69,"order_date":1729452914,"status":"Shipped"},"after":{"id":205,"customer_name":"Katie Bowen","product_name":"Laptop","quantity":3,"price":1010.69,"order_date":1729452914,"status":"Delivered"},"op":"u"} -{"before":null,"after":{"id":372,"customer_name":"Madeline Wright","product_name":"Laptop","quantity":1,"price":1198.93,"order_date":1729452923,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":373,"customer_name":"Felicia Hughes","product_name":"Laptop","quantity":4,"price":589.65,"order_date":1729452923,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":374,"customer_name":"Rhonda Flores","product_name":"Keyboard","quantity":5,"price":1623.77,"order_date":1729452923,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":375,"customer_name":"Teresa Bryant","product_name":"Mouse","quantity":1,"price":821.34,"order_date":1729452923,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":377,"customer_name":"Ariel Blair","product_name":"Smartphone","quantity":4,"price":1803.96,"order_date":1729452923,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":378,"customer_name":"Marc Velazquez","product_name":"Laptop","quantity":5,"price":398.66,"order_date":1729452923,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":379,"customer_name":"Brandi Riley","product_name":"Monitor","quantity":1,"price":1799.74,"order_date":1729452923,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":380,"customer_name":"Julie Mitchell","product_name":"Monitor","quantity":2,"price":1732.27,"order_date":1729452924,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":381,"customer_name":"Bianca King","product_name":"Smartphone","quantity":5,"price":650.79,"order_date":1729452924,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":382,"customer_name":"Kim Williams","product_name":"Monitor","quantity":2,"price":1907.29,"order_date":1729452924,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":383,"customer_name":"Joel Martinez","product_name":"Laptop","quantity":2,"price":1188.88,"order_date":1729452924,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":384,"customer_name":"Jeremy Moran","product_name":"Monitor","quantity":1,"price":1528.42,"order_date":1729452924,"status":"Pending"},"op":"c"} -{"before":{"id":184,"customer_name":"Shelly Miller","product_name":"Laptop","quantity":3,"price":1296.57,"order_date":1729452913,"status":"Shipped"},"after":{"id":184,"customer_name":"Shelly Miller","product_name":"Laptop","quantity":3,"price":1296.57,"order_date":1729452913,"status":"Delivered"},"op":"u"} -{"before":{"id":329,"customer_name":"Douglas Hawkins","product_name":"Mouse","quantity":2,"price":1355.96,"order_date":1729452921,"status":"Shipped"},"after":{"id":329,"customer_name":"Douglas Hawkins","product_name":"Mouse","quantity":2,"price":1355.96,"order_date":1729452921,"status":"Shipped"},"op":"u"} -{"before":null,"after":{"id":385,"customer_name":"Samuel Mcpherson","product_name":"Smartphone","quantity":2,"price":134.65,"order_date":1729452924,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":386,"customer_name":"Michael Cole","product_name":"Smartphone","quantity":1,"price":1109.07,"order_date":1729452924,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":387,"customer_name":"Joshua Marks","product_name":"Headphones","quantity":1,"price":1812.23,"order_date":1729452924,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":388,"customer_name":"Jennifer Graham","product_name":"Headphones","quantity":2,"price":399.05,"order_date":1729452924,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":389,"customer_name":"Ashley Miller","product_name":"Monitor","quantity":4,"price":738.28,"order_date":1729452924,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":390,"customer_name":"Bonnie Price","product_name":"Smartphone","quantity":4,"price":376.09,"order_date":1729452924,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":391,"customer_name":"Alyssa Lam","product_name":"Monitor","quantity":2,"price":698.57,"order_date":1729452924,"status":"Delivered"},"op":"c"} -{"before":{"id":103,"customer_name":"Nicole Greene","product_name":"Monitor","quantity":1,"price":95.81,"order_date":1729452909,"status":"Delivered"},"after":{"id":103,"customer_name":"Nicole Greene","product_name":"Monitor","quantity":1,"price":95.81,"order_date":1729452909,"status":"Delivered"},"op":"u"} -{"before":null,"after":{"id":392,"customer_name":"Joy Austin","product_name":"Keyboard","quantity":3,"price":487.79,"order_date":1729452924,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":393,"customer_name":"Anthony Thomas","product_name":"Keyboard","quantity":1,"price":1856.97,"order_date":1729452924,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":394,"customer_name":"Sean Sosa","product_name":"Headphones","quantity":3,"price":891.62,"order_date":1729452924,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":395,"customer_name":"Joshua Downs","product_name":"Headphones","quantity":1,"price":83.8,"order_date":1729452924,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":396,"customer_name":"Andrew Ortiz","product_name":"Laptop","quantity":5,"price":336.66,"order_date":1729452924,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":397,"customer_name":"Monica Oliver","product_name":"Mouse","quantity":1,"price":1341.53,"order_date":1729452924,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":398,"customer_name":"Carol Williams","product_name":"Monitor","quantity":5,"price":539.94,"order_date":1729452924,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":399,"customer_name":"Heather Clark","product_name":"Mouse","quantity":3,"price":1854.67,"order_date":1729452924,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":400,"customer_name":"Mr. Matthew Osborne","product_name":"Keyboard","quantity":1,"price":235.4,"order_date":1729452924,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":401,"customer_name":"Amy Hamilton","product_name":"Headphones","quantity":3,"price":1272.87,"order_date":1729452925,"status":"Pending"},"op":"c"} -{"before":{"id":18,"customer_name":"Leah Collins","product_name":"Laptop","quantity":3,"price":187.33,"order_date":1729452904,"status":"Shipped"},"after":{"id":18,"customer_name":"Leah Collins","product_name":"Laptop","quantity":3,"price":187.33,"order_date":1729452904,"status":"Shipped"},"op":"u"} -{"before":null,"after":{"id":402,"customer_name":"Jimmy Sheppard","product_name":"Headphones","quantity":4,"price":1311.23,"order_date":1729452925,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":403,"customer_name":"Stephanie Peterson","product_name":"Keyboard","quantity":1,"price":474.37,"order_date":1729452925,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":404,"customer_name":"Cynthia Morris","product_name":"Laptop","quantity":3,"price":1740.67,"order_date":1729452925,"status":"Shipped"},"op":"c"} -{"before":{"id":287,"customer_name":"James Williams","product_name":"Keyboard","quantity":3,"price":1766.64,"order_date":1729452918,"status":"Shipped"},"after":{"id":287,"customer_name":"James Williams","product_name":"Keyboard","quantity":3,"price":1766.64,"order_date":1729452918,"status":"Shipped"},"op":"u"} -{"before":null,"after":{"id":405,"customer_name":"Gregory Cross","product_name":"Smartphone","quantity":5,"price":382.8,"order_date":1729452925,"status":"Pending"},"op":"c"} -{"before":{"id":300,"customer_name":"Amanda Vasquez","product_name":"Laptop","quantity":1,"price":867.38,"order_date":1729452919,"status":"Shipped"},"after":{"id":300,"customer_name":"Amanda Vasquez","product_name":"Laptop","quantity":1,"price":867.38,"order_date":1729452919,"status":"Shipped"},"op":"u"} -{"before":null,"after":{"id":406,"customer_name":"Jeffrey Bailey","product_name":"Monitor","quantity":1,"price":1812.7,"order_date":1729452925,"status":"Delivered"},"op":"c"} -{"before":{"id":200,"customer_name":"Clifford Pollard","product_name":"Keyboard","quantity":5,"price":796.7,"order_date":1729452914,"status":"Shipped"},"after":{"id":200,"customer_name":"Clifford Pollard","product_name":"Keyboard","quantity":5,"price":796.7,"order_date":1729452914,"status":"Shipped"},"op":"u"} -{"before":null,"after":{"id":407,"customer_name":"Frank Dickson","product_name":"Headphones","quantity":5,"price":1657.59,"order_date":1729452925,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":408,"customer_name":"Kyle Guzman","product_name":"Smartphone","quantity":4,"price":1178.51,"order_date":1729452925,"status":"Shipped"},"op":"c"} -{"before":{"id":71,"customer_name":"Angela Reyes","product_name":"Monitor","quantity":3,"price":1964.1,"order_date":1729452907,"status":"Cancelled"},"after":{"id":71,"customer_name":"Angela Reyes","product_name":"Monitor","quantity":3,"price":1964.1,"order_date":1729452907,"status":"Cancelled"},"op":"u"} -{"before":null,"after":{"id":409,"customer_name":"Tyler Watkins DDS","product_name":"Smartphone","quantity":2,"price":1622.04,"order_date":1729452925,"status":"Cancelled"},"op":"c"} -{"before":{"id":187,"customer_name":"Dylan Long","product_name":"Monitor","quantity":5,"price":613.82,"order_date":1729452913,"status":"Delivered"},"after":{"id":187,"customer_name":"Dylan Long","product_name":"Monitor","quantity":5,"price":613.82,"order_date":1729452913,"status":"Delivered"},"op":"u"} -{"before":{"id":67,"customer_name":"Jason Erickson","product_name":"Headphones","quantity":4,"price":710.38,"order_date":1729452907,"status":"Delivered"},"after":{"id":67,"customer_name":"Jason Erickson","product_name":"Headphones","quantity":4,"price":710.38,"order_date":1729452907,"status":"Delivered"},"op":"u"} -{"before":null,"after":{"id":410,"customer_name":"Tracy Hernandez","product_name":"Monitor","quantity":3,"price":1800.57,"order_date":1729452925,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":411,"customer_name":"Alejandro Jones","product_name":"Keyboard","quantity":4,"price":1760.56,"order_date":1729452925,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":412,"customer_name":"Felicia Mckay","product_name":"Mouse","quantity":3,"price":610.18,"order_date":1729452925,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":413,"customer_name":"Jim Mccormick","product_name":"Mouse","quantity":5,"price":477.31,"order_date":1729452925,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":414,"customer_name":"David Williams","product_name":"Laptop","quantity":3,"price":1807.66,"order_date":1729452925,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":415,"customer_name":"Michelle Perez","product_name":"Smartphone","quantity":1,"price":1436.39,"order_date":1729452925,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":417,"customer_name":"Rhonda Diaz","product_name":"Laptop","quantity":1,"price":1172.2,"order_date":1729452926,"status":"Delivered"},"op":"c"} -{"before":{"id":349,"customer_name":"Judy Meyer","product_name":"Headphones","quantity":5,"price":720.33,"order_date":1729452922,"status":"Delivered"},"after":{"id":349,"customer_name":"Judy Meyer","product_name":"Headphones","quantity":5,"price":720.33,"order_date":1729452922,"status":"Delivered"},"op":"u"} -{"before":null,"after":{"id":418,"customer_name":"Jared Holt","product_name":"Mouse","quantity":1,"price":1467.08,"order_date":1729452926,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":419,"customer_name":"Mark Lee","product_name":"Laptop","quantity":1,"price":302.31,"order_date":1729452926,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":420,"customer_name":"Arthur Spencer","product_name":"Keyboard","quantity":3,"price":1538.35,"order_date":1729452926,"status":"Pending"},"op":"c"} -{"before":{"id":166,"customer_name":"Cheyenne White","product_name":"Smartphone","quantity":1,"price":931.41,"order_date":1729452912,"status":"Shipped"},"after":{"id":166,"customer_name":"Cheyenne White","product_name":"Smartphone","quantity":1,"price":931.41,"order_date":1729452912,"status":"Cancelled"},"op":"u"} -{"before":null,"after":{"id":421,"customer_name":"Cassandra Dominguez","product_name":"Mouse","quantity":3,"price":1909.59,"order_date":1729452926,"status":"Delivered"},"op":"c"} -{"before":{"id":353,"customer_name":"Tara Ramsey","product_name":"Headphones","quantity":2,"price":1744.53,"order_date":1729452922,"status":"Shipped"},"after":{"id":353,"customer_name":"Tara Ramsey","product_name":"Headphones","quantity":2,"price":1744.53,"order_date":1729452922,"status":"Shipped"},"op":"u"} -{"before":{"id":108,"customer_name":"Evan Tyler","product_name":"Smartphone","quantity":1,"price":1316.84,"order_date":1729452909,"status":"Shipped"},"after":{"id":108,"customer_name":"Evan Tyler","product_name":"Smartphone","quantity":1,"price":1316.84,"order_date":1729452909,"status":"Shipped"},"op":"u"} -{"before":null,"after":{"id":422,"customer_name":"Carl Long","product_name":"Keyboard","quantity":3,"price":1193.84,"order_date":1729452926,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":423,"customer_name":"Mr. Matthew Wright","product_name":"Laptop","quantity":2,"price":1717.69,"order_date":1729452926,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":424,"customer_name":"Erin Moore","product_name":"Smartphone","quantity":3,"price":449.19,"order_date":1729452926,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":425,"customer_name":"Anthony Roberts","product_name":"Monitor","quantity":2,"price":57.97,"order_date":1729452926,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":426,"customer_name":"Michael Lam","product_name":"Monitor","quantity":4,"price":387.62,"order_date":1729452926,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":427,"customer_name":"Susan Hernandez","product_name":"Monitor","quantity":5,"price":1664.41,"order_date":1729452926,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":428,"customer_name":"Norman Silva","product_name":"Monitor","quantity":4,"price":1593.61,"order_date":1729452926,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":429,"customer_name":"Kathleen Williams","product_name":"Mouse","quantity":2,"price":1021.87,"order_date":1729452926,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":430,"customer_name":"Javier Lynch","product_name":"Smartphone","quantity":5,"price":777.5,"order_date":1729452926,"status":"Pending"},"op":"c"} -{"before":{"id":265,"customer_name":"Teresa Morgan","product_name":"Smartphone","quantity":4,"price":1007.62,"order_date":1729452917,"status":"Shipped"},"after":{"id":265,"customer_name":"Teresa Morgan","product_name":"Smartphone","quantity":4,"price":1007.62,"order_date":1729452917,"status":"Shipped"},"op":"u"} -{"before":null,"after":{"id":431,"customer_name":"Bryan Taylor Jr.","product_name":"Laptop","quantity":2,"price":1667.67,"order_date":1729452926,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":432,"customer_name":"Robert Lowe MD","product_name":"Headphones","quantity":4,"price":363.18,"order_date":1729452926,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":433,"customer_name":"Matthew Robinson","product_name":"Smartphone","quantity":3,"price":1472.25,"order_date":1729452926,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":434,"customer_name":"Marco Jennings","product_name":"Mouse","quantity":4,"price":560.94,"order_date":1729452926,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":435,"customer_name":"Hannah Mitchell","product_name":"Laptop","quantity":3,"price":1033.24,"order_date":1729452927,"status":"Cancelled"},"op":"c"} -{"before":{"id":226,"customer_name":"Megan Dean","product_name":"Headphones","quantity":5,"price":1618.46,"order_date":1729452915,"status":"Cancelled"},"after":{"id":226,"customer_name":"Megan Dean","product_name":"Headphones","quantity":5,"price":1618.46,"order_date":1729452915,"status":"Cancelled"},"op":"u"} -{"before":null,"after":{"id":436,"customer_name":"Jennifer Lee","product_name":"Laptop","quantity":2,"price":1820.08,"order_date":1729452927,"status":"Shipped"},"op":"c"} -{"before":{"id":23,"customer_name":"Patrick Gonzalez","product_name":"Smartphone","quantity":1,"price":1994.24,"order_date":1729452904,"status":"Cancelled"},"after":{"id":23,"customer_name":"Patrick Gonzalez","product_name":"Smartphone","quantity":1,"price":1994.24,"order_date":1729452904,"status":"Cancelled"},"op":"u"} -{"before":null,"after":{"id":437,"customer_name":"Douglas Perkins","product_name":"Keyboard","quantity":1,"price":770.04,"order_date":1729452927,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":438,"customer_name":"Michelle Gross","product_name":"Monitor","quantity":4,"price":859.44,"order_date":1729452927,"status":"Pending"},"op":"c"} -{"before":{"id":191,"customer_name":"Terri Richards","product_name":"Mouse","quantity":5,"price":397.5,"order_date":1729452913,"status":"Cancelled"},"after":{"id":191,"customer_name":"Terri Richards","product_name":"Mouse","quantity":5,"price":397.5,"order_date":1729452913,"status":"Cancelled"},"op":"u"} -{"before":{"id":284,"customer_name":"Daniel Newman DVM","product_name":"Laptop","quantity":1,"price":102.21,"order_date":1729452918,"status":"Cancelled"},"after":{"id":284,"customer_name":"Daniel Newman DVM","product_name":"Laptop","quantity":1,"price":102.21,"order_date":1729452918,"status":"Cancelled"},"op":"u"} -{"before":null,"after":{"id":439,"customer_name":"Tiffany Salas","product_name":"Keyboard","quantity":2,"price":1927.91,"order_date":1729452927,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":440,"customer_name":"Ashley Powers","product_name":"Headphones","quantity":2,"price":1742.49,"order_date":1729452927,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":441,"customer_name":"Michael Clements","product_name":"Monitor","quantity":4,"price":1633.27,"order_date":1729452927,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":442,"customer_name":"Tyler Brown","product_name":"Headphones","quantity":1,"price":1857.88,"order_date":1729452927,"status":"Shipped"},"op":"c"} -{"before":{"id":201,"customer_name":"Cory Moses","product_name":"Laptop","quantity":2,"price":750.87,"order_date":1729452914,"status":"Shipped"},"after":{"id":201,"customer_name":"Cory Moses","product_name":"Laptop","quantity":2,"price":750.87,"order_date":1729452914,"status":"Shipped"},"op":"u"} -{"before":{"id":143,"customer_name":"Julia Payne","product_name":"Smartphone","quantity":2,"price":1361.65,"order_date":1729452911,"status":"Delivered"},"after":{"id":143,"customer_name":"Julia Payne","product_name":"Smartphone","quantity":2,"price":1361.65,"order_date":1729452911,"status":"Delivered"},"op":"u"} -{"before":null,"after":{"id":443,"customer_name":"Kathryn Harris","product_name":"Headphones","quantity":3,"price":157.52,"order_date":1729452927,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":444,"customer_name":"Rhonda Strickland","product_name":"Laptop","quantity":4,"price":1416.25,"order_date":1729452927,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":445,"customer_name":"Adam Harvey","product_name":"Smartphone","quantity":1,"price":220.76,"order_date":1729452927,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":446,"customer_name":"Joe Russell","product_name":"Smartphone","quantity":2,"price":986.61,"order_date":1729452927,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":447,"customer_name":"Susan Arroyo","product_name":"Keyboard","quantity":5,"price":846.04,"order_date":1729452927,"status":"Shipped"},"op":"c"} -{"before":{"id":94,"customer_name":"Rachel Peck","product_name":"Mouse","quantity":5,"price":682.89,"order_date":1729452908,"status":"Cancelled"},"after":{"id":94,"customer_name":"Rachel Peck","product_name":"Mouse","quantity":5,"price":682.89,"order_date":1729452908,"status":"Cancelled"},"op":"u"} -{"before":{"id":321,"customer_name":"Mrs. Sarah Stone MD","product_name":"Keyboard","quantity":3,"price":1168.32,"order_date":1729452920,"status":"Cancelled"},"after":{"id":321,"customer_name":"Mrs. Sarah Stone MD","product_name":"Keyboard","quantity":3,"price":1168.32,"order_date":1729452920,"status":"Cancelled"},"op":"u"} -{"before":{"id":255,"customer_name":null,"product_name":null,"quantity":null,"price":null,"order_date":null,"status":null},"after":null,"op":"d"} -{"before":null,"after":{"id":448,"customer_name":"Joseph Johnson","product_name":"Headphones","quantity":3,"price":324.39,"order_date":1729452927,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":449,"customer_name":"Yolanda Jones","product_name":"Mouse","quantity":5,"price":543.16,"order_date":1729452927,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":450,"customer_name":"Dr. John Phillips","product_name":"Headphones","quantity":2,"price":1713.73,"order_date":1729452928,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":451,"customer_name":"Michael Taylor","product_name":"Monitor","quantity":1,"price":127.44,"order_date":1729452928,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":452,"customer_name":"Jay Cuevas","product_name":"Monitor","quantity":1,"price":1452.55,"order_date":1729452928,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":453,"customer_name":"Debra Rosales","product_name":"Monitor","quantity":2,"price":636.19,"order_date":1729452928,"status":"Shipped"},"op":"c"} -{"before":{"id":147,"customer_name":"Christopher Sanders","product_name":"Smartphone","quantity":2,"price":1498.96,"order_date":1729452911,"status":"Shipped"},"after":{"id":147,"customer_name":"Christopher Sanders","product_name":"Smartphone","quantity":2,"price":1498.96,"order_date":1729452911,"status":"Shipped"},"op":"u"} -{"before":null,"after":{"id":454,"customer_name":"Marissa Garcia","product_name":"Mouse","quantity":4,"price":1337.95,"order_date":1729452928,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":455,"customer_name":"Robert Moore","product_name":"Keyboard","quantity":2,"price":903.44,"order_date":1729452928,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":456,"customer_name":"Mary Mckinney","product_name":"Laptop","quantity":3,"price":269.3,"order_date":1729452928,"status":"Delivered"},"op":"c"} -{"before":{"id":331,"customer_name":"Anthony Hampton","product_name":"Laptop","quantity":5,"price":1969.05,"order_date":1729452921,"status":"Delivered"},"after":{"id":331,"customer_name":"Anthony Hampton","product_name":"Laptop","quantity":5,"price":1969.05,"order_date":1729452921,"status":"Delivered"},"op":"u"} -{"before":null,"after":{"id":457,"customer_name":"Douglas Hernandez","product_name":"Mouse","quantity":2,"price":1967.55,"order_date":1729452928,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":458,"customer_name":"Sharon Carter","product_name":"Laptop","quantity":4,"price":318.16,"order_date":1729452928,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":459,"customer_name":"David Powers","product_name":"Laptop","quantity":1,"price":1188.75,"order_date":1729452928,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":460,"customer_name":"Kenneth Stark","product_name":"Mouse","quantity":1,"price":1094.22,"order_date":1729452928,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":461,"customer_name":"Katherine Bishop","product_name":"Smartphone","quantity":4,"price":1305.18,"order_date":1729452928,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":462,"customer_name":"Renee Pena","product_name":"Laptop","quantity":1,"price":1697.84,"order_date":1729452928,"status":"Cancelled"},"op":"c"} -{"before":{"id":266,"customer_name":"Rebecca Park","product_name":"Monitor","quantity":5,"price":694.22,"order_date":1729452917,"status":"Cancelled"},"after":{"id":266,"customer_name":"Rebecca Park","product_name":"Monitor","quantity":5,"price":694.22,"order_date":1729452917,"status":"Cancelled"},"op":"u"} -{"before":{"id":281,"customer_name":"Daniel Phelps","product_name":"Mouse","quantity":5,"price":1031.61,"order_date":1729452918,"status":"Delivered"},"after":{"id":281,"customer_name":"Daniel Phelps","product_name":"Mouse","quantity":5,"price":1031.61,"order_date":1729452918,"status":"Delivered"},"op":"u"} -{"before":null,"after":{"id":463,"customer_name":"Gary Bender","product_name":"Headphones","quantity":1,"price":611.12,"order_date":1729452928,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":464,"customer_name":"Kathleen Clarke","product_name":"Monitor","quantity":4,"price":1098.16,"order_date":1729452928,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":465,"customer_name":"Susan Williams","product_name":"Laptop","quantity":1,"price":704.53,"order_date":1729452928,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":466,"customer_name":"Angela Swanson","product_name":"Monitor","quantity":5,"price":1476.16,"order_date":1729452928,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":467,"customer_name":"Fernando Castro","product_name":"Keyboard","quantity":4,"price":670.47,"order_date":1729452928,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":468,"customer_name":"William Ward","product_name":"Keyboard","quantity":4,"price":377.8,"order_date":1729452928,"status":"Delivered"},"op":"c"} -{"before":{"id":316,"customer_name":"Gordon Robinson","product_name":"Headphones","quantity":3,"price":1479.1,"order_date":1729452920,"status":"Shipped"},"after":{"id":316,"customer_name":"Gordon Robinson","product_name":"Headphones","quantity":3,"price":1479.1,"order_date":1729452920,"status":"Shipped"},"op":"u"} -{"before":{"id":296,"customer_name":"Laura Perez","product_name":"Monitor","quantity":4,"price":996.34,"order_date":1729452919,"status":"Delivered"},"after":{"id":296,"customer_name":"Laura Perez","product_name":"Monitor","quantity":4,"price":996.34,"order_date":1729452919,"status":"Delivered"},"op":"u"} -{"before":null,"after":{"id":469,"customer_name":"Madeline Vega","product_name":"Monitor","quantity":3,"price":1628.19,"order_date":1729452929,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":470,"customer_name":"Patrick Clark","product_name":"Monitor","quantity":5,"price":231.11,"order_date":1729452929,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":471,"customer_name":"Matthew Huber","product_name":"Keyboard","quantity":2,"price":535.31,"order_date":1729452929,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":472,"customer_name":"Christopher White","product_name":"Headphones","quantity":4,"price":488.51,"order_date":1729452929,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":473,"customer_name":"Mark Conway","product_name":"Keyboard","quantity":3,"price":1566.27,"order_date":1729452929,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":474,"customer_name":"Gary Henderson","product_name":"Laptop","quantity":5,"price":1144.97,"order_date":1729452929,"status":"Cancelled"},"op":"c"} -{"before":{"id":90,"customer_name":"Jeffrey Carlson","product_name":"Keyboard","quantity":5,"price":55.71,"order_date":1729452908,"status":"Delivered"},"after":{"id":90,"customer_name":"Jeffrey Carlson","product_name":"Keyboard","quantity":5,"price":55.71,"order_date":1729452908,"status":"Delivered"},"op":"u"} -{"before":{"id":111,"customer_name":"Lauren Villegas","product_name":"Laptop","quantity":5,"price":712.95,"order_date":1729452909,"status":"Delivered"},"after":{"id":111,"customer_name":"Lauren Villegas","product_name":"Laptop","quantity":5,"price":712.95,"order_date":1729452909,"status":"Delivered"},"op":"u"} -{"before":null,"after":{"id":475,"customer_name":"Mary Fowler","product_name":"Monitor","quantity":1,"price":1866.2,"order_date":1729452929,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":476,"customer_name":"Jon Jordan","product_name":"Headphones","quantity":4,"price":257.94,"order_date":1729452929,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":477,"customer_name":"David Case","product_name":"Keyboard","quantity":4,"price":923.82,"order_date":1729452929,"status":"Shipped"},"op":"c"} -{"before":{"id":98,"customer_name":null,"product_name":null,"quantity":null,"price":null,"order_date":null,"status":null},"after":null,"op":"d"} -{"before":null,"after":{"id":478,"customer_name":"Mary Spencer","product_name":"Mouse","quantity":4,"price":1681.69,"order_date":1729452929,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":479,"customer_name":"Joseph Alvarez","product_name":"Laptop","quantity":5,"price":1127.85,"order_date":1729452929,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":480,"customer_name":"Travis Saunders","product_name":"Mouse","quantity":3,"price":1027.14,"order_date":1729452929,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":481,"customer_name":"Lisa Blackwell","product_name":"Headphones","quantity":5,"price":1989.06,"order_date":1729452929,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":482,"customer_name":"Amanda Ponce","product_name":"Laptop","quantity":1,"price":745.04,"order_date":1729452929,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":483,"customer_name":"Shaun Guerra","product_name":"Smartphone","quantity":3,"price":753.19,"order_date":1729452929,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":484,"customer_name":"Regina Chambers","product_name":"Keyboard","quantity":4,"price":135.05,"order_date":1729452929,"status":"Cancelled"},"op":"c"} -{"before":{"id":16,"customer_name":"Alexander Woods","product_name":"Keyboard","quantity":4,"price":1787.29,"order_date":1729452904,"status":"Shipped"},"after":{"id":16,"customer_name":"Alexander Woods","product_name":"Keyboard","quantity":4,"price":1787.29,"order_date":1729452904,"status":"Shipped"},"op":"u"} -{"before":null,"after":{"id":485,"customer_name":"Jennifer Adams","product_name":"Headphones","quantity":2,"price":533.58,"order_date":1729452929,"status":"Shipped"},"op":"c"} -{"before":{"id":118,"customer_name":"Margaret Love","product_name":"Laptop","quantity":2,"price":78.98,"order_date":1729452910,"status":"Shipped"},"after":{"id":118,"customer_name":"Margaret Love","product_name":"Laptop","quantity":2,"price":78.98,"order_date":1729452910,"status":"Shipped"},"op":"u"} -{"before":null,"after":{"id":486,"customer_name":"Angela Johnson","product_name":"Monitor","quantity":1,"price":1615.52,"order_date":1729452930,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":487,"customer_name":"Morgan Freeman","product_name":"Monitor","quantity":5,"price":281.69,"order_date":1729452930,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":488,"customer_name":"Tyler Neal","product_name":"Smartphone","quantity":3,"price":760.79,"order_date":1729452930,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":489,"customer_name":"Steven Barnes","product_name":"Headphones","quantity":2,"price":1146.25,"order_date":1729452930,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":490,"customer_name":"Colleen Miles","product_name":"Headphones","quantity":3,"price":537.76,"order_date":1729452930,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":491,"customer_name":"Brandon Harris","product_name":"Monitor","quantity":4,"price":177.23,"order_date":1729452930,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":492,"customer_name":"Deanna Allen","product_name":"Monitor","quantity":4,"price":807.72,"order_date":1729452930,"status":"Shipped"},"op":"c"} -{"before":{"id":14,"customer_name":"Louis Johnson","product_name":"Monitor","quantity":4,"price":984.52,"order_date":1729452904,"status":"Delivered"},"after":{"id":14,"customer_name":"Louis Johnson","product_name":"Monitor","quantity":4,"price":984.52,"order_date":1729452904,"status":"Delivered"},"op":"u"} -{"before":null,"after":{"id":493,"customer_name":"Michele Reed","product_name":"Laptop","quantity":5,"price":1472.36,"order_date":1729452930,"status":"Pending"},"op":"c"} -{"before":{"id":230,"customer_name":"Kathleen Richardson","product_name":"Laptop","quantity":1,"price":419.86,"order_date":1729452915,"status":"Delivered"},"after":{"id":230,"customer_name":"Kathleen Richardson","product_name":"Laptop","quantity":1,"price":419.86,"order_date":1729452915,"status":"Delivered"},"op":"u"} -{"before":null,"after":{"id":494,"customer_name":"James Wood","product_name":"Keyboard","quantity":1,"price":1369.78,"order_date":1729452930,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":495,"customer_name":"Victoria Campbell","product_name":"Headphones","quantity":3,"price":1177.42,"order_date":1729452930,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":497,"customer_name":"John Taylor","product_name":"Smartphone","quantity":3,"price":1991.92,"order_date":1729452930,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":498,"customer_name":"Elizabeth Small","product_name":"Laptop","quantity":5,"price":759.42,"order_date":1729452930,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":499,"customer_name":"Jacob Smith","product_name":"Headphones","quantity":4,"price":884.87,"order_date":1729452930,"status":"Delivered"},"op":"c"} -{"before":{"id":260,"customer_name":"Steven Schwartz","product_name":"Laptop","quantity":2,"price":307.56,"order_date":1729452917,"status":"Shipped"},"after":{"id":260,"customer_name":"Steven Schwartz","product_name":"Laptop","quantity":2,"price":307.56,"order_date":1729452917,"status":"Shipped"},"op":"u"} -{"before":null,"after":{"id":500,"customer_name":"Carl Dunn","product_name":"Monitor","quantity":1,"price":1162.58,"order_date":1729452930,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":501,"customer_name":"Tonya Richardson","product_name":"Laptop","quantity":5,"price":1285.04,"order_date":1729452930,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":502,"customer_name":"Kathy Hansen","product_name":"Headphones","quantity":2,"price":1764.8,"order_date":1729452930,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":503,"customer_name":"Dr. Linda Miller","product_name":"Smartphone","quantity":2,"price":696.64,"order_date":1729452930,"status":"Cancelled"},"op":"c"} -{"before":{"id":164,"customer_name":"Jessica Clark","product_name":"Monitor","quantity":3,"price":1484.55,"order_date":1729452912,"status":"Delivered"},"after":{"id":164,"customer_name":"Jessica Clark","product_name":"Monitor","quantity":3,"price":1484.55,"order_date":1729452912,"status":"Delivered"},"op":"u"} -{"before":null,"after":{"id":504,"customer_name":"Robin Green","product_name":"Monitor","quantity":4,"price":668.58,"order_date":1729452931,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":505,"customer_name":"Thomas Palmer","product_name":"Smartphone","quantity":4,"price":1278.63,"order_date":1729452931,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":506,"customer_name":"Lindsey Flores","product_name":"Monitor","quantity":1,"price":604.62,"order_date":1729452931,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":507,"customer_name":"Ashley Roy","product_name":"Mouse","quantity":3,"price":1753.89,"order_date":1729452931,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":508,"customer_name":"Frederick Cuevas","product_name":"Headphones","quantity":4,"price":1162.5,"order_date":1729452931,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":509,"customer_name":"Miss Mary Reese","product_name":"Mouse","quantity":1,"price":1045.95,"order_date":1729452931,"status":"Cancelled"},"op":"c"} -{"before":{"id":347,"customer_name":"Michael Thompson","product_name":"Smartphone","quantity":2,"price":1274.71,"order_date":1729452922,"status":"Shipped"},"after":{"id":347,"customer_name":"Michael Thompson","product_name":"Smartphone","quantity":2,"price":1274.71,"order_date":1729452922,"status":"Shipped"},"op":"u"} -{"before":null,"after":{"id":510,"customer_name":"Michael Myers","product_name":"Laptop","quantity":3,"price":658.89,"order_date":1729452931,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":511,"customer_name":"Sean Hoffman","product_name":"Laptop","quantity":1,"price":722.73,"order_date":1729452931,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":512,"customer_name":"Mr. Antonio Ochoa","product_name":"Laptop","quantity":1,"price":98.28,"order_date":1729452931,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":513,"customer_name":"Marvin Johnson","product_name":"Monitor","quantity":3,"price":522.01,"order_date":1729452931,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":514,"customer_name":"Teresa Wagner","product_name":"Keyboard","quantity":1,"price":1700.17,"order_date":1729452931,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":515,"customer_name":"Daniel Johnson","product_name":"Headphones","quantity":4,"price":276.58,"order_date":1729452931,"status":"Delivered"},"op":"c"} -{"before":{"id":247,"customer_name":"Angela Ward","product_name":"Keyboard","quantity":1,"price":256.88,"order_date":1729452916,"status":"Delivered"},"after":null,"op":"d"} -{"before":null,"after":{"id":516,"customer_name":"Devin Ball","product_name":"Mouse","quantity":5,"price":782.93,"order_date":1729452931,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":517,"customer_name":"Jessica Hamilton","product_name":"Headphones","quantity":5,"price":1036.19,"order_date":1729452931,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":518,"customer_name":"Robert Turner","product_name":"Mouse","quantity":5,"price":1262.91,"order_date":1729452931,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":519,"customer_name":"Amy Gonzalez","product_name":"Smartphone","quantity":2,"price":462.75,"order_date":1729452931,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":520,"customer_name":"Miss Lisa Mitchell","product_name":"Keyboard","quantity":1,"price":485.7,"order_date":1729452931,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":521,"customer_name":"Andre Garcia","product_name":"Laptop","quantity":5,"price":1055.88,"order_date":1729452931,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":522,"customer_name":"Kyle Kerr","product_name":"Monitor","quantity":5,"price":890.87,"order_date":1729452932,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":523,"customer_name":"Micheal White","product_name":"Headphones","quantity":3,"price":1299.23,"order_date":1729452932,"status":"Shipped"},"op":"c"} -{"before":{"id":256,"customer_name":"Robert Flynn","product_name":"Mouse","quantity":4,"price":473.66,"order_date":1729452917,"status":"Shipped"},"after":{"id":256,"customer_name":"Robert Flynn","product_name":"Mouse","quantity":4,"price":473.66,"order_date":1729452917,"status":"Shipped"},"op":"u"} -{"before":null,"after":{"id":524,"customer_name":"Joshua Wade","product_name":"Mouse","quantity":3,"price":1779.61,"order_date":1729452932,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":525,"customer_name":"Joseph Smith","product_name":"Mouse","quantity":2,"price":1864.25,"order_date":1729452932,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":526,"customer_name":"Jeremiah Peterson","product_name":"Headphones","quantity":2,"price":320.44,"order_date":1729452932,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":527,"customer_name":"Robert Mooney","product_name":"Laptop","quantity":3,"price":1062.39,"order_date":1729452932,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":528,"customer_name":"Elijah Ball","product_name":"Smartphone","quantity":2,"price":413.31,"order_date":1729452932,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":529,"customer_name":"Joseph Rodriguez","product_name":"Monitor","quantity":3,"price":1440.57,"order_date":1729452932,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":530,"customer_name":"Preston Jones","product_name":"Smartphone","quantity":2,"price":1660.94,"order_date":1729452932,"status":"Cancelled"},"op":"c"} -{"before":{"id":202,"customer_name":"Jonathan Jackson","product_name":"Laptop","quantity":2,"price":1895.16,"order_date":1729452914,"status":"Shipped"},"after":{"id":202,"customer_name":"Jonathan Jackson","product_name":"Laptop","quantity":2,"price":1895.16,"order_date":1729452914,"status":"Shipped"},"op":"u"} -{"before":null,"after":{"id":531,"customer_name":"Mr. Ronnie Mathews","product_name":"Headphones","quantity":1,"price":1945.18,"order_date":1729452932,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":532,"customer_name":"John Williams","product_name":"Mouse","quantity":5,"price":553.46,"order_date":1729452932,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":533,"customer_name":"Ashley Miller","product_name":"Headphones","quantity":5,"price":458.71,"order_date":1729452932,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":534,"customer_name":"Brittany Elliott","product_name":"Laptop","quantity":2,"price":1755.48,"order_date":1729452932,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":535,"customer_name":"Kelly Vazquez","product_name":"Headphones","quantity":3,"price":585.46,"order_date":1729452932,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":536,"customer_name":"James Dudley","product_name":"Headphones","quantity":5,"price":1415.17,"order_date":1729452932,"status":"Delivered"},"op":"c"} -{"before":{"id":327,"customer_name":"Adam Brock","product_name":"Smartphone","quantity":3,"price":957.26,"order_date":1729452921,"status":"Shipped"},"after":{"id":327,"customer_name":"Adam Brock","product_name":"Smartphone","quantity":3,"price":957.26,"order_date":1729452921,"status":"Shipped"},"op":"u"} -{"before":null,"after":{"id":537,"customer_name":"Jennifer Webb","product_name":"Mouse","quantity":5,"price":1607.48,"order_date":1729452932,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":538,"customer_name":"Carmen Hess","product_name":"Smartphone","quantity":3,"price":670.52,"order_date":1729452932,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":539,"customer_name":"Jason Bean","product_name":"Headphones","quantity":1,"price":1645.86,"order_date":1729452932,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":540,"customer_name":"Sarah Phillips","product_name":"Headphones","quantity":3,"price":1502.62,"order_date":1729452932,"status":"Cancelled"},"op":"c"} -{"before":{"id":46,"customer_name":"Jessica Smith","product_name":"Mouse","quantity":2,"price":1438.36,"order_date":1729452906,"status":"Delivered"},"after":{"id":46,"customer_name":"Jessica Smith","product_name":"Mouse","quantity":2,"price":1438.36,"order_date":1729452906,"status":"Delivered"},"op":"u"} -{"before":null,"after":{"id":541,"customer_name":"Eric Jackson","product_name":"Monitor","quantity":5,"price":879.67,"order_date":1729452933,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":542,"customer_name":"Heather Williams","product_name":"Keyboard","quantity":4,"price":153.56,"order_date":1729452933,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":543,"customer_name":"Kayla Cole","product_name":"Laptop","quantity":5,"price":1879.99,"order_date":1729452933,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":544,"customer_name":"Melissa Hill","product_name":"Smartphone","quantity":2,"price":991.71,"order_date":1729452933,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":545,"customer_name":"Matthew Nelson","product_name":"Mouse","quantity":3,"price":275.02,"order_date":1729452933,"status":"Shipped"},"op":"c"} -{"before":{"id":185,"customer_name":"Jose Haynes","product_name":"Mouse","quantity":5,"price":881.24,"order_date":1729452913,"status":"Shipped"},"after":{"id":185,"customer_name":"Jose Haynes","product_name":"Mouse","quantity":5,"price":881.24,"order_date":1729452913,"status":"Shipped"},"op":"u"} -{"before":null,"after":{"id":546,"customer_name":"Wanda Williams","product_name":"Headphones","quantity":3,"price":99.8,"order_date":1729452933,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":547,"customer_name":"Jill Alexander","product_name":"Monitor","quantity":4,"price":1252.21,"order_date":1729452933,"status":"Shipped"},"op":"c"} -{"before":{"id":221,"customer_name":"Robert Campbell","product_name":"Keyboard","quantity":2,"price":1455.12,"order_date":1729452915,"status":"Delivered"},"after":{"id":221,"customer_name":"Robert Campbell","product_name":"Keyboard","quantity":2,"price":1455.12,"order_date":1729452915,"status":"Delivered"},"op":"u"} -{"before":null,"after":{"id":548,"customer_name":"Gregory Sandoval","product_name":"Headphones","quantity":5,"price":637.05,"order_date":1729452933,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":549,"customer_name":"Christine Levy","product_name":"Smartphone","quantity":2,"price":1677.87,"order_date":1729452933,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":551,"customer_name":"Tiffany Mitchell","product_name":"Keyboard","quantity":5,"price":940.81,"order_date":1729452933,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":552,"customer_name":"Elizabeth Hubbard","product_name":"Smartphone","quantity":1,"price":1170.17,"order_date":1729452933,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":553,"customer_name":"Thomas Moore","product_name":"Smartphone","quantity":5,"price":50.34,"order_date":1729452933,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":554,"customer_name":"Donald Vaughn","product_name":"Headphones","quantity":3,"price":614.78,"order_date":1729452933,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":555,"customer_name":"Susan Brock","product_name":"Mouse","quantity":4,"price":636.77,"order_date":1729452933,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":556,"customer_name":"Kimberly Watson","product_name":"Smartphone","quantity":5,"price":1755.74,"order_date":1729452933,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":557,"customer_name":"Andrew Sosa","product_name":"Headphones","quantity":5,"price":960.57,"order_date":1729452933,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":558,"customer_name":"Robert Lambert","product_name":"Smartphone","quantity":5,"price":161.19,"order_date":1729452933,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":559,"customer_name":"Kimberly Bennett","product_name":"Monitor","quantity":5,"price":980.75,"order_date":1729452934,"status":"Pending"},"op":"c"} -{"before":{"id":102,"customer_name":"Erica Williams","product_name":"Keyboard","quantity":2,"price":1736.75,"order_date":1729452909,"status":"Cancelled"},"after":{"id":102,"customer_name":"Erica Williams","product_name":"Keyboard","quantity":2,"price":1736.75,"order_date":1729452909,"status":"Cancelled"},"op":"u"} -{"before":null,"after":{"id":560,"customer_name":"Dylan Johnson","product_name":"Mouse","quantity":2,"price":838.19,"order_date":1729452934,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":561,"customer_name":"Olivia Clayton MD","product_name":"Laptop","quantity":2,"price":1159.9,"order_date":1729452934,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":562,"customer_name":"Teresa Banks","product_name":"Keyboard","quantity":5,"price":97.99,"order_date":1729452934,"status":"Cancelled"},"op":"c"} -{"before":{"id":348,"customer_name":null,"product_name":null,"quantity":null,"price":null,"order_date":null,"status":null},"after":null,"op":"d"} -{"before":null,"after":{"id":563,"customer_name":"Robert Perkins","product_name":"Monitor","quantity":5,"price":730.47,"order_date":1729452934,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":564,"customer_name":"Alison Shaw DDS","product_name":"Smartphone","quantity":1,"price":202.06,"order_date":1729452934,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":565,"customer_name":"Crystal Nolan","product_name":"Monitor","quantity":5,"price":555.72,"order_date":1729452934,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":566,"customer_name":"Sara Scott","product_name":"Mouse","quantity":3,"price":727.62,"order_date":1729452934,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":567,"customer_name":"Andrew Moore","product_name":"Laptop","quantity":4,"price":1985.58,"order_date":1729452934,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":568,"customer_name":"Anthony Gardner","product_name":"Keyboard","quantity":3,"price":1306.19,"order_date":1729452934,"status":"Delivered"},"op":"c"} -{"before":{"id":243,"customer_name":"Christine Ward","product_name":"Headphones","quantity":2,"price":1060.91,"order_date":1729452916,"status":"Delivered"},"after":{"id":243,"customer_name":"Christine Ward","product_name":"Headphones","quantity":2,"price":1060.91,"order_date":1729452916,"status":"Delivered"},"op":"u"} -{"before":{"id":275,"customer_name":"Denise Le","product_name":"Monitor","quantity":3,"price":226.18,"order_date":1729452918,"status":"Shipped"},"after":{"id":275,"customer_name":"Denise Le","product_name":"Monitor","quantity":3,"price":226.18,"order_date":1729452918,"status":"Shipped"},"op":"u"} -{"before":null,"after":{"id":569,"customer_name":"Joseph Wilson","product_name":"Mouse","quantity":3,"price":515.11,"order_date":1729452934,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":570,"customer_name":"Shannon Mcmahon","product_name":"Headphones","quantity":4,"price":1606.64,"order_date":1729452934,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":571,"customer_name":"Jason Bryan","product_name":"Mouse","quantity":5,"price":997.35,"order_date":1729452934,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":572,"customer_name":"John Sawyer","product_name":"Monitor","quantity":1,"price":469.93,"order_date":1729452934,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":573,"customer_name":"Cody Vargas","product_name":"Keyboard","quantity":2,"price":729.55,"order_date":1729452934,"status":"Cancelled"},"op":"c"} -{"before":{"id":289,"customer_name":"Stacy Arnold","product_name":"Keyboard","quantity":4,"price":144.04,"order_date":1729452919,"status":"Shipped"},"after":{"id":289,"customer_name":"Stacy Arnold","product_name":"Keyboard","quantity":4,"price":144.04,"order_date":1729452919,"status":"Shipped"},"op":"u"} -{"before":{"id":12,"customer_name":"Dustin Roberts","product_name":"Smartphone","quantity":2,"price":1411.95,"order_date":1729452904,"status":"Cancelled"},"after":{"id":12,"customer_name":"Dustin Roberts","product_name":"Smartphone","quantity":2,"price":1411.95,"order_date":1729452904,"status":"Cancelled"},"op":"u"} -{"before":null,"after":{"id":574,"customer_name":"Devon Taylor","product_name":"Monitor","quantity":5,"price":1797.9,"order_date":1729452935,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":575,"customer_name":"Nicole Smith","product_name":"Headphones","quantity":4,"price":198.85,"order_date":1729452935,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":576,"customer_name":"Robin Bates","product_name":"Mouse","quantity":1,"price":161.59,"order_date":1729452935,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":577,"customer_name":"Mary Finley","product_name":"Smartphone","quantity":2,"price":1187.9,"order_date":1729452935,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":578,"customer_name":"Deanna Franco","product_name":"Mouse","quantity":1,"price":959.24,"order_date":1729452935,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":579,"customer_name":"Todd Mann","product_name":"Smartphone","quantity":2,"price":576.61,"order_date":1729452935,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":580,"customer_name":"Kellie Garner","product_name":"Monitor","quantity":5,"price":1385.76,"order_date":1729452935,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":581,"customer_name":"Albert Barton","product_name":"Headphones","quantity":1,"price":69.83,"order_date":1729452935,"status":"Cancelled"},"op":"c"} -{"before":{"id":334,"customer_name":"Jessica Holmes","product_name":"Monitor","quantity":2,"price":167.06,"order_date":1729452921,"status":"Delivered"},"after":{"id":334,"customer_name":"Jessica Holmes","product_name":"Monitor","quantity":2,"price":167.06,"order_date":1729452921,"status":"Delivered"},"op":"u"} -{"before":null,"after":{"id":582,"customer_name":"Andrea Floyd","product_name":"Monitor","quantity":2,"price":1026.71,"order_date":1729452935,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":583,"customer_name":"Robert Barton","product_name":"Headphones","quantity":4,"price":1599.53,"order_date":1729452935,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":584,"customer_name":"Felicia Campbell","product_name":"Monitor","quantity":2,"price":1762.06,"order_date":1729452935,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":585,"customer_name":"Amy Carpenter","product_name":"Headphones","quantity":5,"price":1577.82,"order_date":1729452935,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":586,"customer_name":"Christina Simmons","product_name":"Mouse","quantity":3,"price":1781.35,"order_date":1729452935,"status":"Shipped"},"op":"c"} -{"before":{"id":246,"customer_name":"James Warner","product_name":"Monitor","quantity":1,"price":774.68,"order_date":1729452916,"status":"Cancelled"},"after":{"id":246,"customer_name":"James Warner","product_name":"Monitor","quantity":1,"price":774.68,"order_date":1729452916,"status":"Cancelled"},"op":"u"} -{"before":null,"after":{"id":587,"customer_name":"Susan Bowen","product_name":"Mouse","quantity":1,"price":1773.72,"order_date":1729452935,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":588,"customer_name":"Jordan Thomas","product_name":"Monitor","quantity":2,"price":1606.5,"order_date":1729452935,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":589,"customer_name":"Steven Ward","product_name":"Laptop","quantity":5,"price":1054.05,"order_date":1729452935,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":590,"customer_name":"Maria Williams","product_name":"Laptop","quantity":3,"price":63.45,"order_date":1729452935,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":591,"customer_name":"Tony Payne","product_name":"Laptop","quantity":4,"price":148.43,"order_date":1729452936,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":592,"customer_name":"Michelle Decker","product_name":"Laptop","quantity":3,"price":1217.51,"order_date":1729452936,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":593,"customer_name":"Kenneth Hansen","product_name":"Smartphone","quantity":2,"price":1384.51,"order_date":1729452936,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":594,"customer_name":"John Rivera","product_name":"Keyboard","quantity":4,"price":1234.87,"order_date":1729452936,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":595,"customer_name":"Lauren Howard","product_name":"Mouse","quantity":5,"price":1127.24,"order_date":1729452936,"status":"Delivered"},"op":"c"} -{"before":{"id":322,"customer_name":"Jennifer Eaton","product_name":"Keyboard","quantity":2,"price":848.7,"order_date":1729452920,"status":"Shipped"},"after":{"id":322,"customer_name":"Jennifer Eaton","product_name":"Keyboard","quantity":2,"price":848.7,"order_date":1729452920,"status":"Shipped"},"op":"u"} -{"before":null,"after":{"id":596,"customer_name":"Latasha Rogers","product_name":"Mouse","quantity":5,"price":1656.34,"order_date":1729452936,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":597,"customer_name":"Dr. Samuel Ray","product_name":"Keyboard","quantity":1,"price":1450.14,"order_date":1729452936,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":598,"customer_name":"Christine Thornton","product_name":"Smartphone","quantity":1,"price":581.55,"order_date":1729452936,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":599,"customer_name":"Darren Solis","product_name":"Smartphone","quantity":5,"price":653.86,"order_date":1729452936,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":600,"customer_name":"Michael Martinez","product_name":"Monitor","quantity":3,"price":1196.24,"order_date":1729452936,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":601,"customer_name":"Brooke Moore","product_name":"Monitor","quantity":3,"price":139.29,"order_date":1729452936,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":602,"customer_name":"James Lucas","product_name":"Keyboard","quantity":2,"price":1325.85,"order_date":1729452936,"status":"Shipped"},"op":"c"} -{"before":{"id":66,"customer_name":"Kenneth Solomon","product_name":"Laptop","quantity":1,"price":444.33,"order_date":1729452907,"status":"Shipped"},"after":{"id":66,"customer_name":"Kenneth Solomon","product_name":"Laptop","quantity":1,"price":444.33,"order_date":1729452907,"status":"Shipped"},"op":"u"} -{"before":{"id":80,"customer_name":"Jeffrey Myers","product_name":"Monitor","quantity":5,"price":1405.16,"order_date":1729452907,"status":"Cancelled"},"after":{"id":80,"customer_name":"Jeffrey Myers","product_name":"Monitor","quantity":5,"price":1405.16,"order_date":1729452907,"status":"Cancelled"},"op":"u"} -{"before":null,"after":{"id":603,"customer_name":"Robert Burch","product_name":"Laptop","quantity":2,"price":391.09,"order_date":1729452936,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":604,"customer_name":"Matthew Jensen","product_name":"Headphones","quantity":3,"price":958.08,"order_date":1729452936,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":605,"customer_name":"Tina Hurst","product_name":"Headphones","quantity":1,"price":1527.61,"order_date":1729452936,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":606,"customer_name":"Nicholas Robinson","product_name":"Smartphone","quantity":5,"price":843.32,"order_date":1729452936,"status":"Cancelled"},"op":"c"} -{"before":{"id":114,"customer_name":"Charles Luna","product_name":"Monitor","quantity":5,"price":991.95,"order_date":1729452909,"status":"Cancelled"},"after":{"id":114,"customer_name":"Charles Luna","product_name":"Monitor","quantity":5,"price":991.95,"order_date":1729452909,"status":"Cancelled"},"op":"u"} -{"before":null,"after":{"id":607,"customer_name":"Martin Gibson","product_name":"Smartphone","quantity":3,"price":419.05,"order_date":1729452936,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":608,"customer_name":"Keith Miller","product_name":"Keyboard","quantity":4,"price":281.57,"order_date":1729452936,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":609,"customer_name":"Laura Underwood","product_name":"Smartphone","quantity":4,"price":779.06,"order_date":1729452936,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":610,"customer_name":"Lori Duke","product_name":"Mouse","quantity":3,"price":1311.35,"order_date":1729452936,"status":"Delivered"},"op":"c"} -{"before":{"id":337,"customer_name":"Monique Calhoun","product_name":"Smartphone","quantity":5,"price":246.69,"order_date":1729452921,"status":"Cancelled"},"after":{"id":337,"customer_name":"Monique Calhoun","product_name":"Smartphone","quantity":5,"price":246.69,"order_date":1729452921,"status":"Cancelled"},"op":"u"} -{"before":null,"after":{"id":611,"customer_name":"Derrick Wright","product_name":"Smartphone","quantity":4,"price":88.04,"order_date":1729452937,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":612,"customer_name":"William Coleman","product_name":"Keyboard","quantity":5,"price":258.01,"order_date":1729452937,"status":"Shipped"},"op":"c"} -{"before":{"id":313,"customer_name":"Joseph Guerrero","product_name":"Monitor","quantity":5,"price":980.31,"order_date":1729452920,"status":"Delivered"},"after":{"id":313,"customer_name":"Joseph Guerrero","product_name":"Monitor","quantity":5,"price":980.31,"order_date":1729452920,"status":"Delivered"},"op":"u"} -{"before":null,"after":{"id":613,"customer_name":"Suzanne Bell","product_name":"Laptop","quantity":3,"price":1379.44,"order_date":1729452937,"status":"Delivered"},"op":"c"} -{"before":{"id":39,"customer_name":"Sheila Williams MD","product_name":"Smartphone","quantity":1,"price":661.49,"order_date":1729452905,"status":"Shipped"},"after":{"id":39,"customer_name":"Sheila Williams MD","product_name":"Smartphone","quantity":1,"price":661.49,"order_date":1729452905,"status":"Shipped"},"op":"u"} -{"before":null,"after":{"id":614,"customer_name":"Bryan Taylor","product_name":"Keyboard","quantity":1,"price":313.37,"order_date":1729452937,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":615,"customer_name":"Christopher Gutierrez","product_name":"Mouse","quantity":2,"price":1266.8,"order_date":1729452937,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":616,"customer_name":"Tina Hunter","product_name":"Headphones","quantity":1,"price":312.5,"order_date":1729452937,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":617,"customer_name":"Ryan Edwards","product_name":"Monitor","quantity":3,"price":1320.66,"order_date":1729452937,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":618,"customer_name":"Diane Johns","product_name":"Laptop","quantity":4,"price":585.73,"order_date":1729452937,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":619,"customer_name":"Gregory Adams","product_name":"Monitor","quantity":5,"price":1167.57,"order_date":1729452937,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":620,"customer_name":"Tara Nguyen","product_name":"Laptop","quantity":1,"price":1697.04,"order_date":1729452937,"status":"Pending"},"op":"c"} -{"before":{"id":225,"customer_name":"Deborah Gutierrez","product_name":"Mouse","quantity":2,"price":335.88,"order_date":1729452915,"status":"Shipped"},"after":{"id":225,"customer_name":"Deborah Gutierrez","product_name":"Mouse","quantity":2,"price":335.88,"order_date":1729452915,"status":"Shipped"},"op":"u"} -{"before":null,"after":{"id":621,"customer_name":"Roy Marks","product_name":"Mouse","quantity":4,"price":1731.84,"order_date":1729452937,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":622,"customer_name":"Jennifer Hooper","product_name":"Mouse","quantity":5,"price":1624.82,"order_date":1729452937,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":623,"customer_name":"Colin Parker","product_name":"Monitor","quantity":2,"price":905.8,"order_date":1729452937,"status":"Cancelled"},"op":"c"} -{"before":{"id":305,"customer_name":"Danielle Miller","product_name":"Headphones","quantity":2,"price":974.47,"order_date":1729452919,"status":"Shipped"},"after":{"id":305,"customer_name":"Danielle Miller","product_name":"Headphones","quantity":2,"price":974.47,"order_date":1729452919,"status":"Shipped"},"op":"u"} -{"before":null,"after":{"id":624,"customer_name":"Christopher Nichols","product_name":"Keyboard","quantity":3,"price":1193.9,"order_date":1729452937,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":625,"customer_name":"Alexis Heath","product_name":"Mouse","quantity":3,"price":899.43,"order_date":1729452937,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":626,"customer_name":"Marissa Ward","product_name":"Monitor","quantity":1,"price":423.74,"order_date":1729452937,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":627,"customer_name":"Marcus Gomez","product_name":"Laptop","quantity":3,"price":790.86,"order_date":1729452938,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":628,"customer_name":"Sarah Brown","product_name":"Keyboard","quantity":3,"price":700.64,"order_date":1729452938,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":629,"customer_name":"Kimberly Rogers","product_name":"Smartphone","quantity":3,"price":232.28,"order_date":1729452938,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":630,"customer_name":"Kelly Ramos","product_name":"Mouse","quantity":2,"price":1524.61,"order_date":1729452938,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":631,"customer_name":"Patricia Johnson","product_name":"Headphones","quantity":5,"price":401.27,"order_date":1729452938,"status":"Shipped"},"op":"c"} -{"before":{"id":157,"customer_name":"Daniel Clark","product_name":"Laptop","quantity":1,"price":1786.51,"order_date":1729452912,"status":"Shipped"},"after":{"id":157,"customer_name":"Daniel Clark","product_name":"Laptop","quantity":1,"price":1786.51,"order_date":1729452912,"status":"Shipped"},"op":"u"} -{"before":null,"after":{"id":632,"customer_name":"Andre Faulkner","product_name":"Monitor","quantity":5,"price":534.21,"order_date":1729452938,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":633,"customer_name":"Brian Freeman","product_name":"Monitor","quantity":1,"price":495.53,"order_date":1729452938,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":634,"customer_name":"Sara Jackson","product_name":"Headphones","quantity":2,"price":1924.99,"order_date":1729452938,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":635,"customer_name":"Scott Perry","product_name":"Smartphone","quantity":4,"price":1047.39,"order_date":1729452938,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":636,"customer_name":"Richard Lyons","product_name":"Smartphone","quantity":2,"price":1803.85,"order_date":1729452938,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":637,"customer_name":"Mr. Aaron Barr Jr.","product_name":"Keyboard","quantity":5,"price":920.46,"order_date":1729452938,"status":"Cancelled"},"op":"c"} -{"before":{"id":197,"customer_name":"Christine Ward","product_name":"Laptop","quantity":2,"price":981.44,"order_date":1729452914,"status":"Shipped"},"after":{"id":197,"customer_name":"Christine Ward","product_name":"Laptop","quantity":2,"price":981.44,"order_date":1729452914,"status":"Shipped"},"op":"u"} -{"before":null,"after":{"id":638,"customer_name":"George Smith","product_name":"Headphones","quantity":1,"price":1255.35,"order_date":1729452938,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":639,"customer_name":"Mark Baker","product_name":"Smartphone","quantity":4,"price":1653.21,"order_date":1729452938,"status":"Cancelled"},"op":"c"} -{"before":{"id":335,"customer_name":"Timothy Adams","product_name":"Monitor","quantity":4,"price":359.74,"order_date":1729452921,"status":"Delivered"},"after":{"id":335,"customer_name":"Timothy Adams","product_name":"Monitor","quantity":4,"price":359.74,"order_date":1729452921,"status":"Delivered"},"op":"u"} -{"before":null,"after":{"id":640,"customer_name":"Justin Good","product_name":"Laptop","quantity":5,"price":1941.59,"order_date":1729452938,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":641,"customer_name":"Barbara Christensen","product_name":"Headphones","quantity":3,"price":1742.88,"order_date":1729452938,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":642,"customer_name":"John Guerrero","product_name":"Laptop","quantity":4,"price":746.59,"order_date":1729452938,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":643,"customer_name":"Nicole Crane","product_name":"Smartphone","quantity":2,"price":1828.45,"order_date":1729452938,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":644,"customer_name":"Jonathon Hall","product_name":"Monitor","quantity":2,"price":1848.69,"order_date":1729452938,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":645,"customer_name":"Andrea Campbell","product_name":"Headphones","quantity":2,"price":1080.33,"order_date":1729452938,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":646,"customer_name":"Daniel Pierce","product_name":"Mouse","quantity":2,"price":1102.57,"order_date":1729452938,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":647,"customer_name":"Derek Quinn","product_name":"Laptop","quantity":1,"price":1572.64,"order_date":1729452938,"status":"Delivered"},"op":"c"} -{"before":{"id":79,"customer_name":"Mary Kline","product_name":"Headphones","quantity":2,"price":351.41,"order_date":1729452907,"status":"Cancelled"},"after":{"id":79,"customer_name":"Mary Kline","product_name":"Headphones","quantity":2,"price":351.41,"order_date":1729452907,"status":"Cancelled"},"op":"u"} -{"before":{"id":381,"customer_name":"Bianca King","product_name":"Smartphone","quantity":5,"price":650.79,"order_date":1729452924,"status":"Delivered"},"after":{"id":381,"customer_name":"Bianca King","product_name":"Smartphone","quantity":5,"price":650.79,"order_date":1729452924,"status":"Delivered"},"op":"u"} -{"before":null,"after":{"id":648,"customer_name":"Caitlin Wilson","product_name":"Monitor","quantity":2,"price":1818.33,"order_date":1729452939,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":649,"customer_name":"Eric Reed","product_name":"Smartphone","quantity":5,"price":324.38,"order_date":1729452939,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":650,"customer_name":"Kelly Garza","product_name":"Keyboard","quantity":2,"price":1580.67,"order_date":1729452939,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":651,"customer_name":"Glenda Ortiz","product_name":"Mouse","quantity":5,"price":1378.87,"order_date":1729452939,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":652,"customer_name":"Matthew Christian","product_name":"Mouse","quantity":2,"price":1331.9,"order_date":1729452939,"status":"Shipped"},"op":"c"} -{"before":{"id":506,"customer_name":"Lindsey Flores","product_name":"Monitor","quantity":1,"price":604.62,"order_date":1729452931,"status":"Shipped"},"after":{"id":506,"customer_name":"Lindsey Flores","product_name":"Monitor","quantity":1,"price":604.62,"order_date":1729452931,"status":"Delivered"},"op":"u"} -{"before":null,"after":{"id":653,"customer_name":"Brent Foster","product_name":"Headphones","quantity":2,"price":410.77,"order_date":1729452939,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":654,"customer_name":"Tasha Ruiz","product_name":"Laptop","quantity":1,"price":1389.43,"order_date":1729452939,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":655,"customer_name":"Cristina Kelley","product_name":"Mouse","quantity":3,"price":966.56,"order_date":1729452939,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":656,"customer_name":"Jesse Chapman","product_name":"Laptop","quantity":5,"price":1426.29,"order_date":1729452939,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":657,"customer_name":"John Ford","product_name":"Mouse","quantity":1,"price":570.03,"order_date":1729452939,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":658,"customer_name":"Christopher Munoz","product_name":"Laptop","quantity":1,"price":958.96,"order_date":1729452939,"status":"Delivered"},"op":"c"} -{"before":{"id":202,"customer_name":"Jonathan Jackson","product_name":"Laptop","quantity":2,"price":1895.16,"order_date":1729452914,"status":"Cancelled"},"after":{"id":202,"customer_name":"Jonathan Jackson","product_name":"Laptop","quantity":2,"price":1895.16,"order_date":1729452914,"status":"Cancelled"},"op":"u"} -{"before":null,"after":{"id":659,"customer_name":"Michelle Russell","product_name":"Laptop","quantity":1,"price":1544.97,"order_date":1729452939,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":660,"customer_name":"Steven Valencia","product_name":"Smartphone","quantity":3,"price":1423.15,"order_date":1729452939,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":661,"customer_name":"Katrina Gibson","product_name":"Smartphone","quantity":3,"price":276.02,"order_date":1729452939,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":662,"customer_name":"Michael Stafford","product_name":"Mouse","quantity":2,"price":1763.47,"order_date":1729452939,"status":"Delivered"},"op":"c"} -{"before":{"id":481,"customer_name":"Lisa Blackwell","product_name":"Headphones","quantity":5,"price":1989.06,"order_date":1729452929,"status":"Shipped"},"after":{"id":481,"customer_name":"Lisa Blackwell","product_name":"Headphones","quantity":5,"price":1989.06,"order_date":1729452929,"status":"Shipped"},"op":"u"} -{"before":null,"after":{"id":663,"customer_name":"Kimberly Brewer","product_name":"Headphones","quantity":2,"price":106.97,"order_date":1729452939,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":664,"customer_name":"Eric Ward","product_name":"Keyboard","quantity":5,"price":1770.74,"order_date":1729452939,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":665,"customer_name":"Mr. Jeffery Gonzalez","product_name":"Mouse","quantity":2,"price":1126.95,"order_date":1729452939,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":666,"customer_name":"Heather Jones","product_name":"Keyboard","quantity":5,"price":311.82,"order_date":1729452939,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":667,"customer_name":"Gary Brown","product_name":"Headphones","quantity":4,"price":99.56,"order_date":1729452940,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":668,"customer_name":"Michael Bradley","product_name":"Headphones","quantity":5,"price":1928.97,"order_date":1729452940,"status":"Cancelled"},"op":"c"} -{"before":{"id":49,"customer_name":"Mr. William Mcgee","product_name":"Keyboard","quantity":4,"price":479.14,"order_date":1729452906,"status":"Shipped"},"after":{"id":49,"customer_name":"Mr. William Mcgee","product_name":"Keyboard","quantity":4,"price":479.14,"order_date":1729452906,"status":"Shipped"},"op":"u"} -{"before":null,"after":{"id":669,"customer_name":"Emily Williams","product_name":"Laptop","quantity":4,"price":1575.64,"order_date":1729452940,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":670,"customer_name":"Jessica Rogers","product_name":"Mouse","quantity":2,"price":165.36,"order_date":1729452940,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":671,"customer_name":"Kristin Perez","product_name":"Smartphone","quantity":5,"price":90.14,"order_date":1729452940,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":672,"customer_name":"Ashley Nichols","product_name":"Keyboard","quantity":4,"price":254.12,"order_date":1729452940,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":673,"customer_name":"William Shaw","product_name":"Keyboard","quantity":3,"price":1797.54,"order_date":1729452940,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":674,"customer_name":"Stephen Morgan","product_name":"Monitor","quantity":5,"price":1667.87,"order_date":1729452940,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":675,"customer_name":"Daniel Guerra","product_name":"Monitor","quantity":5,"price":1236.0,"order_date":1729452940,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":676,"customer_name":"Christopher Baker","product_name":"Keyboard","quantity":4,"price":1642.44,"order_date":1729452940,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":677,"customer_name":"Jeffrey Camacho","product_name":"Mouse","quantity":4,"price":1818.13,"order_date":1729452940,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":678,"customer_name":"Hannah West","product_name":"Monitor","quantity":2,"price":189.89,"order_date":1729452940,"status":"Cancelled"},"op":"c"} -{"before":{"id":285,"customer_name":"Angel Powell","product_name":"Laptop","quantity":4,"price":1846.98,"order_date":1729452918,"status":"Cancelled"},"after":{"id":285,"customer_name":"Angel Powell","product_name":"Laptop","quantity":4,"price":1846.98,"order_date":1729452918,"status":"Cancelled"},"op":"u"} -{"before":null,"after":{"id":679,"customer_name":"Christopher Green","product_name":"Keyboard","quantity":5,"price":1285.0,"order_date":1729452940,"status":"Shipped"},"op":"c"} -{"before":{"id":606,"customer_name":"Nicholas Robinson","product_name":"Smartphone","quantity":5,"price":843.32,"order_date":1729452936,"status":"Delivered"},"after":{"id":606,"customer_name":"Nicholas Robinson","product_name":"Smartphone","quantity":5,"price":843.32,"order_date":1729452936,"status":"Delivered"},"op":"u"} -{"before":{"id":485,"customer_name":"Jennifer Adams","product_name":"Headphones","quantity":2,"price":533.58,"order_date":1729452929,"status":"Delivered"},"after":{"id":485,"customer_name":"Jennifer Adams","product_name":"Headphones","quantity":2,"price":533.58,"order_date":1729452929,"status":"Delivered"},"op":"u"} -{"before":{"id":233,"customer_name":"Daniel Martinez","product_name":"Mouse","quantity":4,"price":1065.58,"order_date":1729452916,"status":"Delivered"},"after":{"id":233,"customer_name":"Daniel Martinez","product_name":"Mouse","quantity":4,"price":1065.58,"order_date":1729452916,"status":"Delivered"},"op":"u"} -{"before":null,"after":{"id":680,"customer_name":"Sean Hill","product_name":"Keyboard","quantity":5,"price":1703.02,"order_date":1729452940,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":681,"customer_name":"Melissa Howard","product_name":"Laptop","quantity":5,"price":306.32,"order_date":1729452940,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":682,"customer_name":"Tracey Calhoun","product_name":"Laptop","quantity":4,"price":813.07,"order_date":1729452940,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":683,"customer_name":"Eric Shields","product_name":"Headphones","quantity":2,"price":502.87,"order_date":1729452940,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":684,"customer_name":"Scott Hart","product_name":"Keyboard","quantity":3,"price":629.47,"order_date":1729452941,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":685,"customer_name":"Patricia Hernandez","product_name":"Mouse","quantity":1,"price":266.23,"order_date":1729452941,"status":"Pending"},"op":"c"} -{"before":{"id":194,"customer_name":"Alexa Garcia","product_name":"Smartphone","quantity":2,"price":132.82,"order_date":1729452914,"status":"Shipped"},"after":{"id":194,"customer_name":"Alexa Garcia","product_name":"Smartphone","quantity":2,"price":132.82,"order_date":1729452914,"status":"Shipped"},"op":"u"} -{"before":{"id":390,"customer_name":"Bonnie Price","product_name":"Smartphone","quantity":4,"price":376.09,"order_date":1729452924,"status":"Delivered"},"after":{"id":390,"customer_name":"Bonnie Price","product_name":"Smartphone","quantity":4,"price":376.09,"order_date":1729452924,"status":"Delivered"},"op":"u"} -{"before":null,"after":{"id":686,"customer_name":"Richard Price","product_name":"Mouse","quantity":1,"price":1380.29,"order_date":1729452941,"status":"Delivered"},"op":"c"} -{"before":{"id":378,"customer_name":"Marc Velazquez","product_name":"Laptop","quantity":5,"price":398.66,"order_date":1729452923,"status":"Delivered"},"after":{"id":378,"customer_name":"Marc Velazquez","product_name":"Laptop","quantity":5,"price":398.66,"order_date":1729452923,"status":"Delivered"},"op":"u"} -{"before":null,"after":{"id":687,"customer_name":"David Parker","product_name":"Keyboard","quantity":1,"price":420.65,"order_date":1729452941,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":688,"customer_name":"Stephanie Byrd DDS","product_name":"Smartphone","quantity":1,"price":983.22,"order_date":1729452941,"status":"Pending"},"op":"c"} -{"before":{"id":358,"customer_name":"Andrew Robles","product_name":"Smartphone","quantity":3,"price":235.62,"order_date":1729452922,"status":"Delivered"},"after":{"id":358,"customer_name":"Andrew Robles","product_name":"Smartphone","quantity":3,"price":235.62,"order_date":1729452922,"status":"Shipped"},"op":"u"} -{"before":null,"after":{"id":689,"customer_name":"Kelly Jones","product_name":"Smartphone","quantity":2,"price":425.94,"order_date":1729452941,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":690,"customer_name":"Ryan Tyler","product_name":"Laptop","quantity":5,"price":1644.02,"order_date":1729452941,"status":"Shipped"},"op":"c"} -{"before":{"id":552,"customer_name":"Elizabeth Hubbard","product_name":"Smartphone","quantity":1,"price":1170.17,"order_date":1729452933,"status":"Shipped"},"after":{"id":552,"customer_name":"Elizabeth Hubbard","product_name":"Smartphone","quantity":1,"price":1170.17,"order_date":1729452933,"status":"Shipped"},"op":"u"} -{"before":null,"after":{"id":691,"customer_name":"Mrs. Jennifer Knight MD","product_name":"Headphones","quantity":1,"price":1725.83,"order_date":1729452941,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":692,"customer_name":"Mary Weaver","product_name":"Laptop","quantity":4,"price":983.15,"order_date":1729452941,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":693,"customer_name":"Seth Silva","product_name":"Laptop","quantity":3,"price":90.03,"order_date":1729452941,"status":"Pending"},"op":"c"} -{"before":{"id":608,"customer_name":"Keith Miller","product_name":"Keyboard","quantity":4,"price":281.57,"order_date":1729452936,"status":"Cancelled"},"after":{"id":608,"customer_name":"Keith Miller","product_name":"Keyboard","quantity":4,"price":281.57,"order_date":1729452936,"status":"Cancelled"},"op":"u"} -{"before":{"id":345,"customer_name":"Daniel Parker","product_name":"Mouse","quantity":4,"price":1451.33,"order_date":1729452922,"status":"Delivered"},"after":{"id":345,"customer_name":"Daniel Parker","product_name":"Mouse","quantity":4,"price":1451.33,"order_date":1729452922,"status":"Delivered"},"op":"u"} -{"before":null,"after":{"id":694,"customer_name":"Stacey Miranda","product_name":"Keyboard","quantity":3,"price":1782.31,"order_date":1729452941,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":695,"customer_name":"Crystal Nelson","product_name":"Keyboard","quantity":4,"price":398.04,"order_date":1729452941,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":696,"customer_name":"Kayla Holmes","product_name":"Monitor","quantity":2,"price":603.81,"order_date":1729452941,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":697,"customer_name":"Katherine Stephenson","product_name":"Keyboard","quantity":4,"price":121.73,"order_date":1729452941,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":698,"customer_name":"Misty Macias","product_name":"Monitor","quantity":2,"price":946.07,"order_date":1729452941,"status":"Shipped"},"op":"c"} -{"before":{"id":76,"customer_name":"John Medina","product_name":"Headphones","quantity":1,"price":503.26,"order_date":1729452907,"status":"Delivered"},"after":{"id":76,"customer_name":"John Medina","product_name":"Headphones","quantity":1,"price":503.26,"order_date":1729452907,"status":"Delivered"},"op":"u"} -{"before":null,"after":{"id":699,"customer_name":"Ashley Crawford","product_name":"Mouse","quantity":3,"price":1578.58,"order_date":1729452941,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":700,"customer_name":"Angela Pierce","product_name":"Keyboard","quantity":5,"price":1318.58,"order_date":1729452942,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":701,"customer_name":"David Fischer","product_name":"Laptop","quantity":2,"price":1798.72,"order_date":1729452942,"status":"Pending"},"op":"c"} -{"before":{"id":179,"customer_name":"Michael Johnson","product_name":"Laptop","quantity":3,"price":897.76,"order_date":1729452913,"status":"Shipped"},"after":{"id":179,"customer_name":"Michael Johnson","product_name":"Laptop","quantity":3,"price":897.76,"order_date":1729452913,"status":"Shipped"},"op":"u"} -{"before":null,"after":{"id":702,"customer_name":"Hannah Richard","product_name":"Mouse","quantity":3,"price":1394.21,"order_date":1729452942,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":703,"customer_name":"Eric Fowler","product_name":"Smartphone","quantity":1,"price":1229.57,"order_date":1729452942,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":704,"customer_name":"Jesus Cooke","product_name":"Headphones","quantity":5,"price":314.47,"order_date":1729452942,"status":"Shipped"},"op":"c"} -{"before":{"id":530,"customer_name":"Preston Jones","product_name":"Smartphone","quantity":2,"price":1660.94,"order_date":1729452932,"status":"Delivered"},"after":{"id":530,"customer_name":"Preston Jones","product_name":"Smartphone","quantity":2,"price":1660.94,"order_date":1729452932,"status":"Delivered"},"op":"u"} -{"before":null,"after":{"id":705,"customer_name":"Richard Rivera","product_name":"Keyboard","quantity":1,"price":530.94,"order_date":1729452942,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":706,"customer_name":"Dr. Shannon Meyer","product_name":"Monitor","quantity":1,"price":649.07,"order_date":1729452942,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":707,"customer_name":"Johnny Roy","product_name":"Mouse","quantity":5,"price":358.06,"order_date":1729452942,"status":"Delivered"},"op":"c"} -{"before":{"id":243,"customer_name":"Christine Ward","product_name":"Headphones","quantity":2,"price":1060.91,"order_date":1729452916,"status":"Delivered"},"after":{"id":243,"customer_name":"Christine Ward","product_name":"Headphones","quantity":2,"price":1060.91,"order_date":1729452916,"status":"Delivered"},"op":"u"} -{"before":null,"after":{"id":708,"customer_name":"Shannon Stone","product_name":"Headphones","quantity":4,"price":664.25,"order_date":1729452942,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":709,"customer_name":"Peter Hawkins","product_name":"Smartphone","quantity":4,"price":496.8,"order_date":1729452942,"status":"Cancelled"},"op":"c"} -{"before":{"id":374,"customer_name":"Rhonda Flores","product_name":"Keyboard","quantity":5,"price":1623.77,"order_date":1729452923,"status":"Shipped"},"after":{"id":374,"customer_name":"Rhonda Flores","product_name":"Keyboard","quantity":5,"price":1623.77,"order_date":1729452923,"status":"Shipped"},"op":"u"} -{"before":{"id":80,"customer_name":"Jeffrey Myers","product_name":"Monitor","quantity":5,"price":1405.16,"order_date":1729452907,"status":"Shipped"},"after":{"id":80,"customer_name":"Jeffrey Myers","product_name":"Monitor","quantity":5,"price":1405.16,"order_date":1729452907,"status":"Shipped"},"op":"u"} -{"before":null,"after":{"id":710,"customer_name":"George Rice III","product_name":"Laptop","quantity":1,"price":1371.36,"order_date":1729452942,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":711,"customer_name":"Eddie Brown","product_name":"Keyboard","quantity":2,"price":496.87,"order_date":1729452942,"status":"Delivered"},"op":"c"} -{"before":{"id":386,"customer_name":"Michael Cole","product_name":"Smartphone","quantity":1,"price":1109.07,"order_date":1729452924,"status":"Cancelled"},"after":{"id":386,"customer_name":"Michael Cole","product_name":"Smartphone","quantity":1,"price":1109.07,"order_date":1729452924,"status":"Cancelled"},"op":"u"} -{"before":{"id":632,"customer_name":"Andre Faulkner","product_name":"Monitor","quantity":5,"price":534.21,"order_date":1729452938,"status":"Cancelled"},"after":{"id":632,"customer_name":"Andre Faulkner","product_name":"Monitor","quantity":5,"price":534.21,"order_date":1729452938,"status":"Cancelled"},"op":"u"} -{"before":null,"after":{"id":712,"customer_name":"Sheryl Neal","product_name":"Smartphone","quantity":2,"price":1439.88,"order_date":1729452942,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":713,"customer_name":"Jeffrey Cummings","product_name":"Smartphone","quantity":4,"price":292.33,"order_date":1729452943,"status":"Cancelled"},"op":"c"} -{"before":{"id":609,"customer_name":"Laura Underwood","product_name":"Smartphone","quantity":4,"price":779.06,"order_date":1729452936,"status":"Shipped"},"after":{"id":609,"customer_name":"Laura Underwood","product_name":"Smartphone","quantity":4,"price":779.06,"order_date":1729452936,"status":"Shipped"},"op":"u"} -{"before":null,"after":{"id":714,"customer_name":"Ashley Boyd","product_name":"Keyboard","quantity":1,"price":359.65,"order_date":1729452943,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":715,"customer_name":"Laura Carpenter","product_name":"Monitor","quantity":2,"price":1815.99,"order_date":1729452943,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":716,"customer_name":"Mrs. Lauren Waters","product_name":"Headphones","quantity":1,"price":1189.65,"order_date":1729452943,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":717,"customer_name":"Alicia Burns","product_name":"Monitor","quantity":4,"price":1519.21,"order_date":1729452943,"status":"Shipped"},"op":"c"} -{"before":{"id":394,"customer_name":"Sean Sosa","product_name":"Headphones","quantity":3,"price":891.62,"order_date":1729452924,"status":"Delivered"},"after":{"id":394,"customer_name":"Sean Sosa","product_name":"Headphones","quantity":3,"price":891.62,"order_date":1729452924,"status":"Delivered"},"op":"u"} -{"before":null,"after":{"id":718,"customer_name":"Mrs. Beth Simmons","product_name":"Monitor","quantity":2,"price":1659.22,"order_date":1729452943,"status":"Cancelled"},"op":"c"} -{"before":{"id":560,"customer_name":"Dylan Johnson","product_name":"Mouse","quantity":2,"price":838.19,"order_date":1729452934,"status":"Delivered"},"after":{"id":560,"customer_name":"Dylan Johnson","product_name":"Mouse","quantity":2,"price":838.19,"order_date":1729452934,"status":"Delivered"},"op":"u"} -{"before":null,"after":{"id":719,"customer_name":"Nicholas Daniel","product_name":"Smartphone","quantity":1,"price":1840.8,"order_date":1729452943,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":720,"customer_name":"Nicholas Kelly","product_name":"Keyboard","quantity":1,"price":1697.16,"order_date":1729452943,"status":"Pending"},"op":"c"} -{"before":{"id":387,"customer_name":"Joshua Marks","product_name":"Headphones","quantity":1,"price":1812.23,"order_date":1729452924,"status":"Shipped"},"after":{"id":387,"customer_name":"Joshua Marks","product_name":"Headphones","quantity":1,"price":1812.23,"order_date":1729452924,"status":"Shipped"},"op":"u"} -{"before":null,"after":{"id":721,"customer_name":"Randy Simmons","product_name":"Headphones","quantity":5,"price":1828.97,"order_date":1729452943,"status":"Pending"},"op":"c"} -{"before":{"id":185,"customer_name":"Jose Haynes","product_name":"Mouse","quantity":5,"price":881.24,"order_date":1729452913,"status":"Cancelled"},"after":{"id":185,"customer_name":"Jose Haynes","product_name":"Mouse","quantity":5,"price":881.24,"order_date":1729452913,"status":"Cancelled"},"op":"u"} -{"before":null,"after":{"id":722,"customer_name":"Cynthia Chapman","product_name":"Mouse","quantity":1,"price":1786.64,"order_date":1729452943,"status":"Delivered"},"op":"c"} -{"before":{"id":477,"customer_name":"David Case","product_name":"Keyboard","quantity":4,"price":923.82,"order_date":1729452929,"status":"Delivered"},"after":{"id":477,"customer_name":"David Case","product_name":"Keyboard","quantity":4,"price":923.82,"order_date":1729452929,"status":"Delivered"},"op":"u"} -{"before":null,"after":{"id":723,"customer_name":"Mr. Joshua Graves","product_name":"Smartphone","quantity":2,"price":1619.85,"order_date":1729452943,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":724,"customer_name":"Gavin Black","product_name":"Laptop","quantity":4,"price":1386.78,"order_date":1729452943,"status":"Delivered"},"op":"c"} -{"before":{"id":638,"customer_name":"George Smith","product_name":"Headphones","quantity":1,"price":1255.35,"order_date":1729452938,"status":"Cancelled"},"after":{"id":638,"customer_name":"George Smith","product_name":"Headphones","quantity":1,"price":1255.35,"order_date":1729452938,"status":"Cancelled"},"op":"u"} -{"before":null,"after":{"id":725,"customer_name":"Natalie Hill","product_name":"Mouse","quantity":2,"price":764.95,"order_date":1729452943,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":726,"customer_name":"Richard Figueroa","product_name":"Mouse","quantity":3,"price":1571.37,"order_date":1729452943,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":727,"customer_name":"Michele Wilson","product_name":"Mouse","quantity":2,"price":1127.45,"order_date":1729452943,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":728,"customer_name":"James Green","product_name":"Smartphone","quantity":5,"price":1903.51,"order_date":1729452944,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":729,"customer_name":"John Johnson","product_name":"Monitor","quantity":1,"price":1817.35,"order_date":1729452944,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":730,"customer_name":"Jennifer Brennan","product_name":"Keyboard","quantity":5,"price":170.26,"order_date":1729452944,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":731,"customer_name":"Tracy Salas","product_name":"Laptop","quantity":1,"price":794.32,"order_date":1729452944,"status":"Pending"},"op":"c"} -{"before":{"id":203,"customer_name":"Keith Smith","product_name":"Mouse","quantity":5,"price":1478.61,"order_date":1729452914,"status":"Delivered"},"after":{"id":203,"customer_name":"Keith Smith","product_name":"Mouse","quantity":5,"price":1478.61,"order_date":1729452914,"status":"Delivered"},"op":"u"} -{"before":{"id":473,"customer_name":"Mark Conway","product_name":"Keyboard","quantity":3,"price":1566.27,"order_date":1729452929,"status":"Cancelled"},"after":{"id":473,"customer_name":"Mark Conway","product_name":"Keyboard","quantity":3,"price":1566.27,"order_date":1729452929,"status":"Cancelled"},"op":"u"} -{"before":null,"after":{"id":732,"customer_name":"Justin Reyes","product_name":"Laptop","quantity":4,"price":1381.05,"order_date":1729452944,"status":"Pending"},"op":"c"} -{"before":{"id":375,"customer_name":"Teresa Bryant","product_name":"Mouse","quantity":1,"price":821.34,"order_date":1729452923,"status":"Cancelled"},"after":{"id":375,"customer_name":"Teresa Bryant","product_name":"Mouse","quantity":1,"price":821.34,"order_date":1729452923,"status":"Cancelled"},"op":"u"} -{"before":{"id":24,"customer_name":"Lisa Lopez","product_name":"Keyboard","quantity":3,"price":105.86,"order_date":1729452905,"status":"Cancelled"},"after":{"id":24,"customer_name":"Lisa Lopez","product_name":"Keyboard","quantity":3,"price":105.86,"order_date":1729452905,"status":"Cancelled"},"op":"u"} -{"before":null,"after":{"id":733,"customer_name":"Daniel Cole","product_name":"Headphones","quantity":5,"price":140.89,"order_date":1729452944,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":734,"customer_name":"Lawrence Perkins","product_name":"Mouse","quantity":5,"price":679.25,"order_date":1729452944,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":735,"customer_name":"Andrea Brown DDS","product_name":"Keyboard","quantity":1,"price":1946.86,"order_date":1729452944,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":736,"customer_name":"Christopher Garcia","product_name":"Headphones","quantity":4,"price":483.75,"order_date":1729452944,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":737,"customer_name":"Anna Clark","product_name":"Keyboard","quantity":3,"price":1824.09,"order_date":1729452944,"status":"Pending"},"op":"c"} -{"before":{"id":538,"customer_name":"Carmen Hess","product_name":"Smartphone","quantity":3,"price":670.52,"order_date":1729452932,"status":"Cancelled"},"after":{"id":538,"customer_name":"Carmen Hess","product_name":"Smartphone","quantity":3,"price":670.52,"order_date":1729452932,"status":"Delivered"},"op":"u"} -{"before":null,"after":{"id":738,"customer_name":"Jordan Bush","product_name":"Monitor","quantity":4,"price":1548.14,"order_date":1729452944,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":739,"customer_name":"Adam Moran","product_name":"Monitor","quantity":3,"price":911.41,"order_date":1729452944,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":740,"customer_name":"Douglas Roberson","product_name":"Monitor","quantity":2,"price":1859.67,"order_date":1729452944,"status":"Delivered"},"op":"c"} -{"before":{"id":391,"customer_name":null,"product_name":null,"quantity":null,"price":null,"order_date":null,"status":null},"after":null,"op":"d"} -{"before":null,"after":{"id":741,"customer_name":"Joseph Nguyen","product_name":"Headphones","quantity":1,"price":1297.36,"order_date":1729452944,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":742,"customer_name":"Laura Wright","product_name":"Laptop","quantity":1,"price":865.89,"order_date":1729452944,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":743,"customer_name":"Samuel Weeks","product_name":"Laptop","quantity":4,"price":1704.44,"order_date":1729452944,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":744,"customer_name":"Kevin Petty","product_name":"Mouse","quantity":3,"price":381.41,"order_date":1729452944,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":745,"customer_name":"Tiffany Carter","product_name":"Smartphone","quantity":3,"price":1334.2,"order_date":1729452945,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":746,"customer_name":"Sarah Nguyen","product_name":"Laptop","quantity":2,"price":1635.8,"order_date":1729452945,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":747,"customer_name":"James Henderson","product_name":"Smartphone","quantity":3,"price":1422.37,"order_date":1729452945,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":748,"customer_name":"Susan Bishop","product_name":"Keyboard","quantity":5,"price":65.41,"order_date":1729452945,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":749,"customer_name":"Stephanie Harris","product_name":"Laptop","quantity":3,"price":1026.55,"order_date":1729452945,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":750,"customer_name":"Jorge Parker","product_name":"Laptop","quantity":4,"price":1470.11,"order_date":1729452945,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":751,"customer_name":"Jessica Blackburn","product_name":"Keyboard","quantity":3,"price":1005.78,"order_date":1729452945,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":752,"customer_name":"Melissa Benjamin","product_name":"Keyboard","quantity":3,"price":100.16,"order_date":1729452945,"status":"Cancelled"},"op":"c"} -{"before":{"id":393,"customer_name":"Anthony Thomas","product_name":"Keyboard","quantity":1,"price":1856.97,"order_date":1729452924,"status":"Cancelled"},"after":{"id":393,"customer_name":"Anthony Thomas","product_name":"Keyboard","quantity":1,"price":1856.97,"order_date":1729452924,"status":"Cancelled"},"op":"u"} -{"before":null,"after":{"id":753,"customer_name":"Omar Castro","product_name":"Laptop","quantity":5,"price":1461.58,"order_date":1729452945,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":754,"customer_name":"Cindy Bell","product_name":"Mouse","quantity":5,"price":640.48,"order_date":1729452945,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":755,"customer_name":"David Williams","product_name":"Keyboard","quantity":3,"price":961.5,"order_date":1729452945,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":756,"customer_name":"Harry Dillon","product_name":"Headphones","quantity":3,"price":1490.0,"order_date":1729452945,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":757,"customer_name":"Madeline Carr","product_name":"Mouse","quantity":2,"price":1421.84,"order_date":1729452945,"status":"Delivered"},"op":"c"} -{"before":{"id":166,"customer_name":"Cheyenne White","product_name":"Smartphone","quantity":1,"price":931.41,"order_date":1729452912,"status":"Cancelled"},"after":{"id":166,"customer_name":"Cheyenne White","product_name":"Smartphone","quantity":1,"price":931.41,"order_date":1729452912,"status":"Cancelled"},"op":"u"} -{"before":{"id":210,"customer_name":"Chad Smith","product_name":"Monitor","quantity":5,"price":1362.93,"order_date":1729452914,"status":"Delivered"},"after":{"id":210,"customer_name":"Chad Smith","product_name":"Monitor","quantity":5,"price":1362.93,"order_date":1729452914,"status":"Delivered"},"op":"u"} -{"before":null,"after":{"id":758,"customer_name":"Erika Olson","product_name":"Keyboard","quantity":1,"price":1771.37,"order_date":1729452945,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":759,"customer_name":"Kristen Williams","product_name":"Keyboard","quantity":1,"price":1482.72,"order_date":1729452945,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":760,"customer_name":"Ruben Anderson","product_name":"Monitor","quantity":5,"price":1742.52,"order_date":1729452945,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":761,"customer_name":"Todd King","product_name":"Mouse","quantity":5,"price":339.96,"order_date":1729452945,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":762,"customer_name":"Eric Smith","product_name":"Mouse","quantity":4,"price":104.35,"order_date":1729452945,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":763,"customer_name":"Leslie Hayes","product_name":"Smartphone","quantity":3,"price":771.32,"order_date":1729452945,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":764,"customer_name":"Anna Sullivan","product_name":"Keyboard","quantity":1,"price":169.92,"order_date":1729452945,"status":"Shipped"},"op":"c"} -{"before":{"id":305,"customer_name":"Danielle Miller","product_name":"Headphones","quantity":2,"price":974.47,"order_date":1729452919,"status":"Delivered"},"after":{"id":305,"customer_name":"Danielle Miller","product_name":"Headphones","quantity":2,"price":974.47,"order_date":1729452919,"status":"Delivered"},"op":"u"} -{"before":null,"after":{"id":765,"customer_name":"Kayla Lewis","product_name":"Smartphone","quantity":5,"price":595.43,"order_date":1729452946,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":766,"customer_name":"Lauren Burns","product_name":"Monitor","quantity":3,"price":162.84,"order_date":1729452946,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":767,"customer_name":"Dr. Maria Morales","product_name":"Headphones","quantity":3,"price":71.6,"order_date":1729452946,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":768,"customer_name":"Emily Figueroa","product_name":"Headphones","quantity":1,"price":1695.05,"order_date":1729452946,"status":"Delivered"},"op":"c"} -{"before":{"id":559,"customer_name":"Kimberly Bennett","product_name":"Monitor","quantity":5,"price":980.75,"order_date":1729452934,"status":"Delivered"},"after":{"id":559,"customer_name":"Kimberly Bennett","product_name":"Monitor","quantity":5,"price":980.75,"order_date":1729452934,"status":"Delivered"},"op":"u"} -{"before":null,"after":{"id":769,"customer_name":"Ryan Johnson","product_name":"Laptop","quantity":3,"price":1725.07,"order_date":1729452946,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":770,"customer_name":"Omar Farmer","product_name":"Laptop","quantity":3,"price":456.97,"order_date":1729452946,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":771,"customer_name":"Shannon Jenkins","product_name":"Monitor","quantity":5,"price":76.63,"order_date":1729452946,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":772,"customer_name":"Shelby Mccormick","product_name":"Laptop","quantity":1,"price":1756.39,"order_date":1729452946,"status":"Delivered"},"op":"c"} -{"before":{"id":169,"customer_name":"Thomas Marshall","product_name":"Smartphone","quantity":5,"price":1790.72,"order_date":1729452912,"status":"Cancelled"},"after":{"id":169,"customer_name":"Thomas Marshall","product_name":"Smartphone","quantity":5,"price":1790.72,"order_date":1729452912,"status":"Cancelled"},"op":"u"} -{"before":null,"after":{"id":773,"customer_name":"Connie White","product_name":"Monitor","quantity":5,"price":196.53,"order_date":1729452946,"status":"Pending"},"op":"c"} -{"before":{"id":524,"customer_name":"Joshua Wade","product_name":"Mouse","quantity":3,"price":1779.61,"order_date":1729452932,"status":"Delivered"},"after":{"id":524,"customer_name":"Joshua Wade","product_name":"Mouse","quantity":3,"price":1779.61,"order_date":1729452932,"status":"Delivered"},"op":"u"} -{"before":{"id":95,"customer_name":"Keith Morales","product_name":"Smartphone","quantity":2,"price":1640.98,"order_date":1729452908,"status":"Delivered"},"after":{"id":95,"customer_name":"Keith Morales","product_name":"Smartphone","quantity":2,"price":1640.98,"order_date":1729452908,"status":"Delivered"},"op":"u"} -{"before":null,"after":{"id":774,"customer_name":"Deborah Jones","product_name":"Laptop","quantity":5,"price":1164.93,"order_date":1729452946,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":775,"customer_name":"David Wilson","product_name":"Smartphone","quantity":3,"price":1534.09,"order_date":1729452946,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":776,"customer_name":"Paula Reed","product_name":"Smartphone","quantity":2,"price":696.56,"order_date":1729452946,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":777,"customer_name":"Ricardo Martinez","product_name":"Smartphone","quantity":3,"price":1427.79,"order_date":1729452946,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":778,"customer_name":"Christopher Watkins","product_name":"Smartphone","quantity":3,"price":1786.69,"order_date":1729452946,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":779,"customer_name":"Richard Burke","product_name":"Laptop","quantity":4,"price":1419.22,"order_date":1729452946,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":780,"customer_name":"Riley Hammond","product_name":"Smartphone","quantity":3,"price":82.25,"order_date":1729452946,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":781,"customer_name":"Jennifer Mason","product_name":"Laptop","quantity":5,"price":1753.27,"order_date":1729452946,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":782,"customer_name":"Casey Nelson","product_name":"Mouse","quantity":1,"price":1610.23,"order_date":1729452946,"status":"Shipped"},"op":"c"} -{"before":{"id":431,"customer_name":"Bryan Taylor Jr.","product_name":"Laptop","quantity":2,"price":1667.67,"order_date":1729452926,"status":"Cancelled"},"after":{"id":431,"customer_name":"Bryan Taylor Jr.","product_name":"Laptop","quantity":2,"price":1667.67,"order_date":1729452926,"status":"Delivered"},"op":"u"} -{"before":{"id":461,"customer_name":"Katherine Bishop","product_name":"Smartphone","quantity":4,"price":1305.18,"order_date":1729452928,"status":"Delivered"},"after":{"id":461,"customer_name":"Katherine Bishop","product_name":"Smartphone","quantity":4,"price":1305.18,"order_date":1729452928,"status":"Delivered"},"op":"u"} -{"before":null,"after":{"id":783,"customer_name":"Derek Acosta","product_name":"Laptop","quantity":1,"price":1776.01,"order_date":1729452946,"status":"Pending"},"op":"c"} -{"before":{"id":178,"customer_name":"Andrew Carpenter","product_name":"Laptop","quantity":1,"price":1782.84,"order_date":1729452912,"status":"Delivered"},"after":{"id":178,"customer_name":"Andrew Carpenter","product_name":"Laptop","quantity":1,"price":1782.84,"order_date":1729452912,"status":"Delivered"},"op":"u"} -{"before":null,"after":{"id":784,"customer_name":"Martin Thompson","product_name":"Monitor","quantity":5,"price":793.88,"order_date":1729452947,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":785,"customer_name":"Andrea Campbell","product_name":"Monitor","quantity":3,"price":1957.02,"order_date":1729452947,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":786,"customer_name":"Debra Guzman","product_name":"Laptop","quantity":5,"price":652.67,"order_date":1729452947,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":787,"customer_name":"Helen Camacho","product_name":"Smartphone","quantity":5,"price":1869.04,"order_date":1729452947,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":788,"customer_name":"David Gonzalez","product_name":"Keyboard","quantity":1,"price":456.03,"order_date":1729452947,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":789,"customer_name":"Mark Johnson","product_name":"Smartphone","quantity":3,"price":938.91,"order_date":1729452947,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":790,"customer_name":"Linda Garner","product_name":"Laptop","quantity":1,"price":331.76,"order_date":1729452947,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":791,"customer_name":"Holly Walsh","product_name":"Headphones","quantity":4,"price":397.38,"order_date":1729452947,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":792,"customer_name":"James Oliver PhD","product_name":"Laptop","quantity":1,"price":295.97,"order_date":1729452947,"status":"Shipped"},"op":"c"} -{"before":{"id":171,"customer_name":"Andrew Vasquez","product_name":"Headphones","quantity":5,"price":1490.3,"order_date":1729452912,"status":"Delivered"},"after":{"id":171,"customer_name":"Andrew Vasquez","product_name":"Headphones","quantity":5,"price":1490.3,"order_date":1729452912,"status":"Delivered"},"op":"u"} -{"before":null,"after":{"id":793,"customer_name":"Holly Kent","product_name":"Mouse","quantity":5,"price":1023.03,"order_date":1729452947,"status":"Pending"},"op":"c"} -{"before":{"id":438,"customer_name":"Michelle Gross","product_name":"Monitor","quantity":4,"price":859.44,"order_date":1729452927,"status":"Cancelled"},"after":{"id":438,"customer_name":"Michelle Gross","product_name":"Monitor","quantity":4,"price":859.44,"order_date":1729452927,"status":"Cancelled"},"op":"u"} -{"before":{"id":3,"customer_name":"Abigail Nelson","product_name":"Smartphone","quantity":4,"price":1871.61,"order_date":1729452903,"status":"Delivered"},"after":{"id":3,"customer_name":"Abigail Nelson","product_name":"Smartphone","quantity":4,"price":1871.61,"order_date":1729452903,"status":"Delivered"},"op":"u"} -{"before":null,"after":{"id":794,"customer_name":"Yolanda Diaz","product_name":"Monitor","quantity":1,"price":1675.38,"order_date":1729452947,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":795,"customer_name":"Amy Jones","product_name":"Monitor","quantity":4,"price":442.13,"order_date":1729452947,"status":"Cancelled"},"op":"c"} -{"before":{"id":263,"customer_name":"Michael Little","product_name":"Smartphone","quantity":2,"price":324.28,"order_date":1729452917,"status":"Shipped"},"after":{"id":263,"customer_name":"Michael Little","product_name":"Smartphone","quantity":2,"price":324.28,"order_date":1729452917,"status":"Shipped"},"op":"u"} -{"before":null,"after":{"id":796,"customer_name":"Charles Blackwell","product_name":"Smartphone","quantity":1,"price":298.66,"order_date":1729452947,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":797,"customer_name":"Theresa Kirk","product_name":"Monitor","quantity":1,"price":1139.39,"order_date":1729452947,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":798,"customer_name":"Shawn Carter","product_name":"Keyboard","quantity":3,"price":1503.64,"order_date":1729452947,"status":"Pending"},"op":"c"} -{"before":{"id":267,"customer_name":"Barbara Moore","product_name":"Smartphone","quantity":3,"price":1098.61,"order_date":1729452917,"status":"Cancelled"},"after":{"id":267,"customer_name":"Barbara Moore","product_name":"Smartphone","quantity":3,"price":1098.61,"order_date":1729452917,"status":"Cancelled"},"op":"u"} -{"before":null,"after":{"id":799,"customer_name":"John Hayes","product_name":"Laptop","quantity":5,"price":194.49,"order_date":1729452947,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":800,"customer_name":"Nicholas Palmer","product_name":"Smartphone","quantity":3,"price":1660.17,"order_date":1729452948,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":801,"customer_name":"Diane Chang","product_name":"Smartphone","quantity":4,"price":1968.42,"order_date":1729452948,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":802,"customer_name":"Noah Ballard","product_name":"Keyboard","quantity":5,"price":1831.74,"order_date":1729452948,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":803,"customer_name":"Charles Moses","product_name":"Laptop","quantity":2,"price":313.95,"order_date":1729452948,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":804,"customer_name":"Maurice Downs","product_name":"Keyboard","quantity":4,"price":1907.03,"order_date":1729452948,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":805,"customer_name":"Sandra Underwood","product_name":"Smartphone","quantity":1,"price":1786.07,"order_date":1729452948,"status":"Delivered"},"op":"c"} -{"before":{"id":90,"customer_name":"Jeffrey Carlson","product_name":"Keyboard","quantity":5,"price":55.71,"order_date":1729452908,"status":"Cancelled"},"after":{"id":90,"customer_name":"Jeffrey Carlson","product_name":"Keyboard","quantity":5,"price":55.71,"order_date":1729452908,"status":"Cancelled"},"op":"u"} -{"before":null,"after":{"id":806,"customer_name":"Jennifer Brock","product_name":"Monitor","quantity":5,"price":417.85,"order_date":1729452948,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":807,"customer_name":"Erika Martinez","product_name":"Keyboard","quantity":4,"price":505.31,"order_date":1729452948,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":808,"customer_name":"Angela Washington","product_name":"Monitor","quantity":3,"price":115.82,"order_date":1729452948,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":809,"customer_name":"Brandy Figueroa","product_name":"Monitor","quantity":1,"price":1252.43,"order_date":1729452948,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":810,"customer_name":"Stacie Howard","product_name":"Laptop","quantity":3,"price":757.63,"order_date":1729452948,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":811,"customer_name":"David Steele","product_name":"Laptop","quantity":2,"price":1735.52,"order_date":1729452948,"status":"Delivered"},"op":"c"} -{"before":{"id":368,"customer_name":"Yolanda Thomas","product_name":"Mouse","quantity":3,"price":589.63,"order_date":1729452923,"status":"Shipped"},"after":{"id":368,"customer_name":"Yolanda Thomas","product_name":"Mouse","quantity":3,"price":589.63,"order_date":1729452923,"status":"Shipped"},"op":"u"} -{"before":null,"after":{"id":812,"customer_name":"Joseph Taylor","product_name":"Mouse","quantity":2,"price":1552.22,"order_date":1729452948,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":813,"customer_name":"Laura Smith","product_name":"Monitor","quantity":4,"price":1683.39,"order_date":1729452948,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":814,"customer_name":"Anthony Williams","product_name":"Keyboard","quantity":4,"price":1362.44,"order_date":1729452948,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":815,"customer_name":"James Mueller","product_name":"Smartphone","quantity":2,"price":1721.34,"order_date":1729452948,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":816,"customer_name":"Matthew Gardner","product_name":"Monitor","quantity":2,"price":1394.26,"order_date":1729452948,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":817,"customer_name":"Barbara Hoffman","product_name":"Laptop","quantity":4,"price":408.86,"order_date":1729452948,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":818,"customer_name":"Katherine Lopez","product_name":"Mouse","quantity":1,"price":964.19,"order_date":1729452948,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":819,"customer_name":"Tamara Welch","product_name":"Headphones","quantity":3,"price":552.2,"order_date":1729452948,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":820,"customer_name":"Lori Macias","product_name":"Monitor","quantity":2,"price":227.51,"order_date":1729452949,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":821,"customer_name":"Mark Baker","product_name":"Laptop","quantity":1,"price":1473.64,"order_date":1729452949,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":822,"customer_name":"Susan Holmes","product_name":"Laptop","quantity":5,"price":1218.52,"order_date":1729452949,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":823,"customer_name":"David Armstrong","product_name":"Monitor","quantity":4,"price":691.21,"order_date":1729452949,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":824,"customer_name":"Mary Mills DVM","product_name":"Smartphone","quantity":5,"price":707.51,"order_date":1729452949,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":825,"customer_name":"Michaela Johnson","product_name":"Smartphone","quantity":5,"price":1988.14,"order_date":1729452949,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":826,"customer_name":"Karen Morales","product_name":"Headphones","quantity":2,"price":758.42,"order_date":1729452949,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":827,"customer_name":"Diane Meyer","product_name":"Smartphone","quantity":4,"price":492.11,"order_date":1729452949,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":828,"customer_name":"Daniel Marshall","product_name":"Laptop","quantity":1,"price":1246.74,"order_date":1729452949,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":829,"customer_name":"Roberto Young","product_name":"Headphones","quantity":4,"price":901.29,"order_date":1729452949,"status":"Pending"},"op":"c"} -{"before":{"id":602,"customer_name":"James Lucas","product_name":"Keyboard","quantity":2,"price":1325.85,"order_date":1729452936,"status":"Delivered"},"after":{"id":602,"customer_name":"James Lucas","product_name":"Keyboard","quantity":2,"price":1325.85,"order_date":1729452936,"status":"Delivered"},"op":"u"} -{"before":{"id":78,"customer_name":null,"product_name":null,"quantity":null,"price":null,"order_date":null,"status":null},"after":null,"op":"d"} -{"before":null,"after":{"id":830,"customer_name":"Isaac Munoz","product_name":"Laptop","quantity":3,"price":1220.56,"order_date":1729452949,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":831,"customer_name":"Dr. Jeffrey Jacobs","product_name":"Mouse","quantity":1,"price":1102.12,"order_date":1729452949,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":832,"customer_name":"Mackenzie Smith","product_name":"Headphones","quantity":4,"price":1498.73,"order_date":1729452949,"status":"Pending"},"op":"c"} -{"before":{"id":401,"customer_name":"Amy Hamilton","product_name":"Headphones","quantity":3,"price":1272.87,"order_date":1729452925,"status":"Cancelled"},"after":{"id":401,"customer_name":"Amy Hamilton","product_name":"Headphones","quantity":3,"price":1272.87,"order_date":1729452925,"status":"Cancelled"},"op":"u"} -{"before":null,"after":{"id":833,"customer_name":"Brittany Parker","product_name":"Headphones","quantity":5,"price":814.42,"order_date":1729452949,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":834,"customer_name":"Rachel Morris","product_name":"Laptop","quantity":5,"price":420.62,"order_date":1729452949,"status":"Shipped"},"op":"c"} -{"before":{"id":109,"customer_name":"Susan Lawson","product_name":"Laptop","quantity":4,"price":67.51,"order_date":1729452909,"status":"Delivered"},"after":{"id":109,"customer_name":"Susan Lawson","product_name":"Laptop","quantity":4,"price":67.51,"order_date":1729452909,"status":"Delivered"},"op":"u"} -{"before":{"id":81,"customer_name":"Gary Russell","product_name":"Keyboard","quantity":3,"price":1231.87,"order_date":1729452907,"status":"Delivered"},"after":{"id":81,"customer_name":"Gary Russell","product_name":"Keyboard","quantity":3,"price":1231.87,"order_date":1729452907,"status":"Delivered"},"op":"u"} -{"before":{"id":145,"customer_name":"Michael Ramos","product_name":"Headphones","quantity":3,"price":337.82,"order_date":1729452911,"status":"Delivered"},"after":{"id":145,"customer_name":"Michael Ramos","product_name":"Headphones","quantity":3,"price":337.82,"order_date":1729452911,"status":"Delivered"},"op":"u"} -{"before":null,"after":{"id":835,"customer_name":"Theresa James","product_name":"Keyboard","quantity":3,"price":1786.4,"order_date":1729452949,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":836,"customer_name":"Kenneth Johnson","product_name":"Headphones","quantity":3,"price":1551.93,"order_date":1729452949,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":837,"customer_name":"Elizabeth George","product_name":"Smartphone","quantity":4,"price":469.76,"order_date":1729452950,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":838,"customer_name":"Jose Simpson","product_name":"Monitor","quantity":5,"price":1800.3,"order_date":1729452950,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":839,"customer_name":"John Stewart","product_name":"Mouse","quantity":2,"price":1448.78,"order_date":1729452950,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":840,"customer_name":"John Pearson","product_name":"Headphones","quantity":5,"price":1541.57,"order_date":1729452950,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":841,"customer_name":"Michael Serrano","product_name":"Keyboard","quantity":2,"price":298.25,"order_date":1729452950,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":842,"customer_name":"Jennifer Carter","product_name":"Headphones","quantity":2,"price":797.58,"order_date":1729452950,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":843,"customer_name":"Andrea Diaz","product_name":"Laptop","quantity":4,"price":1854.96,"order_date":1729452950,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":844,"customer_name":"Sandra Williams","product_name":"Monitor","quantity":2,"price":317.05,"order_date":1729452950,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":845,"customer_name":"Scott Vasquez","product_name":"Smartphone","quantity":2,"price":1042.67,"order_date":1729452950,"status":"Cancelled"},"op":"c"} -{"before":{"id":304,"customer_name":"Seth Henry","product_name":"Monitor","quantity":3,"price":1544.33,"order_date":1729452919,"status":"Delivered"},"after":{"id":304,"customer_name":"Seth Henry","product_name":"Monitor","quantity":3,"price":1544.33,"order_date":1729452919,"status":"Delivered"},"op":"u"} -{"before":null,"after":{"id":846,"customer_name":"Jonathan Thomas","product_name":"Mouse","quantity":2,"price":1097.07,"order_date":1729452950,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":847,"customer_name":"Tammy Wade","product_name":"Keyboard","quantity":5,"price":142.13,"order_date":1729452950,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":848,"customer_name":"Eric Barnett","product_name":"Keyboard","quantity":2,"price":1973.65,"order_date":1729452950,"status":"Delivered"},"op":"c"} -{"before":{"id":573,"customer_name":"Cody Vargas","product_name":"Keyboard","quantity":2,"price":729.55,"order_date":1729452934,"status":"Cancelled"},"after":{"id":573,"customer_name":"Cody Vargas","product_name":"Keyboard","quantity":2,"price":729.55,"order_date":1729452934,"status":"Cancelled"},"op":"u"} -{"before":null,"after":{"id":849,"customer_name":"Brent Smith","product_name":"Smartphone","quantity":1,"price":184.55,"order_date":1729452950,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":850,"customer_name":"Haley Murphy","product_name":"Laptop","quantity":5,"price":1727.84,"order_date":1729452950,"status":"Cancelled"},"op":"c"} -{"before":{"id":555,"customer_name":"Susan Brock","product_name":"Mouse","quantity":4,"price":636.77,"order_date":1729452933,"status":"Shipped"},"after":{"id":555,"customer_name":"Susan Brock","product_name":"Mouse","quantity":4,"price":636.77,"order_date":1729452933,"status":"Shipped"},"op":"u"} -{"before":null,"after":{"id":851,"customer_name":"Robert Randall","product_name":"Mouse","quantity":3,"price":764.27,"order_date":1729452950,"status":"Pending"},"op":"c"} -{"before":{"id":316,"customer_name":null,"product_name":null,"quantity":null,"price":null,"order_date":null,"status":null},"after":null,"op":"d"} -{"before":null,"after":{"id":852,"customer_name":"Laura Rivera","product_name":"Mouse","quantity":2,"price":103.43,"order_date":1729452950,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":853,"customer_name":"Amy Mcdonald","product_name":"Headphones","quantity":1,"price":1426.03,"order_date":1729452950,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":854,"customer_name":"Chad Richmond","product_name":"Smartphone","quantity":1,"price":1056.62,"order_date":1729452951,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":855,"customer_name":"Barbara Walter DVM","product_name":"Keyboard","quantity":1,"price":247.56,"order_date":1729452951,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":856,"customer_name":"Michael Owen","product_name":"Laptop","quantity":5,"price":585.88,"order_date":1729452951,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":857,"customer_name":"Michelle Johnson","product_name":"Laptop","quantity":5,"price":1173.58,"order_date":1729452951,"status":"Delivered"},"op":"c"} -{"before":{"id":586,"customer_name":null,"product_name":null,"quantity":null,"price":null,"order_date":null,"status":null},"after":null,"op":"d"} -{"before":null,"after":{"id":858,"customer_name":"Spencer Fernandez","product_name":"Mouse","quantity":5,"price":1467.88,"order_date":1729452951,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":859,"customer_name":"Anna Christian","product_name":"Headphones","quantity":1,"price":471.8,"order_date":1729452951,"status":"Pending"},"op":"c"} -{"before":{"id":432,"customer_name":null,"product_name":null,"quantity":null,"price":null,"order_date":null,"status":null},"after":null,"op":"d"} -{"before":null,"after":{"id":860,"customer_name":"Kathleen Martin","product_name":"Mouse","quantity":2,"price":1433.72,"order_date":1729452951,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":861,"customer_name":"Jerry Mcbride","product_name":"Headphones","quantity":2,"price":357.92,"order_date":1729452951,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":862,"customer_name":"Kayla Jones","product_name":"Keyboard","quantity":5,"price":1697.38,"order_date":1729452951,"status":"Pending"},"op":"c"} -{"before":{"id":355,"customer_name":"Valerie Curtis","product_name":"Headphones","quantity":3,"price":393.11,"order_date":1729452922,"status":"Delivered"},"after":{"id":355,"customer_name":"Valerie Curtis","product_name":"Headphones","quantity":3,"price":393.11,"order_date":1729452922,"status":"Delivered"},"op":"u"} -{"before":null,"after":{"id":863,"customer_name":"Phyllis Tucker","product_name":"Smartphone","quantity":5,"price":334.86,"order_date":1729452951,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":864,"customer_name":"Ronald Harris","product_name":"Monitor","quantity":4,"price":399.07,"order_date":1729452951,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":865,"customer_name":"Jenna Barker","product_name":"Keyboard","quantity":1,"price":1659.75,"order_date":1729452951,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":866,"customer_name":"Miguel Ward","product_name":"Monitor","quantity":3,"price":249.73,"order_date":1729452951,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":867,"customer_name":"Michael Miller","product_name":"Smartphone","quantity":5,"price":1949.64,"order_date":1729452951,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":868,"customer_name":"Sarah Lane","product_name":"Keyboard","quantity":4,"price":483.98,"order_date":1729452951,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":869,"customer_name":"Michael Castillo","product_name":"Keyboard","quantity":2,"price":1829.29,"order_date":1729452951,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":870,"customer_name":"Jamie Best","product_name":"Monitor","quantity":4,"price":199.8,"order_date":1729452951,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":871,"customer_name":"Melissa Preston PhD","product_name":"Keyboard","quantity":5,"price":713.6,"order_date":1729452951,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":872,"customer_name":"Pamela Little","product_name":"Mouse","quantity":4,"price":334.78,"order_date":1729452951,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":874,"customer_name":"William Scott","product_name":"Headphones","quantity":3,"price":1095.04,"order_date":1729452951,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":875,"customer_name":"Angel Ramirez","product_name":"Keyboard","quantity":5,"price":1384.87,"order_date":1729452951,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":876,"customer_name":"Mrs. Stacey Diaz","product_name":"Keyboard","quantity":4,"price":56.52,"order_date":1729452952,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":877,"customer_name":"Veronica Everett","product_name":"Smartphone","quantity":3,"price":1599.33,"order_date":1729452952,"status":"Cancelled"},"op":"c"} -{"before":{"id":554,"customer_name":"Donald Vaughn","product_name":"Headphones","quantity":3,"price":614.78,"order_date":1729452933,"status":"Delivered"},"after":{"id":554,"customer_name":"Donald Vaughn","product_name":"Headphones","quantity":3,"price":614.78,"order_date":1729452933,"status":"Delivered"},"op":"u"} -{"before":null,"after":{"id":878,"customer_name":"Danny Lloyd","product_name":"Smartphone","quantity":5,"price":978.2,"order_date":1729452952,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":879,"customer_name":"Terri Williams","product_name":"Monitor","quantity":2,"price":278.68,"order_date":1729452952,"status":"Cancelled"},"op":"c"} -{"before":{"id":380,"customer_name":"Julie Mitchell","product_name":"Monitor","quantity":2,"price":1732.27,"order_date":1729452924,"status":"Cancelled"},"after":{"id":380,"customer_name":"Julie Mitchell","product_name":"Monitor","quantity":2,"price":1732.27,"order_date":1729452924,"status":"Cancelled"},"op":"u"} -{"before":null,"after":{"id":880,"customer_name":"Jasmine Montgomery","product_name":"Smartphone","quantity":5,"price":113.75,"order_date":1729452952,"status":"Pending"},"op":"c"} -{"before":{"id":384,"customer_name":"Jeremy Moran","product_name":"Monitor","quantity":1,"price":1528.42,"order_date":1729452924,"status":"Delivered"},"after":{"id":384,"customer_name":"Jeremy Moran","product_name":"Monitor","quantity":1,"price":1528.42,"order_date":1729452924,"status":"Delivered"},"op":"u"} -{"before":null,"after":{"id":881,"customer_name":"Jared Johnson","product_name":"Mouse","quantity":3,"price":580.66,"order_date":1729452952,"status":"Pending"},"op":"c"} -{"before":{"id":107,"customer_name":"Kimberly Adams","product_name":"Laptop","quantity":1,"price":370.52,"order_date":1729452909,"status":"Delivered"},"after":{"id":107,"customer_name":"Kimberly Adams","product_name":"Laptop","quantity":1,"price":370.52,"order_date":1729452909,"status":"Delivered"},"op":"u"} -{"before":null,"after":{"id":882,"customer_name":"Robert Foster","product_name":"Headphones","quantity":2,"price":1431.55,"order_date":1729452952,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":883,"customer_name":"Reginald Elliott","product_name":"Laptop","quantity":1,"price":905.99,"order_date":1729452952,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":884,"customer_name":"Beverly Morales","product_name":"Monitor","quantity":2,"price":119.92,"order_date":1729452952,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":885,"customer_name":"Sara Smith","product_name":"Mouse","quantity":2,"price":286.51,"order_date":1729452952,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":886,"customer_name":"Stephen Clark","product_name":"Monitor","quantity":4,"price":962.44,"order_date":1729452952,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":887,"customer_name":"Robert Powell","product_name":"Mouse","quantity":3,"price":819.7,"order_date":1729452952,"status":"Cancelled"},"op":"c"} -{"before":{"id":220,"customer_name":"Stacy Andrews","product_name":"Headphones","quantity":3,"price":1928.1,"order_date":1729452915,"status":"Cancelled"},"after":{"id":220,"customer_name":"Stacy Andrews","product_name":"Headphones","quantity":3,"price":1928.1,"order_date":1729452915,"status":"Cancelled"},"op":"u"} -{"before":null,"after":{"id":888,"customer_name":"Jeremy Clarke","product_name":"Mouse","quantity":2,"price":1091.88,"order_date":1729452952,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":889,"customer_name":"Carrie Reynolds","product_name":"Keyboard","quantity":2,"price":575.02,"order_date":1729452952,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":890,"customer_name":"Joseph Gillespie","product_name":"Monitor","quantity":1,"price":997.44,"order_date":1729452952,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":891,"customer_name":"Cynthia Sanchez","product_name":"Mouse","quantity":4,"price":463.43,"order_date":1729452952,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":892,"customer_name":"Justin Erickson","product_name":"Headphones","quantity":3,"price":1616.27,"order_date":1729452953,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":893,"customer_name":"Kevin Reed","product_name":"Mouse","quantity":1,"price":1965.87,"order_date":1729452953,"status":"Shipped"},"op":"c"} -{"before":{"id":529,"customer_name":"Joseph Rodriguez","product_name":"Monitor","quantity":3,"price":1440.57,"order_date":1729452932,"status":"Cancelled"},"after":{"id":529,"customer_name":"Joseph Rodriguez","product_name":"Monitor","quantity":3,"price":1440.57,"order_date":1729452932,"status":"Cancelled"},"op":"u"} -{"before":null,"after":{"id":894,"customer_name":"Jessica Shelton","product_name":"Smartphone","quantity":2,"price":843.56,"order_date":1729452953,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":895,"customer_name":"Nicholas Griffin","product_name":"Monitor","quantity":1,"price":541.72,"order_date":1729452953,"status":"Shipped"},"op":"c"} -{"before":{"id":631,"customer_name":"Patricia Johnson","product_name":"Headphones","quantity":5,"price":401.27,"order_date":1729452938,"status":"Delivered"},"after":{"id":631,"customer_name":"Patricia Johnson","product_name":"Headphones","quantity":5,"price":401.27,"order_date":1729452938,"status":"Delivered"},"op":"u"} -{"before":null,"after":{"id":896,"customer_name":"Jennifer Sloan","product_name":"Laptop","quantity":2,"price":494.41,"order_date":1729452953,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":897,"customer_name":"Brandon Hill","product_name":"Laptop","quantity":1,"price":131.0,"order_date":1729452953,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":898,"customer_name":"Hailey Fields","product_name":"Monitor","quantity":1,"price":631.59,"order_date":1729452953,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":899,"customer_name":"Danielle Ross","product_name":"Smartphone","quantity":2,"price":687.11,"order_date":1729452953,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":900,"customer_name":"Benjamin Bryant","product_name":"Mouse","quantity":1,"price":1729.83,"order_date":1729452953,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":901,"customer_name":"Scott Li","product_name":"Headphones","quantity":2,"price":128.81,"order_date":1729452953,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":902,"customer_name":"Jeffrey Duran","product_name":"Keyboard","quantity":4,"price":1973.69,"order_date":1729452953,"status":"Delivered"},"op":"c"} -{"before":{"id":91,"customer_name":"Rebecca Flowers","product_name":"Keyboard","quantity":1,"price":660.05,"order_date":1729452908,"status":"Delivered"},"after":{"id":91,"customer_name":"Rebecca Flowers","product_name":"Keyboard","quantity":1,"price":660.05,"order_date":1729452908,"status":"Delivered"},"op":"u"} -{"before":null,"after":{"id":903,"customer_name":"Chad Jones","product_name":"Keyboard","quantity":2,"price":554.7,"order_date":1729452953,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":904,"customer_name":"Paul Henry","product_name":"Keyboard","quantity":5,"price":1814.85,"order_date":1729452953,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":905,"customer_name":"Michelle Maldonado","product_name":"Headphones","quantity":5,"price":613.86,"order_date":1729452953,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":906,"customer_name":"Mandy Vargas","product_name":"Mouse","quantity":2,"price":1297.41,"order_date":1729452953,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":907,"customer_name":"Bradley Contreras","product_name":"Laptop","quantity":2,"price":1499.65,"order_date":1729452953,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":908,"customer_name":"Theresa Nguyen","product_name":"Monitor","quantity":3,"price":1149.0,"order_date":1729452953,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":909,"customer_name":"Paul Willis","product_name":"Headphones","quantity":3,"price":1214.89,"order_date":1729452953,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":910,"customer_name":"Michael Frazier","product_name":"Laptop","quantity":2,"price":799.63,"order_date":1729452953,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":911,"customer_name":"Eileen West","product_name":"Smartphone","quantity":4,"price":303.6,"order_date":1729452953,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":912,"customer_name":"Kristen Stone","product_name":"Keyboard","quantity":5,"price":1865.59,"order_date":1729452953,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":913,"customer_name":"Kyle Perez","product_name":"Monitor","quantity":4,"price":1594.85,"order_date":1729452954,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":914,"customer_name":"Cynthia Scott","product_name":"Mouse","quantity":4,"price":926.24,"order_date":1729452954,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":915,"customer_name":"Shannon Duncan","product_name":"Headphones","quantity":3,"price":1675.35,"order_date":1729452954,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":916,"customer_name":"Jonathan Smith","product_name":"Laptop","quantity":3,"price":437.94,"order_date":1729452954,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":917,"customer_name":"Stephanie Taylor","product_name":"Monitor","quantity":1,"price":240.31,"order_date":1729452954,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":918,"customer_name":"Amanda Powers","product_name":"Headphones","quantity":1,"price":467.12,"order_date":1729452954,"status":"Pending"},"op":"c"} -{"before":{"id":180,"customer_name":"Wesley Roman","product_name":"Headphones","quantity":1,"price":1074.74,"order_date":1729452913,"status":"Shipped"},"after":{"id":180,"customer_name":"Wesley Roman","product_name":"Headphones","quantity":1,"price":1074.74,"order_date":1729452913,"status":"Shipped"},"op":"u"} -{"before":null,"after":{"id":919,"customer_name":"Jaime Wells","product_name":"Smartphone","quantity":4,"price":1364.59,"order_date":1729452954,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":920,"customer_name":"Monica Jones","product_name":"Headphones","quantity":1,"price":750.92,"order_date":1729452954,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":921,"customer_name":"Anthony Young","product_name":"Laptop","quantity":2,"price":517.81,"order_date":1729452954,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":922,"customer_name":"Richard Hall","product_name":"Mouse","quantity":2,"price":763.78,"order_date":1729452954,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":923,"customer_name":"Ashley Morales","product_name":"Monitor","quantity":3,"price":1246.09,"order_date":1729452954,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":924,"customer_name":"Daniel Murray","product_name":"Laptop","quantity":5,"price":386.21,"order_date":1729452954,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":925,"customer_name":"Michelle Whitehead","product_name":"Smartphone","quantity":2,"price":1200.21,"order_date":1729452954,"status":"Pending"},"op":"c"} -{"before":{"id":501,"customer_name":"Tonya Richardson","product_name":"Laptop","quantity":5,"price":1285.04,"order_date":1729452930,"status":"Cancelled"},"after":{"id":501,"customer_name":"Tonya Richardson","product_name":"Laptop","quantity":5,"price":1285.04,"order_date":1729452930,"status":"Cancelled"},"op":"u"} -{"before":{"id":294,"customer_name":"Melissa Hart","product_name":"Monitor","quantity":5,"price":244.6,"order_date":1729452919,"status":"Cancelled"},"after":{"id":294,"customer_name":"Melissa Hart","product_name":"Monitor","quantity":5,"price":244.6,"order_date":1729452919,"status":"Cancelled"},"op":"u"} -{"before":null,"after":{"id":926,"customer_name":"Bernard Johnson","product_name":"Mouse","quantity":2,"price":1624.87,"order_date":1729452954,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":927,"customer_name":"Gabriela Watkins","product_name":"Headphones","quantity":4,"price":1804.7,"order_date":1729452954,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":928,"customer_name":"Ashley Snyder","product_name":"Laptop","quantity":1,"price":1616.67,"order_date":1729452954,"status":"Delivered"},"op":"c"} -{"before":{"id":490,"customer_name":"Colleen Miles","product_name":"Headphones","quantity":3,"price":537.76,"order_date":1729452930,"status":"Cancelled"},"after":{"id":490,"customer_name":"Colleen Miles","product_name":"Headphones","quantity":3,"price":537.76,"order_date":1729452930,"status":"Cancelled"},"op":"u"} -{"before":null,"after":{"id":929,"customer_name":"Kenneth Kane","product_name":"Mouse","quantity":3,"price":152.72,"order_date":1729452954,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":930,"customer_name":"Brian Rodriguez","product_name":"Mouse","quantity":3,"price":1483.02,"order_date":1729452955,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":931,"customer_name":"David Alvarez","product_name":"Mouse","quantity":2,"price":504.5,"order_date":1729452955,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":932,"customer_name":"Larry Gomez","product_name":"Headphones","quantity":2,"price":920.57,"order_date":1729452955,"status":"Pending"},"op":"c"} -{"before":{"id":129,"customer_name":"Stacy Bailey","product_name":"Headphones","quantity":3,"price":1875.13,"order_date":1729452910,"status":"Delivered"},"after":{"id":129,"customer_name":"Stacy Bailey","product_name":"Headphones","quantity":3,"price":1875.13,"order_date":1729452910,"status":"Delivered"},"op":"u"} -{"before":null,"after":{"id":933,"customer_name":"Rebecca Young","product_name":"Mouse","quantity":4,"price":1150.58,"order_date":1729452955,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":934,"customer_name":"Meghan Daniels","product_name":"Headphones","quantity":5,"price":1122.2,"order_date":1729452955,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":935,"customer_name":"Eric Olson","product_name":"Keyboard","quantity":2,"price":1744.22,"order_date":1729452955,"status":"Delivered"},"op":"c"} -{"before":{"id":17,"customer_name":"Lauren Edwards","product_name":"Mouse","quantity":5,"price":1267.03,"order_date":1729452904,"status":"Cancelled"},"after":{"id":17,"customer_name":"Lauren Edwards","product_name":"Mouse","quantity":5,"price":1267.03,"order_date":1729452904,"status":"Cancelled"},"op":"u"} -{"before":null,"after":{"id":936,"customer_name":"John Walker","product_name":"Keyboard","quantity":4,"price":1454.94,"order_date":1729452955,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":937,"customer_name":"Angela Ortiz","product_name":"Monitor","quantity":5,"price":1650.0,"order_date":1729452955,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":938,"customer_name":"Samantha Sandoval","product_name":"Keyboard","quantity":4,"price":221.43,"order_date":1729452955,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":939,"customer_name":"Andrew Navarro","product_name":"Smartphone","quantity":3,"price":292.95,"order_date":1729452955,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":940,"customer_name":"Brittany Rogers","product_name":"Keyboard","quantity":1,"price":927.92,"order_date":1729452955,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":941,"customer_name":"Amber Boyer","product_name":"Headphones","quantity":1,"price":1864.59,"order_date":1729452955,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":942,"customer_name":"Rickey Roberson","product_name":"Laptop","quantity":4,"price":550.84,"order_date":1729452955,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":943,"customer_name":"Jon Clark DDS","product_name":"Monitor","quantity":1,"price":1051.17,"order_date":1729452955,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":944,"customer_name":"Heather Hampton","product_name":"Smartphone","quantity":4,"price":52.54,"order_date":1729452955,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":945,"customer_name":"Dean Perkins","product_name":"Keyboard","quantity":1,"price":1839.15,"order_date":1729452955,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":946,"customer_name":"Mark Watson II","product_name":"Mouse","quantity":5,"price":388.74,"order_date":1729452955,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":947,"customer_name":"Melody Turner","product_name":"Mouse","quantity":5,"price":622.53,"order_date":1729452956,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":948,"customer_name":"Charles Bean","product_name":"Mouse","quantity":5,"price":1370.1,"order_date":1729452956,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":949,"customer_name":"Joshua Williams","product_name":"Monitor","quantity":2,"price":1728.73,"order_date":1729452956,"status":"Cancelled"},"op":"c"} -{"before":{"id":318,"customer_name":"Jeffrey Pacheco","product_name":"Monitor","quantity":5,"price":1295.91,"order_date":1729452920,"status":"Cancelled"},"after":{"id":318,"customer_name":"Jeffrey Pacheco","product_name":"Monitor","quantity":5,"price":1295.91,"order_date":1729452920,"status":"Cancelled"},"op":"u"} -{"before":null,"after":{"id":950,"customer_name":"Amy Miller","product_name":"Smartphone","quantity":2,"price":866.11,"order_date":1729452956,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":951,"customer_name":"Curtis Mcintyre","product_name":"Mouse","quantity":1,"price":1435.47,"order_date":1729452956,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":952,"customer_name":"Stacey Sparks","product_name":"Laptop","quantity":2,"price":451.66,"order_date":1729452956,"status":"Pending"},"op":"c"} -{"before":{"id":118,"customer_name":"Margaret Love","product_name":"Laptop","quantity":2,"price":78.98,"order_date":1729452910,"status":"Shipped"},"after":{"id":118,"customer_name":"Margaret Love","product_name":"Laptop","quantity":2,"price":78.98,"order_date":1729452910,"status":"Shipped"},"op":"u"} -{"before":null,"after":{"id":953,"customer_name":"Casey Hernandez","product_name":"Smartphone","quantity":4,"price":855.95,"order_date":1729452956,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":954,"customer_name":"Natalie Lowery","product_name":"Headphones","quantity":4,"price":997.87,"order_date":1729452956,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":955,"customer_name":"Joshua Long","product_name":"Headphones","quantity":3,"price":218.85,"order_date":1729452956,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":956,"customer_name":"Joshua Goodman","product_name":"Mouse","quantity":3,"price":1757.52,"order_date":1729452956,"status":"Pending"},"op":"c"} -{"before":{"id":356,"customer_name":"Barbara Sanchez","product_name":"Monitor","quantity":3,"price":1539.62,"order_date":1729452922,"status":"Cancelled"},"after":{"id":356,"customer_name":"Barbara Sanchez","product_name":"Monitor","quantity":3,"price":1539.62,"order_date":1729452922,"status":"Cancelled"},"op":"u"} -{"before":{"id":53,"customer_name":null,"product_name":null,"quantity":null,"price":null,"order_date":null,"status":null},"after":null,"op":"d"} -{"before":null,"after":{"id":957,"customer_name":"James Richards","product_name":"Headphones","quantity":3,"price":126.06,"order_date":1729452956,"status":"Shipped"},"op":"c"} -{"before":{"id":72,"customer_name":"Jeffrey Carlson","product_name":"Monitor","quantity":5,"price":998.43,"order_date":1729452907,"status":"Delivered"},"after":{"id":72,"customer_name":"Jeffrey Carlson","product_name":"Monitor","quantity":5,"price":998.43,"order_date":1729452907,"status":"Delivered"},"op":"u"} -{"before":null,"after":{"id":958,"customer_name":"James Clark","product_name":"Laptop","quantity":3,"price":1458.08,"order_date":1729452956,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":959,"customer_name":"Philip Romero","product_name":"Headphones","quantity":4,"price":727.91,"order_date":1729452956,"status":"Delivered"},"op":"c"} -{"before":{"id":887,"customer_name":"Robert Powell","product_name":"Mouse","quantity":3,"price":819.7,"order_date":1729452952,"status":"Shipped"},"after":{"id":887,"customer_name":"Robert Powell","product_name":"Mouse","quantity":3,"price":819.7,"order_date":1729452952,"status":"Cancelled"},"op":"u"} -{"before":null,"after":{"id":960,"customer_name":"Samuel Lewis","product_name":"Smartphone","quantity":4,"price":595.9,"order_date":1729452956,"status":"Shipped"},"op":"c"} -{"before":{"id":258,"customer_name":"Tiffany Roberts","product_name":"Monitor","quantity":4,"price":1165.21,"order_date":1729452917,"status":"Cancelled"},"after":{"id":258,"customer_name":"Tiffany Roberts","product_name":"Monitor","quantity":4,"price":1165.21,"order_date":1729452917,"status":"Cancelled"},"op":"u"} -{"before":null,"after":{"id":961,"customer_name":"Joseph Miller","product_name":"Monitor","quantity":5,"price":1837.51,"order_date":1729452956,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":962,"customer_name":"Jasmine Roberts","product_name":"Monitor","quantity":5,"price":994.24,"order_date":1729452957,"status":"Cancelled"},"op":"c"} -{"before":{"id":79,"customer_name":"Mary Kline","product_name":"Headphones","quantity":2,"price":351.41,"order_date":1729452907,"status":"Delivered"},"after":{"id":79,"customer_name":"Mary Kline","product_name":"Headphones","quantity":2,"price":351.41,"order_date":1729452907,"status":"Delivered"},"op":"u"} -{"before":{"id":645,"customer_name":"Andrea Campbell","product_name":"Headphones","quantity":2,"price":1080.33,"order_date":1729452938,"status":"Cancelled"},"after":{"id":645,"customer_name":"Andrea Campbell","product_name":"Headphones","quantity":2,"price":1080.33,"order_date":1729452938,"status":"Cancelled"},"op":"u"} -{"before":{"id":483,"customer_name":"Shaun Guerra","product_name":"Smartphone","quantity":3,"price":753.19,"order_date":1729452929,"status":"Shipped"},"after":{"id":483,"customer_name":"Shaun Guerra","product_name":"Smartphone","quantity":3,"price":753.19,"order_date":1729452929,"status":"Shipped"},"op":"u"} -{"before":{"id":34,"customer_name":"Patrick Davis","product_name":"Laptop","quantity":2,"price":248.79,"order_date":1729452905,"status":"Delivered"},"after":{"id":34,"customer_name":"Patrick Davis","product_name":"Laptop","quantity":2,"price":248.79,"order_date":1729452905,"status":"Delivered"},"op":"u"} -{"before":{"id":220,"customer_name":"Stacy Andrews","product_name":"Headphones","quantity":3,"price":1928.1,"order_date":1729452915,"status":"Delivered"},"after":{"id":220,"customer_name":"Stacy Andrews","product_name":"Headphones","quantity":3,"price":1928.1,"order_date":1729452915,"status":"Delivered"},"op":"u"} -{"before":null,"after":{"id":963,"customer_name":"Geoffrey Jenkins","product_name":"Laptop","quantity":3,"price":1516.74,"order_date":1729452957,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":964,"customer_name":"Denise Murphy","product_name":"Keyboard","quantity":2,"price":415.59,"order_date":1729452957,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":965,"customer_name":"John Love","product_name":"Laptop","quantity":2,"price":1597.24,"order_date":1729452957,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":966,"customer_name":"Michael Downs","product_name":"Monitor","quantity":2,"price":1904.41,"order_date":1729452957,"status":"Pending"},"op":"c"} -{"before":{"id":854,"customer_name":"Chad Richmond","product_name":"Smartphone","quantity":1,"price":1056.62,"order_date":1729452951,"status":"Cancelled"},"after":{"id":854,"customer_name":"Chad Richmond","product_name":"Smartphone","quantity":1,"price":1056.62,"order_date":1729452951,"status":"Cancelled"},"op":"u"} -{"before":null,"after":{"id":967,"customer_name":"Jack Taylor","product_name":"Mouse","quantity":4,"price":554.59,"order_date":1729452957,"status":"Shipped"},"op":"c"} -{"before":{"id":616,"customer_name":"Tina Hunter","product_name":"Headphones","quantity":1,"price":312.5,"order_date":1729452937,"status":"Shipped"},"after":{"id":616,"customer_name":"Tina Hunter","product_name":"Headphones","quantity":1,"price":312.5,"order_date":1729452937,"status":"Shipped"},"op":"u"} -{"before":null,"after":{"id":968,"customer_name":"Nicholas Jones","product_name":"Keyboard","quantity":4,"price":162.38,"order_date":1729452957,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":969,"customer_name":"Dr. Cheryl Gardner","product_name":"Mouse","quantity":2,"price":705.92,"order_date":1729452957,"status":"Cancelled"},"op":"c"} -{"before":{"id":479,"customer_name":"Joseph Alvarez","product_name":"Laptop","quantity":5,"price":1127.85,"order_date":1729452929,"status":"Delivered"},"after":{"id":479,"customer_name":"Joseph Alvarez","product_name":"Laptop","quantity":5,"price":1127.85,"order_date":1729452929,"status":"Delivered"},"op":"u"} -{"before":null,"after":{"id":970,"customer_name":"Ronald Mclaughlin","product_name":"Laptop","quantity":1,"price":1925.44,"order_date":1729452957,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":971,"customer_name":"Jacob Burton","product_name":"Headphones","quantity":1,"price":1037.48,"order_date":1729452957,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":972,"customer_name":"Carmen Harrell","product_name":"Keyboard","quantity":2,"price":1554.7,"order_date":1729452957,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":973,"customer_name":"Sherri Reyes","product_name":"Keyboard","quantity":4,"price":1960.12,"order_date":1729452957,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":974,"customer_name":"Frederick Bartlett","product_name":"Laptop","quantity":1,"price":1757.94,"order_date":1729452957,"status":"Delivered"},"op":"c"} -{"before":{"id":38,"customer_name":"Jeff Sanchez","product_name":"Mouse","quantity":5,"price":1007.01,"order_date":1729452905,"status":"Delivered"},"after":{"id":38,"customer_name":"Jeff Sanchez","product_name":"Mouse","quantity":5,"price":1007.01,"order_date":1729452905,"status":"Delivered"},"op":"u"} -{"before":null,"after":{"id":975,"customer_name":"Robert Salinas","product_name":"Laptop","quantity":5,"price":306.81,"order_date":1729452958,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":976,"customer_name":"Brian Buchanan","product_name":"Mouse","quantity":4,"price":625.91,"order_date":1729452958,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":977,"customer_name":"Jocelyn Williams","product_name":"Keyboard","quantity":1,"price":158.1,"order_date":1729452958,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":978,"customer_name":"Ernest Miller","product_name":"Smartphone","quantity":2,"price":1932.24,"order_date":1729452958,"status":"Shipped"},"op":"c"} -{"before":{"id":695,"customer_name":"Crystal Nelson","product_name":"Keyboard","quantity":4,"price":398.04,"order_date":1729452941,"status":"Delivered"},"after":{"id":695,"customer_name":"Crystal Nelson","product_name":"Keyboard","quantity":4,"price":398.04,"order_date":1729452941,"status":"Delivered"},"op":"u"} -{"before":null,"after":{"id":979,"customer_name":"Christopher Estrada","product_name":"Monitor","quantity":2,"price":1663.43,"order_date":1729452958,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":980,"customer_name":"Gina Lucas","product_name":"Smartphone","quantity":3,"price":934.38,"order_date":1729452958,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":981,"customer_name":"Clifford Jones","product_name":"Monitor","quantity":1,"price":792.47,"order_date":1729452958,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":982,"customer_name":"Jeffery Moran","product_name":"Mouse","quantity":4,"price":242.81,"order_date":1729452958,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":983,"customer_name":"John Johns","product_name":"Mouse","quantity":3,"price":397.54,"order_date":1729452958,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":984,"customer_name":"Mathew Johnson","product_name":"Mouse","quantity":5,"price":1112.27,"order_date":1729452958,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":985,"customer_name":"Kristie White","product_name":"Smartphone","quantity":4,"price":381.41,"order_date":1729452958,"status":"Shipped"},"op":"c"} -{"before":{"id":883,"customer_name":"Reginald Elliott","product_name":"Laptop","quantity":1,"price":905.99,"order_date":1729452952,"status":"Shipped"},"after":{"id":883,"customer_name":"Reginald Elliott","product_name":"Laptop","quantity":1,"price":905.99,"order_date":1729452952,"status":"Shipped"},"op":"u"} -{"before":null,"after":{"id":986,"customer_name":"Lori Delgado","product_name":"Laptop","quantity":1,"price":75.6,"order_date":1729452958,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":987,"customer_name":"Kyle Sloan","product_name":"Headphones","quantity":5,"price":675.5,"order_date":1729452958,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":988,"customer_name":"Alison Wells","product_name":"Laptop","quantity":5,"price":550.06,"order_date":1729452958,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":989,"customer_name":"Dr. Samuel Dyer MD","product_name":"Headphones","quantity":5,"price":601.46,"order_date":1729452958,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":990,"customer_name":"Kenneth Jensen","product_name":"Smartphone","quantity":1,"price":1953.63,"order_date":1729452958,"status":"Shipped"},"op":"c"} -{"before":{"id":939,"customer_name":"Andrew Navarro","product_name":"Smartphone","quantity":3,"price":292.95,"order_date":1729452955,"status":"Cancelled"},"after":{"id":939,"customer_name":"Andrew Navarro","product_name":"Smartphone","quantity":3,"price":292.95,"order_date":1729452955,"status":"Cancelled"},"op":"u"} -{"before":null,"after":{"id":991,"customer_name":"Danielle Lee","product_name":"Keyboard","quantity":4,"price":687.13,"order_date":1729452958,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":992,"customer_name":"Nancy Cole","product_name":"Keyboard","quantity":1,"price":665.8,"order_date":1729452958,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":993,"customer_name":"John King","product_name":"Smartphone","quantity":2,"price":1513.77,"order_date":1729452958,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":994,"customer_name":"Angel Tran","product_name":"Laptop","quantity":3,"price":474.79,"order_date":1729452958,"status":"Cancelled"},"op":"c"} -{"before":{"id":429,"customer_name":"Kathleen Williams","product_name":"Mouse","quantity":2,"price":1021.87,"order_date":1729452926,"status":"Delivered"},"after":{"id":429,"customer_name":"Kathleen Williams","product_name":"Mouse","quantity":2,"price":1021.87,"order_date":1729452926,"status":"Delivered"},"op":"u"} -{"before":null,"after":{"id":995,"customer_name":"Troy Mcdaniel","product_name":"Laptop","quantity":3,"price":487.97,"order_date":1729452958,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":996,"customer_name":"Margaret Johnson DVM","product_name":"Headphones","quantity":3,"price":116.39,"order_date":1729452959,"status":"Shipped"},"op":"c"} -{"before":{"id":43,"customer_name":"Sierra Jimenez","product_name":"Smartphone","quantity":2,"price":1682.15,"order_date":1729452906,"status":"Cancelled"},"after":{"id":43,"customer_name":"Sierra Jimenez","product_name":"Smartphone","quantity":2,"price":1682.15,"order_date":1729452906,"status":"Cancelled"},"op":"u"} -{"before":null,"after":{"id":997,"customer_name":"Melanie Riley","product_name":"Keyboard","quantity":4,"price":801.71,"order_date":1729452959,"status":"Shipped"},"op":"c"} -{"before":{"id":846,"customer_name":"Jonathan Thomas","product_name":"Mouse","quantity":2,"price":1097.07,"order_date":1729452950,"status":"Shipped"},"after":{"id":846,"customer_name":"Jonathan Thomas","product_name":"Mouse","quantity":2,"price":1097.07,"order_date":1729452950,"status":"Shipped"},"op":"u"} -{"before":null,"after":{"id":998,"customer_name":"Christopher Owens","product_name":"Smartphone","quantity":5,"price":557.8,"order_date":1729452959,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":999,"customer_name":"Jacqueline Singh","product_name":"Mouse","quantity":1,"price":446.17,"order_date":1729452959,"status":"Shipped"},"op":"c"} -{"before":{"id":338,"customer_name":"David Burns","product_name":"Mouse","quantity":5,"price":1860.07,"order_date":1729452921,"status":"Delivered"},"after":{"id":338,"customer_name":"David Burns","product_name":"Mouse","quantity":5,"price":1860.07,"order_date":1729452921,"status":"Delivered"},"op":"u"} -{"before":null,"after":{"id":1000,"customer_name":"Michael Whitaker","product_name":"Headphones","quantity":3,"price":449.63,"order_date":1729452959,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":1001,"customer_name":"Nicholas Gonzales","product_name":"Headphones","quantity":5,"price":1897.65,"order_date":1729452959,"status":"Shipped"},"op":"c"} -{"before":{"id":595,"customer_name":"Lauren Howard","product_name":"Mouse","quantity":5,"price":1127.24,"order_date":1729452936,"status":"Delivered"},"after":{"id":595,"customer_name":"Lauren Howard","product_name":"Mouse","quantity":5,"price":1127.24,"order_date":1729452936,"status":"Delivered"},"op":"u"} -{"before":{"id":777,"customer_name":"Ricardo Martinez","product_name":"Smartphone","quantity":3,"price":1427.79,"order_date":1729452946,"status":"Delivered"},"after":{"id":777,"customer_name":"Ricardo Martinez","product_name":"Smartphone","quantity":3,"price":1427.79,"order_date":1729452946,"status":"Delivered"},"op":"u"} -{"before":{"id":478,"customer_name":"Mary Spencer","product_name":"Mouse","quantity":4,"price":1681.69,"order_date":1729452929,"status":"Delivered"},"after":{"id":478,"customer_name":"Mary Spencer","product_name":"Mouse","quantity":4,"price":1681.69,"order_date":1729452929,"status":"Delivered"},"op":"u"} -{"before":null,"after":{"id":1002,"customer_name":"Barbara Anderson","product_name":"Monitor","quantity":5,"price":174.25,"order_date":1729452959,"status":"Shipped"},"op":"c"} -{"before":{"id":484,"customer_name":"Regina Chambers","product_name":"Keyboard","quantity":4,"price":135.05,"order_date":1729452929,"status":"Shipped"},"after":{"id":484,"customer_name":"Regina Chambers","product_name":"Keyboard","quantity":4,"price":135.05,"order_date":1729452929,"status":"Shipped"},"op":"u"} -{"before":null,"after":{"id":1003,"customer_name":"Sharon Wells","product_name":"Mouse","quantity":3,"price":1173.22,"order_date":1729452959,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":1004,"customer_name":"Autumn Ramsey","product_name":"Mouse","quantity":1,"price":965.21,"order_date":1729452959,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":1005,"customer_name":"Caitlin Morris","product_name":"Headphones","quantity":1,"price":529.46,"order_date":1729452959,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":1006,"customer_name":"Jesse Smith","product_name":"Monitor","quantity":2,"price":1552.68,"order_date":1729452959,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":1007,"customer_name":"Andrew Gibson","product_name":"Smartphone","quantity":3,"price":473.43,"order_date":1729452959,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":1008,"customer_name":"Melinda Chambers","product_name":"Smartphone","quantity":4,"price":59.12,"order_date":1729452959,"status":"Delivered"},"op":"c"} -{"before":{"id":890,"customer_name":"Joseph Gillespie","product_name":"Monitor","quantity":1,"price":997.44,"order_date":1729452952,"status":"Shipped"},"after":{"id":890,"customer_name":"Joseph Gillespie","product_name":"Monitor","quantity":1,"price":997.44,"order_date":1729452952,"status":"Shipped"},"op":"u"} -{"before":{"id":723,"customer_name":"Mr. Joshua Graves","product_name":"Smartphone","quantity":2,"price":1619.85,"order_date":1729452943,"status":"Delivered"},"after":{"id":723,"customer_name":"Mr. Joshua Graves","product_name":"Smartphone","quantity":2,"price":1619.85,"order_date":1729452943,"status":"Delivered"},"op":"u"} -{"before":null,"after":{"id":1009,"customer_name":"Eric Bradley","product_name":"Mouse","quantity":2,"price":1786.74,"order_date":1729452960,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":1010,"customer_name":"Dr. Sherri Moreno","product_name":"Headphones","quantity":5,"price":326.77,"order_date":1729452960,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":1011,"customer_name":"Sharon Carey","product_name":"Headphones","quantity":1,"price":581.78,"order_date":1729452960,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":1012,"customer_name":"Shelia Moore","product_name":"Monitor","quantity":4,"price":1948.98,"order_date":1729452960,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":1013,"customer_name":"Lori Howell","product_name":"Smartphone","quantity":4,"price":103.55,"order_date":1729452960,"status":"Delivered"},"op":"c"} -{"before":{"id":893,"customer_name":"Kevin Reed","product_name":"Mouse","quantity":1,"price":1965.87,"order_date":1729452953,"status":"Delivered"},"after":{"id":893,"customer_name":"Kevin Reed","product_name":"Mouse","quantity":1,"price":1965.87,"order_date":1729452953,"status":"Delivered"},"op":"u"} -{"before":{"id":810,"customer_name":"Stacie Howard","product_name":"Laptop","quantity":3,"price":757.63,"order_date":1729452948,"status":"Shipped"},"after":{"id":810,"customer_name":"Stacie Howard","product_name":"Laptop","quantity":3,"price":757.63,"order_date":1729452948,"status":"Shipped"},"op":"u"} -{"before":null,"after":{"id":1014,"customer_name":"David Elliott","product_name":"Keyboard","quantity":5,"price":251.53,"order_date":1729452960,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":1015,"customer_name":"David Schultz","product_name":"Smartphone","quantity":3,"price":1683.65,"order_date":1729452960,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":1016,"customer_name":"Raymond Frye","product_name":"Smartphone","quantity":2,"price":636.5,"order_date":1729452960,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":1017,"customer_name":"Aaron Perkins","product_name":"Smartphone","quantity":1,"price":1702.95,"order_date":1729452960,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":1018,"customer_name":"Jeffrey Howell","product_name":"Monitor","quantity":3,"price":802.13,"order_date":1729452960,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":1019,"customer_name":"Amanda Wilson","product_name":"Keyboard","quantity":2,"price":532.06,"order_date":1729452960,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":1020,"customer_name":"Kyle Gonzales","product_name":"Smartphone","quantity":2,"price":1902.97,"order_date":1729452960,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":1021,"customer_name":"Thomas Pierce","product_name":"Mouse","quantity":1,"price":588.93,"order_date":1729452960,"status":"Delivered"},"op":"c"} -{"before":{"id":776,"customer_name":"Paula Reed","product_name":"Smartphone","quantity":2,"price":696.56,"order_date":1729452946,"status":"Cancelled"},"after":{"id":776,"customer_name":"Paula Reed","product_name":"Smartphone","quantity":2,"price":696.56,"order_date":1729452946,"status":"Cancelled"},"op":"u"} -{"before":null,"after":{"id":1022,"customer_name":"Rebekah Torres","product_name":"Mouse","quantity":2,"price":1890.05,"order_date":1729452960,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":1023,"customer_name":"Adam Salazar","product_name":"Laptop","quantity":2,"price":878.61,"order_date":1729452960,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":1024,"customer_name":"Richard Carson","product_name":"Smartphone","quantity":3,"price":726.68,"order_date":1729452960,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":1025,"customer_name":"Sandra Cole","product_name":"Headphones","quantity":1,"price":1158.01,"order_date":1729452960,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":1026,"customer_name":"Daniel Braun","product_name":"Mouse","quantity":1,"price":1158.02,"order_date":1729452960,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":1027,"customer_name":"Paul Reeves","product_name":"Laptop","quantity":4,"price":1092.3,"order_date":1729452960,"status":"Delivered"},"op":"c"} -{"before":{"id":755,"customer_name":"David Williams","product_name":"Keyboard","quantity":3,"price":961.5,"order_date":1729452945,"status":"Delivered"},"after":{"id":755,"customer_name":"David Williams","product_name":"Keyboard","quantity":3,"price":961.5,"order_date":1729452945,"status":"Delivered"},"op":"u"} -{"before":{"id":422,"customer_name":"Carl Long","product_name":"Keyboard","quantity":3,"price":1193.84,"order_date":1729452926,"status":"Delivered"},"after":{"id":422,"customer_name":"Carl Long","product_name":"Keyboard","quantity":3,"price":1193.84,"order_date":1729452926,"status":"Delivered"},"op":"u"} -{"before":{"id":756,"customer_name":"Harry Dillon","product_name":"Headphones","quantity":3,"price":1490.0,"order_date":1729452945,"status":"Shipped"},"after":{"id":756,"customer_name":"Harry Dillon","product_name":"Headphones","quantity":3,"price":1490.0,"order_date":1729452945,"status":"Shipped"},"op":"u"} -{"before":null,"after":{"id":1028,"customer_name":"Joel Morales","product_name":"Keyboard","quantity":1,"price":395.29,"order_date":1729452961,"status":"Delivered"},"op":"c"} -{"before":{"id":87,"customer_name":"Stephen Decker","product_name":"Laptop","quantity":5,"price":1605.18,"order_date":1729452908,"status":"Shipped"},"after":{"id":87,"customer_name":"Stephen Decker","product_name":"Laptop","quantity":5,"price":1605.18,"order_date":1729452908,"status":"Cancelled"},"op":"u"} -{"before":{"id":452,"customer_name":"Jay Cuevas","product_name":"Monitor","quantity":1,"price":1452.55,"order_date":1729452928,"status":"Delivered"},"after":{"id":452,"customer_name":"Jay Cuevas","product_name":"Monitor","quantity":1,"price":1452.55,"order_date":1729452928,"status":"Delivered"},"op":"u"} -{"before":null,"after":{"id":1029,"customer_name":"Patty Clark","product_name":"Monitor","quantity":1,"price":1811.44,"order_date":1729452961,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":1030,"customer_name":"Mr. Gordon Mckenzie","product_name":"Smartphone","quantity":2,"price":534.21,"order_date":1729452961,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":1031,"customer_name":"Tyler Johnson","product_name":"Laptop","quantity":1,"price":781.3,"order_date":1729452961,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":1032,"customer_name":"Curtis Chambers","product_name":"Laptop","quantity":4,"price":1188.04,"order_date":1729452961,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":1033,"customer_name":"Dawn Smith","product_name":"Laptop","quantity":1,"price":1352.67,"order_date":1729452961,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":1034,"customer_name":"Joseph Ward","product_name":"Keyboard","quantity":2,"price":463.09,"order_date":1729452961,"status":"Cancelled"},"op":"c"} -{"before":{"id":719,"customer_name":"Nicholas Daniel","product_name":"Smartphone","quantity":1,"price":1840.8,"order_date":1729452943,"status":"Cancelled"},"after":{"id":719,"customer_name":"Nicholas Daniel","product_name":"Smartphone","quantity":1,"price":1840.8,"order_date":1729452943,"status":"Cancelled"},"op":"u"} -{"before":null,"after":{"id":1035,"customer_name":"Brandon Mays","product_name":"Keyboard","quantity":4,"price":1023.82,"order_date":1729452961,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":1036,"customer_name":"Christopher Garcia","product_name":"Headphones","quantity":1,"price":354.16,"order_date":1729452961,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":1037,"customer_name":"Michael Martin","product_name":"Smartphone","quantity":2,"price":1431.19,"order_date":1729452961,"status":"Pending"},"op":"c"} -{"before":{"id":209,"customer_name":"Andrea Joyce","product_name":"Smartphone","quantity":2,"price":387.66,"order_date":1729452914,"status":"Delivered"},"after":{"id":209,"customer_name":"Andrea Joyce","product_name":"Smartphone","quantity":2,"price":387.66,"order_date":1729452914,"status":"Delivered"},"op":"u"} -{"before":null,"after":{"id":1038,"customer_name":"Joshua Rodriguez","product_name":"Laptop","quantity":1,"price":1743.65,"order_date":1729452961,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":1039,"customer_name":"Ryan Kemp","product_name":"Monitor","quantity":1,"price":402.74,"order_date":1729452961,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":1040,"customer_name":"Gerald King","product_name":"Keyboard","quantity":1,"price":1719.74,"order_date":1729452961,"status":"Shipped"},"op":"c"} -{"before":{"id":300,"customer_name":"Amanda Vasquez","product_name":"Laptop","quantity":1,"price":867.38,"order_date":1729452919,"status":"Cancelled"},"after":{"id":300,"customer_name":"Amanda Vasquez","product_name":"Laptop","quantity":1,"price":867.38,"order_date":1729452919,"status":"Delivered"},"op":"u"} -{"before":{"id":405,"customer_name":"Gregory Cross","product_name":"Smartphone","quantity":5,"price":382.8,"order_date":1729452925,"status":"Shipped"},"after":{"id":405,"customer_name":"Gregory Cross","product_name":"Smartphone","quantity":5,"price":382.8,"order_date":1729452925,"status":"Shipped"},"op":"u"} -{"before":null,"after":{"id":1041,"customer_name":"Mindy Buckley","product_name":"Mouse","quantity":2,"price":1035.69,"order_date":1729452961,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":1042,"customer_name":"John Robinson","product_name":"Headphones","quantity":4,"price":1512.02,"order_date":1729452961,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":1043,"customer_name":"Michelle Taylor","product_name":"Headphones","quantity":4,"price":1584.23,"order_date":1729452961,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":1044,"customer_name":"Scott Bridges","product_name":"Headphones","quantity":2,"price":256.77,"order_date":1729452962,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":1045,"customer_name":"Yesenia Harrison","product_name":"Mouse","quantity":4,"price":328.95,"order_date":1729452962,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":1046,"customer_name":"Janice Kerr","product_name":"Headphones","quantity":1,"price":737.33,"order_date":1729452962,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":1047,"customer_name":"Michael Sandoval","product_name":"Monitor","quantity":5,"price":1955.72,"order_date":1729452962,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":1048,"customer_name":"Thomas Hill","product_name":"Mouse","quantity":5,"price":1230.09,"order_date":1729452962,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":1049,"customer_name":"Leslie Johnson","product_name":"Monitor","quantity":4,"price":909.83,"order_date":1729452962,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":1050,"customer_name":"Cynthia Ramirez","product_name":"Keyboard","quantity":4,"price":1348.79,"order_date":1729452962,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":1051,"customer_name":"Glen Henderson","product_name":"Monitor","quantity":1,"price":1077.49,"order_date":1729452962,"status":"Pending"},"op":"c"} -{"before":{"id":835,"customer_name":"Theresa James","product_name":"Keyboard","quantity":3,"price":1786.4,"order_date":1729452949,"status":"Shipped"},"after":{"id":835,"customer_name":"Theresa James","product_name":"Keyboard","quantity":3,"price":1786.4,"order_date":1729452949,"status":"Shipped"},"op":"u"} -{"before":{"id":430,"customer_name":"Javier Lynch","product_name":"Smartphone","quantity":5,"price":777.5,"order_date":1729452926,"status":"Shipped"},"after":{"id":430,"customer_name":"Javier Lynch","product_name":"Smartphone","quantity":5,"price":777.5,"order_date":1729452926,"status":"Shipped"},"op":"u"} -{"before":null,"after":{"id":1052,"customer_name":"Andrea Mcbride","product_name":"Mouse","quantity":4,"price":51.05,"order_date":1729452962,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":1053,"customer_name":"Nathan Bush","product_name":"Keyboard","quantity":3,"price":725.33,"order_date":1729452962,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":1054,"customer_name":"Jessica Bailey","product_name":"Keyboard","quantity":4,"price":1247.36,"order_date":1729452962,"status":"Shipped"},"op":"c"} -{"before":{"id":712,"customer_name":"Sheryl Neal","product_name":"Smartphone","quantity":2,"price":1439.88,"order_date":1729452942,"status":"Cancelled"},"after":{"id":712,"customer_name":"Sheryl Neal","product_name":"Smartphone","quantity":2,"price":1439.88,"order_date":1729452942,"status":"Cancelled"},"op":"u"} -{"before":null,"after":{"id":1055,"customer_name":"Jason Potter","product_name":"Laptop","quantity":5,"price":94.4,"order_date":1729452962,"status":"Shipped"},"op":"c"} -{"before":{"id":68,"customer_name":"Samantha Smith","product_name":"Mouse","quantity":1,"price":1944.1,"order_date":1729452907,"status":"Shipped"},"after":{"id":68,"customer_name":"Samantha Smith","product_name":"Mouse","quantity":1,"price":1944.1,"order_date":1729452907,"status":"Shipped"},"op":"u"} -{"before":null,"after":{"id":1056,"customer_name":"Nicole Campbell","product_name":"Laptop","quantity":5,"price":1890.12,"order_date":1729452962,"status":"Pending"},"op":"c"} -{"before":{"id":651,"customer_name":"Glenda Ortiz","product_name":"Mouse","quantity":5,"price":1378.87,"order_date":1729452939,"status":"Delivered"},"after":{"id":651,"customer_name":"Glenda Ortiz","product_name":"Mouse","quantity":5,"price":1378.87,"order_date":1729452939,"status":"Delivered"},"op":"u"} -{"before":null,"after":{"id":1057,"customer_name":"Michael Miles","product_name":"Mouse","quantity":5,"price":1413.57,"order_date":1729452962,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":1058,"customer_name":"Jared Ferguson","product_name":"Keyboard","quantity":2,"price":1943.8,"order_date":1729452962,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":1059,"customer_name":"Gary Brown","product_name":"Keyboard","quantity":3,"price":1212.2,"order_date":1729452962,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":1060,"customer_name":"Sean Lewis","product_name":"Monitor","quantity":4,"price":79.05,"order_date":1729452962,"status":"Shipped"},"op":"c"} -{"before":{"id":506,"customer_name":"Lindsey Flores","product_name":"Monitor","quantity":1,"price":604.62,"order_date":1729452931,"status":"Cancelled"},"after":{"id":506,"customer_name":"Lindsey Flores","product_name":"Monitor","quantity":1,"price":604.62,"order_date":1729452931,"status":"Cancelled"},"op":"u"} -{"before":null,"after":{"id":1061,"customer_name":"Michael Smith","product_name":"Mouse","quantity":4,"price":1889.66,"order_date":1729452962,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":1062,"customer_name":"Amy Brown","product_name":"Keyboard","quantity":2,"price":481.8,"order_date":1729452962,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":1063,"customer_name":"John Williams","product_name":"Mouse","quantity":2,"price":1273.11,"order_date":1729452962,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":1064,"customer_name":"Dustin Martin","product_name":"Mouse","quantity":4,"price":937.88,"order_date":1729452963,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":1065,"customer_name":"Steven Martinez","product_name":"Keyboard","quantity":5,"price":1432.9,"order_date":1729452963,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":1066,"customer_name":"Eric Moore","product_name":"Mouse","quantity":4,"price":287.9,"order_date":1729452963,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":1067,"customer_name":"Mr. Jason Levy","product_name":"Laptop","quantity":4,"price":374.83,"order_date":1729452963,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":1068,"customer_name":"Devin Jones","product_name":"Keyboard","quantity":4,"price":1577.29,"order_date":1729452963,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":1069,"customer_name":"Scott Williams","product_name":"Monitor","quantity":1,"price":577.08,"order_date":1729452963,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":1070,"customer_name":"Leslie Wright","product_name":"Smartphone","quantity":4,"price":176.73,"order_date":1729452963,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":1071,"customer_name":"Daniel Bell","product_name":"Smartphone","quantity":1,"price":1306.39,"order_date":1729452963,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":1072,"customer_name":"Bridget Mathis","product_name":"Keyboard","quantity":5,"price":795.69,"order_date":1729452963,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":1073,"customer_name":"Lindsey Cline","product_name":"Laptop","quantity":2,"price":1671.57,"order_date":1729452963,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":1074,"customer_name":"Danny Owens","product_name":"Keyboard","quantity":4,"price":398.68,"order_date":1729452963,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":1075,"customer_name":"Michael Bowers","product_name":"Smartphone","quantity":3,"price":123.75,"order_date":1729452963,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":1076,"customer_name":"Kurt Brooks","product_name":"Mouse","quantity":2,"price":674.88,"order_date":1729452963,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":1077,"customer_name":"Jonathan Smith","product_name":"Headphones","quantity":4,"price":1381.14,"order_date":1729452963,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":1078,"customer_name":"Alexandra Wilkins","product_name":"Monitor","quantity":5,"price":1182.41,"order_date":1729452963,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":1079,"customer_name":"Elizabeth Gray","product_name":"Headphones","quantity":5,"price":1841.16,"order_date":1729452963,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":1080,"customer_name":"Courtney Fletcher","product_name":"Monitor","quantity":2,"price":1945.82,"order_date":1729452963,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":1081,"customer_name":"Lisa Merritt","product_name":"Mouse","quantity":4,"price":1031.06,"order_date":1729452963,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":1082,"customer_name":"Xavier Barrett","product_name":"Laptop","quantity":4,"price":1319.44,"order_date":1729452963,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":1083,"customer_name":"Shannon Bailey","product_name":"Smartphone","quantity":4,"price":477.12,"order_date":1729452963,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":1084,"customer_name":"Adrian Mcclain","product_name":"Mouse","quantity":4,"price":1178.83,"order_date":1729452963,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":1085,"customer_name":"Jimmy Shah","product_name":"Headphones","quantity":5,"price":705.11,"order_date":1729452963,"status":"Pending"},"op":"c"} -{"before":{"id":540,"customer_name":"Sarah Phillips","product_name":"Headphones","quantity":3,"price":1502.62,"order_date":1729452932,"status":"Shipped"},"after":{"id":540,"customer_name":"Sarah Phillips","product_name":"Headphones","quantity":3,"price":1502.62,"order_date":1729452932,"status":"Shipped"},"op":"u"} -{"before":{"id":931,"customer_name":"David Alvarez","product_name":"Mouse","quantity":2,"price":504.5,"order_date":1729452955,"status":"Shipped"},"after":{"id":931,"customer_name":"David Alvarez","product_name":"Mouse","quantity":2,"price":504.5,"order_date":1729452955,"status":"Shipped"},"op":"u"} -{"before":{"id":680,"customer_name":"Sean Hill","product_name":"Keyboard","quantity":5,"price":1703.02,"order_date":1729452940,"status":"Cancelled"},"after":{"id":680,"customer_name":"Sean Hill","product_name":"Keyboard","quantity":5,"price":1703.02,"order_date":1729452940,"status":"Cancelled"},"op":"u"} -{"before":null,"after":{"id":1086,"customer_name":"Shelley Wall","product_name":"Laptop","quantity":2,"price":1362.8,"order_date":1729452964,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":1087,"customer_name":"Michael Winters","product_name":"Smartphone","quantity":5,"price":358.79,"order_date":1729452964,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":1088,"customer_name":"Mark Hopkins","product_name":"Mouse","quantity":1,"price":1577.21,"order_date":1729452964,"status":"Pending"},"op":"c"} -{"before":{"id":71,"customer_name":"Angela Reyes","product_name":"Monitor","quantity":3,"price":1964.1,"order_date":1729452907,"status":"Cancelled"},"after":{"id":71,"customer_name":"Angela Reyes","product_name":"Monitor","quantity":3,"price":1964.1,"order_date":1729452907,"status":"Cancelled"},"op":"u"} -{"before":null,"after":{"id":1089,"customer_name":"Michelle Jones","product_name":"Headphones","quantity":5,"price":1656.21,"order_date":1729452964,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":1090,"customer_name":"Miss Jane Jordan","product_name":"Headphones","quantity":4,"price":704.25,"order_date":1729452964,"status":"Pending"},"op":"c"} -{"before":{"id":516,"customer_name":"Devin Ball","product_name":"Mouse","quantity":5,"price":782.93,"order_date":1729452931,"status":"Delivered"},"after":{"id":516,"customer_name":"Devin Ball","product_name":"Mouse","quantity":5,"price":782.93,"order_date":1729452931,"status":"Delivered"},"op":"u"} -{"before":null,"after":{"id":1091,"customer_name":"Bryan Soto","product_name":"Keyboard","quantity":4,"price":822.94,"order_date":1729452964,"status":"Delivered"},"op":"c"} -{"before":{"id":657,"customer_name":"John Ford","product_name":"Mouse","quantity":1,"price":570.03,"order_date":1729452939,"status":"Shipped"},"after":{"id":657,"customer_name":"John Ford","product_name":"Mouse","quantity":1,"price":570.03,"order_date":1729452939,"status":"Cancelled"},"op":"u"} -{"before":null,"after":{"id":1092,"customer_name":"Anthony Hall","product_name":"Monitor","quantity":3,"price":333.08,"order_date":1729452964,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":1093,"customer_name":"Troy Hunt","product_name":"Keyboard","quantity":2,"price":475.88,"order_date":1729452964,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":1094,"customer_name":"Mark Armstrong","product_name":"Smartphone","quantity":3,"price":288.83,"order_date":1729452964,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":1095,"customer_name":"Jose Cunningham","product_name":"Mouse","quantity":5,"price":1163.39,"order_date":1729452964,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":1096,"customer_name":"Jonathan Herrera","product_name":"Keyboard","quantity":5,"price":1776.01,"order_date":1729452964,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":1097,"customer_name":"James Morrow","product_name":"Headphones","quantity":1,"price":1283.67,"order_date":1729452964,"status":"Cancelled"},"op":"c"} -{"before":{"id":223,"customer_name":"Blake Gonzales","product_name":"Smartphone","quantity":4,"price":534.76,"order_date":1729452915,"status":"Delivered"},"after":{"id":223,"customer_name":"Blake Gonzales","product_name":"Smartphone","quantity":4,"price":534.76,"order_date":1729452915,"status":"Delivered"},"op":"u"} -{"before":{"id":207,"customer_name":"Anthony Baldwin","product_name":"Smartphone","quantity":4,"price":1975.74,"order_date":1729452914,"status":"Cancelled"},"after":{"id":207,"customer_name":"Anthony Baldwin","product_name":"Smartphone","quantity":4,"price":1975.74,"order_date":1729452914,"status":"Cancelled"},"op":"u"} -{"before":{"id":864,"customer_name":"Ronald Harris","product_name":"Monitor","quantity":4,"price":399.07,"order_date":1729452951,"status":"Cancelled"},"after":{"id":864,"customer_name":"Ronald Harris","product_name":"Monitor","quantity":4,"price":399.07,"order_date":1729452951,"status":"Cancelled"},"op":"u"} -{"before":null,"after":{"id":1098,"customer_name":"Michael Burgess","product_name":"Monitor","quantity":3,"price":207.21,"order_date":1729452964,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":1099,"customer_name":"Chad Smith","product_name":"Keyboard","quantity":2,"price":636.69,"order_date":1729452964,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":1100,"customer_name":"Eric Schmidt","product_name":"Laptop","quantity":4,"price":1768.63,"order_date":1729452965,"status":"Cancelled"},"op":"c"} -{"before":{"id":853,"customer_name":"Amy Mcdonald","product_name":"Headphones","quantity":1,"price":1426.03,"order_date":1729452950,"status":"Shipped"},"after":{"id":853,"customer_name":"Amy Mcdonald","product_name":"Headphones","quantity":1,"price":1426.03,"order_date":1729452950,"status":"Shipped"},"op":"u"} -{"before":{"id":585,"customer_name":"Amy Carpenter","product_name":"Headphones","quantity":5,"price":1577.82,"order_date":1729452935,"status":"Cancelled"},"after":{"id":585,"customer_name":"Amy Carpenter","product_name":"Headphones","quantity":5,"price":1577.82,"order_date":1729452935,"status":"Cancelled"},"op":"u"} -{"before":null,"after":{"id":1101,"customer_name":"Cristina Cohen","product_name":"Laptop","quantity":1,"price":657.2,"order_date":1729452965,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":1102,"customer_name":"Lawrence Fernandez","product_name":"Keyboard","quantity":1,"price":486.5,"order_date":1729452965,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":1103,"customer_name":"Teresa Olson MD","product_name":"Mouse","quantity":3,"price":335.69,"order_date":1729452965,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":1104,"customer_name":"Mrs. Tina Johnson MD","product_name":"Monitor","quantity":1,"price":1430.67,"order_date":1729452965,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":1105,"customer_name":"Darren Hale","product_name":"Monitor","quantity":1,"price":1604.44,"order_date":1729452965,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":1106,"customer_name":"Richard Garcia","product_name":"Laptop","quantity":2,"price":1091.76,"order_date":1729452965,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":1107,"customer_name":"Daisy Aguilar DVM","product_name":"Mouse","quantity":2,"price":702.68,"order_date":1729452965,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":1108,"customer_name":"Linda Powers","product_name":"Keyboard","quantity":1,"price":305.94,"order_date":1729452965,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":1109,"customer_name":"Michael Casey","product_name":"Keyboard","quantity":1,"price":1723.57,"order_date":1729452965,"status":"Cancelled"},"op":"c"} -{"before":{"id":474,"customer_name":"Gary Henderson","product_name":"Laptop","quantity":5,"price":1144.97,"order_date":1729452929,"status":"Delivered"},"after":{"id":474,"customer_name":"Gary Henderson","product_name":"Laptop","quantity":5,"price":1144.97,"order_date":1729452929,"status":"Delivered"},"op":"u"} -{"before":null,"after":{"id":1110,"customer_name":"Christina Boyer","product_name":"Headphones","quantity":2,"price":1112.33,"order_date":1729452965,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":1111,"customer_name":"Kenneth Rodriguez","product_name":"Mouse","quantity":1,"price":1577.9,"order_date":1729452965,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":1112,"customer_name":"Kayla Davis","product_name":"Keyboard","quantity":2,"price":273.44,"order_date":1729452965,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":1113,"customer_name":"Jason Ward","product_name":"Smartphone","quantity":5,"price":1390.39,"order_date":1729452965,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":1114,"customer_name":"Patrick King","product_name":"Laptop","quantity":1,"price":258.48,"order_date":1729452965,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":1115,"customer_name":"Brittany Johnson","product_name":"Smartphone","quantity":2,"price":1814.99,"order_date":1729452965,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":1116,"customer_name":"Connor Garcia","product_name":"Headphones","quantity":1,"price":1055.12,"order_date":1729452965,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":1117,"customer_name":"Anita Bartlett","product_name":"Mouse","quantity":4,"price":713.35,"order_date":1729452965,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":1118,"customer_name":"Daniel Parks","product_name":"Laptop","quantity":2,"price":290.81,"order_date":1729452965,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":1119,"customer_name":"Martin Wright","product_name":"Mouse","quantity":5,"price":1467.18,"order_date":1729452965,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":1120,"customer_name":"Anna Hines","product_name":"Laptop","quantity":3,"price":1129.67,"order_date":1729452966,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":1121,"customer_name":"Spencer Decker","product_name":"Mouse","quantity":3,"price":1499.09,"order_date":1729452966,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":1122,"customer_name":"Angela Meyers","product_name":"Keyboard","quantity":1,"price":581.43,"order_date":1729452966,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":1123,"customer_name":"Catherine Collins","product_name":"Mouse","quantity":2,"price":1547.81,"order_date":1729452966,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":1124,"customer_name":"Tony Miller","product_name":"Keyboard","quantity":1,"price":609.58,"order_date":1729452966,"status":"Shipped"},"op":"c"} -{"before":{"id":582,"customer_name":"Andrea Floyd","product_name":"Monitor","quantity":2,"price":1026.71,"order_date":1729452935,"status":"Delivered"},"after":{"id":582,"customer_name":"Andrea Floyd","product_name":"Monitor","quantity":2,"price":1026.71,"order_date":1729452935,"status":"Delivered"},"op":"u"} -{"before":null,"after":{"id":1125,"customer_name":"Amy Cooper","product_name":"Monitor","quantity":1,"price":361.7,"order_date":1729452966,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":1126,"customer_name":"Carol Jones","product_name":"Mouse","quantity":1,"price":447.21,"order_date":1729452966,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":1127,"customer_name":"Nicholas Garcia","product_name":"Mouse","quantity":1,"price":1300.84,"order_date":1729452966,"status":"Cancelled"},"op":"c"} -{"before":{"id":664,"customer_name":"Eric Ward","product_name":"Keyboard","quantity":5,"price":1770.74,"order_date":1729452939,"status":"Cancelled"},"after":{"id":664,"customer_name":"Eric Ward","product_name":"Keyboard","quantity":5,"price":1770.74,"order_date":1729452939,"status":"Cancelled"},"op":"u"} -{"before":null,"after":{"id":1128,"customer_name":"Sharon Lee","product_name":"Mouse","quantity":1,"price":349.72,"order_date":1729452966,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":1129,"customer_name":"Steven Bell","product_name":"Headphones","quantity":4,"price":473.94,"order_date":1729452966,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":1130,"customer_name":"Sarah Blankenship","product_name":"Smartphone","quantity":2,"price":1561.0,"order_date":1729452966,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":1131,"customer_name":"Michael Yoder","product_name":"Smartphone","quantity":1,"price":1751.05,"order_date":1729452966,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":1132,"customer_name":"Lauren Cooper","product_name":"Smartphone","quantity":4,"price":919.03,"order_date":1729452966,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":1133,"customer_name":"Nathaniel Garcia","product_name":"Laptop","quantity":3,"price":384.05,"order_date":1729452966,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":1134,"customer_name":"Mary Goodwin","product_name":"Laptop","quantity":1,"price":699.82,"order_date":1729452966,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":1135,"customer_name":"Robert Roth","product_name":"Headphones","quantity":3,"price":241.74,"order_date":1729452966,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":1136,"customer_name":"Joshua Freeman","product_name":"Keyboard","quantity":4,"price":1148.2,"order_date":1729452966,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":1137,"customer_name":"Erica Diaz","product_name":"Laptop","quantity":5,"price":1994.67,"order_date":1729452966,"status":"Shipped"},"op":"c"} -{"before":{"id":327,"customer_name":"Adam Brock","product_name":"Smartphone","quantity":3,"price":957.26,"order_date":1729452921,"status":"Cancelled"},"after":{"id":327,"customer_name":"Adam Brock","product_name":"Smartphone","quantity":3,"price":957.26,"order_date":1729452921,"status":"Cancelled"},"op":"u"} -{"before":null,"after":{"id":1138,"customer_name":"Darren Everett","product_name":"Smartphone","quantity":2,"price":1506.06,"order_date":1729452966,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":1139,"customer_name":"Ronald Munoz","product_name":"Headphones","quantity":2,"price":639.56,"order_date":1729452966,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":1140,"customer_name":"Joshua Oliver","product_name":"Headphones","quantity":3,"price":1943.75,"order_date":1729452967,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":1141,"customer_name":"Manuel Wilson","product_name":"Monitor","quantity":2,"price":785.93,"order_date":1729452967,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":1142,"customer_name":"Megan Sanchez DDS","product_name":"Mouse","quantity":2,"price":414.62,"order_date":1729452967,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":1143,"customer_name":"Carol Henry","product_name":"Monitor","quantity":5,"price":1296.91,"order_date":1729452967,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":1144,"customer_name":"Mark Mcmillan","product_name":"Monitor","quantity":2,"price":1778.28,"order_date":1729452967,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":1145,"customer_name":"Patricia Mendoza","product_name":"Laptop","quantity":1,"price":899.38,"order_date":1729452967,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":1146,"customer_name":"John Robinson","product_name":"Monitor","quantity":5,"price":55.64,"order_date":1729452967,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":1147,"customer_name":"Suzanne Marshall","product_name":"Monitor","quantity":3,"price":1296.59,"order_date":1729452967,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":1148,"customer_name":"Pamela Frank","product_name":"Laptop","quantity":1,"price":161.94,"order_date":1729452967,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":1149,"customer_name":"Craig Kelly","product_name":"Mouse","quantity":4,"price":251.6,"order_date":1729452967,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":1150,"customer_name":"Adriana Davis","product_name":"Monitor","quantity":1,"price":77.7,"order_date":1729452967,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":1151,"customer_name":"Michael Johnston","product_name":"Keyboard","quantity":4,"price":815.88,"order_date":1729452967,"status":"Pending"},"op":"c"} -{"before":{"id":905,"customer_name":"Michelle Maldonado","product_name":"Headphones","quantity":5,"price":613.86,"order_date":1729452953,"status":"Delivered"},"after":{"id":905,"customer_name":"Michelle Maldonado","product_name":"Headphones","quantity":5,"price":613.86,"order_date":1729452953,"status":"Delivered"},"op":"u"} -{"before":null,"after":{"id":1152,"customer_name":"Brian Stephenson","product_name":"Headphones","quantity":3,"price":1303.25,"order_date":1729452967,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":1153,"customer_name":"Dana Green","product_name":"Headphones","quantity":1,"price":1529.87,"order_date":1729452967,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":1154,"customer_name":"Amy Cabrera DVM","product_name":"Keyboard","quantity":3,"price":414.32,"order_date":1729452967,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":1155,"customer_name":"Michael Weber","product_name":"Monitor","quantity":4,"price":1961.79,"order_date":1729452967,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":1156,"customer_name":"Mrs. Kara Chavez","product_name":"Keyboard","quantity":5,"price":1731.38,"order_date":1729452967,"status":"Delivered"},"op":"c"} -{"before":{"id":815,"customer_name":"James Mueller","product_name":"Smartphone","quantity":2,"price":1721.34,"order_date":1729452948,"status":"Cancelled"},"after":{"id":815,"customer_name":"James Mueller","product_name":"Smartphone","quantity":2,"price":1721.34,"order_date":1729452948,"status":"Cancelled"},"op":"u"} -{"before":null,"after":{"id":1157,"customer_name":"Jeffrey Cole","product_name":"Headphones","quantity":4,"price":1827.37,"order_date":1729452967,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":1158,"customer_name":"Jeremiah Hickman","product_name":"Smartphone","quantity":3,"price":1888.34,"order_date":1729452967,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":1159,"customer_name":"Kevin White","product_name":"Mouse","quantity":1,"price":1887.54,"order_date":1729452967,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":1160,"customer_name":"Tina Johnson","product_name":"Monitor","quantity":2,"price":1053.52,"order_date":1729452967,"status":"Cancelled"},"op":"c"} -{"before":{"id":251,"customer_name":"Sharon Carrillo","product_name":"Headphones","quantity":1,"price":1416.44,"order_date":1729452916,"status":"Shipped"},"after":{"id":251,"customer_name":"Sharon Carrillo","product_name":"Headphones","quantity":1,"price":1416.44,"order_date":1729452916,"status":"Shipped"},"op":"u"} -{"before":null,"after":{"id":1161,"customer_name":"Charles Johnson","product_name":"Laptop","quantity":2,"price":331.21,"order_date":1729452968,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":1162,"customer_name":"Nicole Caldwell","product_name":"Laptop","quantity":2,"price":669.34,"order_date":1729452968,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":1163,"customer_name":"Todd Gutierrez","product_name":"Keyboard","quantity":4,"price":744.73,"order_date":1729452968,"status":"Delivered"},"op":"c"} -{"before":{"id":76,"customer_name":"John Medina","product_name":"Headphones","quantity":1,"price":503.26,"order_date":1729452907,"status":"Shipped"},"after":{"id":76,"customer_name":"John Medina","product_name":"Headphones","quantity":1,"price":503.26,"order_date":1729452907,"status":"Shipped"},"op":"u"} -{"before":null,"after":{"id":1164,"customer_name":"Cindy Stephens","product_name":"Laptop","quantity":1,"price":463.29,"order_date":1729452968,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":1165,"customer_name":"Kelly Collins","product_name":"Smartphone","quantity":2,"price":1220.85,"order_date":1729452968,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":1166,"customer_name":"Hailey Howell","product_name":"Monitor","quantity":5,"price":1490.37,"order_date":1729452968,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":1167,"customer_name":"John Gomez","product_name":"Headphones","quantity":3,"price":1235.97,"order_date":1729452968,"status":"Cancelled"},"op":"c"} -{"before":{"id":494,"customer_name":"James Wood","product_name":"Keyboard","quantity":1,"price":1369.78,"order_date":1729452930,"status":"Shipped"},"after":{"id":494,"customer_name":"James Wood","product_name":"Keyboard","quantity":1,"price":1369.78,"order_date":1729452930,"status":"Shipped"},"op":"u"} -{"before":null,"after":{"id":1168,"customer_name":"Alexander Hernandez","product_name":"Laptop","quantity":4,"price":1225.55,"order_date":1729452968,"status":"Shipped"},"op":"c"} -{"before":{"id":545,"customer_name":"Matthew Nelson","product_name":"Mouse","quantity":3,"price":275.02,"order_date":1729452933,"status":"Shipped"},"after":{"id":545,"customer_name":"Matthew Nelson","product_name":"Mouse","quantity":3,"price":275.02,"order_date":1729452933,"status":"Shipped"},"op":"u"} -{"before":null,"after":{"id":1169,"customer_name":"Angel Parrish","product_name":"Monitor","quantity":2,"price":1096.05,"order_date":1729452968,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":1170,"customer_name":"Lauren Ramirez","product_name":"Laptop","quantity":2,"price":616.7,"order_date":1729452968,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":1171,"customer_name":"Larry Hickman","product_name":"Keyboard","quantity":2,"price":160.48,"order_date":1729452968,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":1172,"customer_name":"Brian Ford","product_name":"Mouse","quantity":3,"price":1549.14,"order_date":1729452968,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":1173,"customer_name":"Stephanie Martin","product_name":"Mouse","quantity":2,"price":142.87,"order_date":1729452968,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":1174,"customer_name":"James Gibson","product_name":"Headphones","quantity":1,"price":1361.67,"order_date":1729452968,"status":"Cancelled"},"op":"c"} -{"before":{"id":307,"customer_name":"Michael Rodriguez","product_name":"Mouse","quantity":5,"price":483.99,"order_date":1729452920,"status":"Shipped"},"after":{"id":307,"customer_name":"Michael Rodriguez","product_name":"Mouse","quantity":5,"price":483.99,"order_date":1729452920,"status":"Shipped"},"op":"u"} -{"before":null,"after":{"id":1175,"customer_name":"Gary Williamson","product_name":"Monitor","quantity":2,"price":1611.0,"order_date":1729452968,"status":"Pending"},"op":"c"} -{"before":{"id":686,"customer_name":"Richard Price","product_name":"Mouse","quantity":1,"price":1380.29,"order_date":1729452941,"status":"Cancelled"},"after":{"id":686,"customer_name":"Richard Price","product_name":"Mouse","quantity":1,"price":1380.29,"order_date":1729452941,"status":"Cancelled"},"op":"u"} -{"before":null,"after":{"id":1176,"customer_name":"Carolyn Hernandez","product_name":"Smartphone","quantity":1,"price":601.07,"order_date":1729452968,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":1177,"customer_name":"Kimberly Jackson","product_name":"Laptop","quantity":5,"price":1288.53,"order_date":1729452968,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":1178,"customer_name":"Anthony Small","product_name":"Keyboard","quantity":1,"price":653.41,"order_date":1729452968,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":1179,"customer_name":"Justin Castro","product_name":"Mouse","quantity":1,"price":87.03,"order_date":1729452968,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":1180,"customer_name":"Alan Dennis","product_name":"Monitor","quantity":4,"price":1046.59,"order_date":1729452969,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":1181,"customer_name":"Jerry Adams","product_name":"Mouse","quantity":2,"price":273.34,"order_date":1729452969,"status":"Cancelled"},"op":"c"} -{"before":{"id":652,"customer_name":"Matthew Christian","product_name":"Mouse","quantity":2,"price":1331.9,"order_date":1729452939,"status":"Shipped"},"after":{"id":652,"customer_name":"Matthew Christian","product_name":"Mouse","quantity":2,"price":1331.9,"order_date":1729452939,"status":"Shipped"},"op":"u"} -{"before":null,"after":{"id":1182,"customer_name":"Craig Wells","product_name":"Smartphone","quantity":4,"price":1382.18,"order_date":1729452969,"status":"Delivered"},"op":"c"} -{"before":{"id":843,"customer_name":null,"product_name":null,"quantity":null,"price":null,"order_date":null,"status":null},"after":null,"op":"d"} -{"before":null,"after":{"id":1183,"customer_name":"Geoffrey Mcdonald","product_name":"Mouse","quantity":3,"price":494.21,"order_date":1729452969,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":1184,"customer_name":"Sue Barron","product_name":"Laptop","quantity":4,"price":478.19,"order_date":1729452969,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":1185,"customer_name":"Kelly Avila","product_name":"Mouse","quantity":1,"price":1337.99,"order_date":1729452969,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":1186,"customer_name":"Rebecca Zamora","product_name":"Headphones","quantity":4,"price":1699.52,"order_date":1729452969,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":1187,"customer_name":"Robert Becker","product_name":"Monitor","quantity":4,"price":524.97,"order_date":1729452969,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":1188,"customer_name":"David Mejia","product_name":"Keyboard","quantity":2,"price":1477.93,"order_date":1729452969,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":1189,"customer_name":"Preston Lane","product_name":"Smartphone","quantity":4,"price":292.65,"order_date":1729452969,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":1190,"customer_name":"Grant Kennedy","product_name":"Keyboard","quantity":3,"price":574.31,"order_date":1729452969,"status":"Delivered"},"op":"c"} -{"before":{"id":805,"customer_name":"Sandra Underwood","product_name":"Smartphone","quantity":1,"price":1786.07,"order_date":1729452948,"status":"Shipped"},"after":{"id":805,"customer_name":"Sandra Underwood","product_name":"Smartphone","quantity":1,"price":1786.07,"order_date":1729452948,"status":"Shipped"},"op":"u"} -{"before":{"id":475,"customer_name":null,"product_name":null,"quantity":null,"price":null,"order_date":null,"status":null},"after":null,"op":"d"} -{"before":null,"after":{"id":1191,"customer_name":"Steven Collins DDS","product_name":"Keyboard","quantity":2,"price":1559.31,"order_date":1729452969,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":1192,"customer_name":"Frank Nicholson","product_name":"Laptop","quantity":5,"price":827.41,"order_date":1729452969,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":1193,"customer_name":"Abigail Floyd","product_name":"Keyboard","quantity":3,"price":256.16,"order_date":1729452969,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":1194,"customer_name":"Hayden Smith","product_name":"Laptop","quantity":5,"price":1823.37,"order_date":1729452969,"status":"Pending"},"op":"c"} -{"before":{"id":782,"customer_name":"Casey Nelson","product_name":"Mouse","quantity":1,"price":1610.23,"order_date":1729452946,"status":"Shipped"},"after":{"id":782,"customer_name":"Casey Nelson","product_name":"Mouse","quantity":1,"price":1610.23,"order_date":1729452946,"status":"Shipped"},"op":"u"} -{"before":null,"after":{"id":1195,"customer_name":"Steven Hayden","product_name":"Smartphone","quantity":4,"price":527.58,"order_date":1729452969,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":1196,"customer_name":"Stephanie Smith","product_name":"Smartphone","quantity":4,"price":329.24,"order_date":1729452969,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":1197,"customer_name":"Melanie Nguyen","product_name":"Headphones","quantity":3,"price":198.72,"order_date":1729452970,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":1198,"customer_name":"Jennifer Peterson","product_name":"Headphones","quantity":1,"price":243.68,"order_date":1729452970,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":1199,"customer_name":"Mark Daniels","product_name":"Headphones","quantity":4,"price":1928.26,"order_date":1729452970,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":1200,"customer_name":"Robert Cole","product_name":"Monitor","quantity":3,"price":1219.91,"order_date":1729452970,"status":"Cancelled"},"op":"c"} -{"before":{"id":454,"customer_name":"Marissa Garcia","product_name":"Mouse","quantity":4,"price":1337.95,"order_date":1729452928,"status":"Delivered"},"after":{"id":454,"customer_name":"Marissa Garcia","product_name":"Mouse","quantity":4,"price":1337.95,"order_date":1729452928,"status":"Delivered"},"op":"u"} -{"before":null,"after":{"id":1201,"customer_name":"Melanie Kirby","product_name":"Monitor","quantity":1,"price":1506.76,"order_date":1729452970,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":1202,"customer_name":"Sarah Howell","product_name":"Smartphone","quantity":3,"price":1218.3,"order_date":1729452970,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":1203,"customer_name":"Emily Cox","product_name":"Headphones","quantity":4,"price":661.54,"order_date":1729452970,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":1204,"customer_name":"Stephen Douglas","product_name":"Headphones","quantity":1,"price":1832.8,"order_date":1729452970,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":1205,"customer_name":"Raymond Archer","product_name":"Smartphone","quantity":4,"price":1376.26,"order_date":1729452970,"status":"Delivered"},"op":"c"} -{"before":{"id":462,"customer_name":"Renee Pena","product_name":"Laptop","quantity":1,"price":1697.84,"order_date":1729452928,"status":"Cancelled"},"after":{"id":462,"customer_name":"Renee Pena","product_name":"Laptop","quantity":1,"price":1697.84,"order_date":1729452928,"status":"Cancelled"},"op":"u"} -{"before":null,"after":{"id":1206,"customer_name":"Emily Wu","product_name":"Keyboard","quantity":3,"price":218.64,"order_date":1729452970,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":1207,"customer_name":"Noah Campbell","product_name":"Smartphone","quantity":5,"price":1565.22,"order_date":1729452970,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":1208,"customer_name":"Tammy Mccullough","product_name":"Headphones","quantity":2,"price":424.98,"order_date":1729452970,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":1209,"customer_name":"Joshua Cole","product_name":"Headphones","quantity":2,"price":868.22,"order_date":1729452970,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":1210,"customer_name":"Jennifer Nelson","product_name":"Smartphone","quantity":1,"price":1991.67,"order_date":1729452970,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":1211,"customer_name":"Tracy Ayers","product_name":"Monitor","quantity":3,"price":919.87,"order_date":1729452970,"status":"Shipped"},"op":"c"} -{"before":{"id":230,"customer_name":"Kathleen Richardson","product_name":"Laptop","quantity":1,"price":419.86,"order_date":1729452915,"status":"Cancelled"},"after":{"id":230,"customer_name":"Kathleen Richardson","product_name":"Laptop","quantity":1,"price":419.86,"order_date":1729452915,"status":"Cancelled"},"op":"u"} -{"before":null,"after":{"id":1212,"customer_name":"James Rodgers","product_name":"Mouse","quantity":5,"price":985.8,"order_date":1729452970,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":1213,"customer_name":"Brandon Reyes PhD","product_name":"Laptop","quantity":1,"price":867.99,"order_date":1729452970,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":1214,"customer_name":"Sarah Martin","product_name":"Laptop","quantity":3,"price":892.45,"order_date":1729452970,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":1215,"customer_name":"Carolyn Murphy","product_name":"Headphones","quantity":3,"price":687.31,"order_date":1729452971,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":1216,"customer_name":"John Anderson","product_name":"Headphones","quantity":4,"price":774.51,"order_date":1729452971,"status":"Pending"},"op":"c"} -{"before":{"id":185,"customer_name":"Jose Haynes","product_name":"Mouse","quantity":5,"price":881.24,"order_date":1729452913,"status":"Cancelled"},"after":{"id":185,"customer_name":"Jose Haynes","product_name":"Mouse","quantity":5,"price":881.24,"order_date":1729452913,"status":"Cancelled"},"op":"u"} -{"before":null,"after":{"id":1217,"customer_name":"Monica Moss","product_name":"Monitor","quantity":5,"price":938.75,"order_date":1729452971,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":1218,"customer_name":"Cindy Shea","product_name":"Mouse","quantity":5,"price":412.09,"order_date":1729452971,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":1219,"customer_name":"Walter Blevins","product_name":"Smartphone","quantity":4,"price":253.72,"order_date":1729452971,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":1220,"customer_name":"Justin Neal","product_name":"Mouse","quantity":3,"price":1920.96,"order_date":1729452971,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":1221,"customer_name":"Megan Hill","product_name":"Headphones","quantity":5,"price":1081.35,"order_date":1729452971,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":1222,"customer_name":"Micheal Gardner","product_name":"Mouse","quantity":4,"price":209.61,"order_date":1729452971,"status":"Cancelled"},"op":"c"} -{"before":{"id":60,"customer_name":"Jennifer Ward","product_name":"Monitor","quantity":4,"price":1210.37,"order_date":1729452906,"status":"Delivered"},"after":{"id":60,"customer_name":"Jennifer Ward","product_name":"Monitor","quantity":4,"price":1210.37,"order_date":1729452906,"status":"Delivered"},"op":"u"} -{"before":null,"after":{"id":1223,"customer_name":"Stacy Rhodes","product_name":"Keyboard","quantity":2,"price":1611.51,"order_date":1729452971,"status":"Shipped"},"op":"c"} -{"before":{"id":313,"customer_name":"Joseph Guerrero","product_name":"Monitor","quantity":5,"price":980.31,"order_date":1729452920,"status":"Cancelled"},"after":{"id":313,"customer_name":"Joseph Guerrero","product_name":"Monitor","quantity":5,"price":980.31,"order_date":1729452920,"status":"Cancelled"},"op":"u"} -{"before":null,"after":{"id":1224,"customer_name":"Thomas Snyder","product_name":"Mouse","quantity":3,"price":592.36,"order_date":1729452971,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":1225,"customer_name":"Nathaniel Patel","product_name":"Laptop","quantity":2,"price":1140.39,"order_date":1729452971,"status":"Delivered"},"op":"c"} -{"before":{"id":174,"customer_name":"Lori Stokes PhD","product_name":"Keyboard","quantity":4,"price":118.87,"order_date":1729452912,"status":"Shipped"},"after":{"id":174,"customer_name":"Lori Stokes PhD","product_name":"Keyboard","quantity":4,"price":118.87,"order_date":1729452912,"status":"Shipped"},"op":"u"} -{"before":null,"after":{"id":1226,"customer_name":"Kara Cannon","product_name":"Smartphone","quantity":5,"price":1856.72,"order_date":1729452971,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":1227,"customer_name":"Christina Proctor","product_name":"Monitor","quantity":5,"price":1875.73,"order_date":1729452971,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":1228,"customer_name":"Courtney Drake MD","product_name":"Monitor","quantity":3,"price":1924.43,"order_date":1729452971,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":1229,"customer_name":"Nicole Pugh","product_name":"Mouse","quantity":5,"price":1591.79,"order_date":1729452971,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":1230,"customer_name":"Jennifer Mitchell","product_name":"Monitor","quantity":2,"price":557.48,"order_date":1729452971,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":1231,"customer_name":"Erin Robertson","product_name":"Monitor","quantity":3,"price":1527.98,"order_date":1729452971,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":1232,"customer_name":"Nathan Spencer","product_name":"Mouse","quantity":1,"price":1375.93,"order_date":1729452971,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":1233,"customer_name":"Jackie Reed","product_name":"Monitor","quantity":1,"price":57.56,"order_date":1729452971,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":1234,"customer_name":"Gabriella Johnson","product_name":"Smartphone","quantity":4,"price":1949.19,"order_date":1729452971,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":1235,"customer_name":"Jonathan Yang","product_name":"Keyboard","quantity":1,"price":1172.86,"order_date":1729452971,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":1236,"customer_name":"Mary Stafford","product_name":"Mouse","quantity":1,"price":1403.85,"order_date":1729452972,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":1237,"customer_name":"Jason Willis","product_name":"Mouse","quantity":1,"price":1191.98,"order_date":1729452972,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":1238,"customer_name":"Natalie Dunn","product_name":"Smartphone","quantity":1,"price":541.15,"order_date":1729452972,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":1239,"customer_name":"Elizabeth Kelly","product_name":"Headphones","quantity":2,"price":50.01,"order_date":1729452972,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":1240,"customer_name":"Susan Irwin","product_name":"Headphones","quantity":3,"price":335.66,"order_date":1729452972,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":1241,"customer_name":"Lisa Tucker","product_name":"Smartphone","quantity":3,"price":1078.46,"order_date":1729452972,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":1242,"customer_name":"Lawrence Peterson","product_name":"Headphones","quantity":3,"price":1883.25,"order_date":1729452972,"status":"Delivered"},"op":"c"} -{"before":{"id":825,"customer_name":"Michaela Johnson","product_name":"Smartphone","quantity":5,"price":1988.14,"order_date":1729452949,"status":"Delivered"},"after":{"id":825,"customer_name":"Michaela Johnson","product_name":"Smartphone","quantity":5,"price":1988.14,"order_date":1729452949,"status":"Delivered"},"op":"u"} -{"before":null,"after":{"id":1243,"customer_name":"Melanie Roy","product_name":"Headphones","quantity":4,"price":362.99,"order_date":1729452972,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":1244,"customer_name":"Phillip Burton","product_name":"Keyboard","quantity":4,"price":1752.86,"order_date":1729452972,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":1245,"customer_name":"William Johnson","product_name":"Mouse","quantity":2,"price":1889.12,"order_date":1729452972,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":1246,"customer_name":"Timothy Spencer","product_name":"Headphones","quantity":5,"price":211.08,"order_date":1729452972,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":1247,"customer_name":"Jean Farrell","product_name":"Mouse","quantity":4,"price":1127.91,"order_date":1729452972,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":1248,"customer_name":"Clayton Brown","product_name":"Mouse","quantity":3,"price":1394.28,"order_date":1729452972,"status":"Delivered"},"op":"c"} -{"before":{"id":666,"customer_name":"Heather Jones","product_name":"Keyboard","quantity":5,"price":311.82,"order_date":1729452939,"status":"Shipped"},"after":{"id":666,"customer_name":"Heather Jones","product_name":"Keyboard","quantity":5,"price":311.82,"order_date":1729452939,"status":"Shipped"},"op":"u"} -{"before":{"id":527,"customer_name":"Robert Mooney","product_name":"Laptop","quantity":3,"price":1062.39,"order_date":1729452932,"status":"Shipped"},"after":{"id":527,"customer_name":"Robert Mooney","product_name":"Laptop","quantity":3,"price":1062.39,"order_date":1729452932,"status":"Shipped"},"op":"u"} -{"before":{"id":173,"customer_name":"Brittney Vaughn","product_name":"Smartphone","quantity":5,"price":597.71,"order_date":1729452912,"status":"Shipped"},"after":{"id":173,"customer_name":"Brittney Vaughn","product_name":"Smartphone","quantity":5,"price":597.71,"order_date":1729452912,"status":"Shipped"},"op":"u"} -{"before":null,"after":{"id":1249,"customer_name":"Dylan Johnson","product_name":"Mouse","quantity":5,"price":1201.97,"order_date":1729452972,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":1250,"customer_name":"Jackie Cook","product_name":"Laptop","quantity":2,"price":1753.16,"order_date":1729452972,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":1251,"customer_name":"Scott Perez","product_name":"Laptop","quantity":3,"price":1738.91,"order_date":1729452972,"status":"Shipped"},"op":"c"} -{"before":{"id":955,"customer_name":"Joshua Long","product_name":"Headphones","quantity":3,"price":218.85,"order_date":1729452956,"status":"Delivered"},"after":{"id":955,"customer_name":"Joshua Long","product_name":"Headphones","quantity":3,"price":218.85,"order_date":1729452956,"status":"Delivered"},"op":"u"} -{"before":null,"after":{"id":1252,"customer_name":"Brandy Morgan","product_name":"Smartphone","quantity":5,"price":1077.1,"order_date":1729452972,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":1253,"customer_name":"Molly Williams","product_name":"Mouse","quantity":2,"price":1997.8,"order_date":1729452972,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":1254,"customer_name":"Todd Hall","product_name":"Laptop","quantity":4,"price":1267.4,"order_date":1729452972,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":1255,"customer_name":"Melanie Long","product_name":"Monitor","quantity":2,"price":1473.47,"order_date":1729452973,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":1256,"customer_name":"Jocelyn Roberts","product_name":"Mouse","quantity":3,"price":1564.0,"order_date":1729452973,"status":"Cancelled"},"op":"c"} -{"before":{"id":442,"customer_name":"Tyler Brown","product_name":"Headphones","quantity":1,"price":1857.88,"order_date":1729452927,"status":"Shipped"},"after":{"id":442,"customer_name":"Tyler Brown","product_name":"Headphones","quantity":1,"price":1857.88,"order_date":1729452927,"status":"Shipped"},"op":"u"} -{"before":null,"after":{"id":1257,"customer_name":"Christopher Ryan","product_name":"Headphones","quantity":4,"price":380.91,"order_date":1729452973,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":1258,"customer_name":"Ashley Rivera","product_name":"Monitor","quantity":3,"price":225.01,"order_date":1729452973,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":1259,"customer_name":"Tina Ortiz","product_name":"Laptop","quantity":5,"price":1539.8,"order_date":1729452973,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":1260,"customer_name":"Robert Gonzales","product_name":"Laptop","quantity":1,"price":683.4,"order_date":1729452973,"status":"Cancelled"},"op":"c"} -{"before":{"id":610,"customer_name":null,"product_name":null,"quantity":null,"price":null,"order_date":null,"status":null},"after":null,"op":"d"} -{"before":null,"after":{"id":1261,"customer_name":"Jermaine David","product_name":"Headphones","quantity":4,"price":1046.76,"order_date":1729452973,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":1262,"customer_name":"Wayne Steele","product_name":"Smartphone","quantity":4,"price":753.84,"order_date":1729452973,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":1263,"customer_name":"Mary Moore","product_name":"Headphones","quantity":2,"price":1073.66,"order_date":1729452973,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":1264,"customer_name":"Jessica Harris","product_name":"Monitor","quantity":1,"price":1050.84,"order_date":1729452973,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":1265,"customer_name":"James Hodge","product_name":"Mouse","quantity":1,"price":372.28,"order_date":1729452973,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":1266,"customer_name":"Matthew Bradshaw","product_name":"Monitor","quantity":1,"price":1663.1,"order_date":1729452973,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":1267,"customer_name":"Mrs. Jillian Martinez","product_name":"Headphones","quantity":4,"price":1873.5,"order_date":1729452973,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":1268,"customer_name":"Marc Cruz","product_name":"Monitor","quantity":2,"price":643.83,"order_date":1729452973,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":1269,"customer_name":"Jenna Thornton","product_name":"Headphones","quantity":2,"price":270.2,"order_date":1729452973,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":1270,"customer_name":"Vanessa Hodges","product_name":"Smartphone","quantity":1,"price":838.61,"order_date":1729452973,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":1271,"customer_name":"Jessica Shelton","product_name":"Mouse","quantity":5,"price":555.22,"order_date":1729452973,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":1272,"customer_name":"Larry Myers","product_name":"Laptop","quantity":3,"price":662.15,"order_date":1729452973,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":1273,"customer_name":"Sheila Spencer","product_name":"Keyboard","quantity":1,"price":1099.48,"order_date":1729452973,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":1274,"customer_name":"Dillon Brown","product_name":"Monitor","quantity":3,"price":1784.19,"order_date":1729452973,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":1275,"customer_name":"Michael Gould","product_name":"Monitor","quantity":1,"price":1185.94,"order_date":1729452974,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":1276,"customer_name":"Anne Singh","product_name":"Headphones","quantity":5,"price":262.45,"order_date":1729452974,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":1277,"customer_name":"Michelle Tate","product_name":"Monitor","quantity":2,"price":693.27,"order_date":1729452974,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":1278,"customer_name":"Ronald Ponce","product_name":"Mouse","quantity":2,"price":161.83,"order_date":1729452974,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":1279,"customer_name":"Alan Wiley","product_name":"Monitor","quantity":1,"price":1473.63,"order_date":1729452974,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":1280,"customer_name":"Mrs. Virginia Wallace","product_name":"Headphones","quantity":3,"price":703.64,"order_date":1729452974,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":1281,"customer_name":"Natalie Clements","product_name":"Smartphone","quantity":5,"price":972.13,"order_date":1729452974,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":1282,"customer_name":"Samantha Caldwell","product_name":"Mouse","quantity":1,"price":1003.85,"order_date":1729452974,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":1283,"customer_name":"Cindy Palmer","product_name":"Mouse","quantity":4,"price":1599.18,"order_date":1729452974,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":1284,"customer_name":"Jonathan Vasquez","product_name":"Keyboard","quantity":2,"price":1608.84,"order_date":1729452974,"status":"Pending"},"op":"c"} -{"before":{"id":290,"customer_name":"Cory Ramsey","product_name":"Monitor","quantity":4,"price":1528.82,"order_date":1729452919,"status":"Cancelled"},"after":{"id":290,"customer_name":"Cory Ramsey","product_name":"Monitor","quantity":4,"price":1528.82,"order_date":1729452919,"status":"Cancelled"},"op":"u"} -{"before":null,"after":{"id":1285,"customer_name":"Mr. Tom Smith","product_name":"Laptop","quantity":3,"price":1619.58,"order_date":1729452974,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":1286,"customer_name":"Melissa Ramsey","product_name":"Smartphone","quantity":1,"price":1691.72,"order_date":1729452974,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":1287,"customer_name":"Mr. Aaron Davis","product_name":"Laptop","quantity":3,"price":1641.66,"order_date":1729452974,"status":"Delivered"},"op":"c"} -{"before":{"id":268,"customer_name":"Michael Herrera","product_name":"Headphones","quantity":5,"price":141.52,"order_date":1729452917,"status":"Cancelled"},"after":{"id":268,"customer_name":"Michael Herrera","product_name":"Headphones","quantity":5,"price":141.52,"order_date":1729452917,"status":"Cancelled"},"op":"u"} -{"before":null,"after":{"id":1288,"customer_name":"Jason Sanders","product_name":"Keyboard","quantity":4,"price":181.6,"order_date":1729452974,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":1289,"customer_name":"Sean Thomas","product_name":"Keyboard","quantity":3,"price":457.59,"order_date":1729452974,"status":"Delivered"},"op":"c"} -{"before":{"id":635,"customer_name":"Scott Perry","product_name":"Smartphone","quantity":4,"price":1047.39,"order_date":1729452938,"status":"Delivered"},"after":{"id":635,"customer_name":"Scott Perry","product_name":"Smartphone","quantity":4,"price":1047.39,"order_date":1729452938,"status":"Delivered"},"op":"u"} -{"before":null,"after":{"id":1290,"customer_name":"David Reed","product_name":"Monitor","quantity":2,"price":1710.85,"order_date":1729452974,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":1291,"customer_name":"Jessica Barnes","product_name":"Keyboard","quantity":2,"price":436.28,"order_date":1729452974,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":1292,"customer_name":"Victoria Flores","product_name":"Smartphone","quantity":3,"price":1021.79,"order_date":1729452974,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":1293,"customer_name":"Christina Anderson","product_name":"Monitor","quantity":5,"price":558.04,"order_date":1729452974,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":1294,"customer_name":"Kimberly Black","product_name":"Headphones","quantity":1,"price":1770.12,"order_date":1729452974,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":1295,"customer_name":"Gabriella Singh","product_name":"Keyboard","quantity":5,"price":140.32,"order_date":1729452974,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":1296,"customer_name":"Richard Juarez","product_name":"Monitor","quantity":5,"price":1852.28,"order_date":1729452974,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":1297,"customer_name":"Jerry Combs","product_name":"Headphones","quantity":5,"price":1980.69,"order_date":1729452975,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":1298,"customer_name":"Manuel Saunders","product_name":"Keyboard","quantity":3,"price":233.89,"order_date":1729452975,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":1299,"customer_name":"Angie Henry","product_name":"Laptop","quantity":3,"price":1621.48,"order_date":1729452975,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":1300,"customer_name":"Paula Willis","product_name":"Smartphone","quantity":4,"price":1097.74,"order_date":1729452975,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":1301,"customer_name":"Candice Mcclure","product_name":"Monitor","quantity":5,"price":1346.42,"order_date":1729452975,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":1302,"customer_name":"Crystal Frost","product_name":"Keyboard","quantity":3,"price":1257.49,"order_date":1729452975,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":1303,"customer_name":"Joseph Ryan","product_name":"Smartphone","quantity":1,"price":1268.75,"order_date":1729452975,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":1304,"customer_name":"Anthony Washington","product_name":"Keyboard","quantity":1,"price":52.59,"order_date":1729452975,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":1305,"customer_name":"Shannon Alvarado","product_name":"Mouse","quantity":4,"price":493.54,"order_date":1729452975,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":1306,"customer_name":"Heather Eaton","product_name":"Mouse","quantity":4,"price":896.36,"order_date":1729452975,"status":"Shipped"},"op":"c"} -{"before":{"id":386,"customer_name":"Michael Cole","product_name":"Smartphone","quantity":1,"price":1109.07,"order_date":1729452924,"status":"Delivered"},"after":{"id":386,"customer_name":"Michael Cole","product_name":"Smartphone","quantity":1,"price":1109.07,"order_date":1729452924,"status":"Delivered"},"op":"u"} -{"before":null,"after":{"id":1307,"customer_name":"Laurie Martin","product_name":"Mouse","quantity":5,"price":866.5,"order_date":1729452975,"status":"Pending"},"op":"c"} -{"before":{"id":1168,"customer_name":"Alexander Hernandez","product_name":"Laptop","quantity":4,"price":1225.55,"order_date":1729452968,"status":"Delivered"},"after":{"id":1168,"customer_name":"Alexander Hernandez","product_name":"Laptop","quantity":4,"price":1225.55,"order_date":1729452968,"status":"Delivered"},"op":"u"} -{"before":null,"after":{"id":1308,"customer_name":"Olivia Wilcox","product_name":"Smartphone","quantity":4,"price":1035.14,"order_date":1729452975,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":1309,"customer_name":"Andrew Klein","product_name":"Mouse","quantity":1,"price":1946.89,"order_date":1729452975,"status":"Pending"},"op":"c"} -{"before":{"id":1002,"customer_name":"Barbara Anderson","product_name":"Monitor","quantity":5,"price":174.25,"order_date":1729452959,"status":"Cancelled"},"after":{"id":1002,"customer_name":"Barbara Anderson","product_name":"Monitor","quantity":5,"price":174.25,"order_date":1729452959,"status":"Cancelled"},"op":"u"} -{"before":null,"after":{"id":1310,"customer_name":"Christian Harper","product_name":"Headphones","quantity":3,"price":1132.41,"order_date":1729452975,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":1311,"customer_name":"Kevin Montgomery","product_name":"Mouse","quantity":3,"price":625.62,"order_date":1729452975,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":1312,"customer_name":"Sheila Alexander","product_name":"Monitor","quantity":1,"price":666.75,"order_date":1729452975,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":1313,"customer_name":"Leah Johnson","product_name":"Monitor","quantity":5,"price":1690.83,"order_date":1729452975,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":1314,"customer_name":"Tammy Flores","product_name":"Smartphone","quantity":5,"price":218.29,"order_date":1729452975,"status":"Delivered"},"op":"c"} -{"before":null,"after":{"id":1315,"customer_name":"Anne Mendoza","product_name":"Laptop","quantity":2,"price":60.82,"order_date":1729452975,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":1316,"customer_name":"Mark Coleman","product_name":"Smartphone","quantity":1,"price":775.85,"order_date":1729452975,"status":"Delivered"},"op":"c"} -{"before":{"id":896,"customer_name":"Jennifer Sloan","product_name":"Laptop","quantity":2,"price":494.41,"order_date":1729452953,"status":"Cancelled"},"after":{"id":896,"customer_name":"Jennifer Sloan","product_name":"Laptop","quantity":2,"price":494.41,"order_date":1729452953,"status":"Cancelled"},"op":"u"} -{"before":null,"after":{"id":1317,"customer_name":"Aaron Walker","product_name":"Keyboard","quantity":1,"price":851.47,"order_date":1729452976,"status":"Pending"},"op":"c"} -{"before":null,"after":{"id":1318,"customer_name":"Randall Henry","product_name":"Monitor","quantity":5,"price":1232.49,"order_date":1729452976,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":1319,"customer_name":"Kelly Shaw","product_name":"Keyboard","quantity":3,"price":486.23,"order_date":1729452976,"status":"Cancelled"},"op":"c"} -{"before":{"id":188,"customer_name":"Lisa Copeland","product_name":"Headphones","quantity":4,"price":1018.88,"order_date":1729452913,"status":"Delivered"},"after":{"id":188,"customer_name":"Lisa Copeland","product_name":"Headphones","quantity":4,"price":1018.88,"order_date":1729452913,"status":"Delivered"},"op":"u"} -{"before":null,"after":{"id":1320,"customer_name":"Stephanie Conrad","product_name":"Keyboard","quantity":1,"price":1126.05,"order_date":1729452976,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":1321,"customer_name":"Sharon Hernandez","product_name":"Keyboard","quantity":5,"price":1577.65,"order_date":1729452976,"status":"Delivered"},"op":"c"} -{"before":{"id":22,"customer_name":"David Lee","product_name":"Headphones","quantity":1,"price":293.37,"order_date":1729452904,"status":"Shipped"},"after":{"id":22,"customer_name":"David Lee","product_name":"Headphones","quantity":1,"price":293.37,"order_date":1729452904,"status":"Shipped"},"op":"u"} -{"before":{"id":1022,"customer_name":"Rebekah Torres","product_name":"Mouse","quantity":2,"price":1890.05,"order_date":1729452960,"status":"Shipped"},"after":{"id":1022,"customer_name":"Rebekah Torres","product_name":"Mouse","quantity":2,"price":1890.05,"order_date":1729452960,"status":"Shipped"},"op":"u"} -{"before":null,"after":{"id":1322,"customer_name":"Kristin Floyd","product_name":"Laptop","quantity":5,"price":1530.13,"order_date":1729452976,"status":"Cancelled"},"op":"c"} -{"before":null,"after":{"id":1323,"customer_name":"Ryan Brown","product_name":"Laptop","quantity":4,"price":1503.61,"order_date":1729452976,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":1324,"customer_name":"Richard Phillips","product_name":"Laptop","quantity":3,"price":386.33,"order_date":1729452976,"status":"Shipped"},"op":"c"} -{"before":null,"after":{"id":1325,"customer_name":"Becky Daniels","product_name":"Keyboard","quantity":2,"price":360.13,"order_date":1729452976,"status":"Delivered"},"op":"c"} +{"before":null,"after":{"id":3107,"customer_name":"Brenda Garcia","product_name":"Headphones","quantity":3,"price":392.25,"order_date":1734539354,"status":"Cancelled"},"op":"c"} +{"before":null,"after":{"id":3108,"customer_name":"John Henry","product_name":"Laptop","quantity":1,"price":320.1,"order_date":1734539354,"status":"Cancelled"},"op":"c"} +{"before":null,"after":{"id":3109,"customer_name":"Jamie Munoz","product_name":"Headphones","quantity":3,"price":1797.72,"order_date":1734539354,"status":"Cancelled"},"op":"c"} +{"before":null,"after":{"id":3110,"customer_name":"Jason Wong","product_name":"Monitor","quantity":5,"price":1804.33,"order_date":1734539354,"status":"Cancelled"},"op":"c"} +{"before":null,"after":{"id":3111,"customer_name":"Jessica Alexander","product_name":"Mouse","quantity":1,"price":1074.4,"order_date":1734539354,"status":"Cancelled"},"op":"c"} +{"before":null,"after":{"id":3112,"customer_name":"Janet Krause","product_name":"Headphones","quantity":4,"price":895.13,"order_date":1734539355,"status":"Pending"},"op":"c"} +{"before":null,"after":{"id":3113,"customer_name":"Christina Hayes","product_name":"Mouse","quantity":5,"price":1103.95,"order_date":1734539355,"status":"Cancelled"},"op":"c"} +{"before":null,"after":{"id":3114,"customer_name":"John Fields","product_name":"Monitor","quantity":3,"price":1856.86,"order_date":1734539355,"status":"Pending"},"op":"c"} +{"before":null,"after":{"id":3115,"customer_name":"Dennis Torres DVM","product_name":"Keyboard","quantity":1,"price":1010.15,"order_date":1734539355,"status":"Shipped"},"op":"c"} +{"before":null,"after":{"id":3116,"customer_name":"Jeremy Harris","product_name":"Monitor","quantity":5,"price":1114.67,"order_date":1734539355,"status":"Shipped"},"op":"c"} +{"before":null,"after":{"id":3117,"customer_name":"Brenda Brennan","product_name":"Headphones","quantity":1,"price":658.01,"order_date":1734539355,"status":"Cancelled"},"op":"c"} +{"before":null,"after":{"id":3118,"customer_name":"Anthony Robertson","product_name":"Keyboard","quantity":5,"price":1330.89,"order_date":1734539355,"status":"Cancelled"},"op":"c"} +{"before":null,"after":{"id":3119,"customer_name":"Jeremy Garcia","product_name":"Mouse","quantity":5,"price":1952.78,"order_date":1734539355,"status":"Pending"},"op":"c"} +{"before":null,"after":{"id":3120,"customer_name":"Sarah Jones","product_name":"Keyboard","quantity":3,"price":991.23,"order_date":1734539355,"status":"Delivered"},"op":"c"} +{"before":null,"after":{"id":3121,"customer_name":"Mr. James Huff","product_name":"Monitor","quantity":5,"price":91.49,"order_date":1734539355,"status":"Shipped"},"op":"c"} +{"before":null,"after":{"id":3122,"customer_name":"Matthew Wright","product_name":"Monitor","quantity":3,"price":1251.83,"order_date":1734539355,"status":"Pending"},"op":"c"} +{"before":null,"after":{"id":3123,"customer_name":"Karl Massey","product_name":"Monitor","quantity":4,"price":1946.01,"order_date":1734539355,"status":"Delivered"},"op":"c"} +{"before":null,"after":{"id":3124,"customer_name":"James Preston","product_name":"Laptop","quantity":3,"price":1958.64,"order_date":1734539355,"status":"Delivered"},"op":"c"} +{"before":null,"after":{"id":3125,"customer_name":"Heather Owens","product_name":"Monitor","quantity":3,"price":1076.91,"order_date":1734539355,"status":"Delivered"},"op":"c"} +{"before":null,"after":{"id":3126,"customer_name":"Janet Dominguez","product_name":"Laptop","quantity":1,"price":706.74,"order_date":1734539355,"status":"Pending"},"op":"c"} +{"before":null,"after":{"id":3127,"customer_name":"Sandra Brown","product_name":"Monitor","quantity":4,"price":573.5,"order_date":1734539355,"status":"Cancelled"},"op":"c"} +{"before":null,"after":{"id":3128,"customer_name":"Stephanie Estes","product_name":"Laptop","quantity":5,"price":692.21,"order_date":1734539355,"status":"Shipped"},"op":"c"} +{"before":null,"after":{"id":3129,"customer_name":"Ellen Jordan","product_name":"Smartphone","quantity":2,"price":295.84,"order_date":1734539356,"status":"Pending"},"op":"c"} +{"before":null,"after":{"id":3130,"customer_name":"Theresa Allen","product_name":"Smartphone","quantity":3,"price":1740.06,"order_date":1734539356,"status":"Shipped"},"op":"c"} +{"before":null,"after":{"id":3131,"customer_name":"Miss Lisa Evans","product_name":"Laptop","quantity":1,"price":1290.56,"order_date":1734539356,"status":"Cancelled"},"op":"c"} +{"before":null,"after":{"id":3132,"customer_name":"Alan Larsen","product_name":"Headphones","quantity":5,"price":1727.37,"order_date":1734539356,"status":"Pending"},"op":"c"} +{"before":null,"after":{"id":3133,"customer_name":"Bruce Boyd","product_name":"Mouse","quantity":3,"price":1758.73,"order_date":1734539356,"status":"Pending"},"op":"c"} +{"before":null,"after":{"id":3134,"customer_name":"Daniel Singh","product_name":"Laptop","quantity":1,"price":1934.98,"order_date":1734539356,"status":"Shipped"},"op":"c"} +{"before":null,"after":{"id":3135,"customer_name":"Robert Green","product_name":"Smartphone","quantity":5,"price":655.04,"order_date":1734539356,"status":"Cancelled"},"op":"c"} +{"before":null,"after":{"id":3136,"customer_name":"Matthew Patel","product_name":"Mouse","quantity":4,"price":1366.9,"order_date":1734539356,"status":"Pending"},"op":"c"} +{"before":null,"after":{"id":3137,"customer_name":"Eduardo Bond","product_name":"Mouse","quantity":3,"price":818.63,"order_date":1734539356,"status":"Pending"},"op":"c"} +{"before":null,"after":{"id":3138,"customer_name":"Michelle Hernandez","product_name":"Smartphone","quantity":4,"price":957.67,"order_date":1734539356,"status":"Pending"},"op":"c"} +{"before":null,"after":{"id":3139,"customer_name":"William Hogan","product_name":"Headphones","quantity":3,"price":1540.91,"order_date":1734539356,"status":"Shipped"},"op":"c"} +{"before":null,"after":{"id":3140,"customer_name":"Kimberly Owen","product_name":"Smartphone","quantity":5,"price":1297.8,"order_date":1734539356,"status":"Pending"},"op":"c"} +{"before":null,"after":{"id":3141,"customer_name":"Anna Jordan","product_name":"Smartphone","quantity":2,"price":830.64,"order_date":1734539356,"status":"Delivered"},"op":"c"} +{"before":null,"after":{"id":3143,"customer_name":"Steven Brown","product_name":"Keyboard","quantity":2,"price":1523.01,"order_date":1734539356,"status":"Delivered"},"op":"c"} +{"before":null,"after":{"id":3144,"customer_name":"Carol Lyons","product_name":"Monitor","quantity":1,"price":1640.49,"order_date":1734539356,"status":"Pending"},"op":"c"} +{"before":null,"after":{"id":3145,"customer_name":"Robin Davenport","product_name":"Monitor","quantity":3,"price":959.56,"order_date":1734539356,"status":"Delivered"},"op":"c"} +{"before":null,"after":{"id":3146,"customer_name":"Jonathan Harrell","product_name":"Mouse","quantity":5,"price":1653.53,"order_date":1734539356,"status":"Cancelled"},"op":"c"} +{"before":null,"after":{"id":3147,"customer_name":"Allen Curry","product_name":"Laptop","quantity":5,"price":319.04,"order_date":1734539356,"status":"Pending"},"op":"c"} +{"before":null,"after":{"id":3148,"customer_name":"Connie Ellis","product_name":"Keyboard","quantity":3,"price":1538.55,"order_date":1734539356,"status":"Delivered"},"op":"c"} +{"before":null,"after":{"id":3149,"customer_name":"Emma Martin","product_name":"Monitor","quantity":3,"price":1264.64,"order_date":1734539356,"status":"Pending"},"op":"c"} +{"before":{"id":3119,"customer_name":"Jeremy Garcia","product_name":"Mouse","quantity":5,"price":1952.78,"order_date":1734539355,"status":"Pending"},"after":{"id":3119,"customer_name":"Jeremy Garcia","product_name":"Mouse","quantity":5,"price":1952.78,"order_date":1734539355,"status":"Delivered"},"op":"u"} +{"before":null,"after":{"id":3150,"customer_name":"Tina Goodwin","product_name":"Smartphone","quantity":5,"price":1283.65,"order_date":1734539357,"status":"Pending"},"op":"c"} +{"before":null,"after":{"id":3151,"customer_name":"John James","product_name":"Laptop","quantity":2,"price":645.47,"order_date":1734539357,"status":"Pending"},"op":"c"} +{"before":null,"after":{"id":3152,"customer_name":"Tina White","product_name":"Laptop","quantity":3,"price":1991.5,"order_date":1734539357,"status":"Shipped"},"op":"c"} +{"before":null,"after":{"id":3153,"customer_name":"Joseph Jones","product_name":"Keyboard","quantity":4,"price":1021.95,"order_date":1734539357,"status":"Delivered"},"op":"c"} +{"before":null,"after":{"id":3154,"customer_name":"Angela Young","product_name":"Monitor","quantity":2,"price":1115.64,"order_date":1734539357,"status":"Cancelled"},"op":"c"} +{"before":null,"after":{"id":3155,"customer_name":"Christina Kramer","product_name":"Smartphone","quantity":5,"price":1952.33,"order_date":1734539357,"status":"Delivered"},"op":"c"} +{"before":{"id":3114,"customer_name":"John Fields","product_name":"Monitor","quantity":3,"price":1856.86,"order_date":1734539355,"status":"Pending"},"after":{"id":3114,"customer_name":"John Fields","product_name":"Monitor","quantity":3,"price":1856.86,"order_date":1734539355,"status":"Shipped"},"op":"u"} +{"before":null,"after":{"id":3156,"customer_name":"Nicole Johnson","product_name":"Laptop","quantity":5,"price":133.2,"order_date":1734539357,"status":"Pending"},"op":"c"} +{"before":null,"after":{"id":3157,"customer_name":"Donna Smith","product_name":"Laptop","quantity":1,"price":1932.13,"order_date":1734539357,"status":"Shipped"},"op":"c"} +{"before":null,"after":{"id":3158,"customer_name":"Tracy Bell","product_name":"Monitor","quantity":1,"price":369.64,"order_date":1734539357,"status":"Shipped"},"op":"c"} +{"before":{"id":3152,"customer_name":"Tina White","product_name":"Laptop","quantity":3,"price":1991.5,"order_date":1734539357,"status":"Shipped"},"after":{"id":3152,"customer_name":"Tina White","product_name":"Laptop","quantity":3,"price":1991.5,"order_date":1734539357,"status":"Delivered"},"op":"u"} +{"before":{"id":3109,"customer_name":"Jamie Munoz","product_name":"Headphones","quantity":3,"price":1797.72,"order_date":1734539354,"status":"Cancelled"},"after":null,"op":"d"} +{"before":null,"after":{"id":3159,"customer_name":"Paige Stephens","product_name":"Mouse","quantity":3,"price":1461.34,"order_date":1734539357,"status":"Pending"},"op":"c"} +{"before":{"id":3118,"customer_name":"Anthony Robertson","product_name":"Keyboard","quantity":5,"price":1330.89,"order_date":1734539355,"status":"Cancelled"},"after":{"id":3118,"customer_name":"Anthony Robertson","product_name":"Keyboard","quantity":5,"price":1330.89,"order_date":1734539355,"status":"Delivered"},"op":"u"} +{"before":null,"after":{"id":3160,"customer_name":"Barbara Wilson","product_name":"Smartphone","quantity":4,"price":1958.81,"order_date":1734539357,"status":"Pending"},"op":"c"} +{"before":null,"after":{"id":3161,"customer_name":"Daniel Vazquez","product_name":"Laptop","quantity":3,"price":627.03,"order_date":1734539357,"status":"Pending"},"op":"c"} +{"before":{"id":3134,"customer_name":"Daniel Singh","product_name":"Laptop","quantity":1,"price":1934.98,"order_date":1734539356,"status":"Shipped"},"after":{"id":3134,"customer_name":"Daniel Singh","product_name":"Laptop","quantity":1,"price":1934.98,"order_date":1734539356,"status":"Shipped"},"op":"u"} +{"before":null,"after":{"id":3162,"customer_name":"Ashley Miller","product_name":"Laptop","quantity":3,"price":318.99,"order_date":1734539357,"status":"Pending"},"op":"c"} +{"before":null,"after":{"id":3163,"customer_name":"Roger Sanders","product_name":"Keyboard","quantity":4,"price":472.83,"order_date":1734539357,"status":"Shipped"},"op":"c"} +{"before":null,"after":{"id":3164,"customer_name":"Timothy Deleon","product_name":"Keyboard","quantity":3,"price":1967.96,"order_date":1734539358,"status":"Pending"},"op":"c"} +{"before":{"id":3111,"customer_name":"Jessica Alexander","product_name":"Mouse","quantity":1,"price":1074.4,"order_date":1734539354,"status":"Cancelled"},"after":{"id":3111,"customer_name":"Jessica Alexander","product_name":"Mouse","quantity":1,"price":1074.4,"order_date":1734539354,"status":"Cancelled"},"op":"u"} +{"before":null,"after":{"id":3165,"customer_name":"Heather Mcfarland","product_name":"Headphones","quantity":5,"price":1537.91,"order_date":1734539358,"status":"Pending"},"op":"c"} +{"before":{"id":3125,"customer_name":"Heather Owens","product_name":"Monitor","quantity":3,"price":1076.91,"order_date":1734539355,"status":"Delivered"},"after":{"id":3125,"customer_name":"Heather Owens","product_name":"Monitor","quantity":3,"price":1076.91,"order_date":1734539355,"status":"Cancelled"},"op":"u"} +{"before":null,"after":{"id":3166,"customer_name":"Gregory Martin","product_name":"Keyboard","quantity":3,"price":499.86,"order_date":1734539358,"status":"Cancelled"},"op":"c"} +{"before":null,"after":{"id":3167,"customer_name":"Kyle Thomas","product_name":"Laptop","quantity":3,"price":1228.2,"order_date":1734539358,"status":"Delivered"},"op":"c"} +{"before":{"id":3107,"customer_name":"Brenda Garcia","product_name":"Headphones","quantity":3,"price":392.25,"order_date":1734539354,"status":"Cancelled"},"after":{"id":3107,"customer_name":"Brenda Garcia","product_name":"Headphones","quantity":3,"price":392.25,"order_date":1734539354,"status":"Delivered"},"op":"u"} +{"before":null,"after":{"id":3168,"customer_name":"Rachel Harper","product_name":"Mouse","quantity":1,"price":1796.29,"order_date":1734539358,"status":"Shipped"},"op":"c"} +{"before":null,"after":{"id":3169,"customer_name":"Charles Buck","product_name":"Keyboard","quantity":4,"price":1395.1,"order_date":1734539358,"status":"Cancelled"},"op":"c"} +{"before":null,"after":{"id":3170,"customer_name":"Richard Chavez","product_name":"Headphones","quantity":2,"price":518.13,"order_date":1734539358,"status":"Delivered"},"op":"c"} +{"before":{"id":3112,"customer_name":"Janet Krause","product_name":"Headphones","quantity":4,"price":895.13,"order_date":1734539355,"status":"Pending"},"after":{"id":3112,"customer_name":"Janet Krause","product_name":"Headphones","quantity":4,"price":895.13,"order_date":1734539355,"status":"Delivered"},"op":"u"} +{"before":null,"after":{"id":3171,"customer_name":"David Thomas","product_name":"Smartphone","quantity":5,"price":773.69,"order_date":1734539358,"status":"Delivered"},"op":"c"} +{"before":null,"after":{"id":3172,"customer_name":"Rachel Gray","product_name":"Keyboard","quantity":5,"price":1288.19,"order_date":1734539358,"status":"Shipped"},"op":"c"} +{"before":null,"after":{"id":3173,"customer_name":"Jacob Rodriguez","product_name":"Headphones","quantity":1,"price":227.81,"order_date":1734539358,"status":"Pending"},"op":"c"} +{"before":null,"after":{"id":3174,"customer_name":"Hannah Robertson","product_name":"Headphones","quantity":1,"price":1958.22,"order_date":1734539358,"status":"Delivered"},"op":"c"} +{"before":null,"after":{"id":3175,"customer_name":"Thomas Mullen","product_name":"Monitor","quantity":1,"price":360.36,"order_date":1734539358,"status":"Pending"},"op":"c"} +{"before":null,"after":{"id":3176,"customer_name":"Ashley Garrett DDS","product_name":"Mouse","quantity":3,"price":1525.87,"order_date":1734539358,"status":"Shipped"},"op":"c"} +{"before":{"id":3157,"customer_name":"Donna Smith","product_name":"Laptop","quantity":1,"price":1932.13,"order_date":1734539357,"status":"Shipped"},"after":{"id":3157,"customer_name":"Donna Smith","product_name":"Laptop","quantity":1,"price":1932.13,"order_date":1734539357,"status":"Delivered"},"op":"u"} +{"before":null,"after":{"id":3177,"customer_name":"Cynthia Boyle","product_name":"Laptop","quantity":2,"price":1635.75,"order_date":1734539358,"status":"Delivered"},"op":"c"} +{"before":null,"after":{"id":3178,"customer_name":"Nicole Hansen","product_name":"Laptop","quantity":3,"price":888.11,"order_date":1734539359,"status":"Cancelled"},"op":"c"} +{"before":null,"after":{"id":3179,"customer_name":"Regina Rodriguez","product_name":"Monitor","quantity":3,"price":696.31,"order_date":1734539359,"status":"Cancelled"},"op":"c"} +{"before":{"id":3165,"customer_name":"Heather Mcfarland","product_name":"Headphones","quantity":5,"price":1537.91,"order_date":1734539358,"status":"Pending"},"after":{"id":3165,"customer_name":"Heather Mcfarland","product_name":"Headphones","quantity":5,"price":1537.91,"order_date":1734539358,"status":"Delivered"},"op":"u"} +{"before":null,"after":{"id":3180,"customer_name":"Natalie Johnson","product_name":"Headphones","quantity":4,"price":71.19,"order_date":1734539359,"status":"Delivered"},"op":"c"} +{"before":{"id":3131,"customer_name":"Miss Lisa Evans","product_name":"Laptop","quantity":1,"price":1290.56,"order_date":1734539356,"status":"Cancelled"},"after":{"id":3131,"customer_name":"Miss Lisa Evans","product_name":"Laptop","quantity":1,"price":1290.56,"order_date":1734539356,"status":"Shipped"},"op":"u"} +{"before":{"id":3141,"customer_name":"Anna Jordan","product_name":"Smartphone","quantity":2,"price":830.64,"order_date":1734539356,"status":"Delivered"},"after":{"id":3141,"customer_name":"Anna Jordan","product_name":"Smartphone","quantity":2,"price":830.64,"order_date":1734539356,"status":"Delivered"},"op":"u"} +{"before":null,"after":{"id":3181,"customer_name":"Heidi Torres","product_name":"Mouse","quantity":4,"price":1082.88,"order_date":1734539359,"status":"Shipped"},"op":"c"} +{"before":{"id":3114,"customer_name":"John Fields","product_name":"Monitor","quantity":3,"price":1856.86,"order_date":1734539355,"status":"Shipped"},"after":{"id":3114,"customer_name":"John Fields","product_name":"Monitor","quantity":3,"price":1856.86,"order_date":1734539355,"status":"Cancelled"},"op":"u"} +{"before":null,"after":{"id":3182,"customer_name":"Randy Dawson","product_name":"Mouse","quantity":2,"price":1773.6,"order_date":1734539359,"status":"Shipped"},"op":"c"} +{"before":{"id":3110,"customer_name":"Jason Wong","product_name":"Monitor","quantity":5,"price":1804.33,"order_date":1734539354,"status":"Cancelled"},"after":{"id":3110,"customer_name":"Jason Wong","product_name":"Monitor","quantity":5,"price":1804.33,"order_date":1734539354,"status":"Shipped"},"op":"u"} +{"before":null,"after":{"id":3183,"customer_name":"Cody Fletcher","product_name":"Keyboard","quantity":5,"price":205.95,"order_date":1734539359,"status":"Delivered"},"op":"c"} +{"before":null,"after":{"id":3184,"customer_name":"Janet Ho","product_name":"Headphones","quantity":2,"price":212.84,"order_date":1734539359,"status":"Delivered"},"op":"c"} +{"before":{"id":3168,"customer_name":"Rachel Harper","product_name":"Mouse","quantity":1,"price":1796.29,"order_date":1734539358,"status":"Shipped"},"after":{"id":3168,"customer_name":"Rachel Harper","product_name":"Mouse","quantity":1,"price":1796.29,"order_date":1734539358,"status":"Cancelled"},"op":"u"} +{"before":{"id":3172,"customer_name":"Rachel Gray","product_name":"Keyboard","quantity":5,"price":1288.19,"order_date":1734539358,"status":"Shipped"},"after":{"id":3172,"customer_name":"Rachel Gray","product_name":"Keyboard","quantity":5,"price":1288.19,"order_date":1734539358,"status":"Delivered"},"op":"u"} +{"before":null,"after":{"id":3185,"customer_name":"Nicholas Lamb","product_name":"Mouse","quantity":5,"price":739.13,"order_date":1734539359,"status":"Shipped"},"op":"c"} +{"before":null,"after":{"id":3186,"customer_name":"Karen Myers","product_name":"Laptop","quantity":5,"price":783.84,"order_date":1734539359,"status":"Shipped"},"op":"c"} +{"before":null,"after":{"id":3187,"customer_name":"Julie Beasley","product_name":"Monitor","quantity":5,"price":871.07,"order_date":1734539359,"status":"Delivered"},"op":"c"} +{"before":null,"after":{"id":3188,"customer_name":"Dillon Harper","product_name":"Mouse","quantity":3,"price":382.11,"order_date":1734539359,"status":"Delivered"},"op":"c"} +{"before":null,"after":{"id":3189,"customer_name":"Chris Tate","product_name":"Smartphone","quantity":2,"price":1571.97,"order_date":1734539359,"status":"Shipped"},"op":"c"} +{"before":{"id":3138,"customer_name":"Michelle Hernandez","product_name":"Smartphone","quantity":4,"price":957.67,"order_date":1734539356,"status":"Pending"},"after":{"id":3138,"customer_name":"Michelle Hernandez","product_name":"Smartphone","quantity":4,"price":957.67,"order_date":1734539356,"status":"Delivered"},"op":"u"} +{"before":null,"after":{"id":3190,"customer_name":"April Morales","product_name":"Mouse","quantity":2,"price":898.76,"order_date":1734539359,"status":"Cancelled"},"op":"c"} +{"before":null,"after":{"id":3191,"customer_name":"Matthew Brown","product_name":"Headphones","quantity":5,"price":478.54,"order_date":1734539359,"status":"Delivered"},"op":"c"} +{"before":null,"after":{"id":3192,"customer_name":"David Foster","product_name":"Laptop","quantity":1,"price":1566.0,"order_date":1734539360,"status":"Delivered"},"op":"c"} +{"before":null,"after":{"id":3193,"customer_name":"Frank Brooks","product_name":"Keyboard","quantity":5,"price":355.14,"order_date":1734539360,"status":"Pending"},"op":"c"} +{"before":null,"after":{"id":3194,"customer_name":"Karen Kirby","product_name":"Laptop","quantity":1,"price":747.65,"order_date":1734539360,"status":"Shipped"},"op":"c"} +{"before":null,"after":{"id":3195,"customer_name":"Lisa Morrison","product_name":"Mouse","quantity":2,"price":1613.28,"order_date":1734539360,"status":"Delivered"},"op":"c"} +{"before":null,"after":{"id":3196,"customer_name":"Diana Harris","product_name":"Smartphone","quantity":5,"price":307.2,"order_date":1734539360,"status":"Pending"},"op":"c"} +{"before":null,"after":{"id":3197,"customer_name":"Donna Maynard","product_name":"Headphones","quantity":3,"price":140.24,"order_date":1734539360,"status":"Delivered"},"op":"c"} +{"before":null,"after":{"id":3198,"customer_name":"Steven Cline","product_name":"Laptop","quantity":5,"price":1427.42,"order_date":1734539360,"status":"Cancelled"},"op":"c"} +{"before":null,"after":{"id":3199,"customer_name":"Christina Roach","product_name":"Laptop","quantity":2,"price":1656.34,"order_date":1734539360,"status":"Delivered"},"op":"c"} +{"before":{"id":3147,"customer_name":"Allen Curry","product_name":"Laptop","quantity":5,"price":319.04,"order_date":1734539356,"status":"Pending"},"after":{"id":3147,"customer_name":"Allen Curry","product_name":"Laptop","quantity":5,"price":319.04,"order_date":1734539356,"status":"Cancelled"},"op":"u"} +{"before":{"id":3184,"customer_name":"Janet Ho","product_name":"Headphones","quantity":2,"price":212.84,"order_date":1734539359,"status":"Delivered"},"after":{"id":3184,"customer_name":"Janet Ho","product_name":"Headphones","quantity":2,"price":212.84,"order_date":1734539359,"status":"Shipped"},"op":"u"} +{"before":null,"after":{"id":3200,"customer_name":"Michael Clark","product_name":"Keyboard","quantity":1,"price":153.52,"order_date":1734539360,"status":"Pending"},"op":"c"} +{"before":null,"after":{"id":3201,"customer_name":"Carl Walker","product_name":"Mouse","quantity":3,"price":149.7,"order_date":1734539360,"status":"Pending"},"op":"c"} +{"before":null,"after":{"id":3202,"customer_name":"Carmen Castro","product_name":"Mouse","quantity":1,"price":1826.0,"order_date":1734539360,"status":"Pending"},"op":"c"} +{"before":null,"after":{"id":3203,"customer_name":"Charles Moreno","product_name":"Headphones","quantity":2,"price":407.78,"order_date":1734539360,"status":"Shipped"},"op":"c"} +{"before":null,"after":{"id":3204,"customer_name":"Barbara Jones","product_name":"Headphones","quantity":2,"price":1139.68,"order_date":1734539360,"status":"Pending"},"op":"c"} +{"before":{"id":3188,"customer_name":"Dillon Harper","product_name":"Mouse","quantity":3,"price":382.11,"order_date":1734539359,"status":"Delivered"},"after":{"id":3188,"customer_name":"Dillon Harper","product_name":"Mouse","quantity":3,"price":382.11,"order_date":1734539359,"status":"Delivered"},"op":"u"} +{"before":null,"after":{"id":3205,"customer_name":"Mary Johnson","product_name":"Laptop","quantity":5,"price":797.73,"order_date":1734539360,"status":"Delivered"},"op":"c"} +{"before":null,"after":{"id":3206,"customer_name":"Lisa Le","product_name":"Keyboard","quantity":3,"price":1910.7,"order_date":1734539360,"status":"Cancelled"},"op":"c"} +{"before":{"id":3133,"customer_name":"Bruce Boyd","product_name":"Mouse","quantity":3,"price":1758.73,"order_date":1734539356,"status":"Pending"},"after":{"id":3133,"customer_name":"Bruce Boyd","product_name":"Mouse","quantity":3,"price":1758.73,"order_date":1734539356,"status":"Shipped"},"op":"u"} +{"before":{"id":3162,"customer_name":"Ashley Miller","product_name":"Laptop","quantity":3,"price":318.99,"order_date":1734539357,"status":"Pending"},"after":{"id":3162,"customer_name":"Ashley Miller","product_name":"Laptop","quantity":3,"price":318.99,"order_date":1734539357,"status":"Cancelled"},"op":"u"} +{"before":null,"after":{"id":3207,"customer_name":"Jacqueline Montoya","product_name":"Headphones","quantity":1,"price":1478.84,"order_date":1734539361,"status":"Cancelled"},"op":"c"} +{"before":{"id":3158,"customer_name":"Tracy Bell","product_name":"Monitor","quantity":1,"price":369.64,"order_date":1734539357,"status":"Shipped"},"after":{"id":3158,"customer_name":"Tracy Bell","product_name":"Monitor","quantity":1,"price":369.64,"order_date":1734539357,"status":"Delivered"},"op":"u"} +{"before":null,"after":{"id":3208,"customer_name":"Leslie Lam","product_name":"Smartphone","quantity":3,"price":204.91,"order_date":1734539361,"status":"Delivered"},"op":"c"} +{"before":null,"after":{"id":3209,"customer_name":"Jessica Rose","product_name":"Monitor","quantity":4,"price":1087.78,"order_date":1734539361,"status":"Shipped"},"op":"c"} +{"before":{"id":3160,"customer_name":"Barbara Wilson","product_name":"Smartphone","quantity":4,"price":1958.81,"order_date":1734539357,"status":"Pending"},"after":{"id":3160,"customer_name":"Barbara Wilson","product_name":"Smartphone","quantity":4,"price":1958.81,"order_date":1734539357,"status":"Cancelled"},"op":"u"} +{"before":null,"after":{"id":3210,"customer_name":"Lauren Carr","product_name":"Smartphone","quantity":2,"price":1855.66,"order_date":1734539361,"status":"Pending"},"op":"c"} +{"before":null,"after":{"id":3211,"customer_name":"Briana Peters","product_name":"Monitor","quantity":1,"price":1076.71,"order_date":1734539361,"status":"Pending"},"op":"c"} +{"before":null,"after":{"id":3212,"customer_name":"Pamela Anderson","product_name":"Keyboard","quantity":2,"price":1761.8,"order_date":1734539361,"status":"Delivered"},"op":"c"} +{"before":{"id":3180,"customer_name":"Natalie Johnson","product_name":"Headphones","quantity":4,"price":71.19,"order_date":1734539359,"status":"Delivered"},"after":{"id":3180,"customer_name":"Natalie Johnson","product_name":"Headphones","quantity":4,"price":71.19,"order_date":1734539359,"status":"Delivered"},"op":"u"} +{"before":null,"after":{"id":3213,"customer_name":"Cameron Smith","product_name":"Keyboard","quantity":5,"price":1468.17,"order_date":1734539361,"status":"Shipped"},"op":"c"} +{"before":{"id":3120,"customer_name":"Sarah Jones","product_name":"Keyboard","quantity":3,"price":991.23,"order_date":1734539355,"status":"Delivered"},"after":{"id":3120,"customer_name":"Sarah Jones","product_name":"Keyboard","quantity":3,"price":991.23,"order_date":1734539355,"status":"Delivered"},"op":"u"} +{"before":null,"after":{"id":3214,"customer_name":"Erika Ortega","product_name":"Smartphone","quantity":3,"price":1354.65,"order_date":1734539361,"status":"Cancelled"},"op":"c"} +{"before":null,"after":{"id":3215,"customer_name":"Jonathan Lopez","product_name":"Headphones","quantity":4,"price":545.4,"order_date":1734539361,"status":"Shipped"},"op":"c"} +{"before":null,"after":{"id":3216,"customer_name":"John Price","product_name":"Keyboard","quantity":5,"price":1207.84,"order_date":1734539361,"status":"Pending"},"op":"c"} +{"before":null,"after":{"id":3217,"customer_name":"Kevin Gonzales","product_name":"Headphones","quantity":1,"price":1657.21,"order_date":1734539361,"status":"Delivered"},"op":"c"} +{"before":null,"after":{"id":3218,"customer_name":"Dustin Cooper","product_name":"Laptop","quantity":5,"price":1187.08,"order_date":1734539361,"status":"Pending"},"op":"c"} +{"before":null,"after":{"id":3219,"customer_name":"Richard Perkins","product_name":"Laptop","quantity":1,"price":121.22,"order_date":1734539361,"status":"Shipped"},"op":"c"} +{"before":null,"after":{"id":3220,"customer_name":"Paul Mack","product_name":"Monitor","quantity":3,"price":1986.46,"order_date":1734539361,"status":"Pending"},"op":"c"} +{"before":null,"after":{"id":3221,"customer_name":"Nancy Johnson","product_name":"Keyboard","quantity":3,"price":1164.48,"order_date":1734539361,"status":"Pending"},"op":"c"} +{"before":null,"after":{"id":3222,"customer_name":"David Phillips","product_name":"Headphones","quantity":5,"price":211.07,"order_date":1734539361,"status":"Cancelled"},"op":"c"} +{"before":null,"after":{"id":3223,"customer_name":"Faith Flores","product_name":"Monitor","quantity":1,"price":977.22,"order_date":1734539361,"status":"Delivered"},"op":"c"} +{"before":{"id":3143,"customer_name":"Steven Brown","product_name":"Keyboard","quantity":2,"price":1523.01,"order_date":1734539356,"status":"Delivered"},"after":{"id":3143,"customer_name":"Steven Brown","product_name":"Keyboard","quantity":2,"price":1523.01,"order_date":1734539356,"status":"Shipped"},"op":"u"} +{"before":{"id":3139,"customer_name":"William Hogan","product_name":"Headphones","quantity":3,"price":1540.91,"order_date":1734539356,"status":"Shipped"},"after":{"id":3139,"customer_name":"William Hogan","product_name":"Headphones","quantity":3,"price":1540.91,"order_date":1734539356,"status":"Shipped"},"op":"u"} +{"before":null,"after":{"id":3224,"customer_name":"Wesley Macdonald","product_name":"Keyboard","quantity":3,"price":1105.69,"order_date":1734539362,"status":"Shipped"},"op":"c"} +{"before":null,"after":{"id":3225,"customer_name":"Caitlyn Moore","product_name":"Laptop","quantity":5,"price":1271.82,"order_date":1734539362,"status":"Delivered"},"op":"c"} +{"before":null,"after":{"id":3226,"customer_name":"Pamela Elliott","product_name":"Mouse","quantity":1,"price":514.06,"order_date":1734539362,"status":"Pending"},"op":"c"} +{"before":null,"after":{"id":3227,"customer_name":"Emily Flores","product_name":"Laptop","quantity":2,"price":1610.36,"order_date":1734539362,"status":"Cancelled"},"op":"c"} +{"before":null,"after":{"id":3228,"customer_name":"Mrs. Theresa Thompson MD","product_name":"Monitor","quantity":4,"price":631.33,"order_date":1734539362,"status":"Pending"},"op":"c"} +{"before":null,"after":{"id":3229,"customer_name":"Cassandra Thornton","product_name":"Monitor","quantity":4,"price":1547.12,"order_date":1734539362,"status":"Cancelled"},"op":"c"} +{"before":null,"after":{"id":3230,"customer_name":"Laurie Boyd","product_name":"Smartphone","quantity":3,"price":1846.46,"order_date":1734539362,"status":"Delivered"},"op":"c"} +{"before":{"id":3198,"customer_name":"Steven Cline","product_name":"Laptop","quantity":5,"price":1427.42,"order_date":1734539360,"status":"Cancelled"},"after":{"id":3198,"customer_name":"Steven Cline","product_name":"Laptop","quantity":5,"price":1427.42,"order_date":1734539360,"status":"Shipped"},"op":"u"} +{"before":null,"after":{"id":3231,"customer_name":"Michael Mason","product_name":"Smartphone","quantity":2,"price":616.96,"order_date":1734539362,"status":"Delivered"},"op":"c"} +{"before":{"id":3179,"customer_name":"Regina Rodriguez","product_name":"Monitor","quantity":3,"price":696.31,"order_date":1734539359,"status":"Cancelled"},"after":{"id":3179,"customer_name":"Regina Rodriguez","product_name":"Monitor","quantity":3,"price":696.31,"order_date":1734539359,"status":"Shipped"},"op":"u"} +{"before":null,"after":{"id":3232,"customer_name":"Summer Powell","product_name":"Smartphone","quantity":4,"price":865.86,"order_date":1734539362,"status":"Shipped"},"op":"c"} +{"before":null,"after":{"id":3233,"customer_name":"Melinda Stanton","product_name":"Headphones","quantity":5,"price":1015.23,"order_date":1734539362,"status":"Cancelled"},"op":"c"} +{"before":null,"after":{"id":3234,"customer_name":"Steven Cummings","product_name":"Headphones","quantity":4,"price":1871.95,"order_date":1734539362,"status":"Shipped"},"op":"c"} +{"before":null,"after":{"id":3235,"customer_name":"Alyssa Parker","product_name":"Keyboard","quantity":1,"price":1639.7,"order_date":1734539362,"status":"Pending"},"op":"c"} +{"before":{"id":3218,"customer_name":"Dustin Cooper","product_name":"Laptop","quantity":5,"price":1187.08,"order_date":1734539361,"status":"Pending"},"after":{"id":3218,"customer_name":"Dustin Cooper","product_name":"Laptop","quantity":5,"price":1187.08,"order_date":1734539361,"status":"Delivered"},"op":"u"} +{"before":null,"after":{"id":3236,"customer_name":"Jodi Hamilton","product_name":"Mouse","quantity":1,"price":945.99,"order_date":1734539362,"status":"Pending"},"op":"c"} +{"before":{"id":3175,"customer_name":"Thomas Mullen","product_name":"Monitor","quantity":1,"price":360.36,"order_date":1734539358,"status":"Pending"},"after":{"id":3175,"customer_name":"Thomas Mullen","product_name":"Monitor","quantity":1,"price":360.36,"order_date":1734539358,"status":"Shipped"},"op":"u"} +{"before":null,"after":{"id":3237,"customer_name":"David Sanchez","product_name":"Smartphone","quantity":5,"price":1630.44,"order_date":1734539362,"status":"Pending"},"op":"c"} +{"before":null,"after":{"id":3238,"customer_name":"Zachary Mcknight","product_name":"Laptop","quantity":4,"price":1462.59,"order_date":1734539362,"status":"Pending"},"op":"c"} +{"before":null,"after":{"id":3239,"customer_name":"Jason Lewis","product_name":"Smartphone","quantity":4,"price":593.81,"order_date":1734539362,"status":"Shipped"},"op":"c"} +{"before":null,"after":{"id":3240,"customer_name":"Tami Hopkins","product_name":"Smartphone","quantity":4,"price":1238.77,"order_date":1734539362,"status":"Pending"},"op":"c"} +{"before":{"id":3127,"customer_name":"Sandra Brown","product_name":"Monitor","quantity":4,"price":573.5,"order_date":1734539355,"status":"Cancelled"},"after":null,"op":"d"} +{"before":null,"after":{"id":3241,"customer_name":"Mary Collins","product_name":"Laptop","quantity":2,"price":1528.97,"order_date":1734539363,"status":"Pending"},"op":"c"} +{"before":null,"after":{"id":3242,"customer_name":"Shannon Frye","product_name":"Laptop","quantity":1,"price":800.41,"order_date":1734539363,"status":"Shipped"},"op":"c"} +{"before":null,"after":{"id":3243,"customer_name":"Michelle Peterson","product_name":"Mouse","quantity":1,"price":1639.99,"order_date":1734539363,"status":"Delivered"},"op":"c"} +{"before":null,"after":{"id":3244,"customer_name":"Kevin Brown","product_name":"Keyboard","quantity":1,"price":1430.93,"order_date":1734539363,"status":"Pending"},"op":"c"} +{"before":{"id":3225,"customer_name":"Caitlyn Moore","product_name":"Laptop","quantity":5,"price":1271.82,"order_date":1734539362,"status":"Delivered"},"after":null,"op":"d"} +{"before":null,"after":{"id":3245,"customer_name":"Michael Evans","product_name":"Monitor","quantity":5,"price":319.36,"order_date":1734539363,"status":"Cancelled"},"op":"c"} +{"before":null,"after":{"id":3246,"customer_name":"Nancy Glenn","product_name":"Mouse","quantity":2,"price":928.61,"order_date":1734539363,"status":"Pending"},"op":"c"} +{"before":{"id":3217,"customer_name":"Kevin Gonzales","product_name":"Headphones","quantity":1,"price":1657.21,"order_date":1734539361,"status":"Delivered"},"after":{"id":3217,"customer_name":"Kevin Gonzales","product_name":"Headphones","quantity":1,"price":1657.21,"order_date":1734539361,"status":"Delivered"},"op":"u"} +{"before":null,"after":{"id":3247,"customer_name":"Ann Hall","product_name":"Monitor","quantity":4,"price":1886.69,"order_date":1734539363,"status":"Delivered"},"op":"c"} +{"before":null,"after":{"id":3248,"customer_name":"Jennifer Henry","product_name":"Monitor","quantity":5,"price":628.45,"order_date":1734539363,"status":"Delivered"},"op":"c"} +{"before":null,"after":{"id":3249,"customer_name":"Joseph Hughes","product_name":"Keyboard","quantity":3,"price":1137.46,"order_date":1734539363,"status":"Pending"},"op":"c"} +{"before":null,"after":{"id":3250,"customer_name":"Ashley King","product_name":"Smartphone","quantity":4,"price":208.31,"order_date":1734539363,"status":"Pending"},"op":"c"} +{"before":null,"after":{"id":3251,"customer_name":"Kim Mclean","product_name":"Monitor","quantity":3,"price":1387.78,"order_date":1734539363,"status":"Cancelled"},"op":"c"} +{"before":null,"after":{"id":3252,"customer_name":"Jennifer Garcia","product_name":"Keyboard","quantity":4,"price":1300.08,"order_date":1734539363,"status":"Delivered"},"op":"c"} +{"before":null,"after":{"id":3253,"customer_name":"Dennis Jones","product_name":"Monitor","quantity":3,"price":1402.34,"order_date":1734539363,"status":"Delivered"},"op":"c"} +{"before":{"id":3136,"customer_name":"Matthew Patel","product_name":"Mouse","quantity":4,"price":1366.9,"order_date":1734539356,"status":"Pending"},"after":{"id":3136,"customer_name":"Matthew Patel","product_name":"Mouse","quantity":4,"price":1366.9,"order_date":1734539356,"status":"Delivered"},"op":"u"} +{"before":null,"after":{"id":3254,"customer_name":"Maria Martinez","product_name":"Monitor","quantity":3,"price":426.91,"order_date":1734539363,"status":"Shipped"},"op":"c"} +{"before":null,"after":{"id":3255,"customer_name":"Jonathan Suarez","product_name":"Laptop","quantity":5,"price":658.69,"order_date":1734539363,"status":"Delivered"},"op":"c"} +{"before":{"id":3143,"customer_name":"Steven Brown","product_name":"Keyboard","quantity":2,"price":1523.01,"order_date":1734539356,"status":"Shipped"},"after":{"id":3143,"customer_name":"Steven Brown","product_name":"Keyboard","quantity":2,"price":1523.01,"order_date":1734539356,"status":"Shipped"},"op":"u"} +{"before":{"id":3174,"customer_name":"Hannah Robertson","product_name":"Headphones","quantity":1,"price":1958.22,"order_date":1734539358,"status":"Delivered"},"after":{"id":3174,"customer_name":"Hannah Robertson","product_name":"Headphones","quantity":1,"price":1958.22,"order_date":1734539358,"status":"Shipped"},"op":"u"} +{"before":{"id":3235,"customer_name":"Alyssa Parker","product_name":"Keyboard","quantity":1,"price":1639.7,"order_date":1734539362,"status":"Pending"},"after":{"id":3235,"customer_name":"Alyssa Parker","product_name":"Keyboard","quantity":1,"price":1639.7,"order_date":1734539362,"status":"Cancelled"},"op":"u"} +{"before":{"id":3211,"customer_name":"Briana Peters","product_name":"Monitor","quantity":1,"price":1076.71,"order_date":1734539361,"status":"Pending"},"after":{"id":3211,"customer_name":"Briana Peters","product_name":"Monitor","quantity":1,"price":1076.71,"order_date":1734539361,"status":"Cancelled"},"op":"u"} +{"before":null,"after":{"id":3256,"customer_name":"Tanya Cooper","product_name":"Mouse","quantity":2,"price":228.46,"order_date":1734539364,"status":"Shipped"},"op":"c"} +{"before":null,"after":{"id":3257,"customer_name":"Lee Mclean","product_name":"Laptop","quantity":4,"price":820.46,"order_date":1734539364,"status":"Pending"},"op":"c"} +{"before":{"id":3162,"customer_name":"Ashley Miller","product_name":"Laptop","quantity":3,"price":318.99,"order_date":1734539357,"status":"Cancelled"},"after":{"id":3162,"customer_name":"Ashley Miller","product_name":"Laptop","quantity":3,"price":318.99,"order_date":1734539357,"status":"Cancelled"},"op":"u"} +{"before":null,"after":{"id":3258,"customer_name":"Mark Gentry","product_name":"Laptop","quantity":2,"price":1141.47,"order_date":1734539364,"status":"Delivered"},"op":"c"} +{"before":{"id":3172,"customer_name":"Rachel Gray","product_name":"Keyboard","quantity":5,"price":1288.19,"order_date":1734539358,"status":"Delivered"},"after":null,"op":"d"} +{"before":{"id":3137,"customer_name":"Eduardo Bond","product_name":"Mouse","quantity":3,"price":818.63,"order_date":1734539356,"status":"Pending"},"after":{"id":3137,"customer_name":"Eduardo Bond","product_name":"Mouse","quantity":3,"price":818.63,"order_date":1734539356,"status":"Cancelled"},"op":"u"} +{"before":null,"after":{"id":3259,"customer_name":"John Palmer","product_name":"Keyboard","quantity":4,"price":1246.53,"order_date":1734539364,"status":"Cancelled"},"op":"c"} +{"before":null,"after":{"id":3260,"customer_name":"Jason Campbell","product_name":"Monitor","quantity":4,"price":1600.3,"order_date":1734539364,"status":"Pending"},"op":"c"} +{"before":null,"after":{"id":3261,"customer_name":"Amy Cox","product_name":"Monitor","quantity":4,"price":70.76,"order_date":1734539364,"status":"Pending"},"op":"c"} +{"before":null,"after":{"id":3262,"customer_name":"Olivia Sullivan","product_name":"Mouse","quantity":3,"price":493.94,"order_date":1734539364,"status":"Shipped"},"op":"c"} +{"before":null,"after":{"id":3263,"customer_name":"Dr. Daniel Vance PhD","product_name":"Smartphone","quantity":1,"price":471.74,"order_date":1734539364,"status":"Shipped"},"op":"c"} +{"before":null,"after":{"id":3264,"customer_name":"Ruth Harding","product_name":"Headphones","quantity":3,"price":1051.64,"order_date":1734539364,"status":"Pending"},"op":"c"} +{"before":null,"after":{"id":3265,"customer_name":"Rebecca Carter MD","product_name":"Headphones","quantity":2,"price":462.78,"order_date":1734539364,"status":"Shipped"},"op":"c"} +{"before":{"id":3219,"customer_name":"Richard Perkins","product_name":"Laptop","quantity":1,"price":121.22,"order_date":1734539361,"status":"Shipped"},"after":{"id":3219,"customer_name":"Richard Perkins","product_name":"Laptop","quantity":1,"price":121.22,"order_date":1734539361,"status":"Delivered"},"op":"u"} +{"before":{"id":3111,"customer_name":"Jessica Alexander","product_name":"Mouse","quantity":1,"price":1074.4,"order_date":1734539354,"status":"Cancelled"},"after":{"id":3111,"customer_name":"Jessica Alexander","product_name":"Mouse","quantity":1,"price":1074.4,"order_date":1734539354,"status":"Delivered"},"op":"u"} +{"before":null,"after":{"id":3266,"customer_name":"Charles Ellis","product_name":"Keyboard","quantity":1,"price":839.15,"order_date":1734539364,"status":"Shipped"},"op":"c"} +{"before":null,"after":{"id":3267,"customer_name":"Jesse Jones","product_name":"Mouse","quantity":2,"price":779.6,"order_date":1734539364,"status":"Pending"},"op":"c"} +{"before":null,"after":{"id":3268,"customer_name":"Valerie Herman","product_name":"Smartphone","quantity":4,"price":1004.31,"order_date":1734539365,"status":"Pending"},"op":"c"} +{"before":null,"after":{"id":3269,"customer_name":"Teresa Luna","product_name":"Laptop","quantity":3,"price":368.14,"order_date":1734539365,"status":"Delivered"},"op":"c"} +{"before":null,"after":{"id":3270,"customer_name":"Melissa Fisher","product_name":"Mouse","quantity":1,"price":1901.31,"order_date":1734539365,"status":"Shipped"},"op":"c"} +{"before":null,"after":{"id":3271,"customer_name":"Stephen Rodriguez","product_name":"Smartphone","quantity":4,"price":1923.67,"order_date":1734539365,"status":"Pending"},"op":"c"} +{"before":{"id":3256,"customer_name":"Tanya Cooper","product_name":"Mouse","quantity":2,"price":228.46,"order_date":1734539364,"status":"Shipped"},"after":{"id":3256,"customer_name":"Tanya Cooper","product_name":"Mouse","quantity":2,"price":228.46,"order_date":1734539364,"status":"Delivered"},"op":"u"} +{"before":null,"after":{"id":3272,"customer_name":"Jesse Boyd","product_name":"Laptop","quantity":4,"price":295.49,"order_date":1734539365,"status":"Cancelled"},"op":"c"} +{"before":null,"after":{"id":3273,"customer_name":"Angela Campos","product_name":"Headphones","quantity":3,"price":424.6,"order_date":1734539365,"status":"Delivered"},"op":"c"} +{"before":null,"after":{"id":3274,"customer_name":"Daniel Ramirez","product_name":"Smartphone","quantity":2,"price":60.63,"order_date":1734539365,"status":"Delivered"},"op":"c"} +{"before":null,"after":{"id":3275,"customer_name":"Pamela Sandoval","product_name":"Mouse","quantity":2,"price":852.0,"order_date":1734539365,"status":"Shipped"},"op":"c"} +{"before":{"id":3210,"customer_name":"Lauren Carr","product_name":"Smartphone","quantity":2,"price":1855.66,"order_date":1734539361,"status":"Pending"},"after":{"id":3210,"customer_name":"Lauren Carr","product_name":"Smartphone","quantity":2,"price":1855.66,"order_date":1734539361,"status":"Delivered"},"op":"u"} +{"before":null,"after":{"id":3276,"customer_name":"Luis Price","product_name":"Mouse","quantity":1,"price":831.84,"order_date":1734539365,"status":"Pending"},"op":"c"} +{"before":null,"after":{"id":3277,"customer_name":"Julie Collins","product_name":"Headphones","quantity":2,"price":1222.74,"order_date":1734539365,"status":"Cancelled"},"op":"c"} +{"before":null,"after":{"id":3278,"customer_name":"Gregory Garcia","product_name":"Headphones","quantity":4,"price":714.68,"order_date":1734539365,"status":"Shipped"},"op":"c"} +{"before":null,"after":{"id":3279,"customer_name":"Charles Smith","product_name":"Headphones","quantity":5,"price":139.41,"order_date":1734539365,"status":"Shipped"},"op":"c"} +{"before":{"id":3203,"customer_name":"Charles Moreno","product_name":"Headphones","quantity":2,"price":407.78,"order_date":1734539360,"status":"Shipped"},"after":{"id":3203,"customer_name":"Charles Moreno","product_name":"Headphones","quantity":2,"price":407.78,"order_date":1734539360,"status":"Delivered"},"op":"u"} +{"before":{"id":3253,"customer_name":"Dennis Jones","product_name":"Monitor","quantity":3,"price":1402.34,"order_date":1734539363,"status":"Delivered"},"after":{"id":3253,"customer_name":"Dennis Jones","product_name":"Monitor","quantity":3,"price":1402.34,"order_date":1734539363,"status":"Delivered"},"op":"u"} +{"before":null,"after":{"id":3280,"customer_name":"Brenda Alvarado","product_name":"Laptop","quantity":2,"price":1435.51,"order_date":1734539365,"status":"Delivered"},"op":"c"} +{"before":null,"after":{"id":3281,"customer_name":"Sandra Thompson","product_name":"Laptop","quantity":1,"price":1023.75,"order_date":1734539365,"status":"Delivered"},"op":"c"} +{"before":null,"after":{"id":3282,"customer_name":"Maurice Tucker","product_name":"Monitor","quantity":5,"price":199.78,"order_date":1734539365,"status":"Pending"},"op":"c"} +{"before":null,"after":{"id":3283,"customer_name":"Ronald Acevedo","product_name":"Headphones","quantity":4,"price":336.3,"order_date":1734539365,"status":"Pending"},"op":"c"} +{"before":{"id":3123,"customer_name":"Karl Massey","product_name":"Monitor","quantity":4,"price":1946.01,"order_date":1734539355,"status":"Delivered"},"after":{"id":3123,"customer_name":"Karl Massey","product_name":"Monitor","quantity":4,"price":1946.01,"order_date":1734539355,"status":"Cancelled"},"op":"u"} +{"before":null,"after":{"id":3284,"customer_name":"Phillip Smith","product_name":"Keyboard","quantity":2,"price":820.47,"order_date":1734539365,"status":"Cancelled"},"op":"c"} +{"before":null,"after":{"id":3285,"customer_name":"Jill Ball","product_name":"Laptop","quantity":5,"price":803.31,"order_date":1734539365,"status":"Cancelled"},"op":"c"} +{"before":null,"after":{"id":3286,"customer_name":"Craig Riley","product_name":"Keyboard","quantity":5,"price":1804.41,"order_date":1734539365,"status":"Cancelled"},"op":"c"} +{"before":null,"after":{"id":3287,"customer_name":"Billy Hamilton","product_name":"Laptop","quantity":4,"price":469.38,"order_date":1734539365,"status":"Shipped"},"op":"c"} +{"before":null,"after":{"id":3288,"customer_name":"Maureen Burns","product_name":"Monitor","quantity":2,"price":1313.13,"order_date":1734539366,"status":"Delivered"},"op":"c"} +{"before":null,"after":{"id":3289,"customer_name":"Melissa Robinson","product_name":"Headphones","quantity":5,"price":870.45,"order_date":1734539366,"status":"Pending"},"op":"c"} +{"before":null,"after":{"id":3290,"customer_name":"Jason Bush","product_name":"Laptop","quantity":5,"price":1176.27,"order_date":1734539366,"status":"Cancelled"},"op":"c"} +{"before":{"id":3251,"customer_name":"Kim Mclean","product_name":"Monitor","quantity":3,"price":1387.78,"order_date":1734539363,"status":"Cancelled"},"after":{"id":3251,"customer_name":"Kim Mclean","product_name":"Monitor","quantity":3,"price":1387.78,"order_date":1734539363,"status":"Shipped"},"op":"u"} +{"before":null,"after":{"id":3291,"customer_name":"Taylor Ramirez","product_name":"Monitor","quantity":5,"price":1974.62,"order_date":1734539366,"status":"Pending"},"op":"c"} +{"before":null,"after":{"id":3292,"customer_name":"Daniel Anderson","product_name":"Laptop","quantity":1,"price":921.76,"order_date":1734539366,"status":"Pending"},"op":"c"} +{"before":null,"after":{"id":3293,"customer_name":"Nicole Terry","product_name":"Headphones","quantity":4,"price":1359.94,"order_date":1734539366,"status":"Delivered"},"op":"c"} +{"before":{"id":3111,"customer_name":"Jessica Alexander","product_name":"Mouse","quantity":1,"price":1074.4,"order_date":1734539354,"status":"Delivered"},"after":{"id":3111,"customer_name":"Jessica Alexander","product_name":"Mouse","quantity":1,"price":1074.4,"order_date":1734539354,"status":"Delivered"},"op":"u"} +{"before":null,"after":{"id":3294,"customer_name":"Jennifer Hill","product_name":"Smartphone","quantity":4,"price":1367.37,"order_date":1734539366,"status":"Shipped"},"op":"c"} +{"before":null,"after":{"id":3295,"customer_name":"Elizabeth Glover","product_name":"Keyboard","quantity":4,"price":118.77,"order_date":1734539366,"status":"Shipped"},"op":"c"} +{"before":null,"after":{"id":3296,"customer_name":"Justin Nguyen","product_name":"Headphones","quantity":1,"price":1685.28,"order_date":1734539366,"status":"Delivered"},"op":"c"} +{"before":null,"after":{"id":3297,"customer_name":"Emily Lee","product_name":"Headphones","quantity":1,"price":142.18,"order_date":1734539366,"status":"Cancelled"},"op":"c"} +{"before":null,"after":{"id":3298,"customer_name":"Dr. Courtney Ray","product_name":"Laptop","quantity":2,"price":703.08,"order_date":1734539366,"status":"Shipped"},"op":"c"} +{"before":null,"after":{"id":3299,"customer_name":"Jeffrey Deleon","product_name":"Keyboard","quantity":4,"price":1677.69,"order_date":1734539366,"status":"Cancelled"},"op":"c"} +{"before":null,"after":{"id":3300,"customer_name":"Clayton Stewart","product_name":"Laptop","quantity":5,"price":1344.01,"order_date":1734539366,"status":"Pending"},"op":"c"} +{"before":null,"after":{"id":3301,"customer_name":"Michael Kennedy","product_name":"Keyboard","quantity":5,"price":1430.79,"order_date":1734539366,"status":"Shipped"},"op":"c"} +{"before":{"id":3183,"customer_name":"Cody Fletcher","product_name":"Keyboard","quantity":5,"price":205.95,"order_date":1734539359,"status":"Delivered"},"after":{"id":3183,"customer_name":"Cody Fletcher","product_name":"Keyboard","quantity":5,"price":205.95,"order_date":1734539359,"status":"Delivered"},"op":"u"} +{"before":null,"after":{"id":3302,"customer_name":"Lisa Jones","product_name":"Headphones","quantity":5,"price":669.96,"order_date":1734539366,"status":"Pending"},"op":"c"} +{"before":null,"after":{"id":3303,"customer_name":"Peter Salinas","product_name":"Smartphone","quantity":4,"price":1686.8,"order_date":1734539366,"status":"Shipped"},"op":"c"} +{"before":null,"after":{"id":3304,"customer_name":"Brandi Benson","product_name":"Keyboard","quantity":1,"price":491.69,"order_date":1734539366,"status":"Shipped"},"op":"c"} +{"before":{"id":3116,"customer_name":"Jeremy Harris","product_name":"Monitor","quantity":5,"price":1114.67,"order_date":1734539355,"status":"Shipped"},"after":{"id":3116,"customer_name":"Jeremy Harris","product_name":"Monitor","quantity":5,"price":1114.67,"order_date":1734539355,"status":"Cancelled"},"op":"u"} +{"before":{"id":3234,"customer_name":"Steven Cummings","product_name":"Headphones","quantity":4,"price":1871.95,"order_date":1734539362,"status":"Shipped"},"after":{"id":3234,"customer_name":"Steven Cummings","product_name":"Headphones","quantity":4,"price":1871.95,"order_date":1734539362,"status":"Cancelled"},"op":"u"} +{"before":{"id":3181,"customer_name":"Heidi Torres","product_name":"Mouse","quantity":4,"price":1082.88,"order_date":1734539359,"status":"Shipped"},"after":{"id":3181,"customer_name":"Heidi Torres","product_name":"Mouse","quantity":4,"price":1082.88,"order_date":1734539359,"status":"Cancelled"},"op":"u"} +{"before":{"id":3133,"customer_name":"Bruce Boyd","product_name":"Mouse","quantity":3,"price":1758.73,"order_date":1734539356,"status":"Shipped"},"after":{"id":3133,"customer_name":"Bruce Boyd","product_name":"Mouse","quantity":3,"price":1758.73,"order_date":1734539356,"status":"Cancelled"},"op":"u"} +{"before":null,"after":{"id":3305,"customer_name":"Dominic Williams","product_name":"Smartphone","quantity":4,"price":1364.33,"order_date":1734539367,"status":"Cancelled"},"op":"c"} +{"before":{"id":3274,"customer_name":"Daniel Ramirez","product_name":"Smartphone","quantity":2,"price":60.63,"order_date":1734539365,"status":"Delivered"},"after":{"id":3274,"customer_name":"Daniel Ramirez","product_name":"Smartphone","quantity":2,"price":60.63,"order_date":1734539365,"status":"Shipped"},"op":"u"} +{"before":null,"after":{"id":3306,"customer_name":"Melissa Forbes","product_name":"Laptop","quantity":2,"price":1992.35,"order_date":1734539367,"status":"Delivered"},"op":"c"} +{"before":null,"after":{"id":3307,"customer_name":"Christian Graves","product_name":"Laptop","quantity":3,"price":401.07,"order_date":1734539367,"status":"Delivered"},"op":"c"} +{"before":null,"after":{"id":3308,"customer_name":"Melissa Miller","product_name":"Keyboard","quantity":4,"price":923.18,"order_date":1734539367,"status":"Delivered"},"op":"c"} +{"before":null,"after":{"id":3309,"customer_name":"Matthew Malone","product_name":"Laptop","quantity":5,"price":1868.11,"order_date":1734539367,"status":"Shipped"},"op":"c"} +{"before":{"id":3236,"customer_name":"Jodi Hamilton","product_name":"Mouse","quantity":1,"price":945.99,"order_date":1734539362,"status":"Pending"},"after":{"id":3236,"customer_name":"Jodi Hamilton","product_name":"Mouse","quantity":1,"price":945.99,"order_date":1734539362,"status":"Shipped"},"op":"u"} +{"before":{"id":3129,"customer_name":"Ellen Jordan","product_name":"Smartphone","quantity":2,"price":295.84,"order_date":1734539356,"status":"Pending"},"after":{"id":3129,"customer_name":"Ellen Jordan","product_name":"Smartphone","quantity":2,"price":295.84,"order_date":1734539356,"status":"Delivered"},"op":"u"} +{"before":null,"after":{"id":3310,"customer_name":"Kyle Wilkerson","product_name":"Headphones","quantity":3,"price":1894.31,"order_date":1734539367,"status":"Delivered"},"op":"c"} +{"before":null,"after":{"id":3311,"customer_name":"Ethan Mcguire MD","product_name":"Headphones","quantity":2,"price":1433.87,"order_date":1734539367,"status":"Shipped"},"op":"c"} +{"before":null,"after":{"id":3312,"customer_name":"Eric Price","product_name":"Laptop","quantity":3,"price":1917.04,"order_date":1734539367,"status":"Shipped"},"op":"c"} +{"before":{"id":3132,"customer_name":"Alan Larsen","product_name":"Headphones","quantity":5,"price":1727.37,"order_date":1734539356,"status":"Pending"},"after":{"id":3132,"customer_name":"Alan Larsen","product_name":"Headphones","quantity":5,"price":1727.37,"order_date":1734539356,"status":"Cancelled"},"op":"u"} +{"before":null,"after":{"id":3313,"customer_name":"Alexander Flores","product_name":"Headphones","quantity":4,"price":116.28,"order_date":1734539367,"status":"Delivered"},"op":"c"} +{"before":{"id":3280,"customer_name":"Brenda Alvarado","product_name":"Laptop","quantity":2,"price":1435.51,"order_date":1734539365,"status":"Delivered"},"after":{"id":3280,"customer_name":"Brenda Alvarado","product_name":"Laptop","quantity":2,"price":1435.51,"order_date":1734539365,"status":"Shipped"},"op":"u"} +{"before":null,"after":{"id":3314,"customer_name":"Jennifer Williams","product_name":"Smartphone","quantity":5,"price":1675.77,"order_date":1734539367,"status":"Cancelled"},"op":"c"} +{"before":null,"after":{"id":3315,"customer_name":"Matthew Cole","product_name":"Mouse","quantity":5,"price":289.1,"order_date":1734539367,"status":"Delivered"},"op":"c"} +{"before":null,"after":{"id":3316,"customer_name":"Melissa Melton","product_name":"Monitor","quantity":2,"price":941.34,"order_date":1734539367,"status":"Pending"},"op":"c"} +{"before":null,"after":{"id":3317,"customer_name":"Rebecca Jackson","product_name":"Headphones","quantity":2,"price":543.99,"order_date":1734539367,"status":"Delivered"},"op":"c"} +{"before":null,"after":{"id":3318,"customer_name":"Christine Murphy","product_name":"Monitor","quantity":1,"price":358.92,"order_date":1734539367,"status":"Shipped"},"op":"c"} +{"before":null,"after":{"id":3319,"customer_name":"Gerald Gaines","product_name":"Smartphone","quantity":3,"price":531.28,"order_date":1734539368,"status":"Delivered"},"op":"c"} +{"before":{"id":3203,"customer_name":"Charles Moreno","product_name":"Headphones","quantity":2,"price":407.78,"order_date":1734539360,"status":"Delivered"},"after":{"id":3203,"customer_name":"Charles Moreno","product_name":"Headphones","quantity":2,"price":407.78,"order_date":1734539360,"status":"Shipped"},"op":"u"} +{"before":null,"after":{"id":3320,"customer_name":"Fernando Jenkins","product_name":"Monitor","quantity":2,"price":416.76,"order_date":1734539368,"status":"Shipped"},"op":"c"} +{"before":{"id":3211,"customer_name":"Briana Peters","product_name":"Monitor","quantity":1,"price":1076.71,"order_date":1734539361,"status":"Cancelled"},"after":null,"op":"d"} +{"before":{"id":3222,"customer_name":"David Phillips","product_name":"Headphones","quantity":5,"price":211.07,"order_date":1734539361,"status":"Cancelled"},"after":{"id":3222,"customer_name":"David Phillips","product_name":"Headphones","quantity":5,"price":211.07,"order_date":1734539361,"status":"Shipped"},"op":"u"} +{"before":{"id":3249,"customer_name":"Joseph Hughes","product_name":"Keyboard","quantity":3,"price":1137.46,"order_date":1734539363,"status":"Pending"},"after":{"id":3249,"customer_name":"Joseph Hughes","product_name":"Keyboard","quantity":3,"price":1137.46,"order_date":1734539363,"status":"Cancelled"},"op":"u"} +{"before":{"id":3255,"customer_name":"Jonathan Suarez","product_name":"Laptop","quantity":5,"price":658.69,"order_date":1734539363,"status":"Delivered"},"after":{"id":3255,"customer_name":"Jonathan Suarez","product_name":"Laptop","quantity":5,"price":658.69,"order_date":1734539363,"status":"Delivered"},"op":"u"} +{"before":null,"after":{"id":3321,"customer_name":"Timothy Trevino","product_name":"Mouse","quantity":1,"price":1443.04,"order_date":1734539368,"status":"Delivered"},"op":"c"} +{"before":null,"after":{"id":3322,"customer_name":"Daniel Harris","product_name":"Mouse","quantity":5,"price":898.64,"order_date":1734539368,"status":"Pending"},"op":"c"} +{"before":null,"after":{"id":3323,"customer_name":"Nathan Jones","product_name":"Headphones","quantity":1,"price":1964.79,"order_date":1734539368,"status":"Delivered"},"op":"c"} +{"before":null,"after":{"id":3324,"customer_name":"Alicia Walker","product_name":"Mouse","quantity":2,"price":1861.24,"order_date":1734539368,"status":"Cancelled"},"op":"c"} +{"before":{"id":3275,"customer_name":"Pamela Sandoval","product_name":"Mouse","quantity":2,"price":852.0,"order_date":1734539365,"status":"Shipped"},"after":{"id":3275,"customer_name":"Pamela Sandoval","product_name":"Mouse","quantity":2,"price":852.0,"order_date":1734539365,"status":"Shipped"},"op":"u"} +{"before":{"id":3147,"customer_name":"Allen Curry","product_name":"Laptop","quantity":5,"price":319.04,"order_date":1734539356,"status":"Cancelled"},"after":{"id":3147,"customer_name":"Allen Curry","product_name":"Laptop","quantity":5,"price":319.04,"order_date":1734539356,"status":"Delivered"},"op":"u"} +{"before":null,"after":{"id":3325,"customer_name":"Scott Ellis","product_name":"Mouse","quantity":1,"price":1443.18,"order_date":1734539368,"status":"Shipped"},"op":"c"} +{"before":null,"after":{"id":3326,"customer_name":"Anthony Garcia","product_name":"Laptop","quantity":3,"price":1890.79,"order_date":1734539368,"status":"Pending"},"op":"c"} +{"before":null,"after":{"id":3327,"customer_name":"Jennifer Davis","product_name":"Laptop","quantity":4,"price":1380.65,"order_date":1734539368,"status":"Delivered"},"op":"c"} +{"before":null,"after":{"id":3328,"customer_name":"Julie Clark","product_name":"Mouse","quantity":3,"price":759.97,"order_date":1734539368,"status":"Cancelled"},"op":"c"} +{"before":{"id":3151,"customer_name":"John James","product_name":"Laptop","quantity":2,"price":645.47,"order_date":1734539357,"status":"Pending"},"after":null,"op":"d"} +{"before":null,"after":{"id":3329,"customer_name":"Mrs. Michelle Adams PhD","product_name":"Headphones","quantity":3,"price":1670.29,"order_date":1734539368,"status":"Shipped"},"op":"c"} +{"before":null,"after":{"id":3330,"customer_name":"Cynthia Juarez","product_name":"Headphones","quantity":3,"price":1993.75,"order_date":1734539368,"status":"Delivered"},"op":"c"} +{"before":null,"after":{"id":3331,"customer_name":"Mark Phillips","product_name":"Smartphone","quantity":2,"price":1886.6,"order_date":1734539369,"status":"Delivered"},"op":"c"} +{"before":{"id":3114,"customer_name":"John Fields","product_name":"Monitor","quantity":3,"price":1856.86,"order_date":1734539355,"status":"Cancelled"},"after":{"id":3114,"customer_name":"John Fields","product_name":"Monitor","quantity":3,"price":1856.86,"order_date":1734539355,"status":"Shipped"},"op":"u"} +{"before":null,"after":{"id":3332,"customer_name":"Victoria Phillips","product_name":"Monitor","quantity":3,"price":1936.42,"order_date":1734539369,"status":"Delivered"},"op":"c"} +{"before":null,"after":{"id":3333,"customer_name":"Christopher Santiago","product_name":"Headphones","quantity":2,"price":526.26,"order_date":1734539369,"status":"Pending"},"op":"c"} +{"before":null,"after":{"id":3334,"customer_name":"Joseph Terry","product_name":"Keyboard","quantity":2,"price":859.06,"order_date":1734539369,"status":"Shipped"},"op":"c"} +{"before":null,"after":{"id":3335,"customer_name":"Sharon Ford","product_name":"Headphones","quantity":2,"price":904.84,"order_date":1734539369,"status":"Delivered"},"op":"c"} +{"before":null,"after":{"id":3336,"customer_name":"Phyllis Anderson","product_name":"Mouse","quantity":1,"price":1701.04,"order_date":1734539369,"status":"Shipped"},"op":"c"} +{"before":null,"after":{"id":3337,"customer_name":"Angela Caldwell","product_name":"Keyboard","quantity":1,"price":150.39,"order_date":1734539369,"status":"Shipped"},"op":"c"} +{"before":null,"after":{"id":3338,"customer_name":"Erica Munoz","product_name":"Monitor","quantity":1,"price":1101.45,"order_date":1734539369,"status":"Delivered"},"op":"c"} +{"before":{"id":3140,"customer_name":"Kimberly Owen","product_name":"Smartphone","quantity":5,"price":1297.8,"order_date":1734539356,"status":"Pending"},"after":{"id":3140,"customer_name":"Kimberly Owen","product_name":"Smartphone","quantity":5,"price":1297.8,"order_date":1734539356,"status":"Shipped"},"op":"u"} +{"before":null,"after":{"id":3339,"customer_name":"Tracy Trujillo","product_name":"Monitor","quantity":4,"price":1950.71,"order_date":1734539369,"status":"Shipped"},"op":"c"} +{"before":null,"after":{"id":3340,"customer_name":"Andrew Wilson","product_name":"Headphones","quantity":4,"price":420.12,"order_date":1734539369,"status":"Shipped"},"op":"c"} +{"before":null,"after":{"id":3341,"customer_name":"Dr. Steven Mooney DVM","product_name":"Keyboard","quantity":5,"price":879.63,"order_date":1734539369,"status":"Pending"},"op":"c"} +{"before":null,"after":{"id":3342,"customer_name":"Dan Rodriguez","product_name":"Smartphone","quantity":1,"price":878.8,"order_date":1734539369,"status":"Cancelled"},"op":"c"} +{"before":null,"after":{"id":3343,"customer_name":"Casey Chen","product_name":"Headphones","quantity":1,"price":1764.16,"order_date":1734539369,"status":"Pending"},"op":"c"} +{"before":null,"after":{"id":3344,"customer_name":"Robert Allison","product_name":"Laptop","quantity":2,"price":1986.13,"order_date":1734539369,"status":"Shipped"},"op":"c"} +{"before":null,"after":{"id":3345,"customer_name":"Cameron Carpenter","product_name":"Keyboard","quantity":1,"price":131.11,"order_date":1734539369,"status":"Shipped"},"op":"c"} +{"before":{"id":3287,"customer_name":"Billy Hamilton","product_name":"Laptop","quantity":4,"price":469.38,"order_date":1734539365,"status":"Shipped"},"after":{"id":3287,"customer_name":"Billy Hamilton","product_name":"Laptop","quantity":4,"price":469.38,"order_date":1734539365,"status":"Cancelled"},"op":"u"} +{"before":null,"after":{"id":3346,"customer_name":"Heidi Ortega","product_name":"Mouse","quantity":1,"price":858.98,"order_date":1734539369,"status":"Delivered"},"op":"c"} +{"before":null,"after":{"id":3347,"customer_name":"Alexander Adams","product_name":"Monitor","quantity":2,"price":226.22,"order_date":1734539369,"status":"Pending"},"op":"c"} +{"before":{"id":3284,"customer_name":"Phillip Smith","product_name":"Keyboard","quantity":2,"price":820.47,"order_date":1734539365,"status":"Cancelled"},"after":{"id":3284,"customer_name":"Phillip Smith","product_name":"Keyboard","quantity":2,"price":820.47,"order_date":1734539365,"status":"Shipped"},"op":"u"} +{"before":{"id":3122,"customer_name":"Matthew Wright","product_name":"Monitor","quantity":3,"price":1251.83,"order_date":1734539355,"status":"Pending"},"after":{"id":3122,"customer_name":"Matthew Wright","product_name":"Monitor","quantity":3,"price":1251.83,"order_date":1734539355,"status":"Shipped"},"op":"u"} +{"before":{"id":3137,"customer_name":"Eduardo Bond","product_name":"Mouse","quantity":3,"price":818.63,"order_date":1734539356,"status":"Cancelled"},"after":{"id":3137,"customer_name":"Eduardo Bond","product_name":"Mouse","quantity":3,"price":818.63,"order_date":1734539356,"status":"Shipped"},"op":"u"} +{"before":null,"after":{"id":3348,"customer_name":"Stephen Frost","product_name":"Keyboard","quantity":2,"price":1187.13,"order_date":1734539370,"status":"Pending"},"op":"c"} +{"before":null,"after":{"id":3349,"customer_name":"Jillian Brown","product_name":"Monitor","quantity":5,"price":176.05,"order_date":1734539370,"status":"Pending"},"op":"c"} +{"before":{"id":3314,"customer_name":"Jennifer Williams","product_name":"Smartphone","quantity":5,"price":1675.77,"order_date":1734539367,"status":"Cancelled"},"after":null,"op":"d"} +{"before":{"id":3257,"customer_name":"Lee Mclean","product_name":"Laptop","quantity":4,"price":820.46,"order_date":1734539364,"status":"Pending"},"after":{"id":3257,"customer_name":"Lee Mclean","product_name":"Laptop","quantity":4,"price":820.46,"order_date":1734539364,"status":"Shipped"},"op":"u"} +{"before":null,"after":{"id":3350,"customer_name":"Matthew Branch","product_name":"Keyboard","quantity":2,"price":891.78,"order_date":1734539370,"status":"Shipped"},"op":"c"} +{"before":null,"after":{"id":3351,"customer_name":"Joshua Morgan","product_name":"Headphones","quantity":3,"price":1995.26,"order_date":1734539370,"status":"Shipped"},"op":"c"} +{"before":null,"after":{"id":3352,"customer_name":"Michael Jackson","product_name":"Smartphone","quantity":1,"price":742.94,"order_date":1734539370,"status":"Cancelled"},"op":"c"} +{"before":{"id":3266,"customer_name":"Charles Ellis","product_name":"Keyboard","quantity":1,"price":839.15,"order_date":1734539364,"status":"Shipped"},"after":{"id":3266,"customer_name":"Charles Ellis","product_name":"Keyboard","quantity":1,"price":839.15,"order_date":1734539364,"status":"Delivered"},"op":"u"} +{"before":null,"after":{"id":3353,"customer_name":"Margaret Chaney","product_name":"Headphones","quantity":3,"price":441.73,"order_date":1734539370,"status":"Shipped"},"op":"c"} +{"before":{"id":3338,"customer_name":"Erica Munoz","product_name":"Monitor","quantity":1,"price":1101.45,"order_date":1734539369,"status":"Delivered"},"after":null,"op":"d"} +{"before":null,"after":{"id":3354,"customer_name":"Steven Blackburn","product_name":"Mouse","quantity":3,"price":1917.16,"order_date":1734539370,"status":"Pending"},"op":"c"} +{"before":null,"after":{"id":3355,"customer_name":"Daniel Watson","product_name":"Keyboard","quantity":4,"price":1202.16,"order_date":1734539370,"status":"Cancelled"},"op":"c"} +{"before":null,"after":{"id":3356,"customer_name":"Andrew Best","product_name":"Smartphone","quantity":4,"price":799.46,"order_date":1734539370,"status":"Shipped"},"op":"c"} +{"before":{"id":3243,"customer_name":"Michelle Peterson","product_name":"Mouse","quantity":1,"price":1639.99,"order_date":1734539363,"status":"Delivered"},"after":{"id":3243,"customer_name":"Michelle Peterson","product_name":"Mouse","quantity":1,"price":1639.99,"order_date":1734539363,"status":"Delivered"},"op":"u"} +{"before":{"id":3304,"customer_name":"Brandi Benson","product_name":"Keyboard","quantity":1,"price":491.69,"order_date":1734539366,"status":"Shipped"},"after":null,"op":"d"} +{"before":null,"after":{"id":3357,"customer_name":"Traci Chen","product_name":"Monitor","quantity":4,"price":1273.95,"order_date":1734539370,"status":"Pending"},"op":"c"} +{"before":null,"after":{"id":3358,"customer_name":"Brianna Phillips","product_name":"Headphones","quantity":1,"price":671.93,"order_date":1734539370,"status":"Delivered"},"op":"c"} +{"before":{"id":3339,"customer_name":"Tracy Trujillo","product_name":"Monitor","quantity":4,"price":1950.71,"order_date":1734539369,"status":"Shipped"},"after":{"id":3339,"customer_name":"Tracy Trujillo","product_name":"Monitor","quantity":4,"price":1950.71,"order_date":1734539369,"status":"Cancelled"},"op":"u"} +{"before":{"id":3220,"customer_name":"Paul Mack","product_name":"Monitor","quantity":3,"price":1986.46,"order_date":1734539361,"status":"Pending"},"after":{"id":3220,"customer_name":"Paul Mack","product_name":"Monitor","quantity":3,"price":1986.46,"order_date":1734539361,"status":"Delivered"},"op":"u"} +{"before":{"id":3164,"customer_name":"Timothy Deleon","product_name":"Keyboard","quantity":3,"price":1967.96,"order_date":1734539358,"status":"Pending"},"after":{"id":3164,"customer_name":"Timothy Deleon","product_name":"Keyboard","quantity":3,"price":1967.96,"order_date":1734539358,"status":"Cancelled"},"op":"u"} +{"before":null,"after":{"id":3359,"customer_name":"Michael Thornton","product_name":"Smartphone","quantity":2,"price":1475.95,"order_date":1734539371,"status":"Cancelled"},"op":"c"} +{"before":{"id":3196,"customer_name":"Diana Harris","product_name":"Smartphone","quantity":5,"price":307.2,"order_date":1734539360,"status":"Pending"},"after":{"id":3196,"customer_name":"Diana Harris","product_name":"Smartphone","quantity":5,"price":307.2,"order_date":1734539360,"status":"Shipped"},"op":"u"} +{"before":{"id":3203,"customer_name":"Charles Moreno","product_name":"Headphones","quantity":2,"price":407.78,"order_date":1734539360,"status":"Shipped"},"after":{"id":3203,"customer_name":"Charles Moreno","product_name":"Headphones","quantity":2,"price":407.78,"order_date":1734539360,"status":"Cancelled"},"op":"u"} +{"before":null,"after":{"id":3360,"customer_name":"Madeline Dennis","product_name":"Laptop","quantity":4,"price":93.4,"order_date":1734539371,"status":"Delivered"},"op":"c"} +{"before":{"id":3195,"customer_name":"Lisa Morrison","product_name":"Mouse","quantity":2,"price":1613.28,"order_date":1734539360,"status":"Delivered"},"after":{"id":3195,"customer_name":"Lisa Morrison","product_name":"Mouse","quantity":2,"price":1613.28,"order_date":1734539360,"status":"Shipped"},"op":"u"} +{"before":{"id":3208,"customer_name":"Leslie Lam","product_name":"Smartphone","quantity":3,"price":204.91,"order_date":1734539361,"status":"Delivered"},"after":null,"op":"d"} +{"before":{"id":3315,"customer_name":"Matthew Cole","product_name":"Mouse","quantity":5,"price":289.1,"order_date":1734539367,"status":"Delivered"},"after":{"id":3315,"customer_name":"Matthew Cole","product_name":"Mouse","quantity":5,"price":289.1,"order_date":1734539367,"status":"Cancelled"},"op":"u"} +{"before":null,"after":{"id":3361,"customer_name":"Patrick Garrett","product_name":"Laptop","quantity":2,"price":89.95,"order_date":1734539371,"status":"Delivered"},"op":"c"} +{"before":null,"after":{"id":3362,"customer_name":"Nicholas Wilson","product_name":"Monitor","quantity":5,"price":1206.91,"order_date":1734539371,"status":"Pending"},"op":"c"} +{"before":null,"after":{"id":3363,"customer_name":"Zachary Moore","product_name":"Laptop","quantity":3,"price":1749.6,"order_date":1734539371,"status":"Pending"},"op":"c"} +{"before":{"id":3294,"customer_name":"Jennifer Hill","product_name":"Smartphone","quantity":4,"price":1367.37,"order_date":1734539366,"status":"Shipped"},"after":{"id":3294,"customer_name":"Jennifer Hill","product_name":"Smartphone","quantity":4,"price":1367.37,"order_date":1734539366,"status":"Shipped"},"op":"u"} +{"before":null,"after":{"id":3364,"customer_name":"Sarah Perkins","product_name":"Laptop","quantity":5,"price":1226.35,"order_date":1734539371,"status":"Cancelled"},"op":"c"} +{"before":null,"after":{"id":3365,"customer_name":"Cassie Kane","product_name":"Smartphone","quantity":4,"price":579.53,"order_date":1734539371,"status":"Cancelled"},"op":"c"} +{"before":{"id":3242,"customer_name":"Shannon Frye","product_name":"Laptop","quantity":1,"price":800.41,"order_date":1734539363,"status":"Shipped"},"after":{"id":3242,"customer_name":"Shannon Frye","product_name":"Laptop","quantity":1,"price":800.41,"order_date":1734539363,"status":"Delivered"},"op":"u"} +{"before":null,"after":{"id":3366,"customer_name":"Kylie Clark","product_name":"Keyboard","quantity":5,"price":254.13,"order_date":1734539371,"status":"Pending"},"op":"c"} +{"before":null,"after":{"id":3367,"customer_name":"Mary Mcguire","product_name":"Monitor","quantity":2,"price":259.87,"order_date":1734539371,"status":"Pending"},"op":"c"} +{"before":null,"after":{"id":3368,"customer_name":"Linda Norton","product_name":"Mouse","quantity":2,"price":435.63,"order_date":1734539371,"status":"Pending"},"op":"c"} +{"before":{"id":3193,"customer_name":"Frank Brooks","product_name":"Keyboard","quantity":5,"price":355.14,"order_date":1734539360,"status":"Pending"},"after":{"id":3193,"customer_name":"Frank Brooks","product_name":"Keyboard","quantity":5,"price":355.14,"order_date":1734539360,"status":"Delivered"},"op":"u"} +{"before":null,"after":{"id":3369,"customer_name":"James Guerra","product_name":"Laptop","quantity":4,"price":1391.85,"order_date":1734539371,"status":"Cancelled"},"op":"c"} +{"before":null,"after":{"id":3370,"customer_name":"Daniel Schneider","product_name":"Mouse","quantity":3,"price":758.28,"order_date":1734539371,"status":"Delivered"},"op":"c"} +{"before":null,"after":{"id":3371,"customer_name":"Jeffrey Yoder","product_name":"Monitor","quantity":1,"price":1791.01,"order_date":1734539371,"status":"Cancelled"},"op":"c"} +{"before":null,"after":{"id":3372,"customer_name":"Frank Miller","product_name":"Smartphone","quantity":4,"price":1544.66,"order_date":1734539372,"status":"Pending"},"op":"c"} +{"before":null,"after":{"id":3373,"customer_name":"Keith Mccullough","product_name":"Smartphone","quantity":2,"price":549.15,"order_date":1734539372,"status":"Delivered"},"op":"c"} +{"before":null,"after":{"id":3374,"customer_name":"Edwin Mcdonald","product_name":"Monitor","quantity":2,"price":1984.25,"order_date":1734539372,"status":"Cancelled"},"op":"c"} +{"before":null,"after":{"id":3375,"customer_name":"Kent Castillo","product_name":"Keyboard","quantity":3,"price":805.73,"order_date":1734539372,"status":"Pending"},"op":"c"} +{"before":{"id":3116,"customer_name":"Jeremy Harris","product_name":"Monitor","quantity":5,"price":1114.67,"order_date":1734539355,"status":"Cancelled"},"after":null,"op":"d"} +{"before":{"id":3199,"customer_name":"Christina Roach","product_name":"Laptop","quantity":2,"price":1656.34,"order_date":1734539360,"status":"Delivered"},"after":{"id":3199,"customer_name":"Christina Roach","product_name":"Laptop","quantity":2,"price":1656.34,"order_date":1734539360,"status":"Delivered"},"op":"u"} +{"before":null,"after":{"id":3376,"customer_name":"Hailey Miller","product_name":"Monitor","quantity":4,"price":721.99,"order_date":1734539372,"status":"Shipped"},"op":"c"} +{"before":null,"after":{"id":3377,"customer_name":"Kristina Novak","product_name":"Keyboard","quantity":3,"price":1038.65,"order_date":1734539372,"status":"Cancelled"},"op":"c"} +{"before":{"id":3321,"customer_name":"Timothy Trevino","product_name":"Mouse","quantity":1,"price":1443.04,"order_date":1734539368,"status":"Delivered"},"after":{"id":3321,"customer_name":"Timothy Trevino","product_name":"Mouse","quantity":1,"price":1443.04,"order_date":1734539368,"status":"Delivered"},"op":"u"} +{"before":null,"after":{"id":3378,"customer_name":"Michelle Taylor","product_name":"Smartphone","quantity":5,"price":1266.92,"order_date":1734539372,"status":"Cancelled"},"op":"c"} +{"before":{"id":3288,"customer_name":"Maureen Burns","product_name":"Monitor","quantity":2,"price":1313.13,"order_date":1734539366,"status":"Delivered"},"after":{"id":3288,"customer_name":"Maureen Burns","product_name":"Monitor","quantity":2,"price":1313.13,"order_date":1734539366,"status":"Delivered"},"op":"u"} +{"before":null,"after":{"id":3379,"customer_name":"Sandra Stephens","product_name":"Smartphone","quantity":1,"price":897.24,"order_date":1734539372,"status":"Pending"},"op":"c"} +{"before":null,"after":{"id":3380,"customer_name":"Maria Graham","product_name":"Keyboard","quantity":2,"price":1940.51,"order_date":1734539372,"status":"Cancelled"},"op":"c"} +{"before":{"id":3257,"customer_name":"Lee Mclean","product_name":"Laptop","quantity":4,"price":820.46,"order_date":1734539364,"status":"Shipped"},"after":{"id":3257,"customer_name":"Lee Mclean","product_name":"Laptop","quantity":4,"price":820.46,"order_date":1734539364,"status":"Delivered"},"op":"u"} +{"before":{"id":3359,"customer_name":"Michael Thornton","product_name":"Smartphone","quantity":2,"price":1475.95,"order_date":1734539371,"status":"Cancelled"},"after":{"id":3359,"customer_name":"Michael Thornton","product_name":"Smartphone","quantity":2,"price":1475.95,"order_date":1734539371,"status":"Shipped"},"op":"u"} +{"before":null,"after":{"id":3381,"customer_name":"Tammie Andrews","product_name":"Keyboard","quantity":5,"price":947.39,"order_date":1734539372,"status":"Cancelled"},"op":"c"} +{"before":null,"after":{"id":3382,"customer_name":"Christine Saunders","product_name":"Mouse","quantity":3,"price":521.56,"order_date":1734539372,"status":"Pending"},"op":"c"} +{"before":null,"after":{"id":3383,"customer_name":"Daniel Martinez","product_name":"Mouse","quantity":1,"price":1187.17,"order_date":1734539372,"status":"Shipped"},"op":"c"} +{"before":null,"after":{"id":3384,"customer_name":"Geoffrey Clark","product_name":"Smartphone","quantity":1,"price":1032.04,"order_date":1734539372,"status":"Delivered"},"op":"c"} +{"before":{"id":3232,"customer_name":"Summer Powell","product_name":"Smartphone","quantity":4,"price":865.86,"order_date":1734539362,"status":"Shipped"},"after":null,"op":"d"} +{"before":{"id":3203,"customer_name":"Charles Moreno","product_name":"Headphones","quantity":2,"price":407.78,"order_date":1734539360,"status":"Cancelled"},"after":null,"op":"d"} +{"before":null,"after":{"id":3385,"customer_name":"Sabrina Diaz","product_name":"Headphones","quantity":3,"price":1870.86,"order_date":1734539372,"status":"Pending"},"op":"c"} +{"before":null,"after":{"id":3386,"customer_name":"Renee Russell","product_name":"Mouse","quantity":4,"price":327.89,"order_date":1734539373,"status":"Delivered"},"op":"c"} +{"before":{"id":3271,"customer_name":"Stephen Rodriguez","product_name":"Smartphone","quantity":4,"price":1923.67,"order_date":1734539365,"status":"Pending"},"after":{"id":3271,"customer_name":"Stephen Rodriguez","product_name":"Smartphone","quantity":4,"price":1923.67,"order_date":1734539365,"status":"Delivered"},"op":"u"} +{"before":null,"after":{"id":3387,"customer_name":"Justin Allen","product_name":"Keyboard","quantity":3,"price":1060.14,"order_date":1734539373,"status":"Shipped"},"op":"c"} +{"before":{"id":3156,"customer_name":"Nicole Johnson","product_name":"Laptop","quantity":5,"price":133.2,"order_date":1734539357,"status":"Pending"},"after":{"id":3156,"customer_name":"Nicole Johnson","product_name":"Laptop","quantity":5,"price":133.2,"order_date":1734539357,"status":"Shipped"},"op":"u"} +{"before":null,"after":{"id":3388,"customer_name":"Laura Lang","product_name":"Mouse","quantity":1,"price":441.91,"order_date":1734539373,"status":"Pending"},"op":"c"} +{"before":{"id":3198,"customer_name":"Steven Cline","product_name":"Laptop","quantity":5,"price":1427.42,"order_date":1734539360,"status":"Shipped"},"after":{"id":3198,"customer_name":"Steven Cline","product_name":"Laptop","quantity":5,"price":1427.42,"order_date":1734539360,"status":"Cancelled"},"op":"u"} +{"before":null,"after":{"id":3389,"customer_name":"Theodore Blackburn","product_name":"Smartphone","quantity":3,"price":1280.25,"order_date":1734539373,"status":"Cancelled"},"op":"c"} +{"before":null,"after":{"id":3390,"customer_name":"Matthew Riley","product_name":"Monitor","quantity":4,"price":55.79,"order_date":1734539373,"status":"Pending"},"op":"c"} +{"before":null,"after":{"id":3391,"customer_name":"Jessica Wright","product_name":"Mouse","quantity":1,"price":1885.87,"order_date":1734539373,"status":"Delivered"},"op":"c"} +{"before":null,"after":{"id":3392,"customer_name":"Heather Kennedy","product_name":"Headphones","quantity":3,"price":1858.25,"order_date":1734539373,"status":"Delivered"},"op":"c"} +{"before":{"id":3268,"customer_name":"Valerie Herman","product_name":"Smartphone","quantity":4,"price":1004.31,"order_date":1734539365,"status":"Pending"},"after":{"id":3268,"customer_name":"Valerie Herman","product_name":"Smartphone","quantity":4,"price":1004.31,"order_date":1734539365,"status":"Shipped"},"op":"u"} +{"before":{"id":3210,"customer_name":"Lauren Carr","product_name":"Smartphone","quantity":2,"price":1855.66,"order_date":1734539361,"status":"Delivered"},"after":{"id":3210,"customer_name":"Lauren Carr","product_name":"Smartphone","quantity":2,"price":1855.66,"order_date":1734539361,"status":"Shipped"},"op":"u"} +{"before":null,"after":{"id":3393,"customer_name":"Glen Smith","product_name":"Monitor","quantity":2,"price":1816.6,"order_date":1734539373,"status":"Delivered"},"op":"c"} +{"before":{"id":3301,"customer_name":"Michael Kennedy","product_name":"Keyboard","quantity":5,"price":1430.79,"order_date":1734539366,"status":"Shipped"},"after":{"id":3301,"customer_name":"Michael Kennedy","product_name":"Keyboard","quantity":5,"price":1430.79,"order_date":1734539366,"status":"Delivered"},"op":"u"} +{"before":null,"after":{"id":3394,"customer_name":"Christopher Murray","product_name":"Monitor","quantity":5,"price":1314.71,"order_date":1734539373,"status":"Cancelled"},"op":"c"} +{"before":null,"after":{"id":3395,"customer_name":"Michael Hughes","product_name":"Headphones","quantity":3,"price":1351.29,"order_date":1734539373,"status":"Cancelled"},"op":"c"} +{"before":{"id":3188,"customer_name":"Dillon Harper","product_name":"Mouse","quantity":3,"price":382.11,"order_date":1734539359,"status":"Delivered"},"after":{"id":3188,"customer_name":"Dillon Harper","product_name":"Mouse","quantity":3,"price":382.11,"order_date":1734539359,"status":"Cancelled"},"op":"u"} +{"before":null,"after":{"id":3396,"customer_name":"Dr. Ryan Gordon","product_name":"Headphones","quantity":3,"price":1566.55,"order_date":1734539373,"status":"Delivered"},"op":"c"} +{"before":null,"after":{"id":3397,"customer_name":"Darryl Johnson","product_name":"Laptop","quantity":3,"price":1516.2,"order_date":1734539373,"status":"Pending"},"op":"c"} +{"before":null,"after":{"id":3398,"customer_name":"Michelle Huber","product_name":"Monitor","quantity":3,"price":663.26,"order_date":1734539373,"status":"Pending"},"op":"c"} +{"before":null,"after":{"id":3399,"customer_name":"Rhonda Miller","product_name":"Keyboard","quantity":4,"price":1677.07,"order_date":1734539373,"status":"Delivered"},"op":"c"} +{"before":null,"after":{"id":3400,"customer_name":"Dr. Stacy King","product_name":"Smartphone","quantity":1,"price":1353.47,"order_date":1734539373,"status":"Delivered"},"op":"c"} +{"before":null,"after":{"id":3401,"customer_name":"Rebecca Jackson","product_name":"Monitor","quantity":1,"price":1326.66,"order_date":1734539373,"status":"Shipped"},"op":"c"} +{"before":{"id":3349,"customer_name":"Jillian Brown","product_name":"Monitor","quantity":5,"price":176.05,"order_date":1734539370,"status":"Pending"},"after":{"id":3349,"customer_name":"Jillian Brown","product_name":"Monitor","quantity":5,"price":176.05,"order_date":1734539370,"status":"Cancelled"},"op":"u"} +{"before":null,"after":{"id":3402,"customer_name":"Jeffrey Mccoy","product_name":"Monitor","quantity":4,"price":914.65,"order_date":1734539374,"status":"Delivered"},"op":"c"} +{"before":null,"after":{"id":3403,"customer_name":"Renee Welch","product_name":"Smartphone","quantity":1,"price":1820.73,"order_date":1734539374,"status":"Shipped"},"op":"c"} +{"before":{"id":3290,"customer_name":"Jason Bush","product_name":"Laptop","quantity":5,"price":1176.27,"order_date":1734539366,"status":"Cancelled"},"after":{"id":3290,"customer_name":"Jason Bush","product_name":"Laptop","quantity":5,"price":1176.27,"order_date":1734539366,"status":"Cancelled"},"op":"u"} +{"before":null,"after":{"id":3404,"customer_name":"Theodore Johnson","product_name":"Monitor","quantity":1,"price":1958.1,"order_date":1734539374,"status":"Pending"},"op":"c"} +{"before":{"id":3376,"customer_name":"Hailey Miller","product_name":"Monitor","quantity":4,"price":721.99,"order_date":1734539372,"status":"Shipped"},"after":{"id":3376,"customer_name":"Hailey Miller","product_name":"Monitor","quantity":4,"price":721.99,"order_date":1734539372,"status":"Cancelled"},"op":"u"} +{"before":{"id":3111,"customer_name":"Jessica Alexander","product_name":"Mouse","quantity":1,"price":1074.4,"order_date":1734539354,"status":"Delivered"},"after":{"id":3111,"customer_name":"Jessica Alexander","product_name":"Mouse","quantity":1,"price":1074.4,"order_date":1734539354,"status":"Delivered"},"op":"u"} +{"before":null,"after":{"id":3405,"customer_name":"Michael Cooper","product_name":"Laptop","quantity":5,"price":1009.16,"order_date":1734539374,"status":"Cancelled"},"op":"c"} +{"before":{"id":3363,"customer_name":"Zachary Moore","product_name":"Laptop","quantity":3,"price":1749.6,"order_date":1734539371,"status":"Pending"},"after":{"id":3363,"customer_name":"Zachary Moore","product_name":"Laptop","quantity":3,"price":1749.6,"order_date":1734539371,"status":"Shipped"},"op":"u"} +{"before":null,"after":{"id":3406,"customer_name":"Michael Arias","product_name":"Mouse","quantity":3,"price":1261.22,"order_date":1734539374,"status":"Cancelled"},"op":"c"} +{"before":null,"after":{"id":3407,"customer_name":"Carlos Bruce","product_name":"Mouse","quantity":3,"price":995.93,"order_date":1734539374,"status":"Shipped"},"op":"c"} +{"before":null,"after":{"id":3408,"customer_name":"Jennifer Delacruz","product_name":"Laptop","quantity":4,"price":737.3,"order_date":1734539374,"status":"Shipped"},"op":"c"} +{"before":null,"after":{"id":3409,"customer_name":"Tanner Johnson","product_name":"Keyboard","quantity":5,"price":1474.48,"order_date":1734539374,"status":"Shipped"},"op":"c"} +{"before":{"id":3123,"customer_name":"Karl Massey","product_name":"Monitor","quantity":4,"price":1946.01,"order_date":1734539355,"status":"Cancelled"},"after":{"id":3123,"customer_name":"Karl Massey","product_name":"Monitor","quantity":4,"price":1946.01,"order_date":1734539355,"status":"Shipped"},"op":"u"} +{"before":null,"after":{"id":3410,"customer_name":"Tamara Clark","product_name":"Laptop","quantity":1,"price":1141.09,"order_date":1734539374,"status":"Shipped"},"op":"c"} +{"before":{"id":3353,"customer_name":"Margaret Chaney","product_name":"Headphones","quantity":3,"price":441.73,"order_date":1734539370,"status":"Shipped"},"after":{"id":3353,"customer_name":"Margaret Chaney","product_name":"Headphones","quantity":3,"price":441.73,"order_date":1734539370,"status":"Delivered"},"op":"u"} +{"before":null,"after":{"id":3411,"customer_name":"Tara Paul","product_name":"Headphones","quantity":5,"price":64.65,"order_date":1734539374,"status":"Delivered"},"op":"c"} +{"before":null,"after":{"id":3412,"customer_name":"John Andrade","product_name":"Keyboard","quantity":1,"price":840.49,"order_date":1734539374,"status":"Cancelled"},"op":"c"} +{"before":null,"after":{"id":3413,"customer_name":"Jessica Howe","product_name":"Laptop","quantity":4,"price":1094.51,"order_date":1734539375,"status":"Pending"},"op":"c"} +{"before":{"id":3349,"customer_name":"Jillian Brown","product_name":"Monitor","quantity":5,"price":176.05,"order_date":1734539370,"status":"Cancelled"},"after":{"id":3349,"customer_name":"Jillian Brown","product_name":"Monitor","quantity":5,"price":176.05,"order_date":1734539370,"status":"Shipped"},"op":"u"} +{"before":null,"after":{"id":3414,"customer_name":"Ann Gregory","product_name":"Keyboard","quantity":5,"price":984.62,"order_date":1734539375,"status":"Shipped"},"op":"c"} +{"before":null,"after":{"id":3415,"customer_name":"Christine Smith","product_name":"Monitor","quantity":2,"price":928.8,"order_date":1734539375,"status":"Pending"},"op":"c"} +{"before":null,"after":{"id":3416,"customer_name":"Raymond Flores","product_name":"Mouse","quantity":1,"price":1693.88,"order_date":1734539375,"status":"Delivered"},"op":"c"} +{"before":null,"after":{"id":3417,"customer_name":"Adam Jacobs","product_name":"Headphones","quantity":2,"price":1511.73,"order_date":1734539375,"status":"Shipped"},"op":"c"} +{"before":null,"after":{"id":3418,"customer_name":"Bryan Jackson","product_name":"Monitor","quantity":2,"price":651.7,"order_date":1734539375,"status":"Shipped"},"op":"c"} +{"before":null,"after":{"id":3419,"customer_name":"Joseph Mitchell","product_name":"Keyboard","quantity":3,"price":341.51,"order_date":1734539375,"status":"Shipped"},"op":"c"} +{"before":null,"after":{"id":3420,"customer_name":"Robert Wade","product_name":"Laptop","quantity":2,"price":610.73,"order_date":1734539375,"status":"Cancelled"},"op":"c"} +{"before":{"id":3242,"customer_name":"Shannon Frye","product_name":"Laptop","quantity":1,"price":800.41,"order_date":1734539363,"status":"Delivered"},"after":{"id":3242,"customer_name":"Shannon Frye","product_name":"Laptop","quantity":1,"price":800.41,"order_date":1734539363,"status":"Cancelled"},"op":"u"} +{"before":{"id":3243,"customer_name":"Michelle Peterson","product_name":"Mouse","quantity":1,"price":1639.99,"order_date":1734539363,"status":"Delivered"},"after":{"id":3243,"customer_name":"Michelle Peterson","product_name":"Mouse","quantity":1,"price":1639.99,"order_date":1734539363,"status":"Cancelled"},"op":"u"} +{"before":null,"after":{"id":3421,"customer_name":"Mason Parrish","product_name":"Smartphone","quantity":1,"price":731.07,"order_date":1734539375,"status":"Pending"},"op":"c"} +{"before":{"id":3131,"customer_name":"Miss Lisa Evans","product_name":"Laptop","quantity":1,"price":1290.56,"order_date":1734539356,"status":"Shipped"},"after":{"id":3131,"customer_name":"Miss Lisa Evans","product_name":"Laptop","quantity":1,"price":1290.56,"order_date":1734539356,"status":"Delivered"},"op":"u"} +{"before":null,"after":{"id":3422,"customer_name":"Paul Rodriguez","product_name":"Keyboard","quantity":1,"price":1738.1,"order_date":1734539375,"status":"Shipped"},"op":"c"} +{"before":null,"after":{"id":3423,"customer_name":"Carolyn Cantu","product_name":"Headphones","quantity":1,"price":1458.6,"order_date":1734539375,"status":"Shipped"},"op":"c"} +{"before":null,"after":{"id":3424,"customer_name":"John Martinez","product_name":"Keyboard","quantity":2,"price":1396.62,"order_date":1734539375,"status":"Pending"},"op":"c"} +{"before":{"id":3333,"customer_name":"Christopher Santiago","product_name":"Headphones","quantity":2,"price":526.26,"order_date":1734539369,"status":"Pending"},"after":{"id":3333,"customer_name":"Christopher Santiago","product_name":"Headphones","quantity":2,"price":526.26,"order_date":1734539369,"status":"Shipped"},"op":"u"} +{"before":null,"after":{"id":3425,"customer_name":"Chelsea Pena","product_name":"Laptop","quantity":1,"price":1803.76,"order_date":1734539375,"status":"Shipped"},"op":"c"} +{"before":{"id":3389,"customer_name":"Theodore Blackburn","product_name":"Smartphone","quantity":3,"price":1280.25,"order_date":1734539373,"status":"Cancelled"},"after":{"id":3389,"customer_name":"Theodore Blackburn","product_name":"Smartphone","quantity":3,"price":1280.25,"order_date":1734539373,"status":"Cancelled"},"op":"u"} +{"before":{"id":3319,"customer_name":"Gerald Gaines","product_name":"Smartphone","quantity":3,"price":531.28,"order_date":1734539368,"status":"Delivered"},"after":{"id":3319,"customer_name":"Gerald Gaines","product_name":"Smartphone","quantity":3,"price":531.28,"order_date":1734539368,"status":"Cancelled"},"op":"u"} +{"before":null,"after":{"id":3426,"customer_name":"Ricardo Golden","product_name":"Headphones","quantity":4,"price":1191.2,"order_date":1734539376,"status":"Delivered"},"op":"c"} +{"before":{"id":3138,"customer_name":"Michelle Hernandez","product_name":"Smartphone","quantity":4,"price":957.67,"order_date":1734539356,"status":"Delivered"},"after":{"id":3138,"customer_name":"Michelle Hernandez","product_name":"Smartphone","quantity":4,"price":957.67,"order_date":1734539356,"status":"Cancelled"},"op":"u"} +{"before":null,"after":{"id":3427,"customer_name":"Crystal Rodriguez","product_name":"Mouse","quantity":3,"price":445.63,"order_date":1734539376,"status":"Pending"},"op":"c"} +{"before":null,"after":{"id":3428,"customer_name":"Mary Orr","product_name":"Smartphone","quantity":4,"price":624.82,"order_date":1734539376,"status":"Pending"},"op":"c"} +{"before":{"id":3221,"customer_name":"Nancy Johnson","product_name":"Keyboard","quantity":3,"price":1164.48,"order_date":1734539361,"status":"Pending"},"after":{"id":3221,"customer_name":"Nancy Johnson","product_name":"Keyboard","quantity":3,"price":1164.48,"order_date":1734539361,"status":"Cancelled"},"op":"u"} +{"before":{"id":3183,"customer_name":"Cody Fletcher","product_name":"Keyboard","quantity":5,"price":205.95,"order_date":1734539359,"status":"Delivered"},"after":{"id":3183,"customer_name":"Cody Fletcher","product_name":"Keyboard","quantity":5,"price":205.95,"order_date":1734539359,"status":"Shipped"},"op":"u"} +{"before":null,"after":{"id":3429,"customer_name":"Matthew Rhodes","product_name":"Mouse","quantity":5,"price":937.69,"order_date":1734539376,"status":"Pending"},"op":"c"} +{"before":null,"after":{"id":3430,"customer_name":"Benjamin Carr","product_name":"Keyboard","quantity":3,"price":190.28,"order_date":1734539376,"status":"Shipped"},"op":"c"} +{"before":null,"after":{"id":3431,"customer_name":"Tina Hernandez","product_name":"Keyboard","quantity":1,"price":1383.02,"order_date":1734539376,"status":"Pending"},"op":"c"} +{"before":{"id":3216,"customer_name":"John Price","product_name":"Keyboard","quantity":5,"price":1207.84,"order_date":1734539361,"status":"Pending"},"after":{"id":3216,"customer_name":"John Price","product_name":"Keyboard","quantity":5,"price":1207.84,"order_date":1734539361,"status":"Cancelled"},"op":"u"} +{"before":{"id":3191,"customer_name":"Matthew Brown","product_name":"Headphones","quantity":5,"price":478.54,"order_date":1734539359,"status":"Delivered"},"after":null,"op":"d"} +{"before":null,"after":{"id":3432,"customer_name":"Rose Newton","product_name":"Headphones","quantity":2,"price":410.75,"order_date":1734539376,"status":"Delivered"},"op":"c"} +{"before":null,"after":{"id":3433,"customer_name":"Linda Johnson","product_name":"Mouse","quantity":3,"price":1773.39,"order_date":1734539376,"status":"Delivered"},"op":"c"} +{"before":null,"after":{"id":3434,"customer_name":"Scott Morris","product_name":"Keyboard","quantity":5,"price":1253.88,"order_date":1734539376,"status":"Pending"},"op":"c"} +{"before":null,"after":{"id":3435,"customer_name":"Michelle Martinez","product_name":"Mouse","quantity":5,"price":1157.72,"order_date":1734539376,"status":"Delivered"},"op":"c"} +{"before":{"id":3293,"customer_name":"Nicole Terry","product_name":"Headphones","quantity":4,"price":1359.94,"order_date":1734539366,"status":"Delivered"},"after":{"id":3293,"customer_name":"Nicole Terry","product_name":"Headphones","quantity":4,"price":1359.94,"order_date":1734539366,"status":"Shipped"},"op":"u"} +{"before":{"id":3240,"customer_name":"Tami Hopkins","product_name":"Smartphone","quantity":4,"price":1238.77,"order_date":1734539362,"status":"Pending"},"after":{"id":3240,"customer_name":"Tami Hopkins","product_name":"Smartphone","quantity":4,"price":1238.77,"order_date":1734539362,"status":"Cancelled"},"op":"u"} +{"before":{"id":3152,"customer_name":"Tina White","product_name":"Laptop","quantity":3,"price":1991.5,"order_date":1734539357,"status":"Delivered"},"after":{"id":3152,"customer_name":"Tina White","product_name":"Laptop","quantity":3,"price":1991.5,"order_date":1734539357,"status":"Cancelled"},"op":"u"} +{"before":{"id":3291,"customer_name":"Taylor Ramirez","product_name":"Monitor","quantity":5,"price":1974.62,"order_date":1734539366,"status":"Pending"},"after":{"id":3291,"customer_name":"Taylor Ramirez","product_name":"Monitor","quantity":5,"price":1974.62,"order_date":1734539366,"status":"Delivered"},"op":"u"} +{"before":null,"after":{"id":3436,"customer_name":"Samuel Moore","product_name":"Keyboard","quantity":1,"price":1817.8,"order_date":1734539376,"status":"Shipped"},"op":"c"} +{"before":null,"after":{"id":3437,"customer_name":"Natalie Spears","product_name":"Laptop","quantity":2,"price":134.79,"order_date":1734539376,"status":"Shipped"},"op":"c"} +{"before":null,"after":{"id":3438,"customer_name":"Jill Jackson","product_name":"Keyboard","quantity":1,"price":131.61,"order_date":1734539376,"status":"Cancelled"},"op":"c"} +{"before":{"id":3193,"customer_name":"Frank Brooks","product_name":"Keyboard","quantity":5,"price":355.14,"order_date":1734539360,"status":"Delivered"},"after":{"id":3193,"customer_name":"Frank Brooks","product_name":"Keyboard","quantity":5,"price":355.14,"order_date":1734539360,"status":"Delivered"},"op":"u"} +{"before":{"id":3184,"customer_name":"Janet Ho","product_name":"Headphones","quantity":2,"price":212.84,"order_date":1734539359,"status":"Shipped"},"after":{"id":3184,"customer_name":"Janet Ho","product_name":"Headphones","quantity":2,"price":212.84,"order_date":1734539359,"status":"Delivered"},"op":"u"} +{"before":null,"after":{"id":3439,"customer_name":"Joshua Carlson","product_name":"Monitor","quantity":2,"price":1803.3,"order_date":1734539377,"status":"Pending"},"op":"c"} +{"before":null,"after":{"id":3440,"customer_name":"Philip Fisher","product_name":"Monitor","quantity":3,"price":1108.86,"order_date":1734539377,"status":"Shipped"},"op":"c"} +{"before":null,"after":{"id":3441,"customer_name":"Victoria Mckinney","product_name":"Mouse","quantity":2,"price":547.89,"order_date":1734539377,"status":"Pending"},"op":"c"} +{"before":{"id":3173,"customer_name":"Jacob Rodriguez","product_name":"Headphones","quantity":1,"price":227.81,"order_date":1734539358,"status":"Pending"},"after":{"id":3173,"customer_name":"Jacob Rodriguez","product_name":"Headphones","quantity":1,"price":227.81,"order_date":1734539358,"status":"Cancelled"},"op":"u"} +{"before":null,"after":{"id":3442,"customer_name":"Tina Nunez","product_name":"Mouse","quantity":1,"price":1556.56,"order_date":1734539377,"status":"Shipped"},"op":"c"} +{"before":null,"after":{"id":3443,"customer_name":"Daniel Cannon","product_name":"Laptop","quantity":2,"price":941.98,"order_date":1734539377,"status":"Pending"},"op":"c"} +{"before":null,"after":{"id":3444,"customer_name":"Lawrence Schaefer","product_name":"Smartphone","quantity":3,"price":1447.03,"order_date":1734539377,"status":"Pending"},"op":"c"} +{"before":null,"after":{"id":3445,"customer_name":"Jennifer Harris","product_name":"Monitor","quantity":5,"price":1327.49,"order_date":1734539377,"status":"Shipped"},"op":"c"} +{"before":{"id":3424,"customer_name":"John Martinez","product_name":"Keyboard","quantity":2,"price":1396.62,"order_date":1734539375,"status":"Pending"},"after":{"id":3424,"customer_name":"John Martinez","product_name":"Keyboard","quantity":2,"price":1396.62,"order_date":1734539375,"status":"Shipped"},"op":"u"} +{"before":{"id":3161,"customer_name":"Daniel Vazquez","product_name":"Laptop","quantity":3,"price":627.03,"order_date":1734539357,"status":"Pending"},"after":{"id":3161,"customer_name":"Daniel Vazquez","product_name":"Laptop","quantity":3,"price":627.03,"order_date":1734539357,"status":"Delivered"},"op":"u"} +{"before":null,"after":{"id":3446,"customer_name":"Sherry Kim","product_name":"Smartphone","quantity":3,"price":1342.3,"order_date":1734539377,"status":"Delivered"},"op":"c"} +{"before":{"id":3236,"customer_name":"Jodi Hamilton","product_name":"Mouse","quantity":1,"price":945.99,"order_date":1734539362,"status":"Shipped"},"after":{"id":3236,"customer_name":"Jodi Hamilton","product_name":"Mouse","quantity":1,"price":945.99,"order_date":1734539362,"status":"Cancelled"},"op":"u"} +{"before":null,"after":{"id":3447,"customer_name":"Tina Michael","product_name":"Smartphone","quantity":3,"price":1463.39,"order_date":1734539377,"status":"Delivered"},"op":"c"} +{"before":null,"after":{"id":3448,"customer_name":"Kevin Gibson","product_name":"Laptop","quantity":4,"price":1612.42,"order_date":1734539377,"status":"Cancelled"},"op":"c"} +{"before":null,"after":{"id":3449,"customer_name":"Michelle Riggs","product_name":"Monitor","quantity":5,"price":745.39,"order_date":1734539377,"status":"Cancelled"},"op":"c"} +{"before":{"id":3310,"customer_name":"Kyle Wilkerson","product_name":"Headphones","quantity":3,"price":1894.31,"order_date":1734539367,"status":"Delivered"},"after":{"id":3310,"customer_name":"Kyle Wilkerson","product_name":"Headphones","quantity":3,"price":1894.31,"order_date":1734539367,"status":"Delivered"},"op":"u"} +{"before":null,"after":{"id":3450,"customer_name":"Anthony Graves","product_name":"Keyboard","quantity":1,"price":1560.44,"order_date":1734539377,"status":"Shipped"},"op":"c"} +{"before":null,"after":{"id":3451,"customer_name":"Mark Davis","product_name":"Headphones","quantity":2,"price":1639.08,"order_date":1734539377,"status":"Shipped"},"op":"c"} +{"before":null,"after":{"id":3452,"customer_name":"Lee Bryant","product_name":"Keyboard","quantity":5,"price":1870.14,"order_date":1734539377,"status":"Shipped"},"op":"c"} +{"before":null,"after":{"id":3453,"customer_name":"Stephanie Mercado","product_name":"Monitor","quantity":2,"price":1196.81,"order_date":1734539377,"status":"Shipped"},"op":"c"} +{"before":null,"after":{"id":3454,"customer_name":"Melissa Parker","product_name":"Keyboard","quantity":2,"price":1158.99,"order_date":1734539378,"status":"Shipped"},"op":"c"} +{"before":{"id":3386,"customer_name":"Renee Russell","product_name":"Mouse","quantity":4,"price":327.89,"order_date":1734539373,"status":"Delivered"},"after":null,"op":"d"} +{"before":null,"after":{"id":3455,"customer_name":"James Atkinson","product_name":"Laptop","quantity":5,"price":597.81,"order_date":1734539378,"status":"Delivered"},"op":"c"} +{"before":null,"after":{"id":3456,"customer_name":"Christina Griffith","product_name":"Smartphone","quantity":5,"price":828.22,"order_date":1734539378,"status":"Pending"},"op":"c"} +{"before":null,"after":{"id":3457,"customer_name":"Mr. Ricardo Joseph","product_name":"Mouse","quantity":1,"price":166.53,"order_date":1734539378,"status":"Cancelled"},"op":"c"} +{"before":null,"after":{"id":3458,"customer_name":"Christina David","product_name":"Mouse","quantity":5,"price":479.68,"order_date":1734539378,"status":"Cancelled"},"op":"c"} +{"before":null,"after":{"id":3459,"customer_name":"Zoe Wagner","product_name":"Laptop","quantity":4,"price":1153.19,"order_date":1734539378,"status":"Delivered"},"op":"c"} +{"before":null,"after":{"id":3460,"customer_name":"Melissa Fisher","product_name":"Mouse","quantity":4,"price":881.75,"order_date":1734539378,"status":"Shipped"},"op":"c"} +{"before":{"id":3247,"customer_name":"Ann Hall","product_name":"Monitor","quantity":4,"price":1886.69,"order_date":1734539363,"status":"Delivered"},"after":null,"op":"d"} +{"before":null,"after":{"id":3461,"customer_name":"Dennis Adkins","product_name":"Mouse","quantity":3,"price":1341.87,"order_date":1734539378,"status":"Pending"},"op":"c"} +{"before":null,"after":{"id":3462,"customer_name":"Robert Castillo","product_name":"Mouse","quantity":3,"price":681.6,"order_date":1734539378,"status":"Shipped"},"op":"c"} +{"before":null,"after":{"id":3463,"customer_name":"Angie Simpson","product_name":"Monitor","quantity":1,"price":1637.91,"order_date":1734539378,"status":"Pending"},"op":"c"} +{"before":null,"after":{"id":3464,"customer_name":"Wanda Russell","product_name":"Keyboard","quantity":3,"price":1691.41,"order_date":1734539378,"status":"Shipped"},"op":"c"} +{"before":null,"after":{"id":3465,"customer_name":"Jessica James","product_name":"Mouse","quantity":5,"price":1661.2,"order_date":1734539378,"status":"Cancelled"},"op":"c"} +{"before":null,"after":{"id":3466,"customer_name":"Amy Collins","product_name":"Smartphone","quantity":1,"price":1583.6,"order_date":1734539378,"status":"Pending"},"op":"c"} +{"before":{"id":3262,"customer_name":"Olivia Sullivan","product_name":"Mouse","quantity":3,"price":493.94,"order_date":1734539364,"status":"Shipped"},"after":{"id":3262,"customer_name":"Olivia Sullivan","product_name":"Mouse","quantity":3,"price":493.94,"order_date":1734539364,"status":"Shipped"},"op":"u"} +{"before":{"id":3379,"customer_name":"Sandra Stephens","product_name":"Smartphone","quantity":1,"price":897.24,"order_date":1734539372,"status":"Pending"},"after":{"id":3379,"customer_name":"Sandra Stephens","product_name":"Smartphone","quantity":1,"price":897.24,"order_date":1734539372,"status":"Shipped"},"op":"u"} +{"before":null,"after":{"id":3467,"customer_name":"Tiffany Woods","product_name":"Mouse","quantity":1,"price":461.62,"order_date":1734539378,"status":"Shipped"},"op":"c"} +{"before":null,"after":{"id":3468,"customer_name":"Lauren Johnson","product_name":"Mouse","quantity":1,"price":1986.7,"order_date":1734539378,"status":"Pending"},"op":"c"} +{"before":null,"after":{"id":3469,"customer_name":"Lindsay Livingston","product_name":"Smartphone","quantity":1,"price":533.86,"order_date":1734539378,"status":"Delivered"},"op":"c"} +{"before":null,"after":{"id":3470,"customer_name":"Eugene Davis","product_name":"Smartphone","quantity":2,"price":1197.46,"order_date":1734539378,"status":"Cancelled"},"op":"c"} +{"before":null,"after":{"id":3471,"customer_name":"Renee Maldonado","product_name":"Laptop","quantity":4,"price":1407.02,"order_date":1734539379,"status":"Shipped"},"op":"c"} +{"before":null,"after":{"id":3472,"customer_name":"Julia Smith","product_name":"Monitor","quantity":1,"price":1866.64,"order_date":1734539379,"status":"Shipped"},"op":"c"} +{"before":null,"after":{"id":3473,"customer_name":"Robert Wilson","product_name":"Keyboard","quantity":5,"price":1285.03,"order_date":1734539379,"status":"Delivered"},"op":"c"} +{"before":null,"after":{"id":3474,"customer_name":"Steven Brown","product_name":"Smartphone","quantity":5,"price":1606.75,"order_date":1734539379,"status":"Delivered"},"op":"c"} +{"before":null,"after":{"id":3475,"customer_name":"Paul Reed","product_name":"Laptop","quantity":4,"price":1786.16,"order_date":1734539379,"status":"Delivered"},"op":"c"} +{"before":null,"after":{"id":3476,"customer_name":"William Price","product_name":"Monitor","quantity":3,"price":61.93,"order_date":1734539379,"status":"Pending"},"op":"c"} +{"before":null,"after":{"id":3477,"customer_name":"Melissa Hoffman","product_name":"Smartphone","quantity":2,"price":585.34,"order_date":1734539379,"status":"Pending"},"op":"c"} +{"before":null,"after":{"id":3478,"customer_name":"Allison Walker","product_name":"Mouse","quantity":4,"price":1143.47,"order_date":1734539379,"status":"Pending"},"op":"c"} +{"before":{"id":3147,"customer_name":"Allen Curry","product_name":"Laptop","quantity":5,"price":319.04,"order_date":1734539356,"status":"Delivered"},"after":{"id":3147,"customer_name":"Allen Curry","product_name":"Laptop","quantity":5,"price":319.04,"order_date":1734539356,"status":"Delivered"},"op":"u"} +{"before":null,"after":{"id":3479,"customer_name":"Sherri Murray","product_name":"Laptop","quantity":5,"price":1830.89,"order_date":1734539379,"status":"Delivered"},"op":"c"} +{"before":null,"after":{"id":3480,"customer_name":"Jimmy Fisher","product_name":"Monitor","quantity":1,"price":1164.3,"order_date":1734539379,"status":"Delivered"},"op":"c"} +{"before":null,"after":{"id":3481,"customer_name":"Caitlin Evans","product_name":"Smartphone","quantity":3,"price":1160.96,"order_date":1734539379,"status":"Shipped"},"op":"c"} +{"before":null,"after":{"id":3482,"customer_name":"Brenda Martin","product_name":"Mouse","quantity":2,"price":1694.2,"order_date":1734539379,"status":"Pending"},"op":"c"} +{"before":null,"after":{"id":3483,"customer_name":"Vanessa Houston","product_name":"Mouse","quantity":2,"price":693.17,"order_date":1734539379,"status":"Delivered"},"op":"c"} +{"before":null,"after":{"id":3484,"customer_name":"Joseph Torres","product_name":"Keyboard","quantity":5,"price":337.66,"order_date":1734539379,"status":"Cancelled"},"op":"c"} +{"before":null,"after":{"id":3485,"customer_name":"Kellie Miller","product_name":"Smartphone","quantity":4,"price":1037.3,"order_date":1734539379,"status":"Pending"},"op":"c"} +{"before":null,"after":{"id":3486,"customer_name":"Patrick Williams","product_name":"Mouse","quantity":3,"price":552.49,"order_date":1734539379,"status":"Shipped"},"op":"c"} +{"before":{"id":3198,"customer_name":"Steven Cline","product_name":"Laptop","quantity":5,"price":1427.42,"order_date":1734539360,"status":"Cancelled"},"after":{"id":3198,"customer_name":"Steven Cline","product_name":"Laptop","quantity":5,"price":1427.42,"order_date":1734539360,"status":"Shipped"},"op":"u"} +{"before":{"id":3250,"customer_name":"Ashley King","product_name":"Smartphone","quantity":4,"price":208.31,"order_date":1734539363,"status":"Pending"},"after":{"id":3250,"customer_name":"Ashley King","product_name":"Smartphone","quantity":4,"price":208.31,"order_date":1734539363,"status":"Shipped"},"op":"u"} +{"before":null,"after":{"id":3487,"customer_name":"Debra Caldwell","product_name":"Laptop","quantity":5,"price":139.9,"order_date":1734539379,"status":"Shipped"},"op":"c"} +{"before":{"id":3402,"customer_name":"Jeffrey Mccoy","product_name":"Monitor","quantity":4,"price":914.65,"order_date":1734539374,"status":"Delivered"},"after":null,"op":"d"} +{"before":null,"after":{"id":3488,"customer_name":"Lee Williams","product_name":"Headphones","quantity":2,"price":1129.59,"order_date":1734539379,"status":"Shipped"},"op":"c"} +{"before":null,"after":{"id":3489,"customer_name":"Jonathan Thompson","product_name":"Mouse","quantity":4,"price":1093.1,"order_date":1734539379,"status":"Pending"},"op":"c"} +{"before":null,"after":{"id":3490,"customer_name":"Roger Jensen MD","product_name":"Keyboard","quantity":1,"price":1022.25,"order_date":1734539379,"status":"Shipped"},"op":"c"} +{"before":{"id":3333,"customer_name":"Christopher Santiago","product_name":"Headphones","quantity":2,"price":526.26,"order_date":1734539369,"status":"Shipped"},"after":{"id":3333,"customer_name":"Christopher Santiago","product_name":"Headphones","quantity":2,"price":526.26,"order_date":1734539369,"status":"Cancelled"},"op":"u"} +{"before":null,"after":{"id":3491,"customer_name":"Gloria Martin","product_name":"Keyboard","quantity":3,"price":179.29,"order_date":1734539379,"status":"Pending"},"op":"c"} +{"before":null,"after":{"id":3492,"customer_name":"Ashley Anderson","product_name":"Laptop","quantity":3,"price":1429.06,"order_date":1734539379,"status":"Pending"},"op":"c"} +{"before":null,"after":{"id":3493,"customer_name":"Pam Blankenship","product_name":"Smartphone","quantity":5,"price":1626.94,"order_date":1734539379,"status":"Cancelled"},"op":"c"} +{"before":null,"after":{"id":3494,"customer_name":"Ronald Pacheco","product_name":"Mouse","quantity":5,"price":95.78,"order_date":1734539380,"status":"Shipped"},"op":"c"} +{"before":null,"after":{"id":3495,"customer_name":"Cory Brown","product_name":"Smartphone","quantity":1,"price":397.0,"order_date":1734539380,"status":"Delivered"},"op":"c"} +{"before":{"id":3213,"customer_name":"Cameron Smith","product_name":"Keyboard","quantity":5,"price":1468.17,"order_date":1734539361,"status":"Shipped"},"after":{"id":3213,"customer_name":"Cameron Smith","product_name":"Keyboard","quantity":5,"price":1468.17,"order_date":1734539361,"status":"Cancelled"},"op":"u"} +{"before":null,"after":{"id":3496,"customer_name":"Jeffrey Douglas","product_name":"Mouse","quantity":2,"price":869.77,"order_date":1734539380,"status":"Delivered"},"op":"c"} +{"before":null,"after":{"id":3497,"customer_name":"Justin Rodriguez","product_name":"Smartphone","quantity":3,"price":1507.56,"order_date":1734539380,"status":"Pending"},"op":"c"} +{"before":null,"after":{"id":3498,"customer_name":"Crystal Pierce","product_name":"Mouse","quantity":3,"price":947.73,"order_date":1734539380,"status":"Pending"},"op":"c"} +{"before":null,"after":{"id":3499,"customer_name":"Sarah Anderson","product_name":"Headphones","quantity":5,"price":756.21,"order_date":1734539380,"status":"Pending"},"op":"c"} +{"before":null,"after":{"id":3500,"customer_name":"Jerry Wallace","product_name":"Keyboard","quantity":3,"price":1522.5,"order_date":1734539380,"status":"Cancelled"},"op":"c"} +{"before":null,"after":{"id":3501,"customer_name":"Marc Stanley","product_name":"Headphones","quantity":1,"price":1377.99,"order_date":1734539380,"status":"Shipped"},"op":"c"} +{"before":null,"after":{"id":3502,"customer_name":"Christina Wilson","product_name":"Keyboard","quantity":3,"price":102.49,"order_date":1734539380,"status":"Pending"},"op":"c"} +{"before":null,"after":{"id":3503,"customer_name":"Carla Barrera","product_name":"Smartphone","quantity":2,"price":1109.41,"order_date":1734539380,"status":"Shipped"},"op":"c"} +{"before":null,"after":{"id":3504,"customer_name":"David Ford","product_name":"Laptop","quantity":3,"price":380.52,"order_date":1734539380,"status":"Shipped"},"op":"c"} +{"before":null,"after":{"id":3505,"customer_name":"Virginia Francis","product_name":"Laptop","quantity":1,"price":901.08,"order_date":1734539380,"status":"Pending"},"op":"c"} +{"before":null,"after":{"id":3506,"customer_name":"Amanda Blake","product_name":"Headphones","quantity":3,"price":729.9,"order_date":1734539380,"status":"Delivered"},"op":"c"} +{"before":null,"after":{"id":3507,"customer_name":"Anthony Garcia","product_name":"Laptop","quantity":2,"price":416.84,"order_date":1734539380,"status":"Cancelled"},"op":"c"} +{"before":null,"after":{"id":3508,"customer_name":"Kevin Anderson","product_name":"Laptop","quantity":4,"price":632.48,"order_date":1734539380,"status":"Pending"},"op":"c"} +{"before":null,"after":{"id":3509,"customer_name":"David Walker","product_name":"Monitor","quantity":5,"price":1619.27,"order_date":1734539380,"status":"Delivered"},"op":"c"} +{"before":{"id":3216,"customer_name":"John Price","product_name":"Keyboard","quantity":5,"price":1207.84,"order_date":1734539361,"status":"Cancelled"},"after":{"id":3216,"customer_name":"John Price","product_name":"Keyboard","quantity":5,"price":1207.84,"order_date":1734539361,"status":"Cancelled"},"op":"u"} +{"before":null,"after":{"id":3510,"customer_name":"Vicki Hodge","product_name":"Smartphone","quantity":2,"price":905.19,"order_date":1734539380,"status":"Cancelled"},"op":"c"} +{"before":null,"after":{"id":3511,"customer_name":"Dylan Robinson","product_name":"Monitor","quantity":1,"price":1203.86,"order_date":1734539380,"status":"Pending"},"op":"c"} +{"before":null,"after":{"id":3512,"customer_name":"Melissa Cooper","product_name":"Mouse","quantity":3,"price":421.85,"order_date":1734539380,"status":"Cancelled"},"op":"c"} +{"before":null,"after":{"id":3513,"customer_name":"Riley Berger","product_name":"Mouse","quantity":5,"price":59.74,"order_date":1734539381,"status":"Pending"},"op":"c"} +{"before":null,"after":{"id":3514,"customer_name":"Christopher George","product_name":"Smartphone","quantity":5,"price":417.83,"order_date":1734539381,"status":"Delivered"},"op":"c"} +{"before":null,"after":{"id":3515,"customer_name":"Douglas Gonzalez","product_name":"Monitor","quantity":3,"price":607.53,"order_date":1734539381,"status":"Pending"},"op":"c"} +{"before":null,"after":{"id":3516,"customer_name":"Shawn Wyatt","product_name":"Smartphone","quantity":3,"price":330.19,"order_date":1734539381,"status":"Pending"},"op":"c"} +{"before":{"id":3164,"customer_name":"Timothy Deleon","product_name":"Keyboard","quantity":3,"price":1967.96,"order_date":1734539358,"status":"Cancelled"},"after":{"id":3164,"customer_name":"Timothy Deleon","product_name":"Keyboard","quantity":3,"price":1967.96,"order_date":1734539358,"status":"Delivered"},"op":"u"} +{"before":null,"after":{"id":3517,"customer_name":"Jeffrey Kramer","product_name":"Keyboard","quantity":1,"price":52.51,"order_date":1734539381,"status":"Cancelled"},"op":"c"} +{"before":null,"after":{"id":3518,"customer_name":"Tim Santos","product_name":"Keyboard","quantity":4,"price":469.63,"order_date":1734539381,"status":"Delivered"},"op":"c"} +{"before":{"id":3155,"customer_name":"Christina Kramer","product_name":"Smartphone","quantity":5,"price":1952.33,"order_date":1734539357,"status":"Delivered"},"after":{"id":3155,"customer_name":"Christina Kramer","product_name":"Smartphone","quantity":5,"price":1952.33,"order_date":1734539357,"status":"Delivered"},"op":"u"} +{"before":{"id":3279,"customer_name":"Charles Smith","product_name":"Headphones","quantity":5,"price":139.41,"order_date":1734539365,"status":"Shipped"},"after":null,"op":"d"} +{"before":null,"after":{"id":3519,"customer_name":"Christopher Walker","product_name":"Mouse","quantity":5,"price":82.39,"order_date":1734539381,"status":"Pending"},"op":"c"} +{"before":{"id":3239,"customer_name":"Jason Lewis","product_name":"Smartphone","quantity":4,"price":593.81,"order_date":1734539362,"status":"Shipped"},"after":{"id":3239,"customer_name":"Jason Lewis","product_name":"Smartphone","quantity":4,"price":593.81,"order_date":1734539362,"status":"Shipped"},"op":"u"} +{"before":null,"after":{"id":3520,"customer_name":"Mark Huerta","product_name":"Smartphone","quantity":3,"price":1611.25,"order_date":1734539381,"status":"Shipped"},"op":"c"} +{"before":null,"after":{"id":3521,"customer_name":"Robert Gray","product_name":"Mouse","quantity":4,"price":1964.25,"order_date":1734539381,"status":"Cancelled"},"op":"c"} +{"before":null,"after":{"id":3522,"customer_name":"Olivia Lam","product_name":"Headphones","quantity":1,"price":1665.66,"order_date":1734539381,"status":"Pending"},"op":"c"} +{"before":null,"after":{"id":3523,"customer_name":"Heather Goodwin","product_name":"Headphones","quantity":1,"price":1408.17,"order_date":1734539381,"status":"Delivered"},"op":"c"} +{"before":null,"after":{"id":3524,"customer_name":"Martin Montgomery","product_name":"Mouse","quantity":1,"price":548.72,"order_date":1734539381,"status":"Cancelled"},"op":"c"} +{"before":null,"after":{"id":3525,"customer_name":"Diana Turner","product_name":"Laptop","quantity":1,"price":63.85,"order_date":1734539381,"status":"Cancelled"},"op":"c"} +{"before":null,"after":{"id":3526,"customer_name":"Amanda Marshall","product_name":"Smartphone","quantity":1,"price":769.58,"order_date":1734539381,"status":"Delivered"},"op":"c"} +{"before":null,"after":{"id":3527,"customer_name":"Samantha Thompson","product_name":"Mouse","quantity":3,"price":783.87,"order_date":1734539381,"status":"Shipped"},"op":"c"} +{"before":null,"after":{"id":3528,"customer_name":"Carl Campbell","product_name":"Monitor","quantity":1,"price":1170.72,"order_date":1734539381,"status":"Pending"},"op":"c"} +{"before":null,"after":{"id":3529,"customer_name":"Robert Cameron","product_name":"Mouse","quantity":3,"price":1920.18,"order_date":1734539381,"status":"Pending"},"op":"c"} +{"before":null,"after":{"id":3530,"customer_name":"Craig Ward MD","product_name":"Laptop","quantity":2,"price":961.54,"order_date":1734539381,"status":"Cancelled"},"op":"c"} +{"before":{"id":3287,"customer_name":"Billy Hamilton","product_name":"Laptop","quantity":4,"price":469.38,"order_date":1734539365,"status":"Cancelled"},"after":{"id":3287,"customer_name":"Billy Hamilton","product_name":"Laptop","quantity":4,"price":469.38,"order_date":1734539365,"status":"Cancelled"},"op":"u"} +{"before":null,"after":{"id":3531,"customer_name":"Matthew Moreno","product_name":"Laptop","quantity":2,"price":437.7,"order_date":1734539382,"status":"Shipped"},"op":"c"} +{"before":{"id":3441,"customer_name":"Victoria Mckinney","product_name":"Mouse","quantity":2,"price":547.89,"order_date":1734539377,"status":"Pending"},"after":null,"op":"d"} +{"before":null,"after":{"id":3532,"customer_name":"Donna Ho","product_name":"Headphones","quantity":4,"price":1756.66,"order_date":1734539382,"status":"Pending"},"op":"c"} +{"before":null,"after":{"id":3533,"customer_name":"Jeremy Griffin","product_name":"Laptop","quantity":2,"price":1432.47,"order_date":1734539382,"status":"Pending"},"op":"c"} +{"before":{"id":3462,"customer_name":"Robert Castillo","product_name":"Mouse","quantity":3,"price":681.6,"order_date":1734539378,"status":"Shipped"},"after":{"id":3462,"customer_name":"Robert Castillo","product_name":"Mouse","quantity":3,"price":681.6,"order_date":1734539378,"status":"Cancelled"},"op":"u"} +{"before":{"id":3315,"customer_name":"Matthew Cole","product_name":"Mouse","quantity":5,"price":289.1,"order_date":1734539367,"status":"Cancelled"},"after":{"id":3315,"customer_name":"Matthew Cole","product_name":"Mouse","quantity":5,"price":289.1,"order_date":1734539367,"status":"Delivered"},"op":"u"} +{"before":null,"after":{"id":3534,"customer_name":"Richard Singleton","product_name":"Mouse","quantity":3,"price":1370.72,"order_date":1734539382,"status":"Shipped"},"op":"c"} +{"before":{"id":3254,"customer_name":"Maria Martinez","product_name":"Monitor","quantity":3,"price":426.91,"order_date":1734539363,"status":"Shipped"},"after":null,"op":"d"} +{"before":{"id":3170,"customer_name":"Richard Chavez","product_name":"Headphones","quantity":2,"price":518.13,"order_date":1734539358,"status":"Delivered"},"after":{"id":3170,"customer_name":"Richard Chavez","product_name":"Headphones","quantity":2,"price":518.13,"order_date":1734539358,"status":"Cancelled"},"op":"u"} +{"before":null,"after":{"id":3535,"customer_name":"Johnathan Ray","product_name":"Keyboard","quantity":1,"price":600.33,"order_date":1734539382,"status":"Delivered"},"op":"c"} +{"before":{"id":3238,"customer_name":"Zachary Mcknight","product_name":"Laptop","quantity":4,"price":1462.59,"order_date":1734539362,"status":"Pending"},"after":{"id":3238,"customer_name":"Zachary Mcknight","product_name":"Laptop","quantity":4,"price":1462.59,"order_date":1734539362,"status":"Cancelled"},"op":"u"} +{"before":{"id":3403,"customer_name":"Renee Welch","product_name":"Smartphone","quantity":1,"price":1820.73,"order_date":1734539374,"status":"Shipped"},"after":{"id":3403,"customer_name":"Renee Welch","product_name":"Smartphone","quantity":1,"price":1820.73,"order_date":1734539374,"status":"Cancelled"},"op":"u"} +{"before":{"id":3119,"customer_name":"Jeremy Garcia","product_name":"Mouse","quantity":5,"price":1952.78,"order_date":1734539355,"status":"Delivered"},"after":{"id":3119,"customer_name":"Jeremy Garcia","product_name":"Mouse","quantity":5,"price":1952.78,"order_date":1734539355,"status":"Shipped"},"op":"u"} +{"before":{"id":3519,"customer_name":"Christopher Walker","product_name":"Mouse","quantity":5,"price":82.39,"order_date":1734539381,"status":"Pending"},"after":{"id":3519,"customer_name":"Christopher Walker","product_name":"Mouse","quantity":5,"price":82.39,"order_date":1734539381,"status":"Cancelled"},"op":"u"} +{"before":null,"after":{"id":3536,"customer_name":"Mr. Jeffrey Rodriguez","product_name":"Headphones","quantity":2,"price":1576.29,"order_date":1734539382,"status":"Cancelled"},"op":"c"} +{"before":null,"after":{"id":3537,"customer_name":"Sydney Soto MD","product_name":"Smartphone","quantity":4,"price":1240.94,"order_date":1734539382,"status":"Delivered"},"op":"c"} +{"before":null,"after":{"id":3538,"customer_name":"Sheri Shaffer","product_name":"Headphones","quantity":5,"price":1346.01,"order_date":1734539382,"status":"Pending"},"op":"c"} +{"before":null,"after":{"id":3539,"customer_name":"Scott Carr","product_name":"Headphones","quantity":5,"price":297.94,"order_date":1734539382,"status":"Delivered"},"op":"c"} +{"before":null,"after":{"id":3540,"customer_name":"Jordan Reese","product_name":"Mouse","quantity":3,"price":1430.94,"order_date":1734539382,"status":"Delivered"},"op":"c"} +{"before":{"id":3209,"customer_name":"Jessica Rose","product_name":"Monitor","quantity":4,"price":1087.78,"order_date":1734539361,"status":"Shipped"},"after":{"id":3209,"customer_name":"Jessica Rose","product_name":"Monitor","quantity":4,"price":1087.78,"order_date":1734539361,"status":"Cancelled"},"op":"u"} +{"before":null,"after":{"id":3541,"customer_name":"Lisa Miller","product_name":"Keyboard","quantity":5,"price":385.43,"order_date":1734539382,"status":"Shipped"},"op":"c"} +{"before":null,"after":{"id":3542,"customer_name":"Kim Stanley","product_name":"Laptop","quantity":4,"price":1061.05,"order_date":1734539382,"status":"Shipped"},"op":"c"} +{"before":null,"after":{"id":3543,"customer_name":"Andrew Brown","product_name":"Monitor","quantity":3,"price":326.31,"order_date":1734539382,"status":"Cancelled"},"op":"c"} +{"before":null,"after":{"id":3544,"customer_name":"Kelly Foster","product_name":"Smartphone","quantity":5,"price":1760.13,"order_date":1734539383,"status":"Pending"},"op":"c"} +{"before":null,"after":{"id":3545,"customer_name":"Lydia House","product_name":"Keyboard","quantity":5,"price":1187.41,"order_date":1734539383,"status":"Cancelled"},"op":"c"} +{"before":null,"after":{"id":3546,"customer_name":"Lisa Miller MD","product_name":"Keyboard","quantity":4,"price":1535.7,"order_date":1734539383,"status":"Pending"},"op":"c"} +{"before":null,"after":{"id":3547,"customer_name":"Daisy Hill","product_name":"Monitor","quantity":2,"price":459.11,"order_date":1734539383,"status":"Pending"},"op":"c"} +{"before":null,"after":{"id":3548,"customer_name":"Barbara Rocha","product_name":"Monitor","quantity":4,"price":712.04,"order_date":1734539383,"status":"Shipped"},"op":"c"} +{"before":null,"after":{"id":3549,"customer_name":"Tiffany Anderson","product_name":"Headphones","quantity":2,"price":1407.5,"order_date":1734539383,"status":"Pending"},"op":"c"} +{"before":null,"after":{"id":3550,"customer_name":"Christina Allen","product_name":"Mouse","quantity":2,"price":286.79,"order_date":1734539383,"status":"Pending"},"op":"c"} +{"before":{"id":3153,"customer_name":"Joseph Jones","product_name":"Keyboard","quantity":4,"price":1021.95,"order_date":1734539357,"status":"Delivered"},"after":{"id":3153,"customer_name":"Joseph Jones","product_name":"Keyboard","quantity":4,"price":1021.95,"order_date":1734539357,"status":"Shipped"},"op":"u"} +{"before":{"id":3446,"customer_name":"Sherry Kim","product_name":"Smartphone","quantity":3,"price":1342.3,"order_date":1734539377,"status":"Delivered"},"after":{"id":3446,"customer_name":"Sherry Kim","product_name":"Smartphone","quantity":3,"price":1342.3,"order_date":1734539377,"status":"Cancelled"},"op":"u"} +{"before":null,"after":{"id":3551,"customer_name":"Kristen Martinez","product_name":"Mouse","quantity":5,"price":148.03,"order_date":1734539383,"status":"Delivered"},"op":"c"} +{"before":{"id":3365,"customer_name":"Cassie Kane","product_name":"Smartphone","quantity":4,"price":579.53,"order_date":1734539371,"status":"Cancelled"},"after":{"id":3365,"customer_name":"Cassie Kane","product_name":"Smartphone","quantity":4,"price":579.53,"order_date":1734539371,"status":"Shipped"},"op":"u"} +{"before":{"id":3200,"customer_name":"Michael Clark","product_name":"Keyboard","quantity":1,"price":153.52,"order_date":1734539360,"status":"Pending"},"after":{"id":3200,"customer_name":"Michael Clark","product_name":"Keyboard","quantity":1,"price":153.52,"order_date":1734539360,"status":"Delivered"},"op":"u"} +{"before":null,"after":{"id":3552,"customer_name":"Karen Holmes","product_name":"Laptop","quantity":1,"price":1335.29,"order_date":1734539383,"status":"Cancelled"},"op":"c"} +{"before":{"id":3248,"customer_name":"Jennifer Henry","product_name":"Monitor","quantity":5,"price":628.45,"order_date":1734539363,"status":"Delivered"},"after":{"id":3248,"customer_name":"Jennifer Henry","product_name":"Monitor","quantity":5,"price":628.45,"order_date":1734539363,"status":"Delivered"},"op":"u"} +{"before":null,"after":{"id":3553,"customer_name":"Brian Morales","product_name":"Monitor","quantity":2,"price":1905.16,"order_date":1734539383,"status":"Delivered"},"op":"c"} +{"before":null,"after":{"id":3554,"customer_name":"Lee Adams","product_name":"Mouse","quantity":5,"price":1289.82,"order_date":1734539383,"status":"Cancelled"},"op":"c"} +{"before":null,"after":{"id":3555,"customer_name":"Gary Martin","product_name":"Monitor","quantity":2,"price":1156.01,"order_date":1734539383,"status":"Shipped"},"op":"c"} +{"before":{"id":3543,"customer_name":"Andrew Brown","product_name":"Monitor","quantity":3,"price":326.31,"order_date":1734539382,"status":"Cancelled"},"after":{"id":3543,"customer_name":"Andrew Brown","product_name":"Monitor","quantity":3,"price":326.31,"order_date":1734539382,"status":"Shipped"},"op":"u"} +{"before":null,"after":{"id":3556,"customer_name":"Rhonda Wilson","product_name":"Keyboard","quantity":4,"price":1228.71,"order_date":1734539383,"status":"Shipped"},"op":"c"} +{"before":null,"after":{"id":3557,"customer_name":"Traci Nunez","product_name":"Headphones","quantity":5,"price":1000.45,"order_date":1734539383,"status":"Delivered"},"op":"c"} +{"before":null,"after":{"id":3558,"customer_name":"Colleen Greer","product_name":"Monitor","quantity":2,"price":765.38,"order_date":1734539383,"status":"Pending"},"op":"c"} +{"before":null,"after":{"id":3559,"customer_name":"Joseph Ramirez","product_name":"Smartphone","quantity":5,"price":309.89,"order_date":1734539384,"status":"Pending"},"op":"c"} +{"before":null,"after":{"id":3560,"customer_name":"Isabella Rose","product_name":"Headphones","quantity":3,"price":1866.0,"order_date":1734539384,"status":"Pending"},"op":"c"} +{"before":{"id":3218,"customer_name":"Dustin Cooper","product_name":"Laptop","quantity":5,"price":1187.08,"order_date":1734539361,"status":"Delivered"},"after":{"id":3218,"customer_name":"Dustin Cooper","product_name":"Laptop","quantity":5,"price":1187.08,"order_date":1734539361,"status":"Shipped"},"op":"u"} +{"before":{"id":3307,"customer_name":"Christian Graves","product_name":"Laptop","quantity":3,"price":401.07,"order_date":1734539367,"status":"Delivered"},"after":{"id":3307,"customer_name":"Christian Graves","product_name":"Laptop","quantity":3,"price":401.07,"order_date":1734539367,"status":"Cancelled"},"op":"u"} +{"before":null,"after":{"id":3561,"customer_name":"Hannah Payne","product_name":"Monitor","quantity":2,"price":1802.65,"order_date":1734539384,"status":"Cancelled"},"op":"c"} +{"before":null,"after":{"id":3562,"customer_name":"Tara Cox","product_name":"Mouse","quantity":3,"price":196.16,"order_date":1734539384,"status":"Pending"},"op":"c"} +{"before":null,"after":{"id":3563,"customer_name":"Austin Cruz","product_name":"Keyboard","quantity":1,"price":1633.45,"order_date":1734539384,"status":"Delivered"},"op":"c"} +{"before":null,"after":{"id":3564,"customer_name":"Kyle Hall","product_name":"Laptop","quantity":1,"price":929.72,"order_date":1734539384,"status":"Pending"},"op":"c"} +{"before":{"id":3257,"customer_name":"Lee Mclean","product_name":"Laptop","quantity":4,"price":820.46,"order_date":1734539364,"status":"Delivered"},"after":{"id":3257,"customer_name":"Lee Mclean","product_name":"Laptop","quantity":4,"price":820.46,"order_date":1734539364,"status":"Cancelled"},"op":"u"} +{"before":null,"after":{"id":3565,"customer_name":"Aaron Harper","product_name":"Mouse","quantity":1,"price":256.7,"order_date":1734539384,"status":"Delivered"},"op":"c"} +{"before":{"id":3457,"customer_name":"Mr. Ricardo Joseph","product_name":"Mouse","quantity":1,"price":166.53,"order_date":1734539378,"status":"Cancelled"},"after":{"id":3457,"customer_name":"Mr. Ricardo Joseph","product_name":"Mouse","quantity":1,"price":166.53,"order_date":1734539378,"status":"Shipped"},"op":"u"} +{"before":null,"after":{"id":3566,"customer_name":"Andrea Wolfe","product_name":"Smartphone","quantity":3,"price":1510.47,"order_date":1734539384,"status":"Delivered"},"op":"c"} +{"before":null,"after":{"id":3567,"customer_name":"Shawn Stokes","product_name":"Mouse","quantity":4,"price":1833.87,"order_date":1734539384,"status":"Delivered"},"op":"c"} +{"before":{"id":3481,"customer_name":"Caitlin Evans","product_name":"Smartphone","quantity":3,"price":1160.96,"order_date":1734539379,"status":"Shipped"},"after":{"id":3481,"customer_name":"Caitlin Evans","product_name":"Smartphone","quantity":3,"price":1160.96,"order_date":1734539379,"status":"Delivered"},"op":"u"} +{"before":null,"after":{"id":3568,"customer_name":"Tamara Snyder","product_name":"Headphones","quantity":5,"price":841.08,"order_date":1734539384,"status":"Shipped"},"op":"c"} +{"before":{"id":3342,"customer_name":"Dan Rodriguez","product_name":"Smartphone","quantity":1,"price":878.8,"order_date":1734539369,"status":"Cancelled"},"after":{"id":3342,"customer_name":"Dan Rodriguez","product_name":"Smartphone","quantity":1,"price":878.8,"order_date":1734539369,"status":"Cancelled"},"op":"u"} +{"before":null,"after":{"id":3569,"customer_name":"Gregory Baker","product_name":"Mouse","quantity":2,"price":1163.24,"order_date":1734539384,"status":"Shipped"},"op":"c"} +{"before":null,"after":{"id":3570,"customer_name":"Erin Smith","product_name":"Headphones","quantity":2,"price":373.93,"order_date":1734539384,"status":"Shipped"},"op":"c"} +{"before":null,"after":{"id":3571,"customer_name":"Curtis Rodriguez","product_name":"Headphones","quantity":2,"price":1314.71,"order_date":1734539384,"status":"Shipped"},"op":"c"} +{"before":null,"after":{"id":3572,"customer_name":"Connor Whitaker","product_name":"Laptop","quantity":1,"price":413.56,"order_date":1734539385,"status":"Shipped"},"op":"c"} +{"before":null,"after":{"id":3573,"customer_name":"Jason Douglas","product_name":"Laptop","quantity":3,"price":1281.24,"order_date":1734539385,"status":"Pending"},"op":"c"} +{"before":null,"after":{"id":3574,"customer_name":"Alexis Hoover","product_name":"Headphones","quantity":3,"price":536.03,"order_date":1734539385,"status":"Pending"},"op":"c"} +{"before":null,"after":{"id":3575,"customer_name":"Charles Shah","product_name":"Smartphone","quantity":5,"price":747.65,"order_date":1734539385,"status":"Pending"},"op":"c"} +{"before":null,"after":{"id":3576,"customer_name":"Aaron Cruz","product_name":"Keyboard","quantity":3,"price":1294.57,"order_date":1734539385,"status":"Delivered"},"op":"c"} +{"before":null,"after":{"id":3577,"customer_name":"Jason Green","product_name":"Keyboard","quantity":4,"price":156.33,"order_date":1734539385,"status":"Pending"},"op":"c"} +{"before":null,"after":{"id":3578,"customer_name":"Mary Jones","product_name":"Laptop","quantity":4,"price":278.48,"order_date":1734539385,"status":"Cancelled"},"op":"c"} +{"before":null,"after":{"id":3579,"customer_name":"William Jordan","product_name":"Smartphone","quantity":5,"price":575.76,"order_date":1734539385,"status":"Cancelled"},"op":"c"} +{"before":null,"after":{"id":3580,"customer_name":"Devin Gay","product_name":"Laptop","quantity":5,"price":1874.24,"order_date":1734539385,"status":"Delivered"},"op":"c"} +{"before":null,"after":{"id":3581,"customer_name":"Jeremy Marshall","product_name":"Laptop","quantity":4,"price":1658.56,"order_date":1734539385,"status":"Delivered"},"op":"c"} +{"before":{"id":3275,"customer_name":"Pamela Sandoval","product_name":"Mouse","quantity":2,"price":852.0,"order_date":1734539365,"status":"Shipped"},"after":{"id":3275,"customer_name":"Pamela Sandoval","product_name":"Mouse","quantity":2,"price":852.0,"order_date":1734539365,"status":"Shipped"},"op":"u"} +{"before":null,"after":{"id":3582,"customer_name":"Debra Walker","product_name":"Monitor","quantity":5,"price":397.36,"order_date":1734539385,"status":"Delivered"},"op":"c"} +{"before":null,"after":{"id":3583,"customer_name":"James Bullock","product_name":"Laptop","quantity":3,"price":421.37,"order_date":1734539385,"status":"Delivered"},"op":"c"} +{"before":null,"after":{"id":3584,"customer_name":"Kathryn Garrison","product_name":"Keyboard","quantity":1,"price":1222.33,"order_date":1734539385,"status":"Shipped"},"op":"c"} +{"before":null,"after":{"id":3585,"customer_name":"Dana Mckinney","product_name":"Mouse","quantity":5,"price":1536.19,"order_date":1734539385,"status":"Delivered"},"op":"c"} +{"before":null,"after":{"id":3586,"customer_name":"Kerri Day","product_name":"Keyboard","quantity":3,"price":57.7,"order_date":1734539385,"status":"Pending"},"op":"c"} +{"before":{"id":3248,"customer_name":"Jennifer Henry","product_name":"Monitor","quantity":5,"price":628.45,"order_date":1734539363,"status":"Delivered"},"after":{"id":3248,"customer_name":"Jennifer Henry","product_name":"Monitor","quantity":5,"price":628.45,"order_date":1734539363,"status":"Shipped"},"op":"u"} +{"before":null,"after":{"id":3587,"customer_name":"Erica Brandt","product_name":"Headphones","quantity":5,"price":56.44,"order_date":1734539385,"status":"Cancelled"},"op":"c"} +{"before":null,"after":{"id":3588,"customer_name":"Linda Miller","product_name":"Keyboard","quantity":1,"price":841.2,"order_date":1734539385,"status":"Delivered"},"op":"c"} +{"before":{"id":3360,"customer_name":"Madeline Dennis","product_name":"Laptop","quantity":4,"price":93.4,"order_date":1734539371,"status":"Delivered"},"after":{"id":3360,"customer_name":"Madeline Dennis","product_name":"Laptop","quantity":4,"price":93.4,"order_date":1734539371,"status":"Delivered"},"op":"u"} +{"before":null,"after":{"id":3589,"customer_name":"Krista York","product_name":"Laptop","quantity":4,"price":1652.13,"order_date":1734539386,"status":"Delivered"},"op":"c"} +{"before":null,"after":{"id":3590,"customer_name":"David Blackwell","product_name":"Monitor","quantity":2,"price":1093.26,"order_date":1734539386,"status":"Cancelled"},"op":"c"} +{"before":null,"after":{"id":3591,"customer_name":"Mary Williams","product_name":"Headphones","quantity":1,"price":1577.1,"order_date":1734539386,"status":"Pending"},"op":"c"} +{"before":null,"after":{"id":3592,"customer_name":"Sandra Carter","product_name":"Laptop","quantity":4,"price":1145.79,"order_date":1734539386,"status":"Cancelled"},"op":"c"} +{"before":{"id":3431,"customer_name":"Tina Hernandez","product_name":"Keyboard","quantity":1,"price":1383.02,"order_date":1734539376,"status":"Pending"},"after":null,"op":"d"} +{"before":null,"after":{"id":3593,"customer_name":"Nathaniel Morton","product_name":"Laptop","quantity":3,"price":747.2,"order_date":1734539386,"status":"Pending"},"op":"c"} +{"before":null,"after":{"id":3594,"customer_name":"Nicholas Anderson","product_name":"Laptop","quantity":1,"price":1252.96,"order_date":1734539386,"status":"Pending"},"op":"c"} +{"before":null,"after":{"id":3595,"customer_name":"Elizabeth Jimenez","product_name":"Keyboard","quantity":5,"price":1240.4,"order_date":1734539386,"status":"Cancelled"},"op":"c"} +{"before":null,"after":{"id":3596,"customer_name":"Seth Key","product_name":"Monitor","quantity":2,"price":729.65,"order_date":1734539386,"status":"Delivered"},"op":"c"} +{"before":{"id":3299,"customer_name":"Jeffrey Deleon","product_name":"Keyboard","quantity":4,"price":1677.69,"order_date":1734539366,"status":"Cancelled"},"after":{"id":3299,"customer_name":"Jeffrey Deleon","product_name":"Keyboard","quantity":4,"price":1677.69,"order_date":1734539366,"status":"Shipped"},"op":"u"} +{"before":null,"after":{"id":3597,"customer_name":"Richard Hughes","product_name":"Monitor","quantity":5,"price":976.74,"order_date":1734539386,"status":"Shipped"},"op":"c"} +{"before":null,"after":{"id":3598,"customer_name":"Tamara Scott","product_name":"Smartphone","quantity":4,"price":657.89,"order_date":1734539386,"status":"Shipped"},"op":"c"} +{"before":{"id":3297,"customer_name":"Emily Lee","product_name":"Headphones","quantity":1,"price":142.18,"order_date":1734539366,"status":"Cancelled"},"after":{"id":3297,"customer_name":"Emily Lee","product_name":"Headphones","quantity":1,"price":142.18,"order_date":1734539366,"status":"Shipped"},"op":"u"} +{"before":null,"after":{"id":3599,"customer_name":"Elizabeth Dominguez","product_name":"Smartphone","quantity":2,"price":375.21,"order_date":1734539386,"status":"Cancelled"},"op":"c"} +{"before":null,"after":{"id":3600,"customer_name":"Tyler Schwartz","product_name":"Mouse","quantity":2,"price":1190.35,"order_date":1734539386,"status":"Shipped"},"op":"c"} +{"before":null,"after":{"id":3601,"customer_name":"Taylor Wilson","product_name":"Mouse","quantity":4,"price":1378.02,"order_date":1734539386,"status":"Shipped"},"op":"c"} +{"before":{"id":3336,"customer_name":"Phyllis Anderson","product_name":"Mouse","quantity":1,"price":1701.04,"order_date":1734539369,"status":"Shipped"},"after":{"id":3336,"customer_name":"Phyllis Anderson","product_name":"Mouse","quantity":1,"price":1701.04,"order_date":1734539369,"status":"Cancelled"},"op":"u"} +{"before":null,"after":{"id":3602,"customer_name":"Heather Weiss","product_name":"Headphones","quantity":4,"price":533.45,"order_date":1734539386,"status":"Cancelled"},"op":"c"} +{"before":null,"after":{"id":3603,"customer_name":"Jose Baker","product_name":"Laptop","quantity":1,"price":527.12,"order_date":1734539386,"status":"Cancelled"},"op":"c"} +{"before":null,"after":{"id":3604,"customer_name":"Jennifer Keller","product_name":"Mouse","quantity":3,"price":1342.68,"order_date":1734539386,"status":"Delivered"},"op":"c"} +{"before":null,"after":{"id":3605,"customer_name":"Angela Murphy","product_name":"Headphones","quantity":2,"price":923.42,"order_date":1734539387,"status":"Delivered"},"op":"c"} +{"before":{"id":3413,"customer_name":"Jessica Howe","product_name":"Laptop","quantity":4,"price":1094.51,"order_date":1734539375,"status":"Pending"},"after":{"id":3413,"customer_name":"Jessica Howe","product_name":"Laptop","quantity":4,"price":1094.51,"order_date":1734539375,"status":"Delivered"},"op":"u"} +{"before":null,"after":{"id":3606,"customer_name":"Alexandra Richardson","product_name":"Smartphone","quantity":2,"price":884.48,"order_date":1734539387,"status":"Cancelled"},"op":"c"} +{"before":null,"after":{"id":3607,"customer_name":"Andrew Mcmillan","product_name":"Mouse","quantity":2,"price":185.3,"order_date":1734539387,"status":"Pending"},"op":"c"} +{"before":null,"after":{"id":3608,"customer_name":"Adam Rodriguez","product_name":"Monitor","quantity":5,"price":655.09,"order_date":1734539387,"status":"Shipped"},"op":"c"} +{"before":null,"after":{"id":3609,"customer_name":"Ryan Brown","product_name":"Laptop","quantity":2,"price":1004.26,"order_date":1734539387,"status":"Cancelled"},"op":"c"} +{"before":null,"after":{"id":3610,"customer_name":"Angel Brown","product_name":"Keyboard","quantity":1,"price":1789.55,"order_date":1734539387,"status":"Pending"},"op":"c"} +{"before":null,"after":{"id":3611,"customer_name":"John Howard","product_name":"Headphones","quantity":5,"price":372.09,"order_date":1734539387,"status":"Shipped"},"op":"c"} +{"before":null,"after":{"id":3612,"customer_name":"Mary Oliver","product_name":"Monitor","quantity":4,"price":712.1,"order_date":1734539387,"status":"Cancelled"},"op":"c"} +{"before":null,"after":{"id":3613,"customer_name":"Cody Ho","product_name":"Monitor","quantity":3,"price":229.8,"order_date":1734539387,"status":"Cancelled"},"op":"c"} +{"before":null,"after":{"id":3614,"customer_name":"Gordon Thompson","product_name":"Headphones","quantity":4,"price":1411.26,"order_date":1734539387,"status":"Cancelled"},"op":"c"} +{"before":null,"after":{"id":3615,"customer_name":"Michelle Barnes","product_name":"Keyboard","quantity":4,"price":1496.61,"order_date":1734539387,"status":"Shipped"},"op":"c"} +{"before":null,"after":{"id":3616,"customer_name":"Jessica Gutierrez","product_name":"Keyboard","quantity":4,"price":796.26,"order_date":1734539387,"status":"Cancelled"},"op":"c"} +{"before":{"id":3355,"customer_name":"Daniel Watson","product_name":"Keyboard","quantity":4,"price":1202.16,"order_date":1734539370,"status":"Cancelled"},"after":{"id":3355,"customer_name":"Daniel Watson","product_name":"Keyboard","quantity":4,"price":1202.16,"order_date":1734539370,"status":"Shipped"},"op":"u"} +{"before":null,"after":{"id":3617,"customer_name":"Anthony Brady","product_name":"Headphones","quantity":5,"price":1450.4,"order_date":1734539387,"status":"Shipped"},"op":"c"} +{"before":null,"after":{"id":3618,"customer_name":"Olivia Macias","product_name":"Keyboard","quantity":1,"price":373.77,"order_date":1734539387,"status":"Pending"},"op":"c"} +{"before":null,"after":{"id":3619,"customer_name":"Danielle Clark","product_name":"Monitor","quantity":5,"price":1061.9,"order_date":1734539387,"status":"Pending"},"op":"c"} +{"before":{"id":3455,"customer_name":"James Atkinson","product_name":"Laptop","quantity":5,"price":597.81,"order_date":1734539378,"status":"Delivered"},"after":{"id":3455,"customer_name":"James Atkinson","product_name":"Laptop","quantity":5,"price":597.81,"order_date":1734539378,"status":"Delivered"},"op":"u"} +{"before":null,"after":{"id":3620,"customer_name":"Betty Moore","product_name":"Mouse","quantity":4,"price":292.78,"order_date":1734539387,"status":"Shipped"},"op":"c"} +{"before":null,"after":{"id":3621,"customer_name":"Bianca Jackson","product_name":"Headphones","quantity":3,"price":1033.61,"order_date":1734539387,"status":"Pending"},"op":"c"} +{"before":null,"after":{"id":3622,"customer_name":"Jeffrey Brandt","product_name":"Laptop","quantity":4,"price":1350.05,"order_date":1734539387,"status":"Cancelled"},"op":"c"} +{"before":null,"after":{"id":3623,"customer_name":"Elizabeth Lawrence","product_name":"Mouse","quantity":5,"price":98.02,"order_date":1734539387,"status":"Pending"},"op":"c"} +{"before":null,"after":{"id":3624,"customer_name":"Christine Phillips","product_name":"Headphones","quantity":2,"price":1914.94,"order_date":1734539387,"status":"Cancelled"},"op":"c"} +{"before":{"id":3184,"customer_name":"Janet Ho","product_name":"Headphones","quantity":2,"price":212.84,"order_date":1734539359,"status":"Delivered"},"after":{"id":3184,"customer_name":"Janet Ho","product_name":"Headphones","quantity":2,"price":212.84,"order_date":1734539359,"status":"Delivered"},"op":"u"} +{"before":{"id":3229,"customer_name":"Cassandra Thornton","product_name":"Monitor","quantity":4,"price":1547.12,"order_date":1734539362,"status":"Cancelled"},"after":null,"op":"d"} +{"before":null,"after":{"id":3625,"customer_name":"Gary Gonzalez","product_name":"Headphones","quantity":3,"price":1570.21,"order_date":1734539388,"status":"Delivered"},"op":"c"} +{"before":null,"after":{"id":3626,"customer_name":"Stephen Duncan","product_name":"Smartphone","quantity":2,"price":553.63,"order_date":1734539388,"status":"Pending"},"op":"c"} +{"before":null,"after":{"id":3627,"customer_name":"Alexandra Alvarado DDS","product_name":"Mouse","quantity":1,"price":571.24,"order_date":1734539388,"status":"Delivered"},"op":"c"} +{"before":null,"after":{"id":3628,"customer_name":"Lauren Miller","product_name":"Mouse","quantity":1,"price":308.43,"order_date":1734539388,"status":"Pending"},"op":"c"} +{"before":{"id":3196,"customer_name":"Diana Harris","product_name":"Smartphone","quantity":5,"price":307.2,"order_date":1734539360,"status":"Shipped"},"after":{"id":3196,"customer_name":"Diana Harris","product_name":"Smartphone","quantity":5,"price":307.2,"order_date":1734539360,"status":"Delivered"},"op":"u"} +{"before":null,"after":{"id":3629,"customer_name":"Brian Pace PhD","product_name":"Headphones","quantity":1,"price":860.39,"order_date":1734539388,"status":"Delivered"},"op":"c"} +{"before":{"id":3157,"customer_name":"Donna Smith","product_name":"Laptop","quantity":1,"price":1932.13,"order_date":1734539357,"status":"Delivered"},"after":{"id":3157,"customer_name":"Donna Smith","product_name":"Laptop","quantity":1,"price":1932.13,"order_date":1734539357,"status":"Delivered"},"op":"u"} +{"before":null,"after":{"id":3630,"customer_name":"Anne Guerra","product_name":"Mouse","quantity":5,"price":1566.69,"order_date":1734539388,"status":"Shipped"},"op":"c"} +{"before":null,"after":{"id":3631,"customer_name":"Karen Murphy","product_name":"Smartphone","quantity":5,"price":949.12,"order_date":1734539388,"status":"Pending"},"op":"c"} +{"before":null,"after":{"id":3632,"customer_name":"Amanda Norman","product_name":"Laptop","quantity":2,"price":147.59,"order_date":1734539388,"status":"Shipped"},"op":"c"} +{"before":{"id":3533,"customer_name":"Jeremy Griffin","product_name":"Laptop","quantity":2,"price":1432.47,"order_date":1734539382,"status":"Pending"},"after":{"id":3533,"customer_name":"Jeremy Griffin","product_name":"Laptop","quantity":2,"price":1432.47,"order_date":1734539382,"status":"Delivered"},"op":"u"} +{"before":null,"after":{"id":3633,"customer_name":"Lisa Jimenez","product_name":"Monitor","quantity":3,"price":445.85,"order_date":1734539388,"status":"Shipped"},"op":"c"} +{"before":{"id":3352,"customer_name":"Michael Jackson","product_name":"Smartphone","quantity":1,"price":742.94,"order_date":1734539370,"status":"Cancelled"},"after":{"id":3352,"customer_name":"Michael Jackson","product_name":"Smartphone","quantity":1,"price":742.94,"order_date":1734539370,"status":"Cancelled"},"op":"u"} +{"before":{"id":3606,"customer_name":"Alexandra Richardson","product_name":"Smartphone","quantity":2,"price":884.48,"order_date":1734539387,"status":"Cancelled"},"after":{"id":3606,"customer_name":"Alexandra Richardson","product_name":"Smartphone","quantity":2,"price":884.48,"order_date":1734539387,"status":"Cancelled"},"op":"u"} +{"before":{"id":3461,"customer_name":"Dennis Adkins","product_name":"Mouse","quantity":3,"price":1341.87,"order_date":1734539378,"status":"Pending"},"after":{"id":3461,"customer_name":"Dennis Adkins","product_name":"Mouse","quantity":3,"price":1341.87,"order_date":1734539378,"status":"Delivered"},"op":"u"} +{"before":null,"after":{"id":3634,"customer_name":"Emily Salinas","product_name":"Mouse","quantity":5,"price":686.26,"order_date":1734539388,"status":"Shipped"},"op":"c"} +{"before":null,"after":{"id":3635,"customer_name":"Dr. Steven Reynolds","product_name":"Smartphone","quantity":4,"price":328.02,"order_date":1734539388,"status":"Delivered"},"op":"c"} +{"before":{"id":3220,"customer_name":"Paul Mack","product_name":"Monitor","quantity":3,"price":1986.46,"order_date":1734539361,"status":"Delivered"},"after":{"id":3220,"customer_name":"Paul Mack","product_name":"Monitor","quantity":3,"price":1986.46,"order_date":1734539361,"status":"Shipped"},"op":"u"} +{"before":null,"after":{"id":3636,"customer_name":"Misty Mcdonald","product_name":"Laptop","quantity":5,"price":1833.65,"order_date":1734539388,"status":"Cancelled"},"op":"c"} +{"before":{"id":3488,"customer_name":"Lee Williams","product_name":"Headphones","quantity":2,"price":1129.59,"order_date":1734539379,"status":"Shipped"},"after":{"id":3488,"customer_name":"Lee Williams","product_name":"Headphones","quantity":2,"price":1129.59,"order_date":1734539379,"status":"Delivered"},"op":"u"} +{"before":null,"after":{"id":3637,"customer_name":"Jeremy Friedman","product_name":"Mouse","quantity":4,"price":745.4,"order_date":1734539389,"status":"Pending"},"op":"c"} +{"before":null,"after":{"id":3638,"customer_name":"Michael Kelly","product_name":"Laptop","quantity":3,"price":80.25,"order_date":1734539389,"status":"Pending"},"op":"c"} +{"before":null,"after":{"id":3639,"customer_name":"Kevin Farley","product_name":"Monitor","quantity":1,"price":1887.7,"order_date":1734539389,"status":"Delivered"},"op":"c"} +{"before":{"id":3501,"customer_name":"Marc Stanley","product_name":"Headphones","quantity":1,"price":1377.99,"order_date":1734539380,"status":"Shipped"},"after":{"id":3501,"customer_name":"Marc Stanley","product_name":"Headphones","quantity":1,"price":1377.99,"order_date":1734539380,"status":"Shipped"},"op":"u"} +{"before":null,"after":{"id":3640,"customer_name":"Connie French","product_name":"Mouse","quantity":2,"price":883.38,"order_date":1734539389,"status":"Pending"},"op":"c"} +{"before":null,"after":{"id":3641,"customer_name":"Ashley Butler","product_name":"Headphones","quantity":5,"price":1534.23,"order_date":1734539389,"status":"Cancelled"},"op":"c"} +{"before":null,"after":{"id":3642,"customer_name":"Timothy Martin","product_name":"Headphones","quantity":1,"price":1687.39,"order_date":1734539389,"status":"Shipped"},"op":"c"} +{"before":{"id":3481,"customer_name":"Caitlin Evans","product_name":"Smartphone","quantity":3,"price":1160.96,"order_date":1734539379,"status":"Delivered"},"after":{"id":3481,"customer_name":"Caitlin Evans","product_name":"Smartphone","quantity":3,"price":1160.96,"order_date":1734539379,"status":"Shipped"},"op":"u"} +{"before":{"id":3519,"customer_name":"Christopher Walker","product_name":"Mouse","quantity":5,"price":82.39,"order_date":1734539381,"status":"Cancelled"},"after":{"id":3519,"customer_name":"Christopher Walker","product_name":"Mouse","quantity":5,"price":82.39,"order_date":1734539381,"status":"Cancelled"},"op":"u"} +{"before":null,"after":{"id":3643,"customer_name":"Whitney Castro","product_name":"Laptop","quantity":1,"price":1859.24,"order_date":1734539389,"status":"Shipped"},"op":"c"} +{"before":null,"after":{"id":3644,"customer_name":"Robert Wilson","product_name":"Monitor","quantity":2,"price":1370.99,"order_date":1734539389,"status":"Shipped"},"op":"c"} +{"before":null,"after":{"id":3645,"customer_name":"Kevin Bennett","product_name":"Headphones","quantity":1,"price":1887.61,"order_date":1734539389,"status":"Delivered"},"op":"c"} +{"before":{"id":3251,"customer_name":"Kim Mclean","product_name":"Monitor","quantity":3,"price":1387.78,"order_date":1734539363,"status":"Shipped"},"after":{"id":3251,"customer_name":"Kim Mclean","product_name":"Monitor","quantity":3,"price":1387.78,"order_date":1734539363,"status":"Shipped"},"op":"u"} +{"before":{"id":3389,"customer_name":"Theodore Blackburn","product_name":"Smartphone","quantity":3,"price":1280.25,"order_date":1734539373,"status":"Cancelled"},"after":{"id":3389,"customer_name":"Theodore Blackburn","product_name":"Smartphone","quantity":3,"price":1280.25,"order_date":1734539373,"status":"Delivered"},"op":"u"} +{"before":null,"after":{"id":3646,"customer_name":"Cindy York","product_name":"Smartphone","quantity":3,"price":58.32,"order_date":1734539389,"status":"Shipped"},"op":"c"} +{"before":null,"after":{"id":3647,"customer_name":"Michelle Gill","product_name":"Monitor","quantity":1,"price":1566.07,"order_date":1734539389,"status":"Cancelled"},"op":"c"} +{"before":{"id":3177,"customer_name":"Cynthia Boyle","product_name":"Laptop","quantity":2,"price":1635.75,"order_date":1734539358,"status":"Delivered"},"after":{"id":3177,"customer_name":"Cynthia Boyle","product_name":"Laptop","quantity":2,"price":1635.75,"order_date":1734539358,"status":"Shipped"},"op":"u"} +{"before":{"id":3212,"customer_name":"Pamela Anderson","product_name":"Keyboard","quantity":2,"price":1761.8,"order_date":1734539361,"status":"Delivered"},"after":{"id":3212,"customer_name":"Pamela Anderson","product_name":"Keyboard","quantity":2,"price":1761.8,"order_date":1734539361,"status":"Shipped"},"op":"u"} +{"before":null,"after":{"id":3648,"customer_name":"Charles Butler","product_name":"Monitor","quantity":2,"price":1060.94,"order_date":1734539389,"status":"Pending"},"op":"c"} +{"before":null,"after":{"id":3649,"customer_name":"Jody Bender","product_name":"Monitor","quantity":3,"price":1170.93,"order_date":1734539389,"status":"Cancelled"},"op":"c"} +{"before":null,"after":{"id":3650,"customer_name":"James Cohen","product_name":"Keyboard","quantity":3,"price":1149.06,"order_date":1734539389,"status":"Shipped"},"op":"c"} +{"before":null,"after":{"id":3651,"customer_name":"Kelli Whitney","product_name":"Mouse","quantity":2,"price":1218.11,"order_date":1734539389,"status":"Shipped"},"op":"c"} +{"before":null,"after":{"id":3652,"customer_name":"Terry Schneider","product_name":"Mouse","quantity":4,"price":763.48,"order_date":1734539390,"status":"Pending"},"op":"c"} +{"before":null,"after":{"id":3653,"customer_name":"Paul Harris","product_name":"Keyboard","quantity":1,"price":1547.86,"order_date":1734539390,"status":"Pending"},"op":"c"} +{"before":{"id":3111,"customer_name":"Jessica Alexander","product_name":"Mouse","quantity":1,"price":1074.4,"order_date":1734539354,"status":"Delivered"},"after":{"id":3111,"customer_name":"Jessica Alexander","product_name":"Mouse","quantity":1,"price":1074.4,"order_date":1734539354,"status":"Shipped"},"op":"u"} +{"before":{"id":3406,"customer_name":"Michael Arias","product_name":"Mouse","quantity":3,"price":1261.22,"order_date":1734539374,"status":"Cancelled"},"after":{"id":3406,"customer_name":"Michael Arias","product_name":"Mouse","quantity":3,"price":1261.22,"order_date":1734539374,"status":"Shipped"},"op":"u"} +{"before":null,"after":{"id":3654,"customer_name":"Denise Peters","product_name":"Laptop","quantity":3,"price":409.11,"order_date":1734539390,"status":"Delivered"},"op":"c"} +{"before":null,"after":{"id":3655,"customer_name":"Michelle Sims","product_name":"Headphones","quantity":2,"price":1041.43,"order_date":1734539390,"status":"Cancelled"},"op":"c"} +{"before":null,"after":{"id":3656,"customer_name":"Paula Jenkins","product_name":"Keyboard","quantity":3,"price":107.01,"order_date":1734539390,"status":"Cancelled"},"op":"c"} +{"before":null,"after":{"id":3657,"customer_name":"Kim Garcia","product_name":"Keyboard","quantity":5,"price":497.98,"order_date":1734539390,"status":"Shipped"},"op":"c"} +{"before":{"id":3215,"customer_name":"Jonathan Lopez","product_name":"Headphones","quantity":4,"price":545.4,"order_date":1734539361,"status":"Shipped"},"after":{"id":3215,"customer_name":"Jonathan Lopez","product_name":"Headphones","quantity":4,"price":545.4,"order_date":1734539361,"status":"Shipped"},"op":"u"} +{"before":null,"after":{"id":3658,"customer_name":"Ryan Choi","product_name":"Headphones","quantity":2,"price":693.53,"order_date":1734539390,"status":"Delivered"},"op":"c"} +{"before":null,"after":{"id":3659,"customer_name":"Emily Branch","product_name":"Keyboard","quantity":2,"price":722.99,"order_date":1734539390,"status":"Shipped"},"op":"c"} +{"before":null,"after":{"id":3660,"customer_name":"Christian Willis","product_name":"Laptop","quantity":2,"price":1547.48,"order_date":1734539390,"status":"Cancelled"},"op":"c"} +{"before":null,"after":{"id":3661,"customer_name":"William Howell","product_name":"Monitor","quantity":1,"price":257.83,"order_date":1734539390,"status":"Shipped"},"op":"c"} +{"before":null,"after":{"id":3662,"customer_name":"Matthew Travis","product_name":"Mouse","quantity":2,"price":1528.18,"order_date":1734539390,"status":"Cancelled"},"op":"c"} +{"before":null,"after":{"id":3663,"customer_name":"Richard Wong","product_name":"Mouse","quantity":3,"price":615.76,"order_date":1734539390,"status":"Pending"},"op":"c"} +{"before":{"id":3467,"customer_name":"Tiffany Woods","product_name":"Mouse","quantity":1,"price":461.62,"order_date":1734539378,"status":"Shipped"},"after":{"id":3467,"customer_name":"Tiffany Woods","product_name":"Mouse","quantity":1,"price":461.62,"order_date":1734539378,"status":"Cancelled"},"op":"u"} +{"before":null,"after":{"id":3664,"customer_name":"Nathan Roberts","product_name":"Laptop","quantity":4,"price":1591.29,"order_date":1734539390,"status":"Delivered"},"op":"c"} +{"before":null,"after":{"id":3665,"customer_name":"David Morgan","product_name":"Headphones","quantity":4,"price":1324.62,"order_date":1734539390,"status":"Cancelled"},"op":"c"} +{"before":null,"after":{"id":3666,"customer_name":"Ashley Miller","product_name":"Smartphone","quantity":4,"price":1807.15,"order_date":1734539390,"status":"Pending"},"op":"c"} +{"before":null,"after":{"id":3667,"customer_name":"Christopher Brown","product_name":"Monitor","quantity":1,"price":964.2,"order_date":1734539390,"status":"Pending"},"op":"c"} +{"before":null,"after":{"id":3668,"customer_name":"Samantha Dunn MD","product_name":"Laptop","quantity":5,"price":1360.86,"order_date":1734539390,"status":"Shipped"},"op":"c"} +{"before":null,"after":{"id":3669,"customer_name":"Daniel Ruiz","product_name":"Headphones","quantity":5,"price":1456.82,"order_date":1734539390,"status":"Delivered"},"op":"c"} +{"before":null,"after":{"id":3670,"customer_name":"Christine Nguyen","product_name":"Monitor","quantity":1,"price":1474.45,"order_date":1734539390,"status":"Delivered"},"op":"c"} +{"before":null,"after":{"id":3671,"customer_name":"Stephanie Bailey","product_name":"Laptop","quantity":1,"price":1757.71,"order_date":1734539391,"status":"Shipped"},"op":"c"} +{"before":null,"after":{"id":3672,"customer_name":"Justin Garcia","product_name":"Monitor","quantity":2,"price":1952.28,"order_date":1734539391,"status":"Delivered"},"op":"c"} +{"before":null,"after":{"id":3673,"customer_name":"Kathleen Taylor","product_name":"Keyboard","quantity":1,"price":916.19,"order_date":1734539391,"status":"Shipped"},"op":"c"} +{"before":null,"after":{"id":3674,"customer_name":"Timothy Miller","product_name":"Smartphone","quantity":1,"price":1873.42,"order_date":1734539391,"status":"Pending"},"op":"c"} +{"before":null,"after":{"id":3675,"customer_name":"Tonya Peters","product_name":"Smartphone","quantity":2,"price":1070.46,"order_date":1734539391,"status":"Pending"},"op":"c"} +{"before":null,"after":{"id":3676,"customer_name":"Teresa Hanna","product_name":"Mouse","quantity":2,"price":771.83,"order_date":1734539391,"status":"Shipped"},"op":"c"} +{"before":null,"after":{"id":3677,"customer_name":"Melody King","product_name":"Keyboard","quantity":3,"price":725.77,"order_date":1734539391,"status":"Shipped"},"op":"c"} +{"before":null,"after":{"id":3678,"customer_name":"Olivia Mathis","product_name":"Monitor","quantity":4,"price":832.74,"order_date":1734539391,"status":"Delivered"},"op":"c"} +{"before":null,"after":{"id":3679,"customer_name":"Timothy Griffin","product_name":"Smartphone","quantity":2,"price":1278.85,"order_date":1734539391,"status":"Shipped"},"op":"c"} +{"before":{"id":3657,"customer_name":"Kim Garcia","product_name":"Keyboard","quantity":5,"price":497.98,"order_date":1734539390,"status":"Shipped"},"after":{"id":3657,"customer_name":"Kim Garcia","product_name":"Keyboard","quantity":5,"price":497.98,"order_date":1734539390,"status":"Delivered"},"op":"u"} +{"before":{"id":3576,"customer_name":"Aaron Cruz","product_name":"Keyboard","quantity":3,"price":1294.57,"order_date":1734539385,"status":"Delivered"},"after":{"id":3576,"customer_name":"Aaron Cruz","product_name":"Keyboard","quantity":3,"price":1294.57,"order_date":1734539385,"status":"Delivered"},"op":"u"} +{"before":{"id":3391,"customer_name":"Jessica Wright","product_name":"Mouse","quantity":1,"price":1885.87,"order_date":1734539373,"status":"Delivered"},"after":{"id":3391,"customer_name":"Jessica Wright","product_name":"Mouse","quantity":1,"price":1885.87,"order_date":1734539373,"status":"Shipped"},"op":"u"} +{"before":null,"after":{"id":3680,"customer_name":"Catherine Edwards","product_name":"Smartphone","quantity":1,"price":1983.83,"order_date":1734539391,"status":"Delivered"},"op":"c"} +{"before":{"id":3210,"customer_name":"Lauren Carr","product_name":"Smartphone","quantity":2,"price":1855.66,"order_date":1734539361,"status":"Shipped"},"after":{"id":3210,"customer_name":"Lauren Carr","product_name":"Smartphone","quantity":2,"price":1855.66,"order_date":1734539361,"status":"Cancelled"},"op":"u"} +{"before":{"id":3383,"customer_name":"Daniel Martinez","product_name":"Mouse","quantity":1,"price":1187.17,"order_date":1734539372,"status":"Shipped"},"after":{"id":3383,"customer_name":"Daniel Martinez","product_name":"Mouse","quantity":1,"price":1187.17,"order_date":1734539372,"status":"Cancelled"},"op":"u"} +{"before":null,"after":{"id":3681,"customer_name":"Elizabeth Jones","product_name":"Headphones","quantity":4,"price":1778.27,"order_date":1734539391,"status":"Shipped"},"op":"c"} +{"before":null,"after":{"id":3682,"customer_name":"Dr. Blake Williams Jr.","product_name":"Laptop","quantity":2,"price":787.93,"order_date":1734539391,"status":"Pending"},"op":"c"} +{"before":null,"after":{"id":3683,"customer_name":"Tyler Torres","product_name":"Smartphone","quantity":3,"price":571.88,"order_date":1734539391,"status":"Cancelled"},"op":"c"} +{"before":{"id":3545,"customer_name":"Lydia House","product_name":"Keyboard","quantity":5,"price":1187.41,"order_date":1734539383,"status":"Cancelled"},"after":{"id":3545,"customer_name":"Lydia House","product_name":"Keyboard","quantity":5,"price":1187.41,"order_date":1734539383,"status":"Cancelled"},"op":"u"} +{"before":{"id":3469,"customer_name":"Lindsay Livingston","product_name":"Smartphone","quantity":1,"price":533.86,"order_date":1734539378,"status":"Delivered"},"after":{"id":3469,"customer_name":"Lindsay Livingston","product_name":"Smartphone","quantity":1,"price":533.86,"order_date":1734539378,"status":"Delivered"},"op":"u"} +{"before":null,"after":{"id":3684,"customer_name":"Mr. Steven Lawson DDS","product_name":"Keyboard","quantity":5,"price":1118.65,"order_date":1734539391,"status":"Pending"},"op":"c"} +{"before":{"id":3117,"customer_name":"Brenda Brennan","product_name":"Headphones","quantity":1,"price":658.01,"order_date":1734539355,"status":"Cancelled"},"after":{"id":3117,"customer_name":"Brenda Brennan","product_name":"Headphones","quantity":1,"price":658.01,"order_date":1734539355,"status":"Delivered"},"op":"u"} +{"before":null,"after":{"id":3685,"customer_name":"Megan Peterson","product_name":"Smartphone","quantity":5,"price":1141.58,"order_date":1734539391,"status":"Cancelled"},"op":"c"} +{"before":null,"after":{"id":3686,"customer_name":"Jamie Castillo","product_name":"Keyboard","quantity":4,"price":1133.36,"order_date":1734539391,"status":"Pending"},"op":"c"} +{"before":null,"after":{"id":3687,"customer_name":"Carol Smith","product_name":"Laptop","quantity":3,"price":1167.55,"order_date":1734539392,"status":"Cancelled"},"op":"c"} +{"before":null,"after":{"id":3688,"customer_name":"Chase Mccarty","product_name":"Smartphone","quantity":3,"price":1264.42,"order_date":1734539392,"status":"Pending"},"op":"c"} diff --git a/crates/arroyo-sql-testing/inputs/aggregate_updates.json b/crates/arroyo-sql-testing/inputs/aggregate_updates.json index de3bc9e09..1c5152019 100644 --- a/crates/arroyo-sql-testing/inputs/aggregate_updates.json +++ b/crates/arroyo-sql-testing/inputs/aggregate_updates.json @@ -1,1775 +1,830 @@ -{"before":null,"after":{"id":1,"customer_name":"Cody Franklin","product_name":"Headphones","quantity":5,"price":57.6,"order_date":1729452903692181,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478103693,"snapshot":"false","db":"testdb","sequence":"[\"66652972016\",\"66652972536\"]","schema":"public","table":"orders","txId":2194210,"lsn":66652972536,"xmin":null},"op":"c","ts_ms":1729478103964,"transaction":null} -{"before":null,"after":{"id":2,"customer_name":"James Ortega","product_name":"Keyboard","quantity":1,"price":132.96,"order_date":1729452903745438,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478103747,"snapshot":"false","db":"testdb","sequence":"[\"66652972872\",\"66652972872\"]","schema":"public","table":"orders","txId":2194211,"lsn":66652972872,"xmin":null},"op":"c","ts_ms":1729478103964,"transaction":null} -{"before":null,"after":{"id":3,"customer_name":"Abigail Nelson","product_name":"Smartphone","quantity":4,"price":1871.61,"order_date":1729452903795664,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478103797,"snapshot":"false","db":"testdb","sequence":"[\"66652973104\",\"66652973104\"]","schema":"public","table":"orders","txId":2194212,"lsn":66652973104,"xmin":null},"op":"c","ts_ms":1729478103965,"transaction":null} -{"before":null,"after":{"id":4,"customer_name":"Nathaniel Berry","product_name":"Mouse","quantity":2,"price":228.76,"order_date":1729452903856418,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478103857,"snapshot":"false","db":"testdb","sequence":"[\"66652973344\",\"66652973344\"]","schema":"public","table":"orders","txId":2194213,"lsn":66652973344,"xmin":null},"op":"c","ts_ms":1729478103965,"transaction":null} -{"before":null,"after":{"id":1,"customer_name":"Cody Franklin","product_name":"Headphones","quantity":5,"price":57.6,"order_date":1729452903692181,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478103908,"snapshot":"false","db":"testdb","sequence":"[\"66652973576\",\"66652973576\"]","schema":"public","table":"orders","txId":2194214,"lsn":66652973576,"xmin":null},"op":"u","ts_ms":1729478103965,"transaction":null} -{"before":null,"after":{"id":5,"customer_name":"Anthony Watson","product_name":"Smartphone","quantity":2,"price":235.67,"order_date":1729452903953122,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478103955,"snapshot":"false","db":"testdb","sequence":"[\"66652973760\",\"66652973760\"]","schema":"public","table":"orders","txId":2194215,"lsn":66652973760,"xmin":null},"op":"c","ts_ms":1729478103965,"transaction":null} -{"before":null,"after":{"id":3,"customer_name":"Abigail Nelson","product_name":"Smartphone","quantity":4,"price":1871.61,"order_date":1729452903795664,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478103975,"snapshot":"false","db":"testdb","sequence":"[\"66652974000\",\"66652974000\"]","schema":"public","table":"orders","txId":2194216,"lsn":66652974000,"xmin":null},"op":"u","ts_ms":1729478104475,"transaction":null} -{"before":null,"after":{"id":6,"customer_name":"Linda Dalton","product_name":"Monitor","quantity":4,"price":62.61,"order_date":1729452904007544,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478104009,"snapshot":"false","db":"testdb","sequence":"[\"66652974184\",\"66652974184\"]","schema":"public","table":"orders","txId":2194217,"lsn":66652974184,"xmin":null},"op":"c","ts_ms":1729478104475,"transaction":null} -{"before":null,"after":{"id":7,"customer_name":"Tracy Mcbride","product_name":"Mouse","quantity":4,"price":1061.57,"order_date":1729452904056057,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478104057,"snapshot":"false","db":"testdb","sequence":"[\"66652974408\",\"66652974408\"]","schema":"public","table":"orders","txId":2194218,"lsn":66652974408,"xmin":null},"op":"c","ts_ms":1729478104475,"transaction":null} -{"before":null,"after":{"id":8,"customer_name":"Mark Jones","product_name":"Monitor","quantity":4,"price":1192.1,"order_date":1729452904085270,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478104086,"snapshot":"false","db":"testdb","sequence":"[\"66652974632\",\"66652974632\"]","schema":"public","table":"orders","txId":2194219,"lsn":66652974632,"xmin":null},"op":"c","ts_ms":1729478104475,"transaction":null} -{"before":null,"after":{"id":9,"customer_name":"Larry Washington","product_name":"Smartphone","quantity":1,"price":1707.54,"order_date":1729452904113008,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478104114,"snapshot":"false","db":"testdb","sequence":"[\"66652974864\",\"66652974864\"]","schema":"public","table":"orders","txId":2194220,"lsn":66652974864,"xmin":null},"op":"c","ts_ms":1729478104475,"transaction":null} -{"before":null,"after":{"id":10,"customer_name":"Nicole Hicks","product_name":"Headphones","quantity":5,"price":1611.08,"order_date":1729452904164060,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478104165,"snapshot":"false","db":"testdb","sequence":"[\"66652975104\",\"66652975104\"]","schema":"public","table":"orders","txId":2194221,"lsn":66652975104,"xmin":null},"op":"c","ts_ms":1729478104475,"transaction":null} -{"before":null,"after":{"id":11,"customer_name":"Carrie Buchanan","product_name":"Headphones","quantity":1,"price":397.91,"order_date":1729452904199365,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478104201,"snapshot":"false","db":"testdb","sequence":"[\"66652975328\",\"66652975328\"]","schema":"public","table":"orders","txId":2194222,"lsn":66652975328,"xmin":null},"op":"c","ts_ms":1729478104475,"transaction":null} -{"before":null,"after":{"id":12,"customer_name":"Dustin Roberts","product_name":"Smartphone","quantity":2,"price":1411.95,"order_date":1729452904235217,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478104236,"snapshot":"false","db":"testdb","sequence":"[\"66652975560\",\"66652975560\"]","schema":"public","table":"orders","txId":2194223,"lsn":66652975560,"xmin":null},"op":"c","ts_ms":1729478104475,"transaction":null} -{"before":null,"after":{"id":13,"customer_name":"Crystal Woods","product_name":"Laptop","quantity":3,"price":1049.1,"order_date":1729452904261159,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478104262,"snapshot":"false","db":"testdb","sequence":"[\"66652975792\",\"66652975792\"]","schema":"public","table":"orders","txId":2194224,"lsn":66652975792,"xmin":null},"op":"c","ts_ms":1729478104475,"transaction":null} -{"before":{"id":4,"customer_name":null,"product_name":null,"quantity":null,"price":null,"order_date":null,"status":null},"after":null,"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478104282,"snapshot":"false","db":"testdb","sequence":"[\"66652976024\",\"66652976024\"]","schema":"public","table":"orders","txId":2194225,"lsn":66652976024,"xmin":null},"op":"d","ts_ms":1729478104475,"transaction":null} -{"before":null,"after":{"id":14,"customer_name":"Louis Johnson","product_name":"Monitor","quantity":4,"price":984.52,"order_date":1729452904302652,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478104304,"snapshot":"false","db":"testdb","sequence":"[\"66652976136\",\"66652976136\"]","schema":"public","table":"orders","txId":2194226,"lsn":66652976136,"xmin":null},"op":"c","ts_ms":1729478104475,"transaction":null} -{"before":null,"after":{"id":15,"customer_name":"Elizabeth Hooper","product_name":"Laptop","quantity":3,"price":1106.6,"order_date":1729452904331998,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478104333,"snapshot":"false","db":"testdb","sequence":"[\"66652976368\",\"66652976368\"]","schema":"public","table":"orders","txId":2194227,"lsn":66652976368,"xmin":null},"op":"c","ts_ms":1729478104475,"transaction":null} -{"before":null,"after":{"id":16,"customer_name":"Alexander Woods","product_name":"Keyboard","quantity":4,"price":1787.29,"order_date":1729452904396796,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478104398,"snapshot":"false","db":"testdb","sequence":"[\"66652976600\",\"66652976600\"]","schema":"public","table":"orders","txId":2194228,"lsn":66652976600,"xmin":null},"op":"c","ts_ms":1729478104475,"transaction":null} -{"before":null,"after":{"id":17,"customer_name":"Lauren Edwards","product_name":"Mouse","quantity":5,"price":1267.03,"order_date":1729452904431732,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478104433,"snapshot":"false","db":"testdb","sequence":"[\"66652976840\",\"66652976840\"]","schema":"public","table":"orders","txId":2194229,"lsn":66652976840,"xmin":null},"op":"c","ts_ms":1729478104475,"transaction":null} -{"before":null,"after":{"id":14,"customer_name":"Louis Johnson","product_name":"Monitor","quantity":4,"price":984.52,"order_date":1729452904302652,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478104461,"snapshot":"false","db":"testdb","sequence":"[\"66652977064\",\"66652977064\"]","schema":"public","table":"orders","txId":2194230,"lsn":66652977064,"xmin":null},"op":"u","ts_ms":1729478104475,"transaction":null} -{"before":null,"after":{"id":18,"customer_name":"Leah Collins","product_name":"Laptop","quantity":3,"price":187.33,"order_date":1729452904514830,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478104516,"snapshot":"false","db":"testdb","sequence":"[\"66652977240\",\"66652977240\"]","schema":"public","table":"orders","txId":2194231,"lsn":66652977240,"xmin":null},"op":"c","ts_ms":1729478104986,"transaction":null} -{"before":null,"after":{"id":3,"customer_name":"Abigail Nelson","product_name":"Smartphone","quantity":4,"price":1871.61,"order_date":1729452903795664,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478104573,"snapshot":"false","db":"testdb","sequence":"[\"66652977464\",\"66652977464\"]","schema":"public","table":"orders","txId":2194232,"lsn":66652977464,"xmin":null},"op":"u","ts_ms":1729478104986,"transaction":null} -{"before":null,"after":{"id":19,"customer_name":"Sheri Bradford","product_name":"Laptop","quantity":3,"price":83.09,"order_date":1729452904611624,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478104613,"snapshot":"false","db":"testdb","sequence":"[\"66652977648\",\"66652977648\"]","schema":"public","table":"orders","txId":2194233,"lsn":66652977648,"xmin":null},"op":"c","ts_ms":1729478104986,"transaction":null} -{"before":null,"after":{"id":19,"customer_name":"Sheri Bradford","product_name":"Laptop","quantity":3,"price":83.09,"order_date":1729452904611624,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478104643,"snapshot":"false","db":"testdb","sequence":"[\"66652977872\",\"66652977872\"]","schema":"public","table":"orders","txId":2194234,"lsn":66652977872,"xmin":null},"op":"u","ts_ms":1729478104986,"transaction":null} -{"before":null,"after":{"id":3,"customer_name":"Abigail Nelson","product_name":"Smartphone","quantity":4,"price":1871.61,"order_date":1729452903795664,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478104706,"snapshot":"false","db":"testdb","sequence":"[\"66652978048\",\"66652978048\"]","schema":"public","table":"orders","txId":2194235,"lsn":66652978048,"xmin":null},"op":"u","ts_ms":1729478104986,"transaction":null} -{"before":null,"after":{"id":19,"customer_name":"Sheri Bradford","product_name":"Laptop","quantity":3,"price":83.09,"order_date":1729452904611624,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478104760,"snapshot":"false","db":"testdb","sequence":"[\"66652978232\",\"66652978232\"]","schema":"public","table":"orders","txId":2194236,"lsn":66652978232,"xmin":null},"op":"u","ts_ms":1729478104986,"transaction":null} -{"before":null,"after":{"id":20,"customer_name":"Rebecca Mccoy","product_name":"Keyboard","quantity":1,"price":161.3,"order_date":1729452904793076,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478104794,"snapshot":"false","db":"testdb","sequence":"[\"66652978408\",\"66652978408\"]","schema":"public","table":"orders","txId":2194237,"lsn":66652978408,"xmin":null},"op":"c","ts_ms":1729478104986,"transaction":null} -{"before":null,"after":{"id":21,"customer_name":"Rachel Woods","product_name":"Smartphone","quantity":1,"price":1892.16,"order_date":1729452904824173,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478104826,"snapshot":"false","db":"testdb","sequence":"[\"66652978640\",\"66652978640\"]","schema":"public","table":"orders","txId":2194238,"lsn":66652978640,"xmin":null},"op":"c","ts_ms":1729478104986,"transaction":null} -{"before":null,"after":{"id":20,"customer_name":"Rebecca Mccoy","product_name":"Keyboard","quantity":1,"price":161.3,"order_date":1729452904793076,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478104870,"snapshot":"false","db":"testdb","sequence":"[\"66652978864\",\"66652979304\"]","schema":"public","table":"orders","txId":2194239,"lsn":66652979304,"xmin":null},"op":"u","ts_ms":1729478104986,"transaction":null} -{"before":null,"after":{"id":22,"customer_name":"David Lee","product_name":"Headphones","quantity":1,"price":293.37,"order_date":1729452904897168,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478104898,"snapshot":"false","db":"testdb","sequence":"[\"66652979480\",\"66652979480\"]","schema":"public","table":"orders","txId":2194240,"lsn":66652979480,"xmin":null},"op":"c","ts_ms":1729478104986,"transaction":null} -{"before":null,"after":{"id":23,"customer_name":"Patrick Gonzalez","product_name":"Smartphone","quantity":1,"price":1994.24,"order_date":1729452904941089,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478104942,"snapshot":"false","db":"testdb","sequence":"[\"66652979704\",\"66652979704\"]","schema":"public","table":"orders","txId":2194241,"lsn":66652979704,"xmin":null},"op":"c","ts_ms":1729478104986,"transaction":null} -{"before":null,"after":{"id":22,"customer_name":"David Lee","product_name":"Headphones","quantity":1,"price":293.37,"order_date":1729452904897168,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478104973,"snapshot":"false","db":"testdb","sequence":"[\"66652979944\",\"66652979944\"]","schema":"public","table":"orders","txId":2194242,"lsn":66652979944,"xmin":null},"op":"u","ts_ms":1729478104986,"transaction":null} -{"before":null,"after":{"id":12,"customer_name":"Dustin Roberts","product_name":"Smartphone","quantity":2,"price":1411.95,"order_date":1729452904235217,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478105007,"snapshot":"false","db":"testdb","sequence":"[\"66652980120\",\"66652980120\"]","schema":"public","table":"orders","txId":2194243,"lsn":66652980120,"xmin":null},"op":"u","ts_ms":1729478105492,"transaction":null} -{"before":null,"after":{"id":24,"customer_name":"Lisa Lopez","product_name":"Keyboard","quantity":3,"price":105.86,"order_date":1729452905060503,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478105063,"snapshot":"false","db":"testdb","sequence":"[\"66652980304\",\"66652980304\"]","schema":"public","table":"orders","txId":2194244,"lsn":66652980304,"xmin":null},"op":"c","ts_ms":1729478105492,"transaction":null} -{"before":null,"after":{"id":15,"customer_name":"Elizabeth Hooper","product_name":"Laptop","quantity":3,"price":1106.6,"order_date":1729452904331998,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478105113,"snapshot":"false","db":"testdb","sequence":"[\"66652980536\",\"66652980536\"]","schema":"public","table":"orders","txId":2194245,"lsn":66652980536,"xmin":null},"op":"u","ts_ms":1729478105492,"transaction":null} -{"before":null,"after":{"id":25,"customer_name":"Mr. Jacob Munoz","product_name":"Mouse","quantity":2,"price":1240.62,"order_date":1729452905171925,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478105173,"snapshot":"false","db":"testdb","sequence":"[\"66652980712\",\"66652980712\"]","schema":"public","table":"orders","txId":2194246,"lsn":66652980712,"xmin":null},"op":"c","ts_ms":1729478105492,"transaction":null} -{"before":null,"after":{"id":26,"customer_name":"Betty Johnson","product_name":"Laptop","quantity":3,"price":670.38,"order_date":1729452905223137,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478105224,"snapshot":"false","db":"testdb","sequence":"[\"66652980936\",\"66652980936\"]","schema":"public","table":"orders","txId":2194247,"lsn":66652980936,"xmin":null},"op":"c","ts_ms":1729478105492,"transaction":null} -{"before":null,"after":{"id":27,"customer_name":"Ryan Patton","product_name":"Monitor","quantity":1,"price":1340.01,"order_date":1729452905281040,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478105282,"snapshot":"false","db":"testdb","sequence":"[\"66652981160\",\"66652981160\"]","schema":"public","table":"orders","txId":2194248,"lsn":66652981160,"xmin":null},"op":"c","ts_ms":1729478105492,"transaction":null} -{"before":null,"after":{"id":28,"customer_name":"Heather Bauer","product_name":"Mouse","quantity":1,"price":1142.11,"order_date":1729452905303108,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478105304,"snapshot":"false","db":"testdb","sequence":"[\"66652981392\",\"66652981392\"]","schema":"public","table":"orders","txId":2194249,"lsn":66652981392,"xmin":null},"op":"c","ts_ms":1729478105492,"transaction":null} -{"before":null,"after":{"id":8,"customer_name":"Mark Jones","product_name":"Monitor","quantity":4,"price":1192.1,"order_date":1729452904085270,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478105365,"snapshot":"false","db":"testdb","sequence":"[\"66652981616\",\"66652981616\"]","schema":"public","table":"orders","txId":2194250,"lsn":66652981616,"xmin":null},"op":"u","ts_ms":1729478105492,"transaction":null} -{"before":null,"after":{"id":29,"customer_name":"Ryan Robinson","product_name":"Mouse","quantity":5,"price":590.34,"order_date":1729452905418263,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478105420,"snapshot":"false","db":"testdb","sequence":"[\"66652981792\",\"66652981792\"]","schema":"public","table":"orders","txId":2194251,"lsn":66652981792,"xmin":null},"op":"c","ts_ms":1729478105492,"transaction":null} -{"before":null,"after":{"id":30,"customer_name":"Michael Brown","product_name":"Monitor","quantity":2,"price":146.95,"order_date":1729452905460221,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478105461,"snapshot":"false","db":"testdb","sequence":"[\"66652982024\",\"66652982024\"]","schema":"public","table":"orders","txId":2194252,"lsn":66652982024,"xmin":null},"op":"c","ts_ms":1729478105492,"transaction":null} -{"before":null,"after":{"id":28,"customer_name":"Heather Bauer","product_name":"Mouse","quantity":1,"price":1142.11,"order_date":1729452905303108,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478105489,"snapshot":"false","db":"testdb","sequence":"[\"66652982248\",\"66652982248\"]","schema":"public","table":"orders","txId":2194253,"lsn":66652982248,"xmin":null},"op":"u","ts_ms":1729478105493,"transaction":null} -{"before":null,"after":{"id":31,"customer_name":"Thomas Chang","product_name":"Mouse","quantity":3,"price":313.68,"order_date":1729452905526695,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478105528,"snapshot":"false","db":"testdb","sequence":"[\"66652982424\",\"66652982424\"]","schema":"public","table":"orders","txId":2194254,"lsn":66652982424,"xmin":null},"op":"c","ts_ms":1729478105999,"transaction":null} -{"before":null,"after":{"id":32,"customer_name":"Jared Sexton","product_name":"Monitor","quantity":1,"price":1779.95,"order_date":1729452905556587,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478105558,"snapshot":"false","db":"testdb","sequence":"[\"66652982656\",\"66652982656\"]","schema":"public","table":"orders","txId":2194255,"lsn":66652982656,"xmin":null},"op":"c","ts_ms":1729478105999,"transaction":null} -{"before":null,"after":{"id":33,"customer_name":"Mitchell Oneal","product_name":"Mouse","quantity":5,"price":948.31,"order_date":1729452905619096,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478105621,"snapshot":"false","db":"testdb","sequence":"[\"66652982888\",\"66652982888\"]","schema":"public","table":"orders","txId":2194256,"lsn":66652982888,"xmin":null},"op":"c","ts_ms":1729478105999,"transaction":null} -{"before":null,"after":{"id":34,"customer_name":"Patrick Davis","product_name":"Laptop","quantity":2,"price":248.79,"order_date":1729452905674460,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478105675,"snapshot":"false","db":"testdb","sequence":"[\"66652983120\",\"66652983224\"]","schema":"public","table":"orders","txId":2194257,"lsn":66652983224,"xmin":null},"op":"c","ts_ms":1729478105999,"transaction":null} -{"before":null,"after":{"id":35,"customer_name":"Nancy Burns","product_name":"Headphones","quantity":3,"price":1284.72,"order_date":1729452905702037,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478105703,"snapshot":"false","db":"testdb","sequence":"[\"66652983448\",\"66652983448\"]","schema":"public","table":"orders","txId":2194258,"lsn":66652983448,"xmin":null},"op":"c","ts_ms":1729478105999,"transaction":null} -{"before":null,"after":{"id":36,"customer_name":"John Johnston","product_name":"Mouse","quantity":4,"price":1909.75,"order_date":1729452905729511,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478105730,"snapshot":"false","db":"testdb","sequence":"[\"66652983672\",\"66652983672\"]","schema":"public","table":"orders","txId":2194259,"lsn":66652983672,"xmin":null},"op":"c","ts_ms":1729478105999,"transaction":null} -{"before":null,"after":{"id":37,"customer_name":"Samantha Bradley","product_name":"Headphones","quantity":3,"price":1031.66,"order_date":1729452905751517,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478105752,"snapshot":"false","db":"testdb","sequence":"[\"66652983904\",\"66652983904\"]","schema":"public","table":"orders","txId":2194260,"lsn":66652983904,"xmin":null},"op":"c","ts_ms":1729478106000,"transaction":null} -{"before":null,"after":{"id":30,"customer_name":"Michael Brown","product_name":"Monitor","quantity":2,"price":146.95,"order_date":1729452905460221,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478105774,"snapshot":"false","db":"testdb","sequence":"[\"66652984136\",\"66652984136\"]","schema":"public","table":"orders","txId":2194261,"lsn":66652984136,"xmin":null},"op":"u","ts_ms":1729478106000,"transaction":null} -{"before":null,"after":{"id":38,"customer_name":"Jeff Sanchez","product_name":"Mouse","quantity":5,"price":1007.01,"order_date":1729452905820622,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478105822,"snapshot":"false","db":"testdb","sequence":"[\"66652984312\",\"66652984312\"]","schema":"public","table":"orders","txId":2194262,"lsn":66652984312,"xmin":null},"op":"c","ts_ms":1729478106000,"transaction":null} -{"before":null,"after":{"id":39,"customer_name":"Sheila Williams MD","product_name":"Smartphone","quantity":1,"price":661.49,"order_date":1729452905871511,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478105872,"snapshot":"false","db":"testdb","sequence":"[\"66652984544\",\"66652984544\"]","schema":"public","table":"orders","txId":2194263,"lsn":66652984544,"xmin":null},"op":"c","ts_ms":1729478106000,"transaction":null} -{"before":null,"after":{"id":40,"customer_name":"Joseph Hampton","product_name":"Smartphone","quantity":5,"price":91.68,"order_date":1729452905931251,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478105932,"snapshot":"false","db":"testdb","sequence":"[\"66652984784\",\"66652984784\"]","schema":"public","table":"orders","txId":2194264,"lsn":66652984784,"xmin":null},"op":"c","ts_ms":1729478106000,"transaction":null} -{"before":null,"after":{"id":25,"customer_name":"Mr. Jacob Munoz","product_name":"Mouse","quantity":2,"price":1240.62,"order_date":1729452905171925,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478105993,"snapshot":"false","db":"testdb","sequence":"[\"66652985016\",\"66652985016\"]","schema":"public","table":"orders","txId":2194265,"lsn":66652985016,"xmin":null},"op":"u","ts_ms":1729478106000,"transaction":null} -{"before":null,"after":{"id":41,"customer_name":"Dr. Jim Ortiz MD","product_name":"Laptop","quantity":2,"price":1940.92,"order_date":1729452906019466,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478106020,"snapshot":"false","db":"testdb","sequence":"[\"66652985192\",\"66652985192\"]","schema":"public","table":"orders","txId":2194266,"lsn":66652985192,"xmin":null},"op":"c","ts_ms":1729478106508,"transaction":null} -{"before":null,"after":{"id":42,"customer_name":"Janet Boyd","product_name":"Mouse","quantity":3,"price":805.47,"order_date":1729452906063350,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478106065,"snapshot":"false","db":"testdb","sequence":"[\"66652985416\",\"66652985416\"]","schema":"public","table":"orders","txId":2194267,"lsn":66652985416,"xmin":null},"op":"c","ts_ms":1729478106508,"transaction":null} -{"before":null,"after":{"id":43,"customer_name":"Sierra Jimenez","product_name":"Smartphone","quantity":2,"price":1682.15,"order_date":1729452906096548,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478106098,"snapshot":"false","db":"testdb","sequence":"[\"66652985648\",\"66652985648\"]","schema":"public","table":"orders","txId":2194268,"lsn":66652985648,"xmin":null},"op":"c","ts_ms":1729478106508,"transaction":null} -{"before":null,"after":{"id":44,"customer_name":"Kyle Young","product_name":"Mouse","quantity":4,"price":227.72,"order_date":1729452906120723,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478106122,"snapshot":"false","db":"testdb","sequence":"[\"66652985880\",\"66652985880\"]","schema":"public","table":"orders","txId":2194269,"lsn":66652985880,"xmin":null},"op":"c","ts_ms":1729478106508,"transaction":null} -{"before":null,"after":{"id":45,"customer_name":"Paula Adams","product_name":"Headphones","quantity":3,"price":1793.89,"order_date":1729452906143567,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478106144,"snapshot":"false","db":"testdb","sequence":"[\"66652986112\",\"66652986112\"]","schema":"public","table":"orders","txId":2194270,"lsn":66652986112,"xmin":null},"op":"c","ts_ms":1729478106508,"transaction":null} -{"before":null,"after":{"id":46,"customer_name":"Jessica Smith","product_name":"Mouse","quantity":2,"price":1438.36,"order_date":1729452906194394,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478106196,"snapshot":"false","db":"testdb","sequence":"[\"66652986336\",\"66652986336\"]","schema":"public","table":"orders","txId":2194271,"lsn":66652986336,"xmin":null},"op":"c","ts_ms":1729478106508,"transaction":null} -{"before":null,"after":{"id":47,"customer_name":"Joseph Chavez","product_name":"Laptop","quantity":1,"price":841.31,"order_date":1729452906234637,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478106236,"snapshot":"false","db":"testdb","sequence":"[\"66652986568\",\"66652986568\"]","schema":"public","table":"orders","txId":2194272,"lsn":66652986568,"xmin":null},"op":"c","ts_ms":1729478106508,"transaction":null} -{"before":null,"after":{"id":36,"customer_name":"John Johnston","product_name":"Mouse","quantity":4,"price":1909.75,"order_date":1729452905729511,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478106280,"snapshot":"false","db":"testdb","sequence":"[\"66652986800\",\"66652986800\"]","schema":"public","table":"orders","txId":2194273,"lsn":66652986800,"xmin":null},"op":"u","ts_ms":1729478106508,"transaction":null} -{"before":null,"after":{"id":48,"customer_name":"Jennifer Wood","product_name":"Headphones","quantity":5,"price":1629.06,"order_date":1729452906328407,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478106330,"snapshot":"false","db":"testdb","sequence":"[\"66652986976\",\"66652986976\"]","schema":"public","table":"orders","txId":2194274,"lsn":66652986976,"xmin":null},"op":"c","ts_ms":1729478106508,"transaction":null} -{"before":null,"after":{"id":49,"customer_name":"Mr. William Mcgee","product_name":"Keyboard","quantity":4,"price":479.14,"order_date":1729452906356057,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478106357,"snapshot":"false","db":"testdb","sequence":"[\"66652987208\",\"66652987208\"]","schema":"public","table":"orders","txId":2194275,"lsn":66652987208,"xmin":null},"op":"c","ts_ms":1729478106508,"transaction":null} -{"before":null,"after":{"id":50,"customer_name":"Jessica Wong","product_name":"Mouse","quantity":5,"price":1992.64,"order_date":1729452906415426,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478106417,"snapshot":"false","db":"testdb","sequence":"[\"66652987472\",\"66652987888\"]","schema":"public","table":"orders","txId":2194276,"lsn":66652987888,"xmin":null},"op":"c","ts_ms":1729478106508,"transaction":null} -{"before":null,"after":{"id":51,"customer_name":"Robert Reynolds","product_name":"Monitor","quantity":2,"price":691.01,"order_date":1729452906453059,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478106455,"snapshot":"false","db":"testdb","sequence":"[\"66652988112\",\"66652988112\"]","schema":"public","table":"orders","txId":2194277,"lsn":66652988112,"xmin":null},"op":"c","ts_ms":1729478106509,"transaction":null} -{"before":null,"after":{"id":52,"customer_name":"Ronald Waters","product_name":"Keyboard","quantity":1,"price":1334.09,"order_date":1729452906490577,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478106491,"snapshot":"false","db":"testdb","sequence":"[\"66652988344\",\"66652988344\"]","schema":"public","table":"orders","txId":2194278,"lsn":66652988344,"xmin":null},"op":"c","ts_ms":1729478106509,"transaction":null} -{"before":null,"after":{"id":53,"customer_name":"Michael Ray","product_name":"Smartphone","quantity":1,"price":1341.22,"order_date":1729452906550772,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478106552,"snapshot":"false","db":"testdb","sequence":"[\"66652988576\",\"66652988576\"]","schema":"public","table":"orders","txId":2194279,"lsn":66652988576,"xmin":null},"op":"c","ts_ms":1729478107016,"transaction":null} -{"before":null,"after":{"id":54,"customer_name":"Patricia Carroll","product_name":"Mouse","quantity":1,"price":324.88,"order_date":1729452906570779,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478106572,"snapshot":"false","db":"testdb","sequence":"[\"66652988808\",\"66652988808\"]","schema":"public","table":"orders","txId":2194280,"lsn":66652988808,"xmin":null},"op":"c","ts_ms":1729478107017,"transaction":null} -{"before":null,"after":{"id":55,"customer_name":"Melanie Holmes","product_name":"Smartphone","quantity":3,"price":1607.73,"order_date":1729452906628940,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478106630,"snapshot":"false","db":"testdb","sequence":"[\"66652989032\",\"66652989032\"]","schema":"public","table":"orders","txId":2194281,"lsn":66652989032,"xmin":null},"op":"c","ts_ms":1729478107017,"transaction":null} -{"before":null,"after":{"id":16,"customer_name":"Alexander Woods","product_name":"Keyboard","quantity":4,"price":1787.29,"order_date":1729452904396796,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478106672,"snapshot":"false","db":"testdb","sequence":"[\"66652989272\",\"66652989272\"]","schema":"public","table":"orders","txId":2194282,"lsn":66652989272,"xmin":null},"op":"u","ts_ms":1729478107017,"transaction":null} -{"before":null,"after":{"id":56,"customer_name":"Gabriel Davis","product_name":"Keyboard","quantity":2,"price":1020.08,"order_date":1729452906694949,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478106696,"snapshot":"false","db":"testdb","sequence":"[\"66652989456\",\"66652989456\"]","schema":"public","table":"orders","txId":2194283,"lsn":66652989456,"xmin":null},"op":"c","ts_ms":1729478107017,"transaction":null} -{"before":null,"after":{"id":57,"customer_name":"Jennifer Robertson","product_name":"Smartphone","quantity":1,"price":1124.35,"order_date":1729452906720978,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478106722,"snapshot":"false","db":"testdb","sequence":"[\"66652989680\",\"66652989680\"]","schema":"public","table":"orders","txId":2194284,"lsn":66652989680,"xmin":null},"op":"c","ts_ms":1729478107017,"transaction":null} -{"before":null,"after":{"id":58,"customer_name":"Christopher Hernandez","product_name":"Mouse","quantity":2,"price":1933.43,"order_date":1729452906751362,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478106752,"snapshot":"false","db":"testdb","sequence":"[\"66652989920\",\"66652989920\"]","schema":"public","table":"orders","txId":2194285,"lsn":66652989920,"xmin":null},"op":"c","ts_ms":1729478107017,"transaction":null} -{"before":null,"after":{"id":59,"customer_name":"Robin Cox","product_name":"Headphones","quantity":4,"price":1561.44,"order_date":1729452906786392,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478106788,"snapshot":"false","db":"testdb","sequence":"[\"66652990160\",\"66652990160\"]","schema":"public","table":"orders","txId":2194286,"lsn":66652990160,"xmin":null},"op":"c","ts_ms":1729478107017,"transaction":null} -{"before":null,"after":{"id":42,"customer_name":"Janet Boyd","product_name":"Mouse","quantity":3,"price":805.47,"order_date":1729452906063350,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478106828,"snapshot":"false","db":"testdb","sequence":"[\"66652990384\",\"66652990384\"]","schema":"public","table":"orders","txId":2194287,"lsn":66652990384,"xmin":null},"op":"u","ts_ms":1729478107017,"transaction":null} -{"before":null,"after":{"id":60,"customer_name":"Jennifer Ward","product_name":"Monitor","quantity":4,"price":1210.37,"order_date":1729452906849918,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478106851,"snapshot":"false","db":"testdb","sequence":"[\"66652990560\",\"66652990560\"]","schema":"public","table":"orders","txId":2194288,"lsn":66652990560,"xmin":null},"op":"c","ts_ms":1729478107017,"transaction":null} -{"before":null,"after":{"id":61,"customer_name":"Jacqueline Hernandez","product_name":"Keyboard","quantity":3,"price":958.96,"order_date":1729452906871574,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478106873,"snapshot":"false","db":"testdb","sequence":"[\"66652990792\",\"66652990792\"]","schema":"public","table":"orders","txId":2194289,"lsn":66652990792,"xmin":null},"op":"c","ts_ms":1729478107017,"transaction":null} -{"before":null,"after":{"id":38,"customer_name":"Jeff Sanchez","product_name":"Mouse","quantity":5,"price":1007.01,"order_date":1729452905820622,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478106900,"snapshot":"false","db":"testdb","sequence":"[\"66652991032\",\"66652991032\"]","schema":"public","table":"orders","txId":2194290,"lsn":66652991032,"xmin":null},"op":"u","ts_ms":1729478107017,"transaction":null} -{"before":null,"after":{"id":62,"customer_name":"Jason Clements","product_name":"Laptop","quantity":3,"price":470.99,"order_date":1729452906933938,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478106935,"snapshot":"false","db":"testdb","sequence":"[\"66652991208\",\"66652991208\"]","schema":"public","table":"orders","txId":2194291,"lsn":66652991208,"xmin":null},"op":"c","ts_ms":1729478107017,"transaction":null} -{"before":null,"after":{"id":63,"customer_name":"Mr. Kevin Barnett","product_name":"Headphones","quantity":4,"price":1050.32,"order_date":1729452906955070,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478106956,"snapshot":"false","db":"testdb","sequence":"[\"66652991432\",\"66652991432\"]","schema":"public","table":"orders","txId":2194292,"lsn":66652991432,"xmin":null},"op":"c","ts_ms":1729478107017,"transaction":null} -{"before":null,"after":{"id":64,"customer_name":"Kristie Roberts","product_name":"Smartphone","quantity":2,"price":1039.4,"order_date":1729452906977652,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478106978,"snapshot":"false","db":"testdb","sequence":"[\"66652991664\",\"66652991664\"]","schema":"public","table":"orders","txId":2194293,"lsn":66652991664,"xmin":null},"op":"c","ts_ms":1729478107017,"transaction":null} -{"before":null,"after":{"id":58,"customer_name":"Christopher Hernandez","product_name":"Mouse","quantity":2,"price":1933.43,"order_date":1729452906751362,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478107014,"snapshot":"false","db":"testdb","sequence":"[\"66652991904\",\"66652992032\"]","schema":"public","table":"orders","txId":2194294,"lsn":66652992032,"xmin":null},"op":"u","ts_ms":1729478107017,"transaction":null} -{"before":null,"after":{"id":65,"customer_name":"Chad Nguyen","product_name":"Laptop","quantity":3,"price":694.35,"order_date":1729452907040238,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478107042,"snapshot":"false","db":"testdb","sequence":"[\"66652992216\",\"66652992216\"]","schema":"public","table":"orders","txId":2194295,"lsn":66652992216,"xmin":null},"op":"c","ts_ms":1729478107524,"transaction":null} -{"before":null,"after":{"id":66,"customer_name":"Kenneth Solomon","product_name":"Laptop","quantity":1,"price":444.33,"order_date":1729452907090885,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478107093,"snapshot":"false","db":"testdb","sequence":"[\"66652992440\",\"66652992440\"]","schema":"public","table":"orders","txId":2194296,"lsn":66652992440,"xmin":null},"op":"c","ts_ms":1729478107524,"transaction":null} -{"before":{"id":33,"customer_name":null,"product_name":null,"quantity":null,"price":null,"order_date":null,"status":null},"after":null,"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478107146,"snapshot":"false","db":"testdb","sequence":"[\"66652992664\",\"66652992664\"]","schema":"public","table":"orders","txId":2194297,"lsn":66652992664,"xmin":null},"op":"d","ts_ms":1729478107524,"transaction":null} -{"before":null,"after":{"id":55,"customer_name":"Melanie Holmes","product_name":"Smartphone","quantity":3,"price":1607.73,"order_date":1729452906628940,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478107190,"snapshot":"false","db":"testdb","sequence":"[\"66652992776\",\"66652992776\"]","schema":"public","table":"orders","txId":2194298,"lsn":66652992776,"xmin":null},"op":"u","ts_ms":1729478107524,"transaction":null} -{"before":null,"after":{"id":67,"customer_name":"Jason Erickson","product_name":"Headphones","quantity":4,"price":710.38,"order_date":1729452907216952,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478107218,"snapshot":"false","db":"testdb","sequence":"[\"66652992960\",\"66652993064\"]","schema":"public","table":"orders","txId":2194299,"lsn":66652993064,"xmin":null},"op":"c","ts_ms":1729478107524,"transaction":null} -{"before":null,"after":{"id":68,"customer_name":"Samantha Smith","product_name":"Mouse","quantity":1,"price":1944.1,"order_date":1729452907247531,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478107248,"snapshot":"false","db":"testdb","sequence":"[\"66652993296\",\"66652993296\"]","schema":"public","table":"orders","txId":2194300,"lsn":66652993296,"xmin":null},"op":"c","ts_ms":1729478107524,"transaction":null} -{"before":null,"after":{"id":69,"customer_name":"Jennifer Joyce","product_name":"Laptop","quantity":3,"price":1605.22,"order_date":1729452907294302,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478107295,"snapshot":"false","db":"testdb","sequence":"[\"66652993528\",\"66652993528\"]","schema":"public","table":"orders","txId":2194301,"lsn":66652993528,"xmin":null},"op":"c","ts_ms":1729478107524,"transaction":null} -{"before":null,"after":{"id":70,"customer_name":"Tiffany Boyd","product_name":"Smartphone","quantity":4,"price":733.06,"order_date":1729452907346725,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478107348,"snapshot":"false","db":"testdb","sequence":"[\"66652993760\",\"66652993760\"]","schema":"public","table":"orders","txId":2194302,"lsn":66652993760,"xmin":null},"op":"c","ts_ms":1729478107524,"transaction":null} -{"before":null,"after":{"id":19,"customer_name":"Sheri Bradford","product_name":"Laptop","quantity":3,"price":83.09,"order_date":1729452904611624,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478107388,"snapshot":"false","db":"testdb","sequence":"[\"66652993984\",\"66652993984\"]","schema":"public","table":"orders","txId":2194303,"lsn":66652993984,"xmin":null},"op":"u","ts_ms":1729478107524,"transaction":null} -{"before":null,"after":{"id":71,"customer_name":"Angela Reyes","product_name":"Monitor","quantity":3,"price":1964.1,"order_date":1729452907425671,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478107426,"snapshot":"false","db":"testdb","sequence":"[\"66652994160\",\"66652994160\"]","schema":"public","table":"orders","txId":2194304,"lsn":66652994160,"xmin":null},"op":"c","ts_ms":1729478107524,"transaction":null} -{"before":null,"after":{"id":72,"customer_name":"Jeffrey Carlson","product_name":"Monitor","quantity":5,"price":998.43,"order_date":1729452907452189,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478107453,"snapshot":"false","db":"testdb","sequence":"[\"66652994384\",\"66652994384\"]","schema":"public","table":"orders","txId":2194305,"lsn":66652994384,"xmin":null},"op":"c","ts_ms":1729478107524,"transaction":null} -{"before":null,"after":{"id":73,"customer_name":"Megan Jones","product_name":"Mouse","quantity":4,"price":881.97,"order_date":1729452907482373,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478107483,"snapshot":"false","db":"testdb","sequence":"[\"66652994616\",\"66652994616\"]","schema":"public","table":"orders","txId":2194306,"lsn":66652994616,"xmin":null},"op":"c","ts_ms":1729478107524,"transaction":null} -{"before":null,"after":{"id":74,"customer_name":"Debra Garcia","product_name":"Mouse","quantity":5,"price":325.55,"order_date":1729452907538009,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478107539,"snapshot":"false","db":"testdb","sequence":"[\"66652994848\",\"66652994848\"]","schema":"public","table":"orders","txId":2194307,"lsn":66652994848,"xmin":null},"op":"c","ts_ms":1729478108035,"transaction":null} -{"before":null,"after":{"id":75,"customer_name":"Christine Harmon","product_name":"Laptop","quantity":3,"price":1189.79,"order_date":1729452907573348,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478107574,"snapshot":"false","db":"testdb","sequence":"[\"66652995080\",\"66652995080\"]","schema":"public","table":"orders","txId":2194308,"lsn":66652995080,"xmin":null},"op":"c","ts_ms":1729478108035,"transaction":null} -{"before":null,"after":{"id":54,"customer_name":"Patricia Carroll","product_name":"Mouse","quantity":1,"price":324.88,"order_date":1729452906570779,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478107628,"snapshot":"false","db":"testdb","sequence":"[\"66652995312\",\"66652995312\"]","schema":"public","table":"orders","txId":2194309,"lsn":66652995312,"xmin":null},"op":"u","ts_ms":1729478108035,"transaction":null} -{"before":null,"after":{"id":76,"customer_name":"John Medina","product_name":"Headphones","quantity":1,"price":503.26,"order_date":1729452907679874,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478107681,"snapshot":"false","db":"testdb","sequence":"[\"66652995488\",\"66652995488\"]","schema":"public","table":"orders","txId":2194310,"lsn":66652995488,"xmin":null},"op":"c","ts_ms":1729478108035,"transaction":null} -{"before":null,"after":{"id":77,"customer_name":"Danielle Matthews","product_name":"Laptop","quantity":5,"price":1836.14,"order_date":1729452907723959,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478107725,"snapshot":"false","db":"testdb","sequence":"[\"66652995736\",\"66652995736\"]","schema":"public","table":"orders","txId":2194311,"lsn":66652995736,"xmin":null},"op":"c","ts_ms":1729478108035,"transaction":null} -{"before":null,"after":{"id":78,"customer_name":"Charles Rosales","product_name":"Keyboard","quantity":3,"price":391.73,"order_date":1729452907767088,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478107769,"snapshot":"false","db":"testdb","sequence":"[\"66652995968\",\"66652995968\"]","schema":"public","table":"orders","txId":2194312,"lsn":66652995968,"xmin":null},"op":"c","ts_ms":1729478108035,"transaction":null} -{"before":null,"after":{"id":79,"customer_name":"Mary Kline","product_name":"Headphones","quantity":2,"price":351.41,"order_date":1729452907811497,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478107813,"snapshot":"false","db":"testdb","sequence":"[\"66652996200\",\"66652996200\"]","schema":"public","table":"orders","txId":2194313,"lsn":66652996200,"xmin":null},"op":"c","ts_ms":1729478108035,"transaction":null} -{"before":null,"after":{"id":80,"customer_name":"Jeffrey Myers","product_name":"Monitor","quantity":5,"price":1405.16,"order_date":1729452907874352,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478107876,"snapshot":"false","db":"testdb","sequence":"[\"66652996432\",\"66652996432\"]","schema":"public","table":"orders","txId":2194314,"lsn":66652996432,"xmin":null},"op":"c","ts_ms":1729478108035,"transaction":null} -{"before":null,"after":{"id":81,"customer_name":"Gary Russell","product_name":"Keyboard","quantity":3,"price":1231.87,"order_date":1729452907901742,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478107903,"snapshot":"false","db":"testdb","sequence":"[\"66652996656\",\"66652996656\"]","schema":"public","table":"orders","txId":2194315,"lsn":66652996656,"xmin":null},"op":"c","ts_ms":1729478108035,"transaction":null} -{"before":null,"after":{"id":60,"customer_name":"Jennifer Ward","product_name":"Monitor","quantity":4,"price":1210.37,"order_date":1729452906849918,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478107942,"snapshot":"false","db":"testdb","sequence":"[\"66652996888\",\"66652996968\"]","schema":"public","table":"orders","txId":2194316,"lsn":66652996968,"xmin":null},"op":"u","ts_ms":1729478108035,"transaction":null} -{"before":null,"after":{"id":6,"customer_name":"Linda Dalton","product_name":"Monitor","quantity":4,"price":62.61,"order_date":1729452904007544,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478108001,"snapshot":"false","db":"testdb","sequence":"[\"66652997144\",\"66652997208\"]","schema":"public","table":"orders","txId":2194317,"lsn":66652997208,"xmin":null},"op":"u","ts_ms":1729478108035,"transaction":null} -{"before":null,"after":{"id":82,"customer_name":"Charles Wise","product_name":"Smartphone","quantity":1,"price":291.27,"order_date":1729452908041334,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478108042,"snapshot":"false","db":"testdb","sequence":"[\"66652997384\",\"66652997384\"]","schema":"public","table":"orders","txId":2194318,"lsn":66652997384,"xmin":null},"op":"c","ts_ms":1729478108543,"transaction":null} -{"before":null,"after":{"id":83,"customer_name":"Reginald Holland","product_name":"Monitor","quantity":1,"price":1740.99,"order_date":1729452908086315,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478108087,"snapshot":"false","db":"testdb","sequence":"[\"66652997608\",\"66652998024\"]","schema":"public","table":"orders","txId":2194319,"lsn":66652998024,"xmin":null},"op":"c","ts_ms":1729478108543,"transaction":null} -{"before":null,"after":{"id":84,"customer_name":"Maurice King","product_name":"Headphones","quantity":3,"price":317.11,"order_date":1729452908115247,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478108116,"snapshot":"false","db":"testdb","sequence":"[\"66652998264\",\"66652998264\"]","schema":"public","table":"orders","txId":2194320,"lsn":66652998264,"xmin":null},"op":"c","ts_ms":1729478108543,"transaction":null} -{"before":null,"after":{"id":51,"customer_name":"Robert Reynolds","product_name":"Monitor","quantity":2,"price":691.01,"order_date":1729452906453059,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478108148,"snapshot":"false","db":"testdb","sequence":"[\"66652998496\",\"66652998560\"]","schema":"public","table":"orders","txId":2194321,"lsn":66652998560,"xmin":null},"op":"u","ts_ms":1729478108543,"transaction":null} -{"before":null,"after":{"id":85,"customer_name":"Andrew White","product_name":"Laptop","quantity":1,"price":485.49,"order_date":1729452908199073,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478108200,"snapshot":"false","db":"testdb","sequence":"[\"66652998736\",\"66652998736\"]","schema":"public","table":"orders","txId":2194322,"lsn":66652998736,"xmin":null},"op":"c","ts_ms":1729478108543,"transaction":null} -{"before":null,"after":{"id":86,"customer_name":"Marc Palmer","product_name":"Monitor","quantity":3,"price":752.55,"order_date":1729452908236458,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478108237,"snapshot":"false","db":"testdb","sequence":"[\"66652998968\",\"66652998968\"]","schema":"public","table":"orders","txId":2194323,"lsn":66652998968,"xmin":null},"op":"c","ts_ms":1729478108543,"transaction":null} -{"before":null,"after":{"id":87,"customer_name":"Stephen Decker","product_name":"Laptop","quantity":5,"price":1605.18,"order_date":1729452908291357,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478108292,"snapshot":"false","db":"testdb","sequence":"[\"66652999200\",\"66652999200\"]","schema":"public","table":"orders","txId":2194324,"lsn":66652999200,"xmin":null},"op":"c","ts_ms":1729478108543,"transaction":null} -{"before":null,"after":{"id":52,"customer_name":"Ronald Waters","product_name":"Keyboard","quantity":1,"price":1334.09,"order_date":1729452906490577,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478108347,"snapshot":"false","db":"testdb","sequence":"[\"66652999432\",\"66652999496\"]","schema":"public","table":"orders","txId":2194325,"lsn":66652999496,"xmin":null},"op":"u","ts_ms":1729478108543,"transaction":null} -{"before":null,"after":{"id":88,"customer_name":"Leslie Perry","product_name":"Mouse","quantity":5,"price":255.51,"order_date":1729452908375695,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478108377,"snapshot":"false","db":"testdb","sequence":"[\"66652999672\",\"66652999672\"]","schema":"public","table":"orders","txId":2194326,"lsn":66652999672,"xmin":null},"op":"c","ts_ms":1729478108543,"transaction":null} -{"before":null,"after":{"id":89,"customer_name":"Laura Hughes","product_name":"Headphones","quantity":3,"price":1937.69,"order_date":1729452908434237,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478108435,"snapshot":"false","db":"testdb","sequence":"[\"66652999904\",\"66652999904\"]","schema":"public","table":"orders","txId":2194327,"lsn":66652999904,"xmin":null},"op":"c","ts_ms":1729478108543,"transaction":null} -{"before":null,"after":{"id":90,"customer_name":"Jeffrey Carlson","product_name":"Keyboard","quantity":5,"price":55.71,"order_date":1729452908453606,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478108455,"snapshot":"false","db":"testdb","sequence":"[\"66653000136\",\"66653000136\"]","schema":"public","table":"orders","txId":2194328,"lsn":66653000136,"xmin":null},"op":"c","ts_ms":1729478108543,"transaction":null} -{"before":null,"after":{"id":67,"customer_name":"Jason Erickson","product_name":"Headphones","quantity":4,"price":710.38,"order_date":1729452907216952,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478108505,"snapshot":"false","db":"testdb","sequence":"[\"66653000376\",\"66653000440\"]","schema":"public","table":"orders","txId":2194329,"lsn":66653000440,"xmin":null},"op":"u","ts_ms":1729478108543,"transaction":null} -{"before":null,"after":{"id":44,"customer_name":"Kyle Young","product_name":"Mouse","quantity":4,"price":227.72,"order_date":1729452906120723,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478108556,"snapshot":"false","db":"testdb","sequence":"[\"66653000624\",\"66653000688\"]","schema":"public","table":"orders","txId":2194330,"lsn":66653000688,"xmin":null},"op":"u","ts_ms":1729478109053,"transaction":null} -{"before":null,"after":{"id":91,"customer_name":"Rebecca Flowers","product_name":"Keyboard","quantity":1,"price":660.05,"order_date":1729452908607539,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478108609,"snapshot":"false","db":"testdb","sequence":"[\"66653000864\",\"66653000864\"]","schema":"public","table":"orders","txId":2194331,"lsn":66653000864,"xmin":null},"op":"c","ts_ms":1729478109053,"transaction":null} -{"before":null,"after":{"id":92,"customer_name":"Connor Sanchez","product_name":"Headphones","quantity":4,"price":1817.17,"order_date":1729452908669619,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478108671,"snapshot":"false","db":"testdb","sequence":"[\"66653001096\",\"66653001096\"]","schema":"public","table":"orders","txId":2194332,"lsn":66653001096,"xmin":null},"op":"c","ts_ms":1729478109053,"transaction":null} -{"before":null,"after":{"id":93,"customer_name":"Rachel Rodriguez","product_name":"Monitor","quantity":3,"price":138.18,"order_date":1729452908693412,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478108694,"snapshot":"false","db":"testdb","sequence":"[\"66653001328\",\"66653001328\"]","schema":"public","table":"orders","txId":2194333,"lsn":66653001328,"xmin":null},"op":"c","ts_ms":1729478109053,"transaction":null} -{"before":null,"after":{"id":94,"customer_name":"Rachel Peck","product_name":"Mouse","quantity":5,"price":682.89,"order_date":1729452908753053,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478108754,"snapshot":"false","db":"testdb","sequence":"[\"66653001568\",\"66653001568\"]","schema":"public","table":"orders","txId":2194334,"lsn":66653001568,"xmin":null},"op":"c","ts_ms":1729478109053,"transaction":null} -{"before":null,"after":{"id":58,"customer_name":"Christopher Hernandez","product_name":"Mouse","quantity":2,"price":1933.43,"order_date":1729452906751362,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478108788,"snapshot":"false","db":"testdb","sequence":"[\"66653001792\",\"66653001856\"]","schema":"public","table":"orders","txId":2194335,"lsn":66653001856,"xmin":null},"op":"u","ts_ms":1729478109053,"transaction":null} -{"before":null,"after":{"id":41,"customer_name":"Dr. Jim Ortiz MD","product_name":"Laptop","quantity":2,"price":1940.92,"order_date":1729452906019466,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478108815,"snapshot":"false","db":"testdb","sequence":"[\"66653002040\",\"66653002104\"]","schema":"public","table":"orders","txId":2194336,"lsn":66653002104,"xmin":null},"op":"u","ts_ms":1729478109053,"transaction":null} -{"before":null,"after":{"id":95,"customer_name":"Keith Morales","product_name":"Smartphone","quantity":2,"price":1640.98,"order_date":1729452908838798,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478108839,"snapshot":"false","db":"testdb","sequence":"[\"66653002280\",\"66653002280\"]","schema":"public","table":"orders","txId":2194337,"lsn":66653002280,"xmin":null},"op":"c","ts_ms":1729478109053,"transaction":null} -{"before":null,"after":{"id":17,"customer_name":"Lauren Edwards","product_name":"Mouse","quantity":5,"price":1267.03,"order_date":1729452904431732,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478108877,"snapshot":"false","db":"testdb","sequence":"[\"66653002520\",\"66653002584\"]","schema":"public","table":"orders","txId":2194338,"lsn":66653002584,"xmin":null},"op":"u","ts_ms":1729478109053,"transaction":null} -{"before":null,"after":{"id":96,"customer_name":"Sarah Lewis","product_name":"Smartphone","quantity":5,"price":1026.1,"order_date":1729452908934554,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478108936,"snapshot":"false","db":"testdb","sequence":"[\"66653002760\",\"66653002760\"]","schema":"public","table":"orders","txId":2194339,"lsn":66653002760,"xmin":null},"op":"c","ts_ms":1729478109053,"transaction":null} -{"before":null,"after":{"id":97,"customer_name":"Johnny Hess","product_name":"Headphones","quantity":3,"price":435.58,"order_date":1729452908968736,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478108970,"snapshot":"false","db":"testdb","sequence":"[\"66653002984\",\"66653002984\"]","schema":"public","table":"orders","txId":2194340,"lsn":66653002984,"xmin":null},"op":"c","ts_ms":1729478109053,"transaction":null} -{"before":null,"after":{"id":98,"customer_name":"Justin Miranda","product_name":"Smartphone","quantity":2,"price":1598.98,"order_date":1729452909015424,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478109017,"snapshot":"false","db":"testdb","sequence":"[\"66653003208\",\"66653003208\"]","schema":"public","table":"orders","txId":2194341,"lsn":66653003208,"xmin":null},"op":"c","ts_ms":1729478109053,"transaction":null} -{"before":null,"after":{"id":99,"customer_name":"Kevin Solomon","product_name":"Monitor","quantity":5,"price":1398.86,"order_date":1729452909050379,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478109052,"snapshot":"false","db":"testdb","sequence":"[\"66653003440\",\"66653003440\"]","schema":"public","table":"orders","txId":2194342,"lsn":66653003440,"xmin":null},"op":"c","ts_ms":1729478109053,"transaction":null} -{"before":null,"after":{"id":100,"customer_name":"Tara Jordan","product_name":"Keyboard","quantity":2,"price":145.47,"order_date":1729452909076733,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478109078,"snapshot":"false","db":"testdb","sequence":"[\"66653003664\",\"66653003768\"]","schema":"public","table":"orders","txId":2194343,"lsn":66653003768,"xmin":null},"op":"c","ts_ms":1729478109560,"transaction":null} -{"before":null,"after":{"id":101,"customer_name":"Wesley Bowen","product_name":"Mouse","quantity":4,"price":1253.72,"order_date":1729452909107292,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478109108,"snapshot":"false","db":"testdb","sequence":"[\"66653004016\",\"66653004432\"]","schema":"public","table":"orders","txId":2194344,"lsn":66653004432,"xmin":null},"op":"c","ts_ms":1729478109561,"transaction":null} -{"before":null,"after":{"id":102,"customer_name":"Erica Williams","product_name":"Keyboard","quantity":2,"price":1736.75,"order_date":1729452909163172,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478109164,"snapshot":"false","db":"testdb","sequence":"[\"66653004664\",\"66653004664\"]","schema":"public","table":"orders","txId":2194345,"lsn":66653004664,"xmin":null},"op":"c","ts_ms":1729478109561,"transaction":null} -{"before":null,"after":{"id":103,"customer_name":"Nicole Greene","product_name":"Monitor","quantity":1,"price":95.81,"order_date":1729452909226390,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478109227,"snapshot":"false","db":"testdb","sequence":"[\"66653004896\",\"66653004896\"]","schema":"public","table":"orders","txId":2194346,"lsn":66653004896,"xmin":null},"op":"c","ts_ms":1729478109561,"transaction":null} -{"before":null,"after":{"id":104,"customer_name":"Mark Forbes","product_name":"Laptop","quantity":4,"price":210.55,"order_date":1729452909280536,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478109282,"snapshot":"false","db":"testdb","sequence":"[\"66653005128\",\"66653005128\"]","schema":"public","table":"orders","txId":2194347,"lsn":66653005128,"xmin":null},"op":"c","ts_ms":1729478109561,"transaction":null} -{"before":{"id":62,"customer_name":null,"product_name":null,"quantity":null,"price":null,"order_date":null,"status":null},"after":null,"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478109302,"snapshot":"false","db":"testdb","sequence":"[\"66653005360\",\"66653005424\"]","schema":"public","table":"orders","txId":2194348,"lsn":66653005424,"xmin":null},"op":"d","ts_ms":1729478109561,"transaction":null} -{"before":null,"after":{"id":105,"customer_name":"Amy Lawson","product_name":"Mouse","quantity":4,"price":1978.56,"order_date":1729452909350494,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478109351,"snapshot":"false","db":"testdb","sequence":"[\"66653005536\",\"66653005536\"]","schema":"public","table":"orders","txId":2194349,"lsn":66653005536,"xmin":null},"op":"c","ts_ms":1729478109561,"transaction":null} -{"before":null,"after":{"id":53,"customer_name":"Michael Ray","product_name":"Smartphone","quantity":1,"price":1341.22,"order_date":1729452906550772,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478109393,"snapshot":"false","db":"testdb","sequence":"[\"66653005768\",\"66653005824\"]","schema":"public","table":"orders","txId":2194350,"lsn":66653005824,"xmin":null},"op":"u","ts_ms":1729478109561,"transaction":null} -{"before":null,"after":{"id":106,"customer_name":"Amanda Zuniga","product_name":"Smartphone","quantity":2,"price":1487.16,"order_date":1729452909451070,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478109452,"snapshot":"false","db":"testdb","sequence":"[\"66653006000\",\"66653006000\"]","schema":"public","table":"orders","txId":2194351,"lsn":66653006000,"xmin":null},"op":"c","ts_ms":1729478109561,"transaction":null} -{"before":null,"after":{"id":53,"customer_name":"Michael Ray","product_name":"Smartphone","quantity":1,"price":1341.22,"order_date":1729452906550772,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478109486,"snapshot":"false","db":"testdb","sequence":"[\"66653006232\",\"66653006296\"]","schema":"public","table":"orders","txId":2194352,"lsn":66653006296,"xmin":null},"op":"u","ts_ms":1729478109561,"transaction":null} -{"before":null,"after":{"id":88,"customer_name":"Leslie Perry","product_name":"Mouse","quantity":5,"price":255.51,"order_date":1729452908375695,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478109525,"snapshot":"false","db":"testdb","sequence":"[\"66653006472\",\"66653006536\"]","schema":"public","table":"orders","txId":2194353,"lsn":66653006536,"xmin":null},"op":"u","ts_ms":1729478109561,"transaction":null} -{"before":null,"after":{"id":107,"customer_name":"Kimberly Adams","product_name":"Laptop","quantity":1,"price":370.52,"order_date":1729452909569507,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478109571,"snapshot":"false","db":"testdb","sequence":"[\"66653006712\",\"66653006712\"]","schema":"public","table":"orders","txId":2194354,"lsn":66653006712,"xmin":null},"op":"c","ts_ms":1729478110069,"transaction":null} -{"before":null,"after":{"id":108,"customer_name":"Evan Tyler","product_name":"Smartphone","quantity":1,"price":1316.84,"order_date":1729452909620124,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478109622,"snapshot":"false","db":"testdb","sequence":"[\"66653006936\",\"66653006936\"]","schema":"public","table":"orders","txId":2194355,"lsn":66653006936,"xmin":null},"op":"c","ts_ms":1729478110069,"transaction":null} -{"before":null,"after":{"id":109,"customer_name":"Susan Lawson","product_name":"Laptop","quantity":4,"price":67.51,"order_date":1729452909650260,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478109651,"snapshot":"false","db":"testdb","sequence":"[\"66653007168\",\"66653007168\"]","schema":"public","table":"orders","txId":2194356,"lsn":66653007168,"xmin":null},"op":"c","ts_ms":1729478110069,"transaction":null} -{"before":null,"after":{"id":110,"customer_name":"Kristen Patterson","product_name":"Keyboard","quantity":3,"price":540.51,"order_date":1729452909683705,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478109685,"snapshot":"false","db":"testdb","sequence":"[\"66653007400\",\"66653007400\"]","schema":"public","table":"orders","txId":2194357,"lsn":66653007400,"xmin":null},"op":"c","ts_ms":1729478110069,"transaction":null} -{"before":null,"after":{"id":111,"customer_name":"Lauren Villegas","product_name":"Laptop","quantity":5,"price":712.95,"order_date":1729452909707542,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478109709,"snapshot":"false","db":"testdb","sequence":"[\"66653007640\",\"66653007640\"]","schema":"public","table":"orders","txId":2194358,"lsn":66653007640,"xmin":null},"op":"c","ts_ms":1729478110069,"transaction":null} -{"before":null,"after":{"id":112,"customer_name":"Laura Cabrera","product_name":"Monitor","quantity":5,"price":1400.81,"order_date":1729452909762850,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478109764,"snapshot":"false","db":"testdb","sequence":"[\"66653007872\",\"66653007872\"]","schema":"public","table":"orders","txId":2194359,"lsn":66653007872,"xmin":null},"op":"c","ts_ms":1729478110069,"transaction":null} -{"before":null,"after":{"id":113,"customer_name":"Elizabeth Bird","product_name":"Keyboard","quantity":3,"price":668.18,"order_date":1729452909801007,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478109802,"snapshot":"false","db":"testdb","sequence":"[\"66653008096\",\"66653008096\"]","schema":"public","table":"orders","txId":2194360,"lsn":66653008096,"xmin":null},"op":"c","ts_ms":1729478110069,"transaction":null} -{"before":null,"after":{"id":14,"customer_name":"Louis Johnson","product_name":"Monitor","quantity":4,"price":984.52,"order_date":1729452904302652,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478109834,"snapshot":"false","db":"testdb","sequence":"[\"66653008320\",\"66653008384\"]","schema":"public","table":"orders","txId":2194361,"lsn":66653008384,"xmin":null},"op":"u","ts_ms":1729478110069,"transaction":null} -{"before":null,"after":{"id":114,"customer_name":"Charles Luna","product_name":"Monitor","quantity":5,"price":991.95,"order_date":1729452909892406,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478109894,"snapshot":"false","db":"testdb","sequence":"[\"66653008560\",\"66653008560\"]","schema":"public","table":"orders","txId":2194362,"lsn":66653008560,"xmin":null},"op":"c","ts_ms":1729478110069,"transaction":null} -{"before":null,"after":{"id":115,"customer_name":"Michael Grant","product_name":"Keyboard","quantity":4,"price":979.43,"order_date":1729452909934640,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478109936,"snapshot":"false","db":"testdb","sequence":"[\"66653008792\",\"66653008792\"]","schema":"public","table":"orders","txId":2194363,"lsn":66653008792,"xmin":null},"op":"c","ts_ms":1729478110069,"transaction":null} -{"before":null,"after":{"id":78,"customer_name":"Charles Rosales","product_name":"Keyboard","quantity":3,"price":391.73,"order_date":1729452907767088,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478109979,"snapshot":"false","db":"testdb","sequence":"[\"66653009024\",\"66653009088\"]","schema":"public","table":"orders","txId":2194364,"lsn":66653009088,"xmin":null},"op":"u","ts_ms":1729478110069,"transaction":null} -{"before":null,"after":{"id":116,"customer_name":"Brandon Kim","product_name":"Monitor","quantity":4,"price":1421.33,"order_date":1729452910004998,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478110006,"snapshot":"false","db":"testdb","sequence":"[\"66653009272\",\"66653009272\"]","schema":"public","table":"orders","txId":2194365,"lsn":66653009272,"xmin":null},"op":"c","ts_ms":1729478110069,"transaction":null} -{"before":null,"after":{"id":117,"customer_name":"Ashley Williams","product_name":"Mouse","quantity":3,"price":1133.45,"order_date":1729452910051358,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478110052,"snapshot":"false","db":"testdb","sequence":"[\"66653009496\",\"66653009496\"]","schema":"public","table":"orders","txId":2194366,"lsn":66653009496,"xmin":null},"op":"c","ts_ms":1729478110069,"transaction":null} -{"before":null,"after":{"id":118,"customer_name":"Margaret Love","product_name":"Laptop","quantity":2,"price":78.98,"order_date":1729452910081981,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478110083,"snapshot":"false","db":"testdb","sequence":"[\"66653009728\",\"66653009728\"]","schema":"public","table":"orders","txId":2194367,"lsn":66653009728,"xmin":null},"op":"c","ts_ms":1729478110579,"transaction":null} -{"before":null,"after":{"id":113,"customer_name":"Elizabeth Bird","product_name":"Keyboard","quantity":3,"price":668.18,"order_date":1729452909801007,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478110123,"snapshot":"false","db":"testdb","sequence":"[\"66653009952\",\"66653010016\"]","schema":"public","table":"orders","txId":2194368,"lsn":66653010016,"xmin":null},"op":"u","ts_ms":1729478110579,"transaction":null} -{"before":null,"after":{"id":119,"customer_name":"Donald Johnson","product_name":"Mouse","quantity":3,"price":1097.86,"order_date":1729452910169021,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478110171,"snapshot":"false","db":"testdb","sequence":"[\"66653010192\",\"66653010192\"]","schema":"public","table":"orders","txId":2194369,"lsn":66653010192,"xmin":null},"op":"c","ts_ms":1729478110579,"transaction":null} -{"before":null,"after":{"id":120,"customer_name":"Terry Harrison","product_name":"Monitor","quantity":2,"price":1799.34,"order_date":1729452910190068,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478110191,"snapshot":"false","db":"testdb","sequence":"[\"66653010424\",\"66653010424\"]","schema":"public","table":"orders","txId":2194370,"lsn":66653010424,"xmin":null},"op":"c","ts_ms":1729478110579,"transaction":null} -{"before":null,"after":{"id":14,"customer_name":"Louis Johnson","product_name":"Monitor","quantity":4,"price":984.52,"order_date":1729452904302652,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478110248,"snapshot":"false","db":"testdb","sequence":"[\"66653010656\",\"66653010656\"]","schema":"public","table":"orders","txId":2194371,"lsn":66653010656,"xmin":null},"op":"u","ts_ms":1729478110579,"transaction":null} -{"before":null,"after":{"id":121,"customer_name":"Joshua Ramirez","product_name":"Keyboard","quantity":4,"price":1059.94,"order_date":1729452910301315,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478110303,"snapshot":"false","db":"testdb","sequence":"[\"66653010832\",\"66653010832\"]","schema":"public","table":"orders","txId":2194372,"lsn":66653010832,"xmin":null},"op":"c","ts_ms":1729478110579,"transaction":null} -{"before":null,"after":{"id":122,"customer_name":"Crystal Perkins","product_name":"Laptop","quantity":4,"price":402.8,"order_date":1729452910339157,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478110341,"snapshot":"false","db":"testdb","sequence":"[\"66653011056\",\"66653011056\"]","schema":"public","table":"orders","txId":2194373,"lsn":66653011056,"xmin":null},"op":"c","ts_ms":1729478110579,"transaction":null} -{"before":null,"after":{"id":123,"customer_name":"Rachel Shaffer","product_name":"Monitor","quantity":1,"price":1804.58,"order_date":1729452910399015,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478110400,"snapshot":"false","db":"testdb","sequence":"[\"66653011288\",\"66653011288\"]","schema":"public","table":"orders","txId":2194374,"lsn":66653011288,"xmin":null},"op":"c","ts_ms":1729478110579,"transaction":null} -{"before":null,"after":{"id":124,"customer_name":"Rebecca Howard","product_name":"Smartphone","quantity":3,"price":1930.38,"order_date":1729452910444304,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478110446,"snapshot":"false","db":"testdb","sequence":"[\"66653011512\",\"66653011512\"]","schema":"public","table":"orders","txId":2194375,"lsn":66653011512,"xmin":null},"op":"c","ts_ms":1729478110579,"transaction":null} -{"before":null,"after":{"id":124,"customer_name":"Rebecca Howard","product_name":"Smartphone","quantity":3,"price":1930.38,"order_date":1729452910444304,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478110482,"snapshot":"false","db":"testdb","sequence":"[\"66653011744\",\"66653011808\"]","schema":"public","table":"orders","txId":2194376,"lsn":66653011808,"xmin":null},"op":"u","ts_ms":1729478110579,"transaction":null} -{"before":null,"after":{"id":125,"customer_name":"Sandra Sharp","product_name":"Smartphone","quantity":2,"price":619.4,"order_date":1729452910511654,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478110513,"snapshot":"false","db":"testdb","sequence":"[\"66653012016\",\"66653012016\"]","schema":"public","table":"orders","txId":2194377,"lsn":66653012016,"xmin":null},"op":"c","ts_ms":1729478110579,"transaction":null} -{"before":null,"after":{"id":126,"customer_name":"Shirley Smith","product_name":"Smartphone","quantity":3,"price":1208.13,"order_date":1729452910530160,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478110531,"snapshot":"false","db":"testdb","sequence":"[\"66653012240\",\"66653012240\"]","schema":"public","table":"orders","txId":2194378,"lsn":66653012240,"xmin":null},"op":"c","ts_ms":1729478110579,"transaction":null} -{"before":null,"after":{"id":127,"customer_name":"Caroline Lin","product_name":"Smartphone","quantity":2,"price":552.34,"order_date":1729452910559912,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478110561,"snapshot":"false","db":"testdb","sequence":"[\"66653012480\",\"66653012480\"]","schema":"public","table":"orders","txId":2194379,"lsn":66653012480,"xmin":null},"op":"c","ts_ms":1729478110579,"transaction":null} -{"before":null,"after":{"id":128,"customer_name":"Laurie Hatfield","product_name":"Monitor","quantity":5,"price":431.2,"order_date":1729452910614837,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478110616,"snapshot":"false","db":"testdb","sequence":"[\"66653012704\",\"66653012704\"]","schema":"public","table":"orders","txId":2194380,"lsn":66653012704,"xmin":null},"op":"c","ts_ms":1729478111087,"transaction":null} -{"before":null,"after":{"id":129,"customer_name":"Stacy Bailey","product_name":"Headphones","quantity":3,"price":1875.13,"order_date":1729452910640104,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478110641,"snapshot":"false","db":"testdb","sequence":"[\"66653012936\",\"66653012936\"]","schema":"public","table":"orders","txId":2194381,"lsn":66653012936,"xmin":null},"op":"c","ts_ms":1729478111087,"transaction":null} -{"before":null,"after":{"id":130,"customer_name":"Anna Jones","product_name":"Laptop","quantity":4,"price":852.11,"order_date":1729452910657492,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478110659,"snapshot":"false","db":"testdb","sequence":"[\"66653013160\",\"66653013160\"]","schema":"public","table":"orders","txId":2194382,"lsn":66653013160,"xmin":null},"op":"c","ts_ms":1729478111087,"transaction":null} -{"before":null,"after":{"id":131,"customer_name":"Sara Alvarez","product_name":"Smartphone","quantity":4,"price":1289.47,"order_date":1729452910687836,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478110689,"snapshot":"false","db":"testdb","sequence":"[\"66653013384\",\"66653013384\"]","schema":"public","table":"orders","txId":2194383,"lsn":66653013384,"xmin":null},"op":"c","ts_ms":1729478111087,"transaction":null} -{"before":null,"after":{"id":132,"customer_name":"Misty Jefferson","product_name":"Monitor","quantity":4,"price":1545.49,"order_date":1729452910739154,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478110740,"snapshot":"false","db":"testdb","sequence":"[\"66653013616\",\"66653013616\"]","schema":"public","table":"orders","txId":2194384,"lsn":66653013616,"xmin":null},"op":"c","ts_ms":1729478111087,"transaction":null} -{"before":null,"after":{"id":133,"customer_name":"William Marshall","product_name":"Mouse","quantity":2,"price":1485.33,"order_date":1729452910769667,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478110770,"snapshot":"false","db":"testdb","sequence":"[\"66653013848\",\"66653013952\"]","schema":"public","table":"orders","txId":2194385,"lsn":66653013952,"xmin":null},"op":"c","ts_ms":1729478111087,"transaction":null} -{"before":null,"after":{"id":134,"customer_name":"Linda Sharp","product_name":"Headphones","quantity":2,"price":705.83,"order_date":1729452910817893,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478110819,"snapshot":"false","db":"testdb","sequence":"[\"66653026624\",\"66653026624\"]","schema":"public","table":"orders","txId":2194387,"lsn":66653026624,"xmin":null},"op":"c","ts_ms":1729478111093,"transaction":null} -{"before":null,"after":{"id":2,"customer_name":"James Ortega","product_name":"Keyboard","quantity":1,"price":132.96,"order_date":1729452903745438,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478110867,"snapshot":"false","db":"testdb","sequence":"[\"66653026856\",\"66653027272\"]","schema":"public","table":"orders","txId":2194388,"lsn":66653027272,"xmin":null},"op":"u","ts_ms":1729478111093,"transaction":null} -{"before":null,"after":{"id":135,"customer_name":"Richard Phillips","product_name":"Laptop","quantity":3,"price":1603.61,"order_date":1729452910917904,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478110919,"snapshot":"false","db":"testdb","sequence":"[\"66653027448\",\"66653027448\"]","schema":"public","table":"orders","txId":2194389,"lsn":66653027448,"xmin":null},"op":"c","ts_ms":1729478111093,"transaction":null} -{"before":null,"after":{"id":136,"customer_name":"Jennifer Jones","product_name":"Smartphone","quantity":3,"price":1142.59,"order_date":1729452910963441,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478110965,"snapshot":"false","db":"testdb","sequence":"[\"66653027672\",\"66653027672\"]","schema":"public","table":"orders","txId":2194390,"lsn":66653027672,"xmin":null},"op":"c","ts_ms":1729478111093,"transaction":null} -{"before":null,"after":{"id":137,"customer_name":"Sheila Leonard","product_name":"Headphones","quantity":2,"price":1279.48,"order_date":1729452910998808,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478111000,"snapshot":"false","db":"testdb","sequence":"[\"66653027912\",\"66653027912\"]","schema":"public","table":"orders","txId":2194391,"lsn":66653027912,"xmin":null},"op":"c","ts_ms":1729478111093,"transaction":null} -{"before":null,"after":{"id":138,"customer_name":"Miranda Williams","product_name":"Monitor","quantity":1,"price":1023.1,"order_date":1729452911039836,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478111041,"snapshot":"false","db":"testdb","sequence":"[\"66653028144\",\"66653028144\"]","schema":"public","table":"orders","txId":2194392,"lsn":66653028144,"xmin":null},"op":"c","ts_ms":1729478111093,"transaction":null} -{"before":null,"after":{"id":139,"customer_name":"Jerry King","product_name":"Mouse","quantity":4,"price":538.93,"order_date":1729452911062144,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478111063,"snapshot":"false","db":"testdb","sequence":"[\"66653028408\",\"66653028408\"]","schema":"public","table":"orders","txId":2194393,"lsn":66653028408,"xmin":null},"op":"c","ts_ms":1729478111093,"transaction":null} -{"before":null,"after":{"id":140,"customer_name":"Dr. John French DDS","product_name":"Headphones","quantity":2,"price":1164.37,"order_date":1729452911101203,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478111102,"snapshot":"false","db":"testdb","sequence":"[\"66653028640\",\"66653028640\"]","schema":"public","table":"orders","txId":2194394,"lsn":66653028640,"xmin":null},"op":"c","ts_ms":1729478111604,"transaction":null} -{"before":null,"after":{"id":141,"customer_name":"Anthony Kelly","product_name":"Smartphone","quantity":3,"price":986.45,"order_date":1729452911155121,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478111156,"snapshot":"false","db":"testdb","sequence":"[\"66653028872\",\"66653028872\"]","schema":"public","table":"orders","txId":2194395,"lsn":66653028872,"xmin":null},"op":"c","ts_ms":1729478111604,"transaction":null} -{"before":null,"after":{"id":142,"customer_name":"Matthew Kim","product_name":"Keyboard","quantity":2,"price":309.39,"order_date":1729452911201293,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478111202,"snapshot":"false","db":"testdb","sequence":"[\"66653029104\",\"66653029104\"]","schema":"public","table":"orders","txId":2194396,"lsn":66653029104,"xmin":null},"op":"c","ts_ms":1729478111604,"transaction":null} -{"before":null,"after":{"id":143,"customer_name":"Julia Payne","product_name":"Smartphone","quantity":2,"price":1361.65,"order_date":1729452911250699,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478111252,"snapshot":"false","db":"testdb","sequence":"[\"66653029336\",\"66653029336\"]","schema":"public","table":"orders","txId":2194397,"lsn":66653029336,"xmin":null},"op":"c","ts_ms":1729478111604,"transaction":null} -{"before":null,"after":{"id":144,"customer_name":"John Chapman","product_name":"Monitor","quantity":1,"price":331.05,"order_date":1729452911276369,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478111277,"snapshot":"false","db":"testdb","sequence":"[\"66653029568\",\"66653029568\"]","schema":"public","table":"orders","txId":2194398,"lsn":66653029568,"xmin":null},"op":"c","ts_ms":1729478111604,"transaction":null} -{"before":null,"after":{"id":22,"customer_name":"David Lee","product_name":"Headphones","quantity":1,"price":293.37,"order_date":1729452904897168,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478111297,"snapshot":"false","db":"testdb","sequence":"[\"66653029792\",\"66653029856\"]","schema":"public","table":"orders","txId":2194399,"lsn":66653029856,"xmin":null},"op":"u","ts_ms":1729478111604,"transaction":null} -{"before":null,"after":{"id":145,"customer_name":"Michael Ramos","product_name":"Headphones","quantity":3,"price":337.82,"order_date":1729452911342157,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478111343,"snapshot":"false","db":"testdb","sequence":"[\"66653030032\",\"66653030032\"]","schema":"public","table":"orders","txId":2194400,"lsn":66653030032,"xmin":null},"op":"c","ts_ms":1729478111604,"transaction":null} -{"before":null,"after":{"id":96,"customer_name":"Sarah Lewis","product_name":"Smartphone","quantity":5,"price":1026.1,"order_date":1729452908934554,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478111377,"snapshot":"false","db":"testdb","sequence":"[\"66653030272\",\"66653030336\"]","schema":"public","table":"orders","txId":2194401,"lsn":66653030336,"xmin":null},"op":"u","ts_ms":1729478111604,"transaction":null} -{"before":null,"after":{"id":80,"customer_name":"Jeffrey Myers","product_name":"Monitor","quantity":5,"price":1405.16,"order_date":1729452907874352,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478111428,"snapshot":"false","db":"testdb","sequence":"[\"66653030512\",\"66653030512\"]","schema":"public","table":"orders","txId":2194402,"lsn":66653030512,"xmin":null},"op":"u","ts_ms":1729478111604,"transaction":null} -{"before":null,"after":{"id":141,"customer_name":"Anthony Kelly","product_name":"Smartphone","quantity":3,"price":986.45,"order_date":1729452911155121,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478111465,"snapshot":"false","db":"testdb","sequence":"[\"66653030688\",\"66653030752\"]","schema":"public","table":"orders","txId":2194403,"lsn":66653030752,"xmin":null},"op":"u","ts_ms":1729478111604,"transaction":null} -{"before":null,"after":{"id":77,"customer_name":"Danielle Matthews","product_name":"Laptop","quantity":5,"price":1836.14,"order_date":1729452907723959,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478111513,"snapshot":"false","db":"testdb","sequence":"[\"66653030936\",\"66653030936\"]","schema":"public","table":"orders","txId":2194404,"lsn":66653030936,"xmin":null},"op":"u","ts_ms":1729478111604,"transaction":null} -{"before":null,"after":{"id":146,"customer_name":"Stephanie Williams","product_name":"Mouse","quantity":4,"price":559.19,"order_date":1729452911533633,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478111535,"snapshot":"false","db":"testdb","sequence":"[\"66653031120\",\"66653031120\"]","schema":"public","table":"orders","txId":2194405,"lsn":66653031120,"xmin":null},"op":"c","ts_ms":1729478111604,"transaction":null} -{"before":null,"after":{"id":147,"customer_name":"Christopher Sanders","product_name":"Smartphone","quantity":2,"price":1498.96,"order_date":1729452911585208,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478111586,"snapshot":"false","db":"testdb","sequence":"[\"66653031360\",\"66653031360\"]","schema":"public","table":"orders","txId":2194406,"lsn":66653031360,"xmin":null},"op":"c","ts_ms":1729478111604,"transaction":null} -{"before":null,"after":{"id":148,"customer_name":"Daniel Wilson","product_name":"Smartphone","quantity":4,"price":1349.76,"order_date":1729452911620713,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478111622,"snapshot":"false","db":"testdb","sequence":"[\"66653031600\",\"66653031600\"]","schema":"public","table":"orders","txId":2194407,"lsn":66653031600,"xmin":null},"op":"c","ts_ms":1729478112114,"transaction":null} -{"before":null,"after":{"id":149,"customer_name":"Ms. Rebecca Wise","product_name":"Monitor","quantity":2,"price":1060.23,"order_date":1729452911640586,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478111641,"snapshot":"false","db":"testdb","sequence":"[\"66653031832\",\"66653031832\"]","schema":"public","table":"orders","txId":2194408,"lsn":66653031832,"xmin":null},"op":"c","ts_ms":1729478112114,"transaction":null} -{"before":null,"after":{"id":150,"customer_name":"Danielle Adkins","product_name":"Laptop","quantity":4,"price":1165.66,"order_date":1729452911670370,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478111671,"snapshot":"false","db":"testdb","sequence":"[\"66653032072\",\"66653032072\"]","schema":"public","table":"orders","txId":2194409,"lsn":66653032072,"xmin":null},"op":"c","ts_ms":1729478112114,"transaction":null} -{"before":null,"after":{"id":151,"customer_name":"Stacy Padilla","product_name":"Mouse","quantity":5,"price":177.4,"order_date":1729452911698494,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478111700,"snapshot":"false","db":"testdb","sequence":"[\"66653032296\",\"66653032296\"]","schema":"public","table":"orders","txId":2194410,"lsn":66653032296,"xmin":null},"op":"c","ts_ms":1729478112114,"transaction":null} -{"before":null,"after":{"id":152,"customer_name":"Jennifer Hebert","product_name":"Headphones","quantity":1,"price":1539.27,"order_date":1729452911744166,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478111745,"snapshot":"false","db":"testdb","sequence":"[\"66653032528\",\"66653032528\"]","schema":"public","table":"orders","txId":2194411,"lsn":66653032528,"xmin":null},"op":"c","ts_ms":1729478112114,"transaction":null} -{"before":null,"after":{"id":153,"customer_name":"Rita Johnson","product_name":"Smartphone","quantity":1,"price":879.61,"order_date":1729452911784144,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478111785,"snapshot":"false","db":"testdb","sequence":"[\"66653032768\",\"66653032768\"]","schema":"public","table":"orders","txId":2194412,"lsn":66653032768,"xmin":null},"op":"c","ts_ms":1729478112114,"transaction":null} -{"before":null,"after":{"id":154,"customer_name":"Patricia Miller","product_name":"Keyboard","quantity":3,"price":1719.81,"order_date":1729452911833565,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478111834,"snapshot":"false","db":"testdb","sequence":"[\"66653033000\",\"66653033000\"]","schema":"public","table":"orders","txId":2194413,"lsn":66653033000,"xmin":null},"op":"c","ts_ms":1729478112114,"transaction":null} -{"before":null,"after":{"id":155,"customer_name":"Virginia Willis","product_name":"Keyboard","quantity":2,"price":129.68,"order_date":1729452911880462,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478111881,"snapshot":"false","db":"testdb","sequence":"[\"66653033232\",\"66653033232\"]","schema":"public","table":"orders","txId":2194414,"lsn":66653033232,"xmin":null},"op":"c","ts_ms":1729478112114,"transaction":null} -{"before":null,"after":{"id":156,"customer_name":"James Rogers","product_name":"Headphones","quantity":1,"price":871.55,"order_date":1729452911922762,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478111931,"snapshot":"false","db":"testdb","sequence":"[\"66653033472\",\"66653033472\"]","schema":"public","table":"orders","txId":2194415,"lsn":66653033472,"xmin":null},"op":"c","ts_ms":1729478112114,"transaction":null} -{"before":null,"after":{"id":65,"customer_name":"Chad Nguyen","product_name":"Laptop","quantity":3,"price":694.35,"order_date":1729452907040238,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478111970,"snapshot":"false","db":"testdb","sequence":"[\"66653033704\",\"66653033768\"]","schema":"public","table":"orders","txId":2194416,"lsn":66653033768,"xmin":null},"op":"u","ts_ms":1729478112114,"transaction":null} -{"before":null,"after":{"id":157,"customer_name":"Daniel Clark","product_name":"Laptop","quantity":1,"price":1786.51,"order_date":1729452912022103,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478112023,"snapshot":"false","db":"testdb","sequence":"[\"66653033944\",\"66653033944\"]","schema":"public","table":"orders","txId":2194417,"lsn":66653033944,"xmin":null},"op":"c","ts_ms":1729478112114,"transaction":null} -{"before":null,"after":{"id":92,"customer_name":"Connor Sanchez","product_name":"Headphones","quantity":4,"price":1817.17,"order_date":1729452908669619,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478112081,"snapshot":"false","db":"testdb","sequence":"[\"66653034168\",\"66653034648\"]","schema":"public","table":"orders","txId":2194418,"lsn":66653034648,"xmin":null},"op":"u","ts_ms":1729478112114,"transaction":null} -{"before":null,"after":{"id":158,"customer_name":"Michelle Wall","product_name":"Mouse","quantity":5,"price":936.8,"order_date":1729452912109562,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478112110,"snapshot":"false","db":"testdb","sequence":"[\"66653034832\",\"66653034832\"]","schema":"public","table":"orders","txId":2194419,"lsn":66653034832,"xmin":null},"op":"c","ts_ms":1729478112114,"transaction":null} -{"before":null,"after":{"id":159,"customer_name":"Danielle Griffin","product_name":"Mouse","quantity":5,"price":1588.74,"order_date":1729452912145478,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478112146,"snapshot":"false","db":"testdb","sequence":"[\"66653035064\",\"66653035064\"]","schema":"public","table":"orders","txId":2194420,"lsn":66653035064,"xmin":null},"op":"c","ts_ms":1729478112624,"transaction":null} -{"before":null,"after":{"id":160,"customer_name":"Lisa Martinez","product_name":"Smartphone","quantity":5,"price":1687.75,"order_date":1729452912176301,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478112177,"snapshot":"false","db":"testdb","sequence":"[\"66653035288\",\"66653035288\"]","schema":"public","table":"orders","txId":2194421,"lsn":66653035288,"xmin":null},"op":"c","ts_ms":1729478112624,"transaction":null} -{"before":null,"after":{"id":161,"customer_name":"Mark Levy","product_name":"Monitor","quantity":3,"price":1874.41,"order_date":1729452912226575,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478112228,"snapshot":"false","db":"testdb","sequence":"[\"66653035520\",\"66653035520\"]","schema":"public","table":"orders","txId":2194422,"lsn":66653035520,"xmin":null},"op":"c","ts_ms":1729478112624,"transaction":null} -{"before":null,"after":{"id":162,"customer_name":"Amy Hogan","product_name":"Monitor","quantity":2,"price":607.68,"order_date":1729452912274888,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478112276,"snapshot":"false","db":"testdb","sequence":"[\"66653035744\",\"66653035744\"]","schema":"public","table":"orders","txId":2194423,"lsn":66653035744,"xmin":null},"op":"c","ts_ms":1729478112624,"transaction":null} -{"before":null,"after":{"id":163,"customer_name":"Mark Martinez","product_name":"Laptop","quantity":1,"price":1868.46,"order_date":1729452912294253,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478112295,"snapshot":"false","db":"testdb","sequence":"[\"66653035968\",\"66653035968\"]","schema":"public","table":"orders","txId":2194424,"lsn":66653035968,"xmin":null},"op":"c","ts_ms":1729478112624,"transaction":null} -{"before":null,"after":{"id":164,"customer_name":"Jessica Clark","product_name":"Monitor","quantity":3,"price":1484.55,"order_date":1729452912356634,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478112358,"snapshot":"false","db":"testdb","sequence":"[\"66653036200\",\"66653036200\"]","schema":"public","table":"orders","txId":2194425,"lsn":66653036200,"xmin":null},"op":"c","ts_ms":1729478112624,"transaction":null} -{"before":null,"after":{"id":165,"customer_name":"Debbie Taylor","product_name":"Laptop","quantity":5,"price":276.5,"order_date":1729452912409890,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478112411,"snapshot":"false","db":"testdb","sequence":"[\"66653036432\",\"66653036432\"]","schema":"public","table":"orders","txId":2194426,"lsn":66653036432,"xmin":null},"op":"c","ts_ms":1729478112624,"transaction":null} -{"before":null,"after":{"id":52,"customer_name":"Ronald Waters","product_name":"Keyboard","quantity":1,"price":1334.09,"order_date":1729452906490577,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478112452,"snapshot":"false","db":"testdb","sequence":"[\"66653036688\",\"66653036768\"]","schema":"public","table":"orders","txId":2194427,"lsn":66653036768,"xmin":null},"op":"u","ts_ms":1729478112624,"transaction":null} -{"before":null,"after":{"id":166,"customer_name":"Cheyenne White","product_name":"Smartphone","quantity":1,"price":931.41,"order_date":1729452912486572,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478112488,"snapshot":"false","db":"testdb","sequence":"[\"66653036944\",\"66653037048\"]","schema":"public","table":"orders","txId":2194428,"lsn":66653037048,"xmin":null},"op":"c","ts_ms":1729478112624,"transaction":null} -{"before":null,"after":{"id":167,"customer_name":"Justin Hodges","product_name":"Laptop","quantity":2,"price":1066.45,"order_date":1729452912512627,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478112514,"snapshot":"false","db":"testdb","sequence":"[\"66653037288\",\"66653037288\"]","schema":"public","table":"orders","txId":2194429,"lsn":66653037288,"xmin":null},"op":"c","ts_ms":1729478112624,"transaction":null} -{"before":null,"after":{"id":152,"customer_name":"Jennifer Hebert","product_name":"Headphones","quantity":1,"price":1539.27,"order_date":1729452911744166,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478112545,"snapshot":"false","db":"testdb","sequence":"[\"66653037520\",\"66653037584\"]","schema":"public","table":"orders","txId":2194430,"lsn":66653037584,"xmin":null},"op":"u","ts_ms":1729478112624,"transaction":null} -{"before":null,"after":{"id":168,"customer_name":"Anthony Jenkins","product_name":"Headphones","quantity":1,"price":1198.51,"order_date":1729452912580354,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478112582,"snapshot":"false","db":"testdb","sequence":"[\"66653037768\",\"66653037768\"]","schema":"public","table":"orders","txId":2194431,"lsn":66653037768,"xmin":null},"op":"c","ts_ms":1729478112624,"transaction":null} -{"before":null,"after":{"id":169,"customer_name":"Thomas Marshall","product_name":"Smartphone","quantity":5,"price":1790.72,"order_date":1729452912637267,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478112639,"snapshot":"false","db":"testdb","sequence":"[\"66653038000\",\"66653038000\"]","schema":"public","table":"orders","txId":2194432,"lsn":66653038000,"xmin":null},"op":"c","ts_ms":1729478113134,"transaction":null} -{"before":null,"after":{"id":170,"customer_name":"Angel Schmitt","product_name":"Keyboard","quantity":3,"price":1705.12,"order_date":1729452912662914,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478112664,"snapshot":"false","db":"testdb","sequence":"[\"66653038240\",\"66653038240\"]","schema":"public","table":"orders","txId":2194433,"lsn":66653038240,"xmin":null},"op":"c","ts_ms":1729478113135,"transaction":null} -{"before":null,"after":{"id":171,"customer_name":"Andrew Vasquez","product_name":"Headphones","quantity":5,"price":1490.3,"order_date":1729452912702921,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478112704,"snapshot":"false","db":"testdb","sequence":"[\"66653038472\",\"66653038472\"]","schema":"public","table":"orders","txId":2194434,"lsn":66653038472,"xmin":null},"op":"c","ts_ms":1729478113135,"transaction":null} -{"before":null,"after":{"id":172,"customer_name":"Max Fisher","product_name":"Laptop","quantity":3,"price":72.71,"order_date":1729452912750733,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478112751,"snapshot":"false","db":"testdb","sequence":"[\"66653038704\",\"66653038704\"]","schema":"public","table":"orders","txId":2194435,"lsn":66653038704,"xmin":null},"op":"c","ts_ms":1729478113135,"transaction":null} -{"before":null,"after":{"id":173,"customer_name":"Brittney Vaughn","product_name":"Smartphone","quantity":5,"price":597.71,"order_date":1729452912795194,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478112797,"snapshot":"false","db":"testdb","sequence":"[\"66653038936\",\"66653038936\"]","schema":"public","table":"orders","txId":2194436,"lsn":66653038936,"xmin":null},"op":"c","ts_ms":1729478113135,"transaction":null} -{"before":null,"after":{"id":174,"customer_name":"Lori Stokes PhD","product_name":"Keyboard","quantity":4,"price":118.87,"order_date":1729452912842359,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478112843,"snapshot":"false","db":"testdb","sequence":"[\"66653039176\",\"66653039176\"]","schema":"public","table":"orders","txId":2194437,"lsn":66653039176,"xmin":null},"op":"c","ts_ms":1729478113135,"transaction":null} -{"before":null,"after":{"id":175,"customer_name":"Lance Mclaughlin","product_name":"Mouse","quantity":2,"price":1027.32,"order_date":1729452912883485,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478112884,"snapshot":"false","db":"testdb","sequence":"[\"66653039416\",\"66653039416\"]","schema":"public","table":"orders","txId":2194438,"lsn":66653039416,"xmin":null},"op":"c","ts_ms":1729478113135,"transaction":null} -{"before":null,"after":{"id":176,"customer_name":"Lynn Carr DDS","product_name":"Laptop","quantity":5,"price":107.82,"order_date":1729452912918087,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478112919,"snapshot":"false","db":"testdb","sequence":"[\"66653039648\",\"66653039648\"]","schema":"public","table":"orders","txId":2194439,"lsn":66653039648,"xmin":null},"op":"c","ts_ms":1729478113135,"transaction":null} -{"before":null,"after":{"id":177,"customer_name":"Tiffany Sanders","product_name":"Smartphone","quantity":2,"price":92.91,"order_date":1729452912965219,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478112967,"snapshot":"false","db":"testdb","sequence":"[\"66653039880\",\"66653039880\"]","schema":"public","table":"orders","txId":2194440,"lsn":66653039880,"xmin":null},"op":"c","ts_ms":1729478113135,"transaction":null} -{"before":null,"after":{"id":178,"customer_name":"Andrew Carpenter","product_name":"Laptop","quantity":1,"price":1782.84,"order_date":1729452912998938,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478113000,"snapshot":"false","db":"testdb","sequence":"[\"66653040120\",\"66653040120\"]","schema":"public","table":"orders","txId":2194441,"lsn":66653040120,"xmin":null},"op":"c","ts_ms":1729478113135,"transaction":null} -{"before":null,"after":{"id":123,"customer_name":"Rachel Shaffer","product_name":"Monitor","quantity":1,"price":1804.58,"order_date":1729452910399015,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478113054,"snapshot":"false","db":"testdb","sequence":"[\"66653040352\",\"66653040416\"]","schema":"public","table":"orders","txId":2194442,"lsn":66653040416,"xmin":null},"op":"u","ts_ms":1729478113135,"transaction":null} -{"before":null,"after":{"id":179,"customer_name":"Michael Johnson","product_name":"Laptop","quantity":3,"price":897.76,"order_date":1729452913081628,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478113083,"snapshot":"false","db":"testdb","sequence":"[\"66653040592\",\"66653040592\"]","schema":"public","table":"orders","txId":2194443,"lsn":66653040592,"xmin":null},"op":"c","ts_ms":1729478113135,"transaction":null} -{"before":null,"after":{"id":163,"customer_name":"Mark Martinez","product_name":"Laptop","quantity":1,"price":1868.46,"order_date":1729452912294253,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478113134,"snapshot":"false","db":"testdb","sequence":"[\"66653040824\",\"66653040888\"]","schema":"public","table":"orders","txId":2194444,"lsn":66653040888,"xmin":null},"op":"u","ts_ms":1729478113135,"transaction":null} -{"before":null,"after":{"id":61,"customer_name":"Jacqueline Hernandez","product_name":"Keyboard","quantity":3,"price":958.96,"order_date":1729452906871574,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478113170,"snapshot":"false","db":"testdb","sequence":"[\"66653041064\",\"66653041128\"]","schema":"public","table":"orders","txId":2194445,"lsn":66653041128,"xmin":null},"op":"u","ts_ms":1729478113643,"transaction":null} -{"before":null,"after":{"id":79,"customer_name":"Mary Kline","product_name":"Headphones","quantity":2,"price":351.41,"order_date":1729452907811497,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478113231,"snapshot":"false","db":"testdb","sequence":"[\"66653041312\",\"66653041376\"]","schema":"public","table":"orders","txId":2194446,"lsn":66653041376,"xmin":null},"op":"u","ts_ms":1729478113643,"transaction":null} -{"before":null,"after":{"id":180,"customer_name":"Wesley Roman","product_name":"Headphones","quantity":1,"price":1074.74,"order_date":1729452913288161,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478113290,"snapshot":"false","db":"testdb","sequence":"[\"66653041552\",\"66653041552\"]","schema":"public","table":"orders","txId":2194447,"lsn":66653041552,"xmin":null},"op":"c","ts_ms":1729478113643,"transaction":null} -{"before":null,"after":{"id":181,"customer_name":"Eddie Gonzalez","product_name":"Monitor","quantity":3,"price":1762.26,"order_date":1729452913342465,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478113343,"snapshot":"false","db":"testdb","sequence":"[\"66653041776\",\"66653041776\"]","schema":"public","table":"orders","txId":2194448,"lsn":66653041776,"xmin":null},"op":"c","ts_ms":1729478113643,"transaction":null} -{"before":null,"after":{"id":182,"customer_name":"Anthony Lopez","product_name":"Laptop","quantity":3,"price":1738.19,"order_date":1729452913397971,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478113399,"snapshot":"false","db":"testdb","sequence":"[\"66653042000\",\"66653042000\"]","schema":"public","table":"orders","txId":2194449,"lsn":66653042000,"xmin":null},"op":"c","ts_ms":1729478113643,"transaction":null} -{"before":null,"after":{"id":183,"customer_name":"Malik Pratt","product_name":"Smartphone","quantity":5,"price":1735.99,"order_date":1729452913429426,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478113430,"snapshot":"false","db":"testdb","sequence":"[\"66653042232\",\"66653042232\"]","schema":"public","table":"orders","txId":2194450,"lsn":66653042232,"xmin":null},"op":"c","ts_ms":1729478113643,"transaction":null} -{"before":null,"after":{"id":184,"customer_name":"Shelly Miller","product_name":"Laptop","quantity":3,"price":1296.57,"order_date":1729452913478906,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478113480,"snapshot":"false","db":"testdb","sequence":"[\"66653042456\",\"66653042456\"]","schema":"public","table":"orders","txId":2194451,"lsn":66653042456,"xmin":null},"op":"c","ts_ms":1729478113643,"transaction":null} -{"before":null,"after":{"id":56,"customer_name":"Gabriel Davis","product_name":"Keyboard","quantity":2,"price":1020.08,"order_date":1729452906694949,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478113517,"snapshot":"false","db":"testdb","sequence":"[\"66653042680\",\"66653042744\"]","schema":"public","table":"orders","txId":2194452,"lsn":66653042744,"xmin":null},"op":"u","ts_ms":1729478113643,"transaction":null} -{"before":null,"after":{"id":70,"customer_name":"Tiffany Boyd","product_name":"Smartphone","quantity":4,"price":733.06,"order_date":1729452907346725,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478113550,"snapshot":"false","db":"testdb","sequence":"[\"66653042920\",\"66653042984\"]","schema":"public","table":"orders","txId":2194453,"lsn":66653042984,"xmin":null},"op":"u","ts_ms":1729478113643,"transaction":null} -{"before":null,"after":{"id":185,"customer_name":"Jose Haynes","product_name":"Mouse","quantity":5,"price":881.24,"order_date":1729452913604588,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478113606,"snapshot":"false","db":"testdb","sequence":"[\"66653043160\",\"66653043160\"]","schema":"public","table":"orders","txId":2194454,"lsn":66653043160,"xmin":null},"op":"c","ts_ms":1729478113643,"transaction":null} -{"before":null,"after":{"id":186,"customer_name":"Joseph Wang","product_name":"Headphones","quantity":4,"price":1725.74,"order_date":1729452913652618,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478113654,"snapshot":"false","db":"testdb","sequence":"[\"66653043384\",\"66653043384\"]","schema":"public","table":"orders","txId":2194455,"lsn":66653043384,"xmin":null},"op":"c","ts_ms":1729478114152,"transaction":null} -{"before":null,"after":{"id":187,"customer_name":"Dylan Long","product_name":"Monitor","quantity":5,"price":613.82,"order_date":1729452913702555,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478113704,"snapshot":"false","db":"testdb","sequence":"[\"66653043608\",\"66653043608\"]","schema":"public","table":"orders","txId":2194456,"lsn":66653043608,"xmin":null},"op":"c","ts_ms":1729478114152,"transaction":null} -{"before":null,"after":{"id":188,"customer_name":"Lisa Copeland","product_name":"Headphones","quantity":4,"price":1018.88,"order_date":1729452913752710,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478113754,"snapshot":"false","db":"testdb","sequence":"[\"66653043840\",\"66653043840\"]","schema":"public","table":"orders","txId":2194457,"lsn":66653043840,"xmin":null},"op":"c","ts_ms":1729478114152,"transaction":null} -{"before":null,"after":{"id":25,"customer_name":"Mr. Jacob Munoz","product_name":"Mouse","quantity":2,"price":1240.62,"order_date":1729452905171925,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478113782,"snapshot":"false","db":"testdb","sequence":"[\"66653044072\",\"66653044136\"]","schema":"public","table":"orders","txId":2194458,"lsn":66653044136,"xmin":null},"op":"u","ts_ms":1729478114152,"transaction":null} -{"before":null,"after":{"id":189,"customer_name":"Heather Williams","product_name":"Mouse","quantity":1,"price":1048.02,"order_date":1729452913805497,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478113807,"snapshot":"false","db":"testdb","sequence":"[\"66653044312\",\"66653044312\"]","schema":"public","table":"orders","txId":2194459,"lsn":66653044312,"xmin":null},"op":"c","ts_ms":1729478114152,"transaction":null} -{"before":null,"after":{"id":190,"customer_name":"Timothy Hudson","product_name":"Laptop","quantity":1,"price":275.52,"order_date":1729452913845653,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478113846,"snapshot":"false","db":"testdb","sequence":"[\"66653044536\",\"66653044536\"]","schema":"public","table":"orders","txId":2194460,"lsn":66653044536,"xmin":null},"op":"c","ts_ms":1729478114152,"transaction":null} -{"before":null,"after":{"id":191,"customer_name":"Terri Richards","product_name":"Mouse","quantity":5,"price":397.5,"order_date":1729452913878035,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478113879,"snapshot":"false","db":"testdb","sequence":"[\"66653044792\",\"66653044792\"]","schema":"public","table":"orders","txId":2194461,"lsn":66653044792,"xmin":null},"op":"c","ts_ms":1729478114152,"transaction":null} -{"before":null,"after":{"id":181,"customer_name":"Eddie Gonzalez","product_name":"Monitor","quantity":3,"price":1762.26,"order_date":1729452913342465,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478113930,"snapshot":"false","db":"testdb","sequence":"[\"66653045016\",\"66653045080\"]","schema":"public","table":"orders","txId":2194462,"lsn":66653045080,"xmin":null},"op":"u","ts_ms":1729478114152,"transaction":null} -{"before":null,"after":{"id":192,"customer_name":"Kelly Kaiser","product_name":"Monitor","quantity":1,"price":1348.5,"order_date":1729452913957122,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478113960,"snapshot":"false","db":"testdb","sequence":"[\"66653045256\",\"66653045256\"]","schema":"public","table":"orders","txId":2194463,"lsn":66653045256,"xmin":null},"op":"c","ts_ms":1729478114152,"transaction":null} -{"before":null,"after":{"id":193,"customer_name":"Jeffrey Hale","product_name":"Smartphone","quantity":5,"price":1998.46,"order_date":1729452913989648,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478113990,"snapshot":"false","db":"testdb","sequence":"[\"66653045480\",\"66653045480\"]","schema":"public","table":"orders","txId":2194464,"lsn":66653045480,"xmin":null},"op":"c","ts_ms":1729478114152,"transaction":null} -{"before":null,"after":{"id":194,"customer_name":"Alexa Garcia","product_name":"Smartphone","quantity":2,"price":132.82,"order_date":1729452914023028,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478114024,"snapshot":"false","db":"testdb","sequence":"[\"66653045704\",\"66653045704\"]","schema":"public","table":"orders","txId":2194465,"lsn":66653045704,"xmin":null},"op":"c","ts_ms":1729478114152,"transaction":null} -{"before":null,"after":{"id":195,"customer_name":"Jessica Boyd","product_name":"Headphones","quantity":3,"price":1576.85,"order_date":1729452914055820,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478114057,"snapshot":"false","db":"testdb","sequence":"[\"66653045928\",\"66653045928\"]","schema":"public","table":"orders","txId":2194466,"lsn":66653045928,"xmin":null},"op":"c","ts_ms":1729478114152,"transaction":null} -{"before":null,"after":{"id":196,"customer_name":"Ian Griffin","product_name":"Headphones","quantity":3,"price":683.78,"order_date":1729452914072722,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478114073,"snapshot":"false","db":"testdb","sequence":"[\"66653046160\",\"66653046160\"]","schema":"public","table":"orders","txId":2194467,"lsn":66653046160,"xmin":null},"op":"c","ts_ms":1729478114152,"transaction":null} -{"before":null,"after":{"id":73,"customer_name":"Megan Jones","product_name":"Mouse","quantity":4,"price":881.97,"order_date":1729452907482373,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478114106,"snapshot":"false","db":"testdb","sequence":"[\"66653046392\",\"66653046392\"]","schema":"public","table":"orders","txId":2194468,"lsn":66653046392,"xmin":null},"op":"u","ts_ms":1729478114152,"transaction":null} -{"before":null,"after":{"id":197,"customer_name":"Christine Ward","product_name":"Laptop","quantity":2,"price":981.44,"order_date":1729452914133989,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478114135,"snapshot":"false","db":"testdb","sequence":"[\"66653046568\",\"66653046568\"]","schema":"public","table":"orders","txId":2194469,"lsn":66653046568,"xmin":null},"op":"c","ts_ms":1729478114152,"transaction":null} -{"before":null,"after":{"id":113,"customer_name":"Elizabeth Bird","product_name":"Keyboard","quantity":3,"price":668.18,"order_date":1729452909801007,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478114168,"snapshot":"false","db":"testdb","sequence":"[\"66653046792\",\"66653046856\"]","schema":"public","table":"orders","txId":2194470,"lsn":66653046856,"xmin":null},"op":"u","ts_ms":1729478114661,"transaction":null} -{"before":null,"after":{"id":198,"customer_name":"Sean Velasquez","product_name":"Laptop","quantity":2,"price":262.65,"order_date":1729452914211550,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478114213,"snapshot":"false","db":"testdb","sequence":"[\"66653047032\",\"66653047032\"]","schema":"public","table":"orders","txId":2194471,"lsn":66653047032,"xmin":null},"op":"c","ts_ms":1729478114661,"transaction":null} -{"before":null,"after":{"id":199,"customer_name":"Leslie Johnson","product_name":"Headphones","quantity":5,"price":969.12,"order_date":1729452914241632,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478114243,"snapshot":"false","db":"testdb","sequence":"[\"66653047264\",\"66653047368\"]","schema":"public","table":"orders","txId":2194472,"lsn":66653047368,"xmin":null},"op":"c","ts_ms":1729478114661,"transaction":null} -{"before":null,"after":{"id":43,"customer_name":"Sierra Jimenez","product_name":"Smartphone","quantity":2,"price":1682.15,"order_date":1729452906096548,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478114269,"snapshot":"false","db":"testdb","sequence":"[\"66653047608\",\"66653047672\"]","schema":"public","table":"orders","txId":2194473,"lsn":66653047672,"xmin":null},"op":"u","ts_ms":1729478114661,"transaction":null} -{"before":null,"after":{"id":200,"customer_name":"Clifford Pollard","product_name":"Keyboard","quantity":5,"price":796.7,"order_date":1729452914290199,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478114292,"snapshot":"false","db":"testdb","sequence":"[\"66653047856\",\"66653047856\"]","schema":"public","table":"orders","txId":2194474,"lsn":66653047856,"xmin":null},"op":"c","ts_ms":1729478114661,"transaction":null} -{"before":null,"after":{"id":201,"customer_name":"Cory Moses","product_name":"Laptop","quantity":2,"price":750.87,"order_date":1729452914326028,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478114327,"snapshot":"false","db":"testdb","sequence":"[\"66653048088\",\"66653048088\"]","schema":"public","table":"orders","txId":2194475,"lsn":66653048088,"xmin":null},"op":"c","ts_ms":1729478114661,"transaction":null} -{"before":null,"after":{"id":202,"customer_name":"Jonathan Jackson","product_name":"Laptop","quantity":2,"price":1895.16,"order_date":1729452914376059,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478114377,"snapshot":"false","db":"testdb","sequence":"[\"66653048312\",\"66653048312\"]","schema":"public","table":"orders","txId":2194476,"lsn":66653048312,"xmin":null},"op":"c","ts_ms":1729478114661,"transaction":null} -{"before":null,"after":{"id":202,"customer_name":"Jonathan Jackson","product_name":"Laptop","quantity":2,"price":1895.16,"order_date":1729452914376059,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478114433,"snapshot":"false","db":"testdb","sequence":"[\"66653048544\",\"66653048608\"]","schema":"public","table":"orders","txId":2194477,"lsn":66653048608,"xmin":null},"op":"u","ts_ms":1729478114661,"transaction":null} -{"before":null,"after":{"id":203,"customer_name":"Keith Smith","product_name":"Mouse","quantity":5,"price":1478.61,"order_date":1729452914464010,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478114465,"snapshot":"false","db":"testdb","sequence":"[\"66653048784\",\"66653048784\"]","schema":"public","table":"orders","txId":2194478,"lsn":66653048784,"xmin":null},"op":"c","ts_ms":1729478114661,"transaction":null} -{"before":null,"after":{"id":182,"customer_name":"Anthony Lopez","product_name":"Laptop","quantity":3,"price":1738.19,"order_date":1729452913397971,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478114507,"snapshot":"false","db":"testdb","sequence":"[\"66653049008\",\"66653049008\"]","schema":"public","table":"orders","txId":2194479,"lsn":66653049008,"xmin":null},"op":"u","ts_ms":1729478114661,"transaction":null} -{"before":null,"after":{"id":204,"customer_name":"Amy Kim","product_name":"Headphones","quantity":1,"price":1907.44,"order_date":1729452914558649,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478114560,"snapshot":"false","db":"testdb","sequence":"[\"66653049184\",\"66653049184\"]","schema":"public","table":"orders","txId":2194480,"lsn":66653049184,"xmin":null},"op":"c","ts_ms":1729478114661,"transaction":null} -{"before":null,"after":{"id":103,"customer_name":"Nicole Greene","product_name":"Monitor","quantity":1,"price":95.81,"order_date":1729452909226390,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478114590,"snapshot":"false","db":"testdb","sequence":"[\"66653049408\",\"66653049408\"]","schema":"public","table":"orders","txId":2194481,"lsn":66653049408,"xmin":null},"op":"u","ts_ms":1729478114661,"transaction":null} -{"before":null,"after":{"id":205,"customer_name":"Katie Bowen","product_name":"Laptop","quantity":3,"price":1010.69,"order_date":1729452914611227,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478114612,"snapshot":"false","db":"testdb","sequence":"[\"66653049584\",\"66653049584\"]","schema":"public","table":"orders","txId":2194482,"lsn":66653049584,"xmin":null},"op":"c","ts_ms":1729478114661,"transaction":null} -{"before":null,"after":{"id":206,"customer_name":"Stephen Wells","product_name":"Laptop","quantity":4,"price":162.96,"order_date":1729452914666519,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478114667,"snapshot":"false","db":"testdb","sequence":"[\"66653049808\",\"66653049808\"]","schema":"public","table":"orders","txId":2194483,"lsn":66653049808,"xmin":null},"op":"c","ts_ms":1729478115171,"transaction":null} -{"before":null,"after":{"id":207,"customer_name":"Anthony Baldwin","product_name":"Smartphone","quantity":4,"price":1975.74,"order_date":1729452914708877,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478114710,"snapshot":"false","db":"testdb","sequence":"[\"66653050032\",\"66653050032\"]","schema":"public","table":"orders","txId":2194484,"lsn":66653050032,"xmin":null},"op":"c","ts_ms":1729478115171,"transaction":null} -{"before":null,"after":{"id":208,"customer_name":"Tina Huerta","product_name":"Smartphone","quantity":4,"price":365.27,"order_date":1729452914739883,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478114741,"snapshot":"false","db":"testdb","sequence":"[\"66653050264\",\"66653050264\"]","schema":"public","table":"orders","txId":2194485,"lsn":66653050264,"xmin":null},"op":"c","ts_ms":1729478115171,"transaction":null} -{"before":null,"after":{"id":209,"customer_name":"Andrea Joyce","product_name":"Smartphone","quantity":2,"price":387.66,"order_date":1729452914795024,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478114796,"snapshot":"false","db":"testdb","sequence":"[\"66653050488\",\"66653050488\"]","schema":"public","table":"orders","txId":2194486,"lsn":66653050488,"xmin":null},"op":"c","ts_ms":1729478115171,"transaction":null} -{"before":null,"after":{"id":56,"customer_name":"Gabriel Davis","product_name":"Keyboard","quantity":2,"price":1020.08,"order_date":1729452906694949,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478114822,"snapshot":"false","db":"testdb","sequence":"[\"66653050720\",\"66653050784\"]","schema":"public","table":"orders","txId":2194487,"lsn":66653050784,"xmin":null},"op":"u","ts_ms":1729478115171,"transaction":null} -{"before":null,"after":{"id":210,"customer_name":"Chad Smith","product_name":"Monitor","quantity":5,"price":1362.93,"order_date":1729452914875216,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478114876,"snapshot":"false","db":"testdb","sequence":"[\"66653050960\",\"66653050960\"]","schema":"public","table":"orders","txId":2194488,"lsn":66653050960,"xmin":null},"op":"c","ts_ms":1729478115171,"transaction":null} -{"before":null,"after":{"id":211,"customer_name":"Kevin Brown","product_name":"Keyboard","quantity":4,"price":1849.55,"order_date":1729452914895357,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478114896,"snapshot":"false","db":"testdb","sequence":"[\"66653051192\",\"66653051192\"]","schema":"public","table":"orders","txId":2194489,"lsn":66653051192,"xmin":null},"op":"c","ts_ms":1729478115171,"transaction":null} -{"before":null,"after":{"id":212,"customer_name":"Michael Proctor","product_name":"Headphones","quantity":5,"price":465.37,"order_date":1729452914954888,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478114955,"snapshot":"false","db":"testdb","sequence":"[\"66653051416\",\"66653051416\"]","schema":"public","table":"orders","txId":2194490,"lsn":66653051416,"xmin":null},"op":"c","ts_ms":1729478115171,"transaction":null} -{"before":null,"after":{"id":25,"customer_name":"Mr. Jacob Munoz","product_name":"Mouse","quantity":2,"price":1240.62,"order_date":1729452905171925,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478115007,"snapshot":"false","db":"testdb","sequence":"[\"66653051656\",\"66653051720\"]","schema":"public","table":"orders","txId":2194491,"lsn":66653051720,"xmin":null},"op":"u","ts_ms":1729478115171,"transaction":null} -{"before":null,"after":{"id":213,"customer_name":"Andrew Ball","product_name":"Monitor","quantity":2,"price":1721.46,"order_date":1729452915045174,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478115046,"snapshot":"false","db":"testdb","sequence":"[\"66653051896\",\"66653051896\"]","schema":"public","table":"orders","txId":2194492,"lsn":66653051896,"xmin":null},"op":"c","ts_ms":1729478115171,"transaction":null} -{"before":null,"after":{"id":214,"customer_name":"Tammy Miller","product_name":"Laptop","quantity":3,"price":290.22,"order_date":1729452915084244,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478115085,"snapshot":"false","db":"testdb","sequence":"[\"66653052120\",\"66653052120\"]","schema":"public","table":"orders","txId":2194493,"lsn":66653052120,"xmin":null},"op":"c","ts_ms":1729478115171,"transaction":null} -{"before":null,"after":{"id":215,"customer_name":"Kimberly Leblanc","product_name":"Laptop","quantity":5,"price":1649.02,"order_date":1729452915128695,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478115130,"snapshot":"false","db":"testdb","sequence":"[\"66653052344\",\"66653052344\"]","schema":"public","table":"orders","txId":2194494,"lsn":66653052344,"xmin":null},"op":"c","ts_ms":1729478115171,"transaction":null} -{"before":null,"after":{"id":216,"customer_name":"Vickie Murray","product_name":"Mouse","quantity":2,"price":1781.86,"order_date":1729452915180688,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478115182,"snapshot":"false","db":"testdb","sequence":"[\"66653052568\",\"66653052568\"]","schema":"public","table":"orders","txId":2194495,"lsn":66653052568,"xmin":null},"op":"c","ts_ms":1729478115681,"transaction":null} -{"before":null,"after":{"id":217,"customer_name":"Kenneth Allen","product_name":"Monitor","quantity":4,"price":1715.75,"order_date":1729452915213847,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478115215,"snapshot":"false","db":"testdb","sequence":"[\"66653052792\",\"66653052792\"]","schema":"public","table":"orders","txId":2194496,"lsn":66653052792,"xmin":null},"op":"c","ts_ms":1729478115682,"transaction":null} -{"before":null,"after":{"id":218,"customer_name":"Kelsey Diaz","product_name":"Headphones","quantity":2,"price":184.22,"order_date":1729452915270088,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478115271,"snapshot":"false","db":"testdb","sequence":"[\"66653053040\",\"66653053040\"]","schema":"public","table":"orders","txId":2194497,"lsn":66653053040,"xmin":null},"op":"c","ts_ms":1729478115682,"transaction":null} -{"before":null,"after":{"id":219,"customer_name":"Melissa Hall","product_name":"Monitor","quantity":4,"price":316.29,"order_date":1729452915292362,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478115293,"snapshot":"false","db":"testdb","sequence":"[\"66653053272\",\"66653053272\"]","schema":"public","table":"orders","txId":2194498,"lsn":66653053272,"xmin":null},"op":"c","ts_ms":1729478115682,"transaction":null} -{"before":null,"after":{"id":220,"customer_name":"Stacy Andrews","product_name":"Headphones","quantity":3,"price":1928.1,"order_date":1729452915340101,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478115341,"snapshot":"false","db":"testdb","sequence":"[\"66653053504\",\"66653053504\"]","schema":"public","table":"orders","txId":2194499,"lsn":66653053504,"xmin":null},"op":"c","ts_ms":1729478115682,"transaction":null} -{"before":null,"after":{"id":221,"customer_name":"Robert Campbell","product_name":"Keyboard","quantity":2,"price":1455.12,"order_date":1729452915395569,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478115396,"snapshot":"false","db":"testdb","sequence":"[\"66653053744\",\"66653053744\"]","schema":"public","table":"orders","txId":2194500,"lsn":66653053744,"xmin":null},"op":"c","ts_ms":1729478115682,"transaction":null} -{"before":null,"after":{"id":211,"customer_name":"Kevin Brown","product_name":"Keyboard","quantity":4,"price":1849.55,"order_date":1729452914895357,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478115448,"snapshot":"false","db":"testdb","sequence":"[\"66653053976\",\"66653054040\"]","schema":"public","table":"orders","txId":2194501,"lsn":66653054040,"xmin":null},"op":"u","ts_ms":1729478115682,"transaction":null} -{"before":null,"after":{"id":222,"customer_name":"Monica Johnson","product_name":"Monitor","quantity":2,"price":993.94,"order_date":1729452915475430,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478115476,"snapshot":"false","db":"testdb","sequence":"[\"66653054216\",\"66653054216\"]","schema":"public","table":"orders","txId":2194502,"lsn":66653054216,"xmin":null},"op":"c","ts_ms":1729478115682,"transaction":null} -{"before":{"id":105,"customer_name":null,"product_name":null,"quantity":null,"price":null,"order_date":null,"status":null},"after":null,"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478115509,"snapshot":"false","db":"testdb","sequence":"[\"66653054440\",\"66653054440\"]","schema":"public","table":"orders","txId":2194503,"lsn":66653054440,"xmin":null},"op":"d","ts_ms":1729478115682,"transaction":null} -{"before":null,"after":{"id":223,"customer_name":"Blake Gonzales","product_name":"Smartphone","quantity":4,"price":534.76,"order_date":1729452915527759,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478115529,"snapshot":"false","db":"testdb","sequence":"[\"66653054552\",\"66653054552\"]","schema":"public","table":"orders","txId":2194504,"lsn":66653054552,"xmin":null},"op":"c","ts_ms":1729478115682,"transaction":null} -{"before":null,"after":{"id":224,"customer_name":"Matthew Thornton","product_name":"Mouse","quantity":5,"price":1015.77,"order_date":1729452915587193,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478115588,"snapshot":"false","db":"testdb","sequence":"[\"66653054792\",\"66653054792\"]","schema":"public","table":"orders","txId":2194505,"lsn":66653054792,"xmin":null},"op":"c","ts_ms":1729478115682,"transaction":null} -{"before":null,"after":{"id":225,"customer_name":"Deborah Gutierrez","product_name":"Mouse","quantity":2,"price":335.88,"order_date":1729452915647939,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478115650,"snapshot":"false","db":"testdb","sequence":"[\"66653055016\",\"66653055016\"]","schema":"public","table":"orders","txId":2194506,"lsn":66653055016,"xmin":null},"op":"c","ts_ms":1729478115682,"transaction":null} -{"before":null,"after":{"id":151,"customer_name":"Stacy Padilla","product_name":"Mouse","quantity":5,"price":177.4,"order_date":1729452911698494,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478115679,"snapshot":"false","db":"testdb","sequence":"[\"66653055240\",\"66653055296\"]","schema":"public","table":"orders","txId":2194507,"lsn":66653055296,"xmin":null},"op":"u","ts_ms":1729478115682,"transaction":null} -{"before":null,"after":{"id":226,"customer_name":"Megan Dean","product_name":"Headphones","quantity":5,"price":1618.46,"order_date":1729452915725093,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478115727,"snapshot":"false","db":"testdb","sequence":"[\"66653055472\",\"66653055472\"]","schema":"public","table":"orders","txId":2194508,"lsn":66653055472,"xmin":null},"op":"c","ts_ms":1729478116192,"transaction":null} -{"before":null,"after":{"id":227,"customer_name":"Cody Walker DDS","product_name":"Smartphone","quantity":4,"price":1424.43,"order_date":1729452915766202,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478115767,"snapshot":"false","db":"testdb","sequence":"[\"66653055704\",\"66653055704\"]","schema":"public","table":"orders","txId":2194509,"lsn":66653055704,"xmin":null},"op":"c","ts_ms":1729478116193,"transaction":null} -{"before":null,"after":{"id":228,"customer_name":"Timothy Duncan","product_name":"Smartphone","quantity":1,"price":1161.9,"order_date":1729452915806566,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478115808,"snapshot":"false","db":"testdb","sequence":"[\"66653055944\",\"66653055944\"]","schema":"public","table":"orders","txId":2194510,"lsn":66653055944,"xmin":null},"op":"c","ts_ms":1729478116193,"transaction":null} -{"before":null,"after":{"id":229,"customer_name":"Alexandria Sullivan","product_name":"Headphones","quantity":3,"price":1050.42,"order_date":1729452915834521,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478115835,"snapshot":"false","db":"testdb","sequence":"[\"66653056176\",\"66653056176\"]","schema":"public","table":"orders","txId":2194511,"lsn":66653056176,"xmin":null},"op":"c","ts_ms":1729478116193,"transaction":null} -{"before":null,"after":{"id":72,"customer_name":"Jeffrey Carlson","product_name":"Monitor","quantity":5,"price":998.43,"order_date":1729452907452189,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478115896,"snapshot":"false","db":"testdb","sequence":"[\"66653056416\",\"66653056480\"]","schema":"public","table":"orders","txId":2194512,"lsn":66653056480,"xmin":null},"op":"u","ts_ms":1729478116193,"transaction":null} -{"before":null,"after":{"id":230,"customer_name":"Kathleen Richardson","product_name":"Laptop","quantity":1,"price":419.86,"order_date":1729452915915004,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478115917,"snapshot":"false","db":"testdb","sequence":"[\"66653056656\",\"66653056656\"]","schema":"public","table":"orders","txId":2194513,"lsn":66653056656,"xmin":null},"op":"c","ts_ms":1729478116193,"transaction":null} -{"before":null,"after":{"id":231,"customer_name":"Rachael Scott","product_name":"Headphones","quantity":4,"price":1118.3,"order_date":1729452915948274,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478115950,"snapshot":"false","db":"testdb","sequence":"[\"66653056896\",\"66653056896\"]","schema":"public","table":"orders","txId":2194514,"lsn":66653056896,"xmin":null},"op":"c","ts_ms":1729478116193,"transaction":null} -{"before":null,"after":{"id":232,"customer_name":"Kelsey Mason","product_name":"Monitor","quantity":2,"price":391.9,"order_date":1729452915983280,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478115985,"snapshot":"false","db":"testdb","sequence":"[\"66653057136\",\"66653057240\"]","schema":"public","table":"orders","txId":2194515,"lsn":66653057240,"xmin":null},"op":"c","ts_ms":1729478116193,"transaction":null} -{"before":null,"after":{"id":233,"customer_name":"Daniel Martinez","product_name":"Mouse","quantity":4,"price":1065.58,"order_date":1729452916045855,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478116047,"snapshot":"false","db":"testdb","sequence":"[\"66653057464\",\"66653057464\"]","schema":"public","table":"orders","txId":2194516,"lsn":66653057464,"xmin":null},"op":"c","ts_ms":1729478116193,"transaction":null} -{"before":null,"after":{"id":234,"customer_name":"Luke Frazier","product_name":"Keyboard","quantity":3,"price":1393.73,"order_date":1729452916094235,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478116096,"snapshot":"false","db":"testdb","sequence":"[\"66653057696\",\"66653057696\"]","schema":"public","table":"orders","txId":2194517,"lsn":66653057696,"xmin":null},"op":"c","ts_ms":1729478116193,"transaction":null} -{"before":null,"after":{"id":235,"customer_name":"Nathan Tran","product_name":"Laptop","quantity":1,"price":1750.84,"order_date":1729452916144981,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478116146,"snapshot":"false","db":"testdb","sequence":"[\"66653057928\",\"66653057928\"]","schema":"public","table":"orders","txId":2194518,"lsn":66653057928,"xmin":null},"op":"c","ts_ms":1729478116193,"transaction":null} -{"before":null,"after":{"id":236,"customer_name":"Jeremiah Park","product_name":"Headphones","quantity":3,"price":106.83,"order_date":1729452916170685,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478116172,"snapshot":"false","db":"testdb","sequence":"[\"66653058160\",\"66653058160\"]","schema":"public","table":"orders","txId":2194519,"lsn":66653058160,"xmin":null},"op":"c","ts_ms":1729478116193,"transaction":null} -{"before":null,"after":{"id":237,"customer_name":"Jon Hayden","product_name":"Headphones","quantity":2,"price":1683.67,"order_date":1729452916216957,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478116218,"snapshot":"false","db":"testdb","sequence":"[\"66653058400\",\"66653058400\"]","schema":"public","table":"orders","txId":2194520,"lsn":66653058400,"xmin":null},"op":"c","ts_ms":1729478116701,"transaction":null} -{"before":null,"after":{"id":238,"customer_name":"Chase Clark","product_name":"Keyboard","quantity":2,"price":1396.03,"order_date":1729452916255238,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478116256,"snapshot":"false","db":"testdb","sequence":"[\"66653058632\",\"66653058632\"]","schema":"public","table":"orders","txId":2194521,"lsn":66653058632,"xmin":null},"op":"c","ts_ms":1729478116701,"transaction":null} -{"before":null,"after":{"id":38,"customer_name":"Jeff Sanchez","product_name":"Mouse","quantity":5,"price":1007.01,"order_date":1729452905820622,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478116313,"snapshot":"false","db":"testdb","sequence":"[\"66653058864\",\"66653058928\"]","schema":"public","table":"orders","txId":2194522,"lsn":66653058928,"xmin":null},"op":"u","ts_ms":1729478116701,"transaction":null} -{"before":null,"after":{"id":191,"customer_name":"Terri Richards","product_name":"Mouse","quantity":5,"price":397.5,"order_date":1729452913878035,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478116357,"snapshot":"false","db":"testdb","sequence":"[\"66653059104\",\"66653059168\"]","schema":"public","table":"orders","txId":2194523,"lsn":66653059168,"xmin":null},"op":"u","ts_ms":1729478116701,"transaction":null} -{"before":null,"after":{"id":38,"customer_name":"Jeff Sanchez","product_name":"Mouse","quantity":5,"price":1007.01,"order_date":1729452905820622,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478116399,"snapshot":"false","db":"testdb","sequence":"[\"66653059344\",\"66653059344\"]","schema":"public","table":"orders","txId":2194524,"lsn":66653059344,"xmin":null},"op":"u","ts_ms":1729478116701,"transaction":null} -{"before":null,"after":{"id":239,"customer_name":"Tyler Ramirez","product_name":"Laptop","quantity":4,"price":1091.68,"order_date":1729452916426595,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478116427,"snapshot":"false","db":"testdb","sequence":"[\"66653059520\",\"66653059520\"]","schema":"public","table":"orders","txId":2194525,"lsn":66653059520,"xmin":null},"op":"c","ts_ms":1729478116702,"transaction":null} -{"before":null,"after":{"id":240,"customer_name":"Thomas Austin","product_name":"Mouse","quantity":5,"price":604.96,"order_date":1729452916452558,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478116454,"snapshot":"false","db":"testdb","sequence":"[\"66653059752\",\"66653059752\"]","schema":"public","table":"orders","txId":2194526,"lsn":66653059752,"xmin":null},"op":"c","ts_ms":1729478116702,"transaction":null} -{"before":null,"after":{"id":241,"customer_name":"Cindy Hall","product_name":"Headphones","quantity":4,"price":671.36,"order_date":1729452916497249,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478116498,"snapshot":"false","db":"testdb","sequence":"[\"66653059984\",\"66653059984\"]","schema":"public","table":"orders","txId":2194527,"lsn":66653059984,"xmin":null},"op":"c","ts_ms":1729478116702,"transaction":null} -{"before":null,"after":{"id":242,"customer_name":"Kenneth Whitaker","product_name":"Headphones","quantity":3,"price":1427.44,"order_date":1729452916519958,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478116521,"snapshot":"false","db":"testdb","sequence":"[\"66653060216\",\"66653060216\"]","schema":"public","table":"orders","txId":2194528,"lsn":66653060216,"xmin":null},"op":"c","ts_ms":1729478116702,"transaction":null} -{"before":null,"after":{"id":243,"customer_name":"Christine Ward","product_name":"Headphones","quantity":2,"price":1060.91,"order_date":1729452916563905,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478116565,"snapshot":"false","db":"testdb","sequence":"[\"66653060456\",\"66653060456\"]","schema":"public","table":"orders","txId":2194529,"lsn":66653060456,"xmin":null},"op":"c","ts_ms":1729478116702,"transaction":null} -{"before":null,"after":{"id":244,"customer_name":"Diana Hardin","product_name":"Mouse","quantity":4,"price":938.05,"order_date":1729452916611080,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478116613,"snapshot":"false","db":"testdb","sequence":"[\"66653060688\",\"66653060688\"]","schema":"public","table":"orders","txId":2194530,"lsn":66653060688,"xmin":null},"op":"c","ts_ms":1729478116702,"transaction":null} -{"before":null,"after":{"id":245,"customer_name":"Steven Sanders","product_name":"Laptop","quantity":5,"price":1729.64,"order_date":1729452916632079,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478116636,"snapshot":"false","db":"testdb","sequence":"[\"66653060912\",\"66653060912\"]","schema":"public","table":"orders","txId":2194531,"lsn":66653060912,"xmin":null},"op":"c","ts_ms":1729478116702,"transaction":null} -{"before":null,"after":{"id":246,"customer_name":"James Warner","product_name":"Monitor","quantity":1,"price":774.68,"order_date":1729452916654646,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478116656,"snapshot":"false","db":"testdb","sequence":"[\"66653061168\",\"66653061168\"]","schema":"public","table":"orders","txId":2194532,"lsn":66653061168,"xmin":null},"op":"c","ts_ms":1729478116702,"transaction":null} -{"before":null,"after":{"id":17,"customer_name":"Lauren Edwards","product_name":"Mouse","quantity":5,"price":1267.03,"order_date":1729452904431732,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478116709,"snapshot":"false","db":"testdb","sequence":"[\"66653061392\",\"66653061456\"]","schema":"public","table":"orders","txId":2194533,"lsn":66653061456,"xmin":null},"op":"u","ts_ms":1729478117212,"transaction":null} -{"before":null,"after":{"id":247,"customer_name":"Angela Ward","product_name":"Keyboard","quantity":1,"price":256.88,"order_date":1729452916752716,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478116754,"snapshot":"false","db":"testdb","sequence":"[\"66653061632\",\"66653061632\"]","schema":"public","table":"orders","txId":2194534,"lsn":66653061632,"xmin":null},"op":"c","ts_ms":1729478117212,"transaction":null} -{"before":null,"after":{"id":248,"customer_name":"Kevin Aguilar","product_name":"Monitor","quantity":1,"price":863.13,"order_date":1729452916776758,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478116778,"snapshot":"false","db":"testdb","sequence":"[\"66653061856\",\"66653061856\"]","schema":"public","table":"orders","txId":2194535,"lsn":66653061856,"xmin":null},"op":"c","ts_ms":1729478117212,"transaction":null} -{"before":null,"after":{"id":249,"customer_name":"Jason Hill","product_name":"Laptop","quantity":4,"price":1504.72,"order_date":1729452916825700,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478116827,"snapshot":"false","db":"testdb","sequence":"[\"66653062080\",\"66653062080\"]","schema":"public","table":"orders","txId":2194536,"lsn":66653062080,"xmin":null},"op":"c","ts_ms":1729478117212,"transaction":null} -{"before":null,"after":{"id":250,"customer_name":"Mr. Jon Peters","product_name":"Headphones","quantity":5,"price":136.81,"order_date":1729452916863400,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478116864,"snapshot":"false","db":"testdb","sequence":"[\"66653062304\",\"66653062304\"]","schema":"public","table":"orders","txId":2194537,"lsn":66653062304,"xmin":null},"op":"c","ts_ms":1729478117212,"transaction":null} -{"before":null,"after":{"id":251,"customer_name":"Sharon Carrillo","product_name":"Headphones","quantity":1,"price":1416.44,"order_date":1729452916910238,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478116911,"snapshot":"false","db":"testdb","sequence":"[\"66653062536\",\"66653062536\"]","schema":"public","table":"orders","txId":2194538,"lsn":66653062536,"xmin":null},"op":"c","ts_ms":1729478117212,"transaction":null} -{"before":null,"after":{"id":252,"customer_name":"Jonathan Butler","product_name":"Headphones","quantity":4,"price":1738.97,"order_date":1729452916958332,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478116960,"snapshot":"false","db":"testdb","sequence":"[\"66653062768\",\"66653062768\"]","schema":"public","table":"orders","txId":2194539,"lsn":66653062768,"xmin":null},"op":"c","ts_ms":1729478117212,"transaction":null} -{"before":null,"after":{"id":253,"customer_name":"Jillian Mitchell","product_name":"Mouse","quantity":1,"price":1144.45,"order_date":1729452916992593,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478116994,"snapshot":"false","db":"testdb","sequence":"[\"66653063000\",\"66653063000\"]","schema":"public","table":"orders","txId":2194540,"lsn":66653063000,"xmin":null},"op":"c","ts_ms":1729478117212,"transaction":null} -{"before":null,"after":{"id":202,"customer_name":"Jonathan Jackson","product_name":"Laptop","quantity":2,"price":1895.16,"order_date":1729452914376059,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478117033,"snapshot":"false","db":"testdb","sequence":"[\"66653063224\",\"66653063288\"]","schema":"public","table":"orders","txId":2194541,"lsn":66653063288,"xmin":null},"op":"u","ts_ms":1729478117212,"transaction":null} -{"before":null,"after":{"id":22,"customer_name":"David Lee","product_name":"Headphones","quantity":1,"price":293.37,"order_date":1729452904897168,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478117083,"snapshot":"false","db":"testdb","sequence":"[\"66653063464\",\"66653063544\"]","schema":"public","table":"orders","txId":2194542,"lsn":66653063544,"xmin":null},"op":"u","ts_ms":1729478117212,"transaction":null} -{"before":null,"after":{"id":103,"customer_name":"Nicole Greene","product_name":"Monitor","quantity":1,"price":95.81,"order_date":1729452909226390,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478117119,"snapshot":"false","db":"testdb","sequence":"[\"66653063720\",\"66653063784\"]","schema":"public","table":"orders","txId":2194543,"lsn":66653063784,"xmin":null},"op":"u","ts_ms":1729478117212,"transaction":null} -{"before":null,"after":{"id":254,"customer_name":"Kelly Smith MD","product_name":"Keyboard","quantity":2,"price":1422.83,"order_date":1729452917171103,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478117172,"snapshot":"false","db":"testdb","sequence":"[\"66653063960\",\"66653063960\"]","schema":"public","table":"orders","txId":2194544,"lsn":66653063960,"xmin":null},"op":"c","ts_ms":1729478117212,"transaction":null} -{"before":null,"after":{"id":255,"customer_name":"Kathleen Davis","product_name":"Monitor","quantity":5,"price":887.58,"order_date":1729452917203243,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478117205,"snapshot":"false","db":"testdb","sequence":"[\"66653064184\",\"66653064184\"]","schema":"public","table":"orders","txId":2194545,"lsn":66653064184,"xmin":null},"op":"c","ts_ms":1729478117212,"transaction":null} -{"before":null,"after":{"id":256,"customer_name":"Robert Flynn","product_name":"Mouse","quantity":4,"price":473.66,"order_date":1729452917236878,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478117238,"snapshot":"false","db":"testdb","sequence":"[\"66653064416\",\"66653064416\"]","schema":"public","table":"orders","txId":2194546,"lsn":66653064416,"xmin":null},"op":"c","ts_ms":1729478117720,"transaction":null} -{"before":null,"after":{"id":64,"customer_name":"Kristie Roberts","product_name":"Smartphone","quantity":2,"price":1039.4,"order_date":1729452906977652,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478117283,"snapshot":"false","db":"testdb","sequence":"[\"66653064640\",\"66653064704\"]","schema":"public","table":"orders","txId":2194547,"lsn":66653064704,"xmin":null},"op":"u","ts_ms":1729478117720,"transaction":null} -{"before":null,"after":{"id":257,"customer_name":"Lisa Jones","product_name":"Smartphone","quantity":1,"price":525.71,"order_date":1729452917338441,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478117339,"snapshot":"false","db":"testdb","sequence":"[\"66653064888\",\"66653064888\"]","schema":"public","table":"orders","txId":2194548,"lsn":66653064888,"xmin":null},"op":"c","ts_ms":1729478117720,"transaction":null} -{"before":null,"after":{"id":258,"customer_name":"Tiffany Roberts","product_name":"Monitor","quantity":4,"price":1165.21,"order_date":1729452917365412,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478117367,"snapshot":"false","db":"testdb","sequence":"[\"66653065120\",\"66653065120\"]","schema":"public","table":"orders","txId":2194549,"lsn":66653065120,"xmin":null},"op":"c","ts_ms":1729478117720,"transaction":null} -{"before":null,"after":{"id":259,"customer_name":"Adriana Yang","product_name":"Laptop","quantity":4,"price":138.46,"order_date":1729452917402573,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478117404,"snapshot":"false","db":"testdb","sequence":"[\"66653065344\",\"66653065344\"]","schema":"public","table":"orders","txId":2194550,"lsn":66653065344,"xmin":null},"op":"c","ts_ms":1729478117720,"transaction":null} -{"before":null,"after":{"id":260,"customer_name":"Steven Schwartz","product_name":"Laptop","quantity":2,"price":307.56,"order_date":1729452917456697,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478117458,"snapshot":"false","db":"testdb","sequence":"[\"66653065576\",\"66653065576\"]","schema":"public","table":"orders","txId":2194551,"lsn":66653065576,"xmin":null},"op":"c","ts_ms":1729478117720,"transaction":null} -{"before":null,"after":{"id":261,"customer_name":"Rebekah Perry","product_name":"Keyboard","quantity":5,"price":1392.28,"order_date":1729452917509813,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478117511,"snapshot":"false","db":"testdb","sequence":"[\"66653065808\",\"66653065808\"]","schema":"public","table":"orders","txId":2194552,"lsn":66653065808,"xmin":null},"op":"c","ts_ms":1729478117720,"transaction":null} -{"before":null,"after":{"id":262,"customer_name":"Angela Diaz","product_name":"Laptop","quantity":1,"price":330.69,"order_date":1729452917542460,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478117543,"snapshot":"false","db":"testdb","sequence":"[\"66653066040\",\"66653066040\"]","schema":"public","table":"orders","txId":2194553,"lsn":66653066040,"xmin":null},"op":"c","ts_ms":1729478117720,"transaction":null} -{"before":null,"after":{"id":263,"customer_name":"Michael Little","product_name":"Smartphone","quantity":2,"price":324.28,"order_date":1729452917574584,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478117576,"snapshot":"false","db":"testdb","sequence":"[\"66653066272\",\"66653066272\"]","schema":"public","table":"orders","txId":2194554,"lsn":66653066272,"xmin":null},"op":"c","ts_ms":1729478117720,"transaction":null} -{"before":null,"after":{"id":264,"customer_name":"Robert Thomas","product_name":"Monitor","quantity":4,"price":273.17,"order_date":1729452917595505,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478117596,"snapshot":"false","db":"testdb","sequence":"[\"66653066512\",\"66653066512\"]","schema":"public","table":"orders","txId":2194555,"lsn":66653066512,"xmin":null},"op":"c","ts_ms":1729478117720,"transaction":null} -{"before":null,"after":{"id":248,"customer_name":"Kevin Aguilar","product_name":"Monitor","quantity":1,"price":863.13,"order_date":1729452916776758,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478117627,"snapshot":"false","db":"testdb","sequence":"[\"66653066744\",\"66653066808\"]","schema":"public","table":"orders","txId":2194556,"lsn":66653066808,"xmin":null},"op":"u","ts_ms":1729478117720,"transaction":null} -{"before":null,"after":{"id":265,"customer_name":"Teresa Morgan","product_name":"Smartphone","quantity":4,"price":1007.62,"order_date":1729452917671827,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478117673,"snapshot":"false","db":"testdb","sequence":"[\"66653066984\",\"66653067088\"]","schema":"public","table":"orders","txId":2194557,"lsn":66653067088,"xmin":null},"op":"c","ts_ms":1729478117720,"transaction":null} -{"before":null,"after":{"id":177,"customer_name":"Tiffany Sanders","product_name":"Smartphone","quantity":2,"price":92.91,"order_date":1729452912965219,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478117710,"snapshot":"false","db":"testdb","sequence":"[\"66653067320\",\"66653067384\"]","schema":"public","table":"orders","txId":2194558,"lsn":66653067384,"xmin":null},"op":"u","ts_ms":1729478117720,"transaction":null} -{"before":null,"after":{"id":266,"customer_name":"Rebecca Park","product_name":"Monitor","quantity":5,"price":694.22,"order_date":1729452917763180,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478117764,"snapshot":"false","db":"testdb","sequence":"[\"66653067568\",\"66653067568\"]","schema":"public","table":"orders","txId":2194559,"lsn":66653067568,"xmin":null},"op":"c","ts_ms":1729478118231,"transaction":null} -{"before":null,"after":{"id":267,"customer_name":"Barbara Moore","product_name":"Smartphone","quantity":3,"price":1098.61,"order_date":1729452917810004,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478117811,"snapshot":"false","db":"testdb","sequence":"[\"66653067800\",\"66653067800\"]","schema":"public","table":"orders","txId":2194560,"lsn":66653067800,"xmin":null},"op":"c","ts_ms":1729478118231,"transaction":null} -{"before":null,"after":{"id":3,"customer_name":"Abigail Nelson","product_name":"Smartphone","quantity":4,"price":1871.61,"order_date":1729452903795664,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478117873,"snapshot":"false","db":"testdb","sequence":"[\"66653068040\",\"66653068104\"]","schema":"public","table":"orders","txId":2194561,"lsn":66653068104,"xmin":null},"op":"u","ts_ms":1729478118231,"transaction":null} -{"before":null,"after":{"id":70,"customer_name":"Tiffany Boyd","product_name":"Smartphone","quantity":4,"price":733.06,"order_date":1729452907346725,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478117904,"snapshot":"false","db":"testdb","sequence":"[\"66653068288\",\"66653068352\"]","schema":"public","table":"orders","txId":2194562,"lsn":66653068352,"xmin":null},"op":"u","ts_ms":1729478118231,"transaction":null} -{"before":null,"after":{"id":268,"customer_name":"Michael Herrera","product_name":"Headphones","quantity":5,"price":141.52,"order_date":1729452917938325,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478117939,"snapshot":"false","db":"testdb","sequence":"[\"66653068528\",\"66653068528\"]","schema":"public","table":"orders","txId":2194563,"lsn":66653068528,"xmin":null},"op":"c","ts_ms":1729478118231,"transaction":null} -{"before":null,"after":{"id":269,"customer_name":"Nathan Miller","product_name":"Mouse","quantity":4,"price":1036.17,"order_date":1729452917957236,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478117958,"snapshot":"false","db":"testdb","sequence":"[\"66653068760\",\"66653068760\"]","schema":"public","table":"orders","txId":2194564,"lsn":66653068760,"xmin":null},"op":"c","ts_ms":1729478118231,"transaction":null} -{"before":null,"after":{"id":270,"customer_name":"Jeremy Maldonado","product_name":"Smartphone","quantity":3,"price":1037.74,"order_date":1729452918000628,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478118002,"snapshot":"false","db":"testdb","sequence":"[\"66653068984\",\"66653068984\"]","schema":"public","table":"orders","txId":2194565,"lsn":66653068984,"xmin":null},"op":"c","ts_ms":1729478118231,"transaction":null} -{"before":null,"after":{"id":181,"customer_name":"Eddie Gonzalez","product_name":"Monitor","quantity":3,"price":1762.26,"order_date":1729452913342465,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478118046,"snapshot":"false","db":"testdb","sequence":"[\"66653069224\",\"66653069288\"]","schema":"public","table":"orders","txId":2194566,"lsn":66653069288,"xmin":null},"op":"u","ts_ms":1729478118231,"transaction":null} -{"before":null,"after":{"id":185,"customer_name":"Jose Haynes","product_name":"Mouse","quantity":5,"price":881.24,"order_date":1729452913604588,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478118097,"snapshot":"false","db":"testdb","sequence":"[\"66653069488\",\"66653069552\"]","schema":"public","table":"orders","txId":2194567,"lsn":66653069552,"xmin":null},"op":"u","ts_ms":1729478118231,"transaction":null} -{"before":null,"after":{"id":271,"customer_name":"Hayley Walton","product_name":"Keyboard","quantity":2,"price":1909.52,"order_date":1729452918143286,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478118144,"snapshot":"false","db":"testdb","sequence":"[\"66653069728\",\"66653069728\"]","schema":"public","table":"orders","txId":2194568,"lsn":66653069728,"xmin":null},"op":"c","ts_ms":1729478118231,"transaction":null} -{"before":null,"after":{"id":272,"customer_name":"James Clark","product_name":"Headphones","quantity":3,"price":1248.71,"order_date":1729452918205857,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478118207,"snapshot":"false","db":"testdb","sequence":"[\"66653069960\",\"66653069960\"]","schema":"public","table":"orders","txId":2194569,"lsn":66653069960,"xmin":null},"op":"c","ts_ms":1729478118231,"transaction":null} -{"before":null,"after":{"id":273,"customer_name":"Brandon Barrett","product_name":"Headphones","quantity":3,"price":1362.93,"order_date":1729452918253834,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478118256,"snapshot":"false","db":"testdb","sequence":"[\"66653070192\",\"66653070192\"]","schema":"public","table":"orders","txId":2194570,"lsn":66653070192,"xmin":null},"op":"c","ts_ms":1729478118738,"transaction":null} -{"before":null,"after":{"id":274,"customer_name":"Katelyn Mckinney","product_name":"Smartphone","quantity":3,"price":263.4,"order_date":1729452918302925,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478118304,"snapshot":"false","db":"testdb","sequence":"[\"66653070424\",\"66653070424\"]","schema":"public","table":"orders","txId":2194571,"lsn":66653070424,"xmin":null},"op":"c","ts_ms":1729478118738,"transaction":null} -{"before":null,"after":{"id":275,"customer_name":"Denise Le","product_name":"Monitor","quantity":3,"price":226.18,"order_date":1729452918350816,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478118352,"snapshot":"false","db":"testdb","sequence":"[\"66653070664\",\"66653070664\"]","schema":"public","table":"orders","txId":2194572,"lsn":66653070664,"xmin":null},"op":"c","ts_ms":1729478118738,"transaction":null} -{"before":{"id":149,"customer_name":null,"product_name":null,"quantity":null,"price":null,"order_date":null,"status":null},"after":null,"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478118391,"snapshot":"false","db":"testdb","sequence":"[\"66653070896\",\"66653070960\"]","schema":"public","table":"orders","txId":2194573,"lsn":66653070960,"xmin":null},"op":"d","ts_ms":1729478118738,"transaction":null} -{"before":null,"after":{"id":276,"customer_name":"Sarah Martin","product_name":"Headphones","quantity":1,"price":1001.28,"order_date":1729452918430326,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478118431,"snapshot":"false","db":"testdb","sequence":"[\"66653071072\",\"66653071072\"]","schema":"public","table":"orders","txId":2194574,"lsn":66653071072,"xmin":null},"op":"c","ts_ms":1729478118738,"transaction":null} -{"before":null,"after":{"id":277,"customer_name":"Mark Eaton","product_name":"Headphones","quantity":5,"price":1811.58,"order_date":1729452918468218,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478118469,"snapshot":"false","db":"testdb","sequence":"[\"66653071296\",\"66653071296\"]","schema":"public","table":"orders","txId":2194575,"lsn":66653071296,"xmin":null},"op":"c","ts_ms":1729478118738,"transaction":null} -{"before":null,"after":{"id":3,"customer_name":"Abigail Nelson","product_name":"Smartphone","quantity":4,"price":1871.61,"order_date":1729452903795664,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478118501,"snapshot":"false","db":"testdb","sequence":"[\"66653071528\",\"66653071584\"]","schema":"public","table":"orders","txId":2194576,"lsn":66653071584,"xmin":null},"op":"u","ts_ms":1729478118738,"transaction":null} -{"before":null,"after":{"id":278,"customer_name":"James Fisher","product_name":"Headphones","quantity":2,"price":1987.09,"order_date":1729452918519041,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478118520,"snapshot":"false","db":"testdb","sequence":"[\"66653071768\",\"66653071768\"]","schema":"public","table":"orders","txId":2194577,"lsn":66653071768,"xmin":null},"op":"c","ts_ms":1729478118738,"transaction":null} -{"before":null,"after":{"id":208,"customer_name":"Tina Huerta","product_name":"Smartphone","quantity":4,"price":365.27,"order_date":1729452914739883,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478118575,"snapshot":"false","db":"testdb","sequence":"[\"66653071992\",\"66653072056\"]","schema":"public","table":"orders","txId":2194578,"lsn":66653072056,"xmin":null},"op":"u","ts_ms":1729478118738,"transaction":null} -{"before":null,"after":{"id":279,"customer_name":"Joshua King","product_name":"Monitor","quantity":1,"price":1440.81,"order_date":1729452918611871,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478118613,"snapshot":"false","db":"testdb","sequence":"[\"66653072232\",\"66653072232\"]","schema":"public","table":"orders","txId":2194579,"lsn":66653072232,"xmin":null},"op":"c","ts_ms":1729478118738,"transaction":null} -{"before":null,"after":{"id":280,"customer_name":"Lauren Howell","product_name":"Headphones","quantity":4,"price":1850.8,"order_date":1729452918668273,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478118670,"snapshot":"false","db":"testdb","sequence":"[\"66653072456\",\"66653072456\"]","schema":"public","table":"orders","txId":2194580,"lsn":66653072456,"xmin":null},"op":"c","ts_ms":1729478118738,"transaction":null} -{"before":null,"after":{"id":281,"customer_name":"Daniel Phelps","product_name":"Mouse","quantity":5,"price":1031.61,"order_date":1729452918714119,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478118715,"snapshot":"false","db":"testdb","sequence":"[\"66653072688\",\"66653072688\"]","schema":"public","table":"orders","txId":2194581,"lsn":66653072688,"xmin":null},"op":"c","ts_ms":1729478118738,"transaction":null} -{"before":null,"after":{"id":254,"customer_name":"Kelly Smith MD","product_name":"Keyboard","quantity":2,"price":1422.83,"order_date":1729452917171103,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478118753,"snapshot":"false","db":"testdb","sequence":"[\"66653072920\",\"66653072984\"]","schema":"public","table":"orders","txId":2194582,"lsn":66653072984,"xmin":null},"op":"u","ts_ms":1729478119246,"transaction":null} -{"before":null,"after":{"id":282,"customer_name":"Richard Miles","product_name":"Smartphone","quantity":3,"price":206.41,"order_date":1729452918788426,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478118789,"snapshot":"false","db":"testdb","sequence":"[\"66653073160\",\"66653073160\"]","schema":"public","table":"orders","txId":2194583,"lsn":66653073160,"xmin":null},"op":"c","ts_ms":1729478119246,"transaction":null} -{"before":null,"after":{"id":283,"customer_name":"Rachel Garcia","product_name":"Keyboard","quantity":4,"price":95.88,"order_date":1729452918808650,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478118809,"snapshot":"false","db":"testdb","sequence":"[\"66653073392\",\"66653073392\"]","schema":"public","table":"orders","txId":2194584,"lsn":66653073392,"xmin":null},"op":"c","ts_ms":1729478119246,"transaction":null} -{"before":null,"after":{"id":284,"customer_name":"Daniel Newman DVM","product_name":"Laptop","quantity":1,"price":102.21,"order_date":1729452918855296,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478118856,"snapshot":"false","db":"testdb","sequence":"[\"66653073624\",\"66653073624\"]","schema":"public","table":"orders","txId":2194585,"lsn":66653073624,"xmin":null},"op":"c","ts_ms":1729478119246,"transaction":null} -{"before":null,"after":{"id":285,"customer_name":"Angel Powell","product_name":"Laptop","quantity":4,"price":1846.98,"order_date":1729452918881536,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478118883,"snapshot":"false","db":"testdb","sequence":"[\"66653073864\",\"66653073864\"]","schema":"public","table":"orders","txId":2194586,"lsn":66653073864,"xmin":null},"op":"c","ts_ms":1729478119246,"transaction":null} -{"before":null,"after":{"id":286,"customer_name":"Catherine Rodriguez","product_name":"Keyboard","quantity":5,"price":917.16,"order_date":1729452918901120,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478118902,"snapshot":"false","db":"testdb","sequence":"[\"66653074088\",\"66653074088\"]","schema":"public","table":"orders","txId":2194587,"lsn":66653074088,"xmin":null},"op":"c","ts_ms":1729478119246,"transaction":null} -{"before":null,"after":{"id":53,"customer_name":"Michael Ray","product_name":"Smartphone","quantity":1,"price":1341.22,"order_date":1729452906550772,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478118923,"snapshot":"false","db":"testdb","sequence":"[\"66653074328\",\"66653074392\"]","schema":"public","table":"orders","txId":2194588,"lsn":66653074392,"xmin":null},"op":"u","ts_ms":1729478119246,"transaction":null} -{"before":null,"after":{"id":287,"customer_name":"James Williams","product_name":"Keyboard","quantity":3,"price":1766.64,"order_date":1729452918967686,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478118969,"snapshot":"false","db":"testdb","sequence":"[\"66653074568\",\"66653074568\"]","schema":"public","table":"orders","txId":2194589,"lsn":66653074568,"xmin":null},"op":"c","ts_ms":1729478119246,"transaction":null} -{"before":null,"after":{"id":288,"customer_name":"Joann Ferguson","product_name":"Laptop","quantity":2,"price":1220.71,"order_date":1729452918987978,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478118989,"snapshot":"false","db":"testdb","sequence":"[\"66653074792\",\"66653074792\"]","schema":"public","table":"orders","txId":2194590,"lsn":66653074792,"xmin":null},"op":"c","ts_ms":1729478119246,"transaction":null} -{"before":null,"after":{"id":289,"customer_name":"Stacy Arnold","product_name":"Keyboard","quantity":4,"price":144.04,"order_date":1729452919025812,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478119027,"snapshot":"false","db":"testdb","sequence":"[\"66653075016\",\"66653075016\"]","schema":"public","table":"orders","txId":2194591,"lsn":66653075016,"xmin":null},"op":"c","ts_ms":1729478119246,"transaction":null} -{"before":null,"after":{"id":290,"customer_name":"Cory Ramsey","product_name":"Monitor","quantity":4,"price":1528.82,"order_date":1729452919047854,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478119049,"snapshot":"false","db":"testdb","sequence":"[\"66653075248\",\"66653075248\"]","schema":"public","table":"orders","txId":2194592,"lsn":66653075248,"xmin":null},"op":"c","ts_ms":1729478119246,"transaction":null} -{"before":null,"after":{"id":291,"customer_name":"Danny Ryan","product_name":"Headphones","quantity":5,"price":483.48,"order_date":1729452919089213,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478119091,"snapshot":"false","db":"testdb","sequence":"[\"66653075472\",\"66653075472\"]","schema":"public","table":"orders","txId":2194593,"lsn":66653075472,"xmin":null},"op":"c","ts_ms":1729478119246,"transaction":null} -{"before":null,"after":{"id":41,"customer_name":"Dr. Jim Ortiz MD","product_name":"Laptop","quantity":2,"price":1940.92,"order_date":1729452906019466,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478119139,"snapshot":"false","db":"testdb","sequence":"[\"66653075704\",\"66653075768\"]","schema":"public","table":"orders","txId":2194594,"lsn":66653075768,"xmin":null},"op":"u","ts_ms":1729478119246,"transaction":null} -{"before":null,"after":{"id":292,"customer_name":"Jennifer Powell","product_name":"Laptop","quantity":5,"price":463.75,"order_date":1729452919176212,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478119177,"snapshot":"false","db":"testdb","sequence":"[\"66653075944\",\"66653075944\"]","schema":"public","table":"orders","txId":2194595,"lsn":66653075944,"xmin":null},"op":"c","ts_ms":1729478119246,"transaction":null} -{"before":null,"after":{"id":293,"customer_name":"Ronald Jones","product_name":"Monitor","quantity":4,"price":756.97,"order_date":1729452919218120,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478119219,"snapshot":"false","db":"testdb","sequence":"[\"66653076176\",\"66653076176\"]","schema":"public","table":"orders","txId":2194596,"lsn":66653076176,"xmin":null},"op":"c","ts_ms":1729478119246,"transaction":null} -{"before":null,"after":{"id":294,"customer_name":"Melissa Hart","product_name":"Monitor","quantity":5,"price":244.6,"order_date":1729452919275358,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478119276,"snapshot":"false","db":"testdb","sequence":"[\"66653076400\",\"66653076400\"]","schema":"public","table":"orders","txId":2194597,"lsn":66653076400,"xmin":null},"op":"c","ts_ms":1729478119755,"transaction":null} -{"before":{"id":253,"customer_name":null,"product_name":null,"quantity":null,"price":null,"order_date":null,"status":null},"after":null,"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478119323,"snapshot":"false","db":"testdb","sequence":"[\"66653076632\",\"66653076696\"]","schema":"public","table":"orders","txId":2194598,"lsn":66653076696,"xmin":null},"op":"d","ts_ms":1729478119755,"transaction":null} -{"before":null,"after":{"id":295,"customer_name":"Justin Wood","product_name":"Laptop","quantity":2,"price":870.3,"order_date":1729452919340285,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478119341,"snapshot":"false","db":"testdb","sequence":"[\"66653076808\",\"66653076808\"]","schema":"public","table":"orders","txId":2194599,"lsn":66653076808,"xmin":null},"op":"c","ts_ms":1729478119755,"transaction":null} -{"before":null,"after":{"id":296,"customer_name":"Laura Perez","product_name":"Monitor","quantity":4,"price":996.34,"order_date":1729452919364506,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478119366,"snapshot":"false","db":"testdb","sequence":"[\"66653077040\",\"66653077040\"]","schema":"public","table":"orders","txId":2194600,"lsn":66653077040,"xmin":null},"op":"c","ts_ms":1729478119755,"transaction":null} -{"before":null,"after":{"id":297,"customer_name":"Dr. Ashley Hernandez","product_name":"Keyboard","quantity":4,"price":1985.52,"order_date":1729452919398914,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478119400,"snapshot":"false","db":"testdb","sequence":"[\"66653077264\",\"66653077264\"]","schema":"public","table":"orders","txId":2194601,"lsn":66653077264,"xmin":null},"op":"c","ts_ms":1729478119755,"transaction":null} -{"before":null,"after":{"id":268,"customer_name":"Michael Herrera","product_name":"Headphones","quantity":5,"price":141.52,"order_date":1729452917938325,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478119440,"snapshot":"false","db":"testdb","sequence":"[\"66653077496\",\"66653077576\"]","schema":"public","table":"orders","txId":2194602,"lsn":66653077576,"xmin":null},"op":"u","ts_ms":1729478119755,"transaction":null} -{"before":null,"after":{"id":96,"customer_name":"Sarah Lewis","product_name":"Smartphone","quantity":5,"price":1026.1,"order_date":1729452908934554,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478119484,"snapshot":"false","db":"testdb","sequence":"[\"66653077760\",\"66653077760\"]","schema":"public","table":"orders","txId":2194603,"lsn":66653077760,"xmin":null},"op":"u","ts_ms":1729478119755,"transaction":null} -{"before":null,"after":{"id":298,"customer_name":"Jeffrey Taylor","product_name":"Keyboard","quantity":5,"price":849.31,"order_date":1729452919514474,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478119516,"snapshot":"false","db":"testdb","sequence":"[\"66653077936\",\"66653078040\"]","schema":"public","table":"orders","txId":2194604,"lsn":66653078040,"xmin":null},"op":"c","ts_ms":1729478119755,"transaction":null} -{"before":{"id":236,"customer_name":null,"product_name":null,"quantity":null,"price":null,"order_date":null,"status":null},"after":null,"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478119568,"snapshot":"false","db":"testdb","sequence":"[\"66653078264\",\"66653078328\"]","schema":"public","table":"orders","txId":2194605,"lsn":66653078328,"xmin":null},"op":"d","ts_ms":1729478119755,"transaction":null} -{"before":null,"after":{"id":299,"customer_name":"Jose Griffin","product_name":"Keyboard","quantity":2,"price":1820.89,"order_date":1729452919596737,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478119598,"snapshot":"false","db":"testdb","sequence":"[\"66653078440\",\"66653078440\"]","schema":"public","table":"orders","txId":2194606,"lsn":66653078440,"xmin":null},"op":"c","ts_ms":1729478119755,"transaction":null} -{"before":null,"after":{"id":300,"customer_name":"Amanda Vasquez","product_name":"Laptop","quantity":1,"price":867.38,"order_date":1729452919628830,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478119630,"snapshot":"false","db":"testdb","sequence":"[\"66653078664\",\"66653078664\"]","schema":"public","table":"orders","txId":2194607,"lsn":66653078664,"xmin":null},"op":"c","ts_ms":1729478119755,"transaction":null} -{"before":null,"after":{"id":301,"customer_name":"Victor Davis","product_name":"Keyboard","quantity":3,"price":1646.08,"order_date":1729452919671524,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478119673,"snapshot":"false","db":"testdb","sequence":"[\"66653078888\",\"66653078888\"]","schema":"public","table":"orders","txId":2194608,"lsn":66653078888,"xmin":null},"op":"c","ts_ms":1729478119755,"transaction":null} -{"before":null,"after":{"id":302,"customer_name":"Tina Morgan","product_name":"Headphones","quantity":5,"price":664.64,"order_date":1729452919723652,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478119725,"snapshot":"false","db":"testdb","sequence":"[\"66653079112\",\"66653079112\"]","schema":"public","table":"orders","txId":2194609,"lsn":66653079112,"xmin":null},"op":"c","ts_ms":1729478119755,"transaction":null} -{"before":null,"after":{"id":189,"customer_name":"Heather Williams","product_name":"Mouse","quantity":1,"price":1048.02,"order_date":1729452913805497,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478119785,"snapshot":"false","db":"testdb","sequence":"[\"66653079344\",\"66653079400\"]","schema":"public","table":"orders","txId":2194610,"lsn":66653079400,"xmin":null},"op":"u","ts_ms":1729478120265,"transaction":null} -{"before":null,"after":{"id":303,"customer_name":"Amy Williams","product_name":"Laptop","quantity":4,"price":458.7,"order_date":1729452919844305,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478119845,"snapshot":"false","db":"testdb","sequence":"[\"66653079576\",\"66653079576\"]","schema":"public","table":"orders","txId":2194611,"lsn":66653079576,"xmin":null},"op":"c","ts_ms":1729478120266,"transaction":null} -{"before":null,"after":{"id":167,"customer_name":"Justin Hodges","product_name":"Laptop","quantity":2,"price":1066.45,"order_date":1729452912512627,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478119895,"snapshot":"false","db":"testdb","sequence":"[\"66653079800\",\"66653079864\"]","schema":"public","table":"orders","txId":2194612,"lsn":66653079864,"xmin":null},"op":"u","ts_ms":1729478120266,"transaction":null} -{"before":null,"after":{"id":66,"customer_name":"Kenneth Solomon","product_name":"Laptop","quantity":1,"price":444.33,"order_date":1729452907090885,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478119933,"snapshot":"false","db":"testdb","sequence":"[\"66653080040\",\"66653080104\"]","schema":"public","table":"orders","txId":2194613,"lsn":66653080104,"xmin":null},"op":"u","ts_ms":1729478120266,"transaction":null} -{"before":null,"after":{"id":304,"customer_name":"Seth Henry","product_name":"Monitor","quantity":3,"price":1544.33,"order_date":1729452919952890,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478119954,"snapshot":"false","db":"testdb","sequence":"[\"66653080280\",\"66653080280\"]","schema":"public","table":"orders","txId":2194614,"lsn":66653080280,"xmin":null},"op":"c","ts_ms":1729478120266,"transaction":null} -{"before":null,"after":{"id":305,"customer_name":"Danielle Miller","product_name":"Headphones","quantity":2,"price":974.47,"order_date":1729452919982408,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478119983,"snapshot":"false","db":"testdb","sequence":"[\"66653080512\",\"66653080512\"]","schema":"public","table":"orders","txId":2194615,"lsn":66653080512,"xmin":null},"op":"c","ts_ms":1729478120266,"transaction":null} -{"before":null,"after":{"id":83,"customer_name":"Reginald Holland","product_name":"Monitor","quantity":1,"price":1740.99,"order_date":1729452908086315,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478120014,"snapshot":"false","db":"testdb","sequence":"[\"66653080744\",\"66653080808\"]","schema":"public","table":"orders","txId":2194616,"lsn":66653080808,"xmin":null},"op":"u","ts_ms":1729478120266,"transaction":null} -{"before":null,"after":{"id":306,"customer_name":"Donald Ross","product_name":"Keyboard","quantity":4,"price":1631.19,"order_date":1729452920058171,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478120059,"snapshot":"false","db":"testdb","sequence":"[\"66653080992\",\"66653080992\"]","schema":"public","table":"orders","txId":2194617,"lsn":66653080992,"xmin":null},"op":"c","ts_ms":1729478120266,"transaction":null} -{"before":null,"after":{"id":307,"customer_name":"Michael Rodriguez","product_name":"Mouse","quantity":5,"price":483.99,"order_date":1729452920089767,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478120091,"snapshot":"false","db":"testdb","sequence":"[\"66653081224\",\"66653081224\"]","schema":"public","table":"orders","txId":2194618,"lsn":66653081224,"xmin":null},"op":"c","ts_ms":1729478120266,"transaction":null} -{"before":null,"after":{"id":308,"customer_name":"Brett Williams","product_name":"Monitor","quantity":5,"price":815.24,"order_date":1729452920127895,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478120129,"snapshot":"false","db":"testdb","sequence":"[\"66653081456\",\"66653081456\"]","schema":"public","table":"orders","txId":2194619,"lsn":66653081456,"xmin":null},"op":"c","ts_ms":1729478120266,"transaction":null} -{"before":null,"after":{"id":309,"customer_name":"Brandon Olson","product_name":"Smartphone","quantity":3,"price":261.3,"order_date":1729452920167470,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478120168,"snapshot":"false","db":"testdb","sequence":"[\"66653081688\",\"66653081688\"]","schema":"public","table":"orders","txId":2194620,"lsn":66653081688,"xmin":null},"op":"c","ts_ms":1729478120266,"transaction":null} -{"before":null,"after":{"id":310,"customer_name":"Desiree Williams","product_name":"Monitor","quantity":5,"price":210.32,"order_date":1729452920204113,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478120206,"snapshot":"false","db":"testdb","sequence":"[\"66653081928\",\"66653081928\"]","schema":"public","table":"orders","txId":2194621,"lsn":66653081928,"xmin":null},"op":"c","ts_ms":1729478120266,"transaction":null} -{"before":null,"after":{"id":198,"customer_name":"Sean Velasquez","product_name":"Laptop","quantity":2,"price":262.65,"order_date":1729452914211550,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478120267,"snapshot":"false","db":"testdb","sequence":"[\"66653082160\",\"66653082224\"]","schema":"public","table":"orders","txId":2194622,"lsn":66653082224,"xmin":null},"op":"u","ts_ms":1729478120268,"transaction":null} -{"before":null,"after":{"id":137,"customer_name":"Sheila Leonard","product_name":"Headphones","quantity":2,"price":1279.48,"order_date":1729452910998808,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478120302,"snapshot":"false","db":"testdb","sequence":"[\"66653082400\",\"66653082464\"]","schema":"public","table":"orders","txId":2194623,"lsn":66653082464,"xmin":null},"op":"u","ts_ms":1729478120779,"transaction":null} -{"before":null,"after":{"id":311,"customer_name":"Scott Adams","product_name":"Laptop","quantity":5,"price":1869.43,"order_date":1729452920354711,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478120356,"snapshot":"false","db":"testdb","sequence":"[\"66653082648\",\"66653082648\"]","schema":"public","table":"orders","txId":2194624,"lsn":66653082648,"xmin":null},"op":"c","ts_ms":1729478120780,"transaction":null} -{"before":null,"after":{"id":237,"customer_name":"Jon Hayden","product_name":"Headphones","quantity":2,"price":1683.67,"order_date":1729452916216957,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478120389,"snapshot":"false","db":"testdb","sequence":"[\"66653082880\",\"66653082944\"]","schema":"public","table":"orders","txId":2194625,"lsn":66653082944,"xmin":null},"op":"u","ts_ms":1729478120780,"transaction":null} -{"before":null,"after":{"id":44,"customer_name":"Kyle Young","product_name":"Mouse","quantity":4,"price":227.72,"order_date":1729452906120723,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478120425,"snapshot":"false","db":"testdb","sequence":"[\"66653083120\",\"66653083184\"]","schema":"public","table":"orders","txId":2194626,"lsn":66653083184,"xmin":null},"op":"u","ts_ms":1729478120780,"transaction":null} -{"before":null,"after":{"id":312,"customer_name":"Misty Glenn","product_name":"Monitor","quantity":3,"price":397.33,"order_date":1729452920479641,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478120480,"snapshot":"false","db":"testdb","sequence":"[\"66653083360\",\"66653083360\"]","schema":"public","table":"orders","txId":2194627,"lsn":66653083360,"xmin":null},"op":"c","ts_ms":1729478120780,"transaction":null} -{"before":null,"after":{"id":313,"customer_name":"Joseph Guerrero","product_name":"Monitor","quantity":5,"price":980.31,"order_date":1729452920510840,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478120512,"snapshot":"false","db":"testdb","sequence":"[\"66653083584\",\"66653083584\"]","schema":"public","table":"orders","txId":2194628,"lsn":66653083584,"xmin":null},"op":"c","ts_ms":1729478120780,"transaction":null} -{"before":null,"after":{"id":314,"customer_name":"Christopher Fernandez","product_name":"Monitor","quantity":1,"price":206.37,"order_date":1729452920536071,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478120537,"snapshot":"false","db":"testdb","sequence":"[\"66653083816\",\"66653083816\"]","schema":"public","table":"orders","txId":2194629,"lsn":66653083816,"xmin":null},"op":"c","ts_ms":1729478120780,"transaction":null} -{"before":null,"after":{"id":126,"customer_name":"Shirley Smith","product_name":"Smartphone","quantity":3,"price":1208.13,"order_date":1729452910530160,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478120588,"snapshot":"false","db":"testdb","sequence":"[\"66653084048\",\"66653084112\"]","schema":"public","table":"orders","txId":2194630,"lsn":66653084112,"xmin":null},"op":"u","ts_ms":1729478120780,"transaction":null} -{"before":null,"after":{"id":227,"customer_name":"Cody Walker DDS","product_name":"Smartphone","quantity":4,"price":1424.43,"order_date":1729452915766202,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478120620,"snapshot":"false","db":"testdb","sequence":"[\"66653084296\",\"66653084360\"]","schema":"public","table":"orders","txId":2194631,"lsn":66653084360,"xmin":null},"op":"u","ts_ms":1729478120780,"transaction":null} -{"before":null,"after":{"id":315,"customer_name":"Joshua Williams","product_name":"Smartphone","quantity":4,"price":1332.4,"order_date":1729452920670621,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478120672,"snapshot":"false","db":"testdb","sequence":"[\"66653084544\",\"66653084544\"]","schema":"public","table":"orders","txId":2194632,"lsn":66653084544,"xmin":null},"op":"c","ts_ms":1729478120780,"transaction":null} -{"before":null,"after":{"id":316,"customer_name":"Gordon Robinson","product_name":"Headphones","quantity":3,"price":1479.1,"order_date":1729452920718110,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478120719,"snapshot":"false","db":"testdb","sequence":"[\"66653084776\",\"66653084776\"]","schema":"public","table":"orders","txId":2194633,"lsn":66653084776,"xmin":null},"op":"c","ts_ms":1729478120780,"transaction":null} -{"before":null,"after":{"id":317,"customer_name":"April Reid","product_name":"Laptop","quantity":1,"price":1672.45,"order_date":1729452920771137,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478120782,"snapshot":"false","db":"testdb","sequence":"[\"66653085008\",\"66653085408\"]","schema":"public","table":"orders","txId":2194634,"lsn":66653085408,"xmin":null},"op":"c","ts_ms":1729478120783,"transaction":null} -{"before":null,"after":{"id":318,"customer_name":"Jeffrey Pacheco","product_name":"Monitor","quantity":5,"price":1295.91,"order_date":1729452920819347,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478120821,"snapshot":"false","db":"testdb","sequence":"[\"66653103120\",\"66653103120\"]","schema":"public","table":"orders","txId":2194636,"lsn":66653103120,"xmin":null},"op":"c","ts_ms":1729478121302,"transaction":null} -{"before":null,"after":{"id":319,"customer_name":"Samuel Brown","product_name":"Smartphone","quantity":3,"price":887.57,"order_date":1729452920865688,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478120867,"snapshot":"false","db":"testdb","sequence":"[\"66653103344\",\"66653103344\"]","schema":"public","table":"orders","txId":2194637,"lsn":66653103344,"xmin":null},"op":"c","ts_ms":1729478121302,"transaction":null} -{"before":null,"after":{"id":320,"customer_name":"Mrs. Kathy Thomas MD","product_name":"Laptop","quantity":5,"price":104.8,"order_date":1729452920889306,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478120890,"snapshot":"false","db":"testdb","sequence":"[\"66653103576\",\"66653103576\"]","schema":"public","table":"orders","txId":2194638,"lsn":66653103576,"xmin":null},"op":"c","ts_ms":1729478121302,"transaction":null} -{"before":null,"after":{"id":321,"customer_name":"Mrs. Sarah Stone MD","product_name":"Keyboard","quantity":3,"price":1168.32,"order_date":1729452920915900,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478120917,"snapshot":"false","db":"testdb","sequence":"[\"66653103816\",\"66653104184\"]","schema":"public","table":"orders","txId":2194639,"lsn":66653104184,"xmin":null},"op":"c","ts_ms":1729478121302,"transaction":null} -{"before":null,"after":{"id":322,"customer_name":"Jennifer Eaton","product_name":"Keyboard","quantity":2,"price":848.7,"order_date":1729452920969712,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478120971,"snapshot":"false","db":"testdb","sequence":"[\"66653104416\",\"66653104416\"]","schema":"public","table":"orders","txId":2194640,"lsn":66653104416,"xmin":null},"op":"c","ts_ms":1729478121302,"transaction":null} -{"before":null,"after":{"id":323,"customer_name":"Brooke Cooper","product_name":"Headphones","quantity":4,"price":1185.16,"order_date":1729452921000607,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478121001,"snapshot":"false","db":"testdb","sequence":"[\"66653104648\",\"66653104648\"]","schema":"public","table":"orders","txId":2194641,"lsn":66653104648,"xmin":null},"op":"c","ts_ms":1729478121302,"transaction":null} -{"before":null,"after":{"id":324,"customer_name":"Jared Palmer","product_name":"Mouse","quantity":2,"price":1864.84,"order_date":1729452921058632,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478121060,"snapshot":"false","db":"testdb","sequence":"[\"66653104888\",\"66653104888\"]","schema":"public","table":"orders","txId":2194642,"lsn":66653104888,"xmin":null},"op":"c","ts_ms":1729478121302,"transaction":null} -{"before":null,"after":{"id":287,"customer_name":"James Williams","product_name":"Keyboard","quantity":3,"price":1766.64,"order_date":1729452918967686,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478121087,"snapshot":"false","db":"testdb","sequence":"[\"66653105112\",\"66653105176\"]","schema":"public","table":"orders","txId":2194643,"lsn":66653105176,"xmin":null},"op":"u","ts_ms":1729478121302,"transaction":null} -{"before":null,"after":{"id":325,"customer_name":"Bradley Collins","product_name":"Headphones","quantity":3,"price":734.43,"order_date":1729452921130625,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478121131,"snapshot":"false","db":"testdb","sequence":"[\"66653105352\",\"66653105352\"]","schema":"public","table":"orders","txId":2194644,"lsn":66653105352,"xmin":null},"op":"c","ts_ms":1729478121302,"transaction":null} -{"before":null,"after":{"id":326,"customer_name":"Harry Quinn","product_name":"Smartphone","quantity":5,"price":564.94,"order_date":1729452921176545,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478121178,"snapshot":"false","db":"testdb","sequence":"[\"66653105584\",\"66653105584\"]","schema":"public","table":"orders","txId":2194645,"lsn":66653105584,"xmin":null},"op":"c","ts_ms":1729478121302,"transaction":null} -{"before":{"id":11,"customer_name":null,"product_name":null,"quantity":null,"price":null,"order_date":null,"status":null},"after":null,"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478121240,"snapshot":"false","db":"testdb","sequence":"[\"66653105808\",\"66653105808\"]","schema":"public","table":"orders","txId":2194646,"lsn":66653105808,"xmin":null},"op":"d","ts_ms":1729478121302,"transaction":null} -{"before":null,"after":{"id":327,"customer_name":"Adam Brock","product_name":"Smartphone","quantity":3,"price":957.26,"order_date":1729452921284418,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478121286,"snapshot":"false","db":"testdb","sequence":"[\"66653105920\",\"66653105920\"]","schema":"public","table":"orders","txId":2194647,"lsn":66653105920,"xmin":null},"op":"c","ts_ms":1729478121302,"transaction":null} -{"before":null,"after":{"id":328,"customer_name":"Samuel Francis","product_name":"Smartphone","quantity":3,"price":606.59,"order_date":1729452921330046,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478121331,"snapshot":"false","db":"testdb","sequence":"[\"66653106152\",\"66653106152\"]","schema":"public","table":"orders","txId":2194648,"lsn":66653106152,"xmin":null},"op":"c","ts_ms":1729478121809,"transaction":null} -{"before":null,"after":{"id":329,"customer_name":"Douglas Hawkins","product_name":"Mouse","quantity":2,"price":1355.96,"order_date":1729452921380104,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478121381,"snapshot":"false","db":"testdb","sequence":"[\"66653106384\",\"66653106384\"]","schema":"public","table":"orders","txId":2194649,"lsn":66653106384,"xmin":null},"op":"c","ts_ms":1729478121809,"transaction":null} -{"before":null,"after":{"id":330,"customer_name":"Larry Ward","product_name":"Mouse","quantity":3,"price":1348.75,"order_date":1729452921401753,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478121403,"snapshot":"false","db":"testdb","sequence":"[\"66653106608\",\"66653106608\"]","schema":"public","table":"orders","txId":2194650,"lsn":66653106608,"xmin":null},"op":"c","ts_ms":1729478121809,"transaction":null} -{"before":null,"after":{"id":331,"customer_name":"Anthony Hampton","product_name":"Laptop","quantity":5,"price":1969.05,"order_date":1729452921448271,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478121450,"snapshot":"false","db":"testdb","sequence":"[\"66653106840\",\"66653106944\"]","schema":"public","table":"orders","txId":2194651,"lsn":66653106944,"xmin":null},"op":"c","ts_ms":1729478121809,"transaction":null} -{"before":null,"after":{"id":133,"customer_name":"William Marshall","product_name":"Mouse","quantity":2,"price":1485.33,"order_date":1729452910769667,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478121502,"snapshot":"false","db":"testdb","sequence":"[\"66653107176\",\"66653107232\"]","schema":"public","table":"orders","txId":2194652,"lsn":66653107232,"xmin":null},"op":"u","ts_ms":1729478121809,"transaction":null} -{"before":null,"after":{"id":205,"customer_name":"Katie Bowen","product_name":"Laptop","quantity":3,"price":1010.69,"order_date":1729452914611227,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478121531,"snapshot":"false","db":"testdb","sequence":"[\"66653107408\",\"66653107472\"]","schema":"public","table":"orders","txId":2194653,"lsn":66653107472,"xmin":null},"op":"u","ts_ms":1729478121809,"transaction":null} -{"before":null,"after":{"id":332,"customer_name":"Tara Pierce","product_name":"Headphones","quantity":1,"price":499.69,"order_date":1729452921548727,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478121550,"snapshot":"false","db":"testdb","sequence":"[\"66653107648\",\"66653107648\"]","schema":"public","table":"orders","txId":2194654,"lsn":66653107648,"xmin":null},"op":"c","ts_ms":1729478121809,"transaction":null} -{"before":null,"after":{"id":333,"customer_name":"Terry Bass","product_name":"Headphones","quantity":2,"price":1722.89,"order_date":1729452921606889,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478121608,"snapshot":"false","db":"testdb","sequence":"[\"66653107872\",\"66653107872\"]","schema":"public","table":"orders","txId":2194655,"lsn":66653107872,"xmin":null},"op":"c","ts_ms":1729478121809,"transaction":null} -{"before":null,"after":{"id":17,"customer_name":"Lauren Edwards","product_name":"Mouse","quantity":5,"price":1267.03,"order_date":1729452904431732,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478121631,"snapshot":"false","db":"testdb","sequence":"[\"66653108104\",\"66653108168\"]","schema":"public","table":"orders","txId":2194656,"lsn":66653108168,"xmin":null},"op":"u","ts_ms":1729478121809,"transaction":null} -{"before":null,"after":{"id":334,"customer_name":"Jessica Holmes","product_name":"Monitor","quantity":2,"price":167.06,"order_date":1729452921670114,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478121671,"snapshot":"false","db":"testdb","sequence":"[\"66653108344\",\"66653108344\"]","schema":"public","table":"orders","txId":2194657,"lsn":66653108344,"xmin":null},"op":"c","ts_ms":1729478121809,"transaction":null} -{"before":null,"after":{"id":335,"customer_name":"Timothy Adams","product_name":"Monitor","quantity":4,"price":359.74,"order_date":1729452921697465,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478121699,"snapshot":"false","db":"testdb","sequence":"[\"66653108568\",\"66653108568\"]","schema":"public","table":"orders","txId":2194658,"lsn":66653108568,"xmin":null},"op":"c","ts_ms":1729478121809,"transaction":null} -{"before":null,"after":{"id":336,"customer_name":"James Butler","product_name":"Laptop","quantity":4,"price":663.55,"order_date":1729452921755279,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478121756,"snapshot":"false","db":"testdb","sequence":"[\"66653108800\",\"66653108800\"]","schema":"public","table":"orders","txId":2194659,"lsn":66653108800,"xmin":null},"op":"c","ts_ms":1729478121809,"transaction":null} -{"before":null,"after":{"id":337,"customer_name":"Monique Calhoun","product_name":"Smartphone","quantity":5,"price":246.69,"order_date":1729452921819008,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478121820,"snapshot":"false","db":"testdb","sequence":"[\"66653109024\",\"66653109024\"]","schema":"public","table":"orders","txId":2194660,"lsn":66653109024,"xmin":null},"op":"c","ts_ms":1729478122318,"transaction":null} -{"before":null,"after":{"id":338,"customer_name":"David Burns","product_name":"Mouse","quantity":5,"price":1860.07,"order_date":1729452921846216,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478121847,"snapshot":"false","db":"testdb","sequence":"[\"66653109256\",\"66653109256\"]","schema":"public","table":"orders","txId":2194661,"lsn":66653109256,"xmin":null},"op":"c","ts_ms":1729478122319,"transaction":null} -{"before":null,"after":{"id":115,"customer_name":"Michael Grant","product_name":"Keyboard","quantity":4,"price":979.43,"order_date":1729452909934640,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478121886,"snapshot":"false","db":"testdb","sequence":"[\"66653109480\",\"66653109544\"]","schema":"public","table":"orders","txId":2194662,"lsn":66653109544,"xmin":null},"op":"u","ts_ms":1729478122319,"transaction":null} -{"before":null,"after":{"id":339,"customer_name":"Nicole Foster","product_name":"Headphones","quantity":4,"price":1332.59,"order_date":1729452921913476,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478121915,"snapshot":"false","db":"testdb","sequence":"[\"66653109720\",\"66653109720\"]","schema":"public","table":"orders","txId":2194663,"lsn":66653109720,"xmin":null},"op":"c","ts_ms":1729478122319,"transaction":null} -{"before":null,"after":{"id":340,"customer_name":"Ryan Whitney","product_name":"Headphones","quantity":5,"price":348.34,"order_date":1729452921948147,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478121949,"snapshot":"false","db":"testdb","sequence":"[\"66653109952\",\"66653109952\"]","schema":"public","table":"orders","txId":2194664,"lsn":66653109952,"xmin":null},"op":"c","ts_ms":1729478122319,"transaction":null} -{"before":null,"after":{"id":341,"customer_name":"Stacey Taylor","product_name":"Headphones","quantity":4,"price":726.25,"order_date":1729452922006671,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478122008,"snapshot":"false","db":"testdb","sequence":"[\"66653110176\",\"66653110176\"]","schema":"public","table":"orders","txId":2194665,"lsn":66653110176,"xmin":null},"op":"c","ts_ms":1729478122319,"transaction":null} -{"before":null,"after":{"id":342,"customer_name":"Derrick Richardson","product_name":"Smartphone","quantity":3,"price":176.54,"order_date":1729452922067074,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478122068,"snapshot":"false","db":"testdb","sequence":"[\"66653110432\",\"66653110432\"]","schema":"public","table":"orders","txId":2194666,"lsn":66653110432,"xmin":null},"op":"c","ts_ms":1729478122319,"transaction":null} -{"before":null,"after":{"id":343,"customer_name":"Melissa Johnson","product_name":"Monitor","quantity":2,"price":1886.45,"order_date":1729452922102570,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478122104,"snapshot":"false","db":"testdb","sequence":"[\"66653110672\",\"66653110672\"]","schema":"public","table":"orders","txId":2194667,"lsn":66653110672,"xmin":null},"op":"c","ts_ms":1729478122319,"transaction":null} -{"before":null,"after":{"id":344,"customer_name":"Elaine Hamilton","product_name":"Smartphone","quantity":1,"price":1932.61,"order_date":1729452922161189,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478122164,"snapshot":"false","db":"testdb","sequence":"[\"66653110896\",\"66653110896\"]","schema":"public","table":"orders","txId":2194668,"lsn":66653110896,"xmin":null},"op":"c","ts_ms":1729478122319,"transaction":null} -{"before":null,"after":{"id":345,"customer_name":"Daniel Parker","product_name":"Mouse","quantity":4,"price":1451.33,"order_date":1729452922204192,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478122205,"snapshot":"false","db":"testdb","sequence":"[\"66653111128\",\"66653111128\"]","schema":"public","table":"orders","txId":2194669,"lsn":66653111128,"xmin":null},"op":"c","ts_ms":1729478122319,"transaction":null} -{"before":null,"after":{"id":346,"customer_name":"Dillon Mcguire","product_name":"Keyboard","quantity":3,"price":808.34,"order_date":1729452922245075,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478122246,"snapshot":"false","db":"testdb","sequence":"[\"66653111352\",\"66653111352\"]","schema":"public","table":"orders","txId":2194670,"lsn":66653111352,"xmin":null},"op":"c","ts_ms":1729478122319,"transaction":null} -{"before":null,"after":{"id":347,"customer_name":"Michael Thompson","product_name":"Smartphone","quantity":2,"price":1274.71,"order_date":1729452922306290,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478122307,"snapshot":"false","db":"testdb","sequence":"[\"66653111576\",\"66653111576\"]","schema":"public","table":"orders","txId":2194671,"lsn":66653111576,"xmin":null},"op":"c","ts_ms":1729478122319,"transaction":null} -{"before":null,"after":{"id":348,"customer_name":"Melody Molina","product_name":"Laptop","quantity":3,"price":471.04,"order_date":1729452922341128,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478122342,"snapshot":"false","db":"testdb","sequence":"[\"66653111808\",\"66653111808\"]","schema":"public","table":"orders","txId":2194672,"lsn":66653111808,"xmin":null},"op":"c","ts_ms":1729478122828,"transaction":null} -{"before":null,"after":{"id":349,"customer_name":"Judy Meyer","product_name":"Headphones","quantity":5,"price":720.33,"order_date":1729452922357773,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478122359,"snapshot":"false","db":"testdb","sequence":"[\"66653112032\",\"66653112032\"]","schema":"public","table":"orders","txId":2194673,"lsn":66653112032,"xmin":null},"op":"c","ts_ms":1729478122828,"transaction":null} -{"before":null,"after":{"id":325,"customer_name":"Bradley Collins","product_name":"Headphones","quantity":3,"price":734.43,"order_date":1729452921130625,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478122387,"snapshot":"false","db":"testdb","sequence":"[\"66653112264\",\"66653112392\"]","schema":"public","table":"orders","txId":2194674,"lsn":66653112392,"xmin":null},"op":"u","ts_ms":1729478122828,"transaction":null} -{"before":null,"after":{"id":301,"customer_name":"Victor Davis","product_name":"Keyboard","quantity":3,"price":1646.08,"order_date":1729452919671524,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478122406,"snapshot":"false","db":"testdb","sequence":"[\"66653112576\",\"66653112640\"]","schema":"public","table":"orders","txId":2194675,"lsn":66653112640,"xmin":null},"op":"u","ts_ms":1729478122828,"transaction":null} -{"before":null,"after":{"id":231,"customer_name":"Rachael Scott","product_name":"Headphones","quantity":4,"price":1118.3,"order_date":1729452915948274,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478122440,"snapshot":"false","db":"testdb","sequence":"[\"66653112816\",\"66653112880\"]","schema":"public","table":"orders","txId":2194676,"lsn":66653112880,"xmin":null},"op":"u","ts_ms":1729478122828,"transaction":null} -{"before":null,"after":{"id":350,"customer_name":"Kristina Rangel","product_name":"Headphones","quantity":3,"price":1968.12,"order_date":1729452922487791,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478122489,"snapshot":"false","db":"testdb","sequence":"[\"66653113064\",\"66653113064\"]","schema":"public","table":"orders","txId":2194677,"lsn":66653113064,"xmin":null},"op":"c","ts_ms":1729478122828,"transaction":null} -{"before":null,"after":{"id":351,"customer_name":"Michael Reeves","product_name":"Monitor","quantity":2,"price":1563.71,"order_date":1729452922532038,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478122533,"snapshot":"false","db":"testdb","sequence":"[\"66653113304\",\"66653113304\"]","schema":"public","table":"orders","txId":2194678,"lsn":66653113304,"xmin":null},"op":"c","ts_ms":1729478122828,"transaction":null} -{"before":null,"after":{"id":352,"customer_name":"Rebecca Patrick","product_name":"Laptop","quantity":4,"price":1379.51,"order_date":1729452922577003,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478122578,"snapshot":"false","db":"testdb","sequence":"[\"66653113536\",\"66653113536\"]","schema":"public","table":"orders","txId":2194679,"lsn":66653113536,"xmin":null},"op":"c","ts_ms":1729478122828,"transaction":null} -{"before":null,"after":{"id":353,"customer_name":"Tara Ramsey","product_name":"Headphones","quantity":2,"price":1744.53,"order_date":1729452922600166,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478122601,"snapshot":"false","db":"testdb","sequence":"[\"66653113768\",\"66653113768\"]","schema":"public","table":"orders","txId":2194680,"lsn":66653113768,"xmin":null},"op":"c","ts_ms":1729478122828,"transaction":null} -{"before":null,"after":{"id":354,"customer_name":"James Rivera","product_name":"Mouse","quantity":4,"price":433.12,"order_date":1729452922636657,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478122638,"snapshot":"false","db":"testdb","sequence":"[\"66653114000\",\"66653114000\"]","schema":"public","table":"orders","txId":2194681,"lsn":66653114000,"xmin":null},"op":"c","ts_ms":1729478122828,"transaction":null} -{"before":null,"after":{"id":211,"customer_name":"Kevin Brown","product_name":"Keyboard","quantity":4,"price":1849.55,"order_date":1729452914895357,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478122684,"snapshot":"false","db":"testdb","sequence":"[\"66653114224\",\"66653114288\"]","schema":"public","table":"orders","txId":2194682,"lsn":66653114288,"xmin":null},"op":"u","ts_ms":1729478122828,"transaction":null} -{"before":null,"after":{"id":355,"customer_name":"Valerie Curtis","product_name":"Headphones","quantity":3,"price":393.11,"order_date":1729452922714880,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478122717,"snapshot":"false","db":"testdb","sequence":"[\"66653114464\",\"66653114464\"]","schema":"public","table":"orders","txId":2194683,"lsn":66653114464,"xmin":null},"op":"c","ts_ms":1729478122828,"transaction":null} -{"before":null,"after":{"id":356,"customer_name":"Barbara Sanchez","product_name":"Monitor","quantity":3,"price":1539.62,"order_date":1729452922748821,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478122750,"snapshot":"false","db":"testdb","sequence":"[\"66653114704\",\"66653114704\"]","schema":"public","table":"orders","txId":2194684,"lsn":66653114704,"xmin":null},"op":"c","ts_ms":1729478122828,"transaction":null} -{"before":null,"after":{"id":357,"customer_name":"Jodi Johnson","product_name":"Laptop","quantity":3,"price":1398.28,"order_date":1729452922787386,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478122790,"snapshot":"false","db":"testdb","sequence":"[\"66653114928\",\"66653114928\"]","schema":"public","table":"orders","txId":2194685,"lsn":66653114928,"xmin":null},"op":"c","ts_ms":1729478122828,"transaction":null} -{"before":null,"after":{"id":358,"customer_name":"Andrew Robles","product_name":"Smartphone","quantity":3,"price":235.62,"order_date":1729452922826585,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478122828,"snapshot":"false","db":"testdb","sequence":"[\"66653115160\",\"66653115160\"]","schema":"public","table":"orders","txId":2194686,"lsn":66653115160,"xmin":null},"op":"c","ts_ms":1729478122830,"transaction":null} -{"before":null,"after":{"id":359,"customer_name":"Jeffery Simmons","product_name":"Monitor","quantity":1,"price":1082.08,"order_date":1729452922882914,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478122884,"snapshot":"false","db":"testdb","sequence":"[\"66653115392\",\"66653115392\"]","schema":"public","table":"orders","txId":2194687,"lsn":66653115392,"xmin":null},"op":"c","ts_ms":1729478123340,"transaction":null} -{"before":null,"after":{"id":356,"customer_name":"Barbara Sanchez","product_name":"Monitor","quantity":3,"price":1539.62,"order_date":1729452922748821,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478122913,"snapshot":"false","db":"testdb","sequence":"[\"66653115616\",\"66653115680\"]","schema":"public","table":"orders","txId":2194688,"lsn":66653115680,"xmin":null},"op":"u","ts_ms":1729478123340,"transaction":null} -{"before":null,"after":{"id":360,"customer_name":"Connie Ramirez","product_name":"Mouse","quantity":3,"price":1502.43,"order_date":1729452922966665,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478122968,"snapshot":"false","db":"testdb","sequence":"[\"66653115856\",\"66653115856\"]","schema":"public","table":"orders","txId":2194689,"lsn":66653115856,"xmin":null},"op":"c","ts_ms":1729478123340,"transaction":null} -{"before":null,"after":{"id":28,"customer_name":"Heather Bauer","product_name":"Mouse","quantity":1,"price":1142.11,"order_date":1729452905303108,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478122988,"snapshot":"false","db":"testdb","sequence":"[\"66653116080\",\"66653116080\"]","schema":"public","table":"orders","txId":2194690,"lsn":66653116080,"xmin":null},"op":"u","ts_ms":1729478123340,"transaction":null} -{"before":null,"after":{"id":361,"customer_name":"Natasha Campos","product_name":"Mouse","quantity":3,"price":1961.33,"order_date":1729452923015392,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478123017,"snapshot":"false","db":"testdb","sequence":"[\"66653116256\",\"66653116256\"]","schema":"public","table":"orders","txId":2194691,"lsn":66653116256,"xmin":null},"op":"c","ts_ms":1729478123340,"transaction":null} -{"before":null,"after":{"id":362,"customer_name":"Marvin Andrade","product_name":"Monitor","quantity":1,"price":1619.12,"order_date":1729452923044287,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478123046,"snapshot":"false","db":"testdb","sequence":"[\"66653116480\",\"66653116480\"]","schema":"public","table":"orders","txId":2194692,"lsn":66653116480,"xmin":null},"op":"c","ts_ms":1729478123340,"transaction":null} -{"before":{"id":288,"customer_name":null,"product_name":null,"quantity":null,"price":null,"order_date":null,"status":null},"after":null,"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478123099,"snapshot":"false","db":"testdb","sequence":"[\"66653116704\",\"66653116768\"]","schema":"public","table":"orders","txId":2194693,"lsn":66653116768,"xmin":null},"op":"d","ts_ms":1729478123340,"transaction":null} -{"before":null,"after":{"id":363,"customer_name":"Rachel Oneill","product_name":"Smartphone","quantity":2,"price":1984.07,"order_date":1729452923143151,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478123145,"snapshot":"false","db":"testdb","sequence":"[\"66653116880\",\"66653116880\"]","schema":"public","table":"orders","txId":2194694,"lsn":66653116880,"xmin":null},"op":"c","ts_ms":1729478123340,"transaction":null} -{"before":null,"after":{"id":364,"customer_name":"Matthew Perez","product_name":"Mouse","quantity":2,"price":1404.87,"order_date":1729452923185226,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478123186,"snapshot":"false","db":"testdb","sequence":"[\"66653117120\",\"66653117224\"]","schema":"public","table":"orders","txId":2194695,"lsn":66653117224,"xmin":null},"op":"c","ts_ms":1729478123340,"transaction":null} -{"before":null,"after":{"id":365,"customer_name":"Francisco Allen","product_name":"Laptop","quantity":2,"price":793.95,"order_date":1729452923224038,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478123225,"snapshot":"false","db":"testdb","sequence":"[\"66653117456\",\"66653117456\"]","schema":"public","table":"orders","txId":2194696,"lsn":66653117456,"xmin":null},"op":"c","ts_ms":1729478123340,"transaction":null} -{"before":null,"after":{"id":196,"customer_name":"Ian Griffin","product_name":"Headphones","quantity":3,"price":683.78,"order_date":1729452914072722,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478123251,"snapshot":"false","db":"testdb","sequence":"[\"66653117680\",\"66653117736\"]","schema":"public","table":"orders","txId":2194697,"lsn":66653117736,"xmin":null},"op":"u","ts_ms":1729478123340,"transaction":null} -{"before":null,"after":{"id":366,"customer_name":"Amanda Hopkins","product_name":"Mouse","quantity":1,"price":1716.09,"order_date":1729452923270804,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478123271,"snapshot":"false","db":"testdb","sequence":"[\"66653117912\",\"66653117912\"]","schema":"public","table":"orders","txId":2194698,"lsn":66653117912,"xmin":null},"op":"c","ts_ms":1729478123340,"transaction":null} -{"before":null,"after":{"id":367,"customer_name":"David Baird","product_name":"Mouse","quantity":5,"price":145.74,"order_date":1729452923297307,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478123298,"snapshot":"false","db":"testdb","sequence":"[\"66653118144\",\"66653118144\"]","schema":"public","table":"orders","txId":2194699,"lsn":66653118144,"xmin":null},"op":"c","ts_ms":1729478123340,"transaction":null} -{"before":null,"after":{"id":128,"customer_name":"Laurie Hatfield","product_name":"Monitor","quantity":5,"price":431.2,"order_date":1729452910614837,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478123351,"snapshot":"false","db":"testdb","sequence":"[\"66653118368\",\"66653118432\"]","schema":"public","table":"orders","txId":2194700,"lsn":66653118432,"xmin":null},"op":"u","ts_ms":1729478123846,"transaction":null} -{"before":null,"after":{"id":368,"customer_name":"Yolanda Thomas","product_name":"Mouse","quantity":3,"price":589.63,"order_date":1729452923374426,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478123376,"snapshot":"false","db":"testdb","sequence":"[\"66653118632\",\"66653118632\"]","schema":"public","table":"orders","txId":2194701,"lsn":66653118632,"xmin":null},"op":"c","ts_ms":1729478123846,"transaction":null} -{"before":null,"after":{"id":369,"customer_name":"Robert Curry","product_name":"Smartphone","quantity":4,"price":277.25,"order_date":1729452923423519,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478123425,"snapshot":"false","db":"testdb","sequence":"[\"66653118856\",\"66653118856\"]","schema":"public","table":"orders","txId":2194702,"lsn":66653118856,"xmin":null},"op":"c","ts_ms":1729478123847,"transaction":null} -{"before":null,"after":{"id":370,"customer_name":"Kyle Acosta","product_name":"Smartphone","quantity":1,"price":571.75,"order_date":1729452923471514,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478123472,"snapshot":"false","db":"testdb","sequence":"[\"66653119088\",\"66653119088\"]","schema":"public","table":"orders","txId":2194703,"lsn":66653119088,"xmin":null},"op":"c","ts_ms":1729478123847,"transaction":null} -{"before":null,"after":{"id":371,"customer_name":"James Russell MD","product_name":"Smartphone","quantity":5,"price":1699.28,"order_date":1729452923520280,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478123522,"snapshot":"false","db":"testdb","sequence":"[\"66653119312\",\"66653119312\"]","schema":"public","table":"orders","txId":2194704,"lsn":66653119312,"xmin":null},"op":"c","ts_ms":1729478123847,"transaction":null} -{"before":null,"after":{"id":205,"customer_name":"Katie Bowen","product_name":"Laptop","quantity":3,"price":1010.69,"order_date":1729452914611227,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478123566,"snapshot":"false","db":"testdb","sequence":"[\"66653119544\",\"66653119608\"]","schema":"public","table":"orders","txId":2194705,"lsn":66653119608,"xmin":null},"op":"u","ts_ms":1729478123847,"transaction":null} -{"before":null,"after":{"id":372,"customer_name":"Madeline Wright","product_name":"Laptop","quantity":1,"price":1198.93,"order_date":1729452923607567,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478123609,"snapshot":"false","db":"testdb","sequence":"[\"66653119784\",\"66653119784\"]","schema":"public","table":"orders","txId":2194706,"lsn":66653119784,"xmin":null},"op":"c","ts_ms":1729478123847,"transaction":null} -{"before":null,"after":{"id":373,"customer_name":"Felicia Hughes","product_name":"Laptop","quantity":4,"price":589.65,"order_date":1729452923655606,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478123660,"snapshot":"false","db":"testdb","sequence":"[\"66653120008\",\"66653120008\"]","schema":"public","table":"orders","txId":2194707,"lsn":66653120008,"xmin":null},"op":"c","ts_ms":1729478123847,"transaction":null} -{"before":null,"after":{"id":374,"customer_name":"Rhonda Flores","product_name":"Keyboard","quantity":5,"price":1623.77,"order_date":1729452923713927,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478123716,"snapshot":"false","db":"testdb","sequence":"[\"66653120240\",\"66653120240\"]","schema":"public","table":"orders","txId":2194708,"lsn":66653120240,"xmin":null},"op":"c","ts_ms":1729478123847,"transaction":null} -{"before":null,"after":{"id":375,"customer_name":"Teresa Bryant","product_name":"Mouse","quantity":1,"price":821.34,"order_date":1729452923773342,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478123776,"snapshot":"false","db":"testdb","sequence":"[\"66653120472\",\"66653120472\"]","schema":"public","table":"orders","txId":2194709,"lsn":66653120472,"xmin":null},"op":"c","ts_ms":1729478123847,"transaction":null} -{"before":null,"after":{"id":376,"customer_name":"Lori Miller","product_name":"Laptop","quantity":5,"price":1370.49,"order_date":1729452923827838,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478123831,"snapshot":"false","db":"testdb","sequence":"[\"66653120696\",\"66653120696\"]","schema":"public","table":"orders","txId":2194710,"lsn":66653120696,"xmin":null},"op":"c","ts_ms":1729478123847,"transaction":null} -{"before":null,"after":{"id":377,"customer_name":"Ariel Blair","product_name":"Smartphone","quantity":4,"price":1803.96,"order_date":1729452923884306,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478123886,"snapshot":"false","db":"testdb","sequence":"[\"66653120928\",\"66653120928\"]","schema":"public","table":"orders","txId":2194711,"lsn":66653120928,"xmin":null},"op":"c","ts_ms":1729478124358,"transaction":null} -{"before":null,"after":{"id":378,"customer_name":"Marc Velazquez","product_name":"Laptop","quantity":5,"price":398.66,"order_date":1729452923933850,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478123936,"snapshot":"false","db":"testdb","sequence":"[\"66653121160\",\"66653121160\"]","schema":"public","table":"orders","txId":2194712,"lsn":66653121160,"xmin":null},"op":"c","ts_ms":1729478124358,"transaction":null} -{"before":null,"after":{"id":379,"customer_name":"Brandi Riley","product_name":"Monitor","quantity":1,"price":1799.74,"order_date":1729452923995184,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478123997,"snapshot":"false","db":"testdb","sequence":"[\"66653121392\",\"66653121392\"]","schema":"public","table":"orders","txId":2194713,"lsn":66653121392,"xmin":null},"op":"c","ts_ms":1729478124358,"transaction":null} -{"before":null,"after":{"id":380,"customer_name":"Julie Mitchell","product_name":"Monitor","quantity":2,"price":1732.27,"order_date":1729452924049057,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478124052,"snapshot":"false","db":"testdb","sequence":"[\"66653121616\",\"66653121616\"]","schema":"public","table":"orders","txId":2194714,"lsn":66653121616,"xmin":null},"op":"c","ts_ms":1729478124358,"transaction":null} -{"before":null,"after":{"id":381,"customer_name":"Bianca King","product_name":"Smartphone","quantity":5,"price":650.79,"order_date":1729452924109180,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478124111,"snapshot":"false","db":"testdb","sequence":"[\"66653121840\",\"66653121840\"]","schema":"public","table":"orders","txId":2194715,"lsn":66653121840,"xmin":null},"op":"c","ts_ms":1729478124358,"transaction":null} -{"before":null,"after":{"id":382,"customer_name":"Kim Williams","product_name":"Monitor","quantity":2,"price":1907.29,"order_date":1729452924148111,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478124151,"snapshot":"false","db":"testdb","sequence":"[\"66653122072\",\"66653122072\"]","schema":"public","table":"orders","txId":2194716,"lsn":66653122072,"xmin":null},"op":"c","ts_ms":1729478124358,"transaction":null} -{"before":null,"after":{"id":383,"customer_name":"Joel Martinez","product_name":"Laptop","quantity":2,"price":1188.88,"order_date":1729452924194932,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478124197,"snapshot":"false","db":"testdb","sequence":"[\"66653122296\",\"66653122296\"]","schema":"public","table":"orders","txId":2194717,"lsn":66653122296,"xmin":null},"op":"c","ts_ms":1729478124358,"transaction":null} -{"before":null,"after":{"id":384,"customer_name":"Jeremy Moran","product_name":"Monitor","quantity":1,"price":1528.42,"order_date":1729452924220808,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478124223,"snapshot":"false","db":"testdb","sequence":"[\"66653122528\",\"66653122528\"]","schema":"public","table":"orders","txId":2194718,"lsn":66653122528,"xmin":null},"op":"c","ts_ms":1729478124358,"transaction":null} -{"before":null,"after":{"id":184,"customer_name":"Shelly Miller","product_name":"Laptop","quantity":3,"price":1296.57,"order_date":1729452913478906,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478124264,"snapshot":"false","db":"testdb","sequence":"[\"66653122752\",\"66653122816\"]","schema":"public","table":"orders","txId":2194719,"lsn":66653122816,"xmin":null},"op":"u","ts_ms":1729478124358,"transaction":null} -{"before":null,"after":{"id":329,"customer_name":"Douglas Hawkins","product_name":"Mouse","quantity":2,"price":1355.96,"order_date":1729452921380104,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478124310,"snapshot":"false","db":"testdb","sequence":"[\"66653122992\",\"66653123112\"]","schema":"public","table":"orders","txId":2194720,"lsn":66653123112,"xmin":null},"op":"u","ts_ms":1729478124358,"transaction":null} -{"before":null,"after":{"id":385,"customer_name":"Samuel Mcpherson","product_name":"Smartphone","quantity":2,"price":134.65,"order_date":1729452924356876,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478124360,"snapshot":"false","db":"testdb","sequence":"[\"66653123360\",\"66653123360\"]","schema":"public","table":"orders","txId":2194721,"lsn":66653123360,"xmin":null},"op":"c","ts_ms":1729478124361,"transaction":null} -{"before":null,"after":{"id":386,"customer_name":"Michael Cole","product_name":"Smartphone","quantity":1,"price":1109.07,"order_date":1729452924419551,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478124422,"snapshot":"false","db":"testdb","sequence":"[\"66653123592\",\"66653123592\"]","schema":"public","table":"orders","txId":2194722,"lsn":66653123592,"xmin":null},"op":"c","ts_ms":1729478124871,"transaction":null} -{"before":null,"after":{"id":387,"customer_name":"Joshua Marks","product_name":"Headphones","quantity":1,"price":1812.23,"order_date":1729452924442467,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478124443,"snapshot":"false","db":"testdb","sequence":"[\"66653123816\",\"66653123816\"]","schema":"public","table":"orders","txId":2194723,"lsn":66653123816,"xmin":null},"op":"c","ts_ms":1729478124871,"transaction":null} -{"before":null,"after":{"id":388,"customer_name":"Jennifer Graham","product_name":"Headphones","quantity":2,"price":399.05,"order_date":1729452924482154,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478124484,"snapshot":"false","db":"testdb","sequence":"[\"66653124048\",\"66653124048\"]","schema":"public","table":"orders","txId":2194724,"lsn":66653124048,"xmin":null},"op":"c","ts_ms":1729478124871,"transaction":null} -{"before":null,"after":{"id":389,"customer_name":"Ashley Miller","product_name":"Monitor","quantity":4,"price":738.28,"order_date":1729452924515118,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478124517,"snapshot":"false","db":"testdb","sequence":"[\"66653124288\",\"66653124288\"]","schema":"public","table":"orders","txId":2194725,"lsn":66653124288,"xmin":null},"op":"c","ts_ms":1729478124871,"transaction":null} -{"before":null,"after":{"id":390,"customer_name":"Bonnie Price","product_name":"Smartphone","quantity":4,"price":376.09,"order_date":1729452924543669,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478124545,"snapshot":"false","db":"testdb","sequence":"[\"66653124520\",\"66653124520\"]","schema":"public","table":"orders","txId":2194726,"lsn":66653124520,"xmin":null},"op":"c","ts_ms":1729478124871,"transaction":null} -{"before":null,"after":{"id":391,"customer_name":"Alyssa Lam","product_name":"Monitor","quantity":2,"price":698.57,"order_date":1729452924583612,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478124585,"snapshot":"false","db":"testdb","sequence":"[\"66653124744\",\"66653124744\"]","schema":"public","table":"orders","txId":2194727,"lsn":66653124744,"xmin":null},"op":"c","ts_ms":1729478124871,"transaction":null} -{"before":null,"after":{"id":103,"customer_name":"Nicole Greene","product_name":"Monitor","quantity":1,"price":95.81,"order_date":1729452909226390,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478124627,"snapshot":"false","db":"testdb","sequence":"[\"66653124976\",\"66653125032\"]","schema":"public","table":"orders","txId":2194728,"lsn":66653125032,"xmin":null},"op":"u","ts_ms":1729478124871,"transaction":null} -{"before":null,"after":{"id":392,"customer_name":"Joy Austin","product_name":"Keyboard","quantity":3,"price":487.79,"order_date":1729452924691639,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478124693,"snapshot":"false","db":"testdb","sequence":"[\"66653125208\",\"66653125208\"]","schema":"public","table":"orders","txId":2194729,"lsn":66653125208,"xmin":null},"op":"c","ts_ms":1729478124871,"transaction":null} -{"before":null,"after":{"id":393,"customer_name":"Anthony Thomas","product_name":"Keyboard","quantity":1,"price":1856.97,"order_date":1729452924730282,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478124732,"snapshot":"false","db":"testdb","sequence":"[\"66653125432\",\"66653125432\"]","schema":"public","table":"orders","txId":2194730,"lsn":66653125432,"xmin":null},"op":"c","ts_ms":1729478124871,"transaction":null} -{"before":null,"after":{"id":394,"customer_name":"Sean Sosa","product_name":"Headphones","quantity":3,"price":891.62,"order_date":1729452924750995,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478124752,"snapshot":"false","db":"testdb","sequence":"[\"66653125656\",\"66653125656\"]","schema":"public","table":"orders","txId":2194731,"lsn":66653125656,"xmin":null},"op":"c","ts_ms":1729478124871,"transaction":null} -{"before":null,"after":{"id":395,"customer_name":"Joshua Downs","product_name":"Headphones","quantity":1,"price":83.8,"order_date":1729452924808008,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478124809,"snapshot":"false","db":"testdb","sequence":"[\"66653125888\",\"66653125888\"]","schema":"public","table":"orders","txId":2194732,"lsn":66653125888,"xmin":null},"op":"c","ts_ms":1729478124871,"transaction":null} -{"before":null,"after":{"id":396,"customer_name":"Andrew Ortiz","product_name":"Laptop","quantity":5,"price":336.66,"order_date":1729452924849954,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478124851,"snapshot":"false","db":"testdb","sequence":"[\"66653126112\",\"66653126112\"]","schema":"public","table":"orders","txId":2194733,"lsn":66653126112,"xmin":null},"op":"c","ts_ms":1729478124871,"transaction":null} -{"before":null,"after":{"id":397,"customer_name":"Monica Oliver","product_name":"Mouse","quantity":1,"price":1341.53,"order_date":1729452924895163,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478124896,"snapshot":"false","db":"testdb","sequence":"[\"66653126336\",\"66653126440\"]","schema":"public","table":"orders","txId":2194734,"lsn":66653126440,"xmin":null},"op":"c","ts_ms":1729478125379,"transaction":null} -{"before":null,"after":{"id":398,"customer_name":"Carol Williams","product_name":"Monitor","quantity":5,"price":539.94,"order_date":1729452924918633,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478124920,"snapshot":"false","db":"testdb","sequence":"[\"66653126688\",\"66653126688\"]","schema":"public","table":"orders","txId":2194735,"lsn":66653126688,"xmin":null},"op":"c","ts_ms":1729478125379,"transaction":null} -{"before":null,"after":{"id":399,"customer_name":"Heather Clark","product_name":"Mouse","quantity":3,"price":1854.67,"order_date":1729452924957543,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478124958,"snapshot":"false","db":"testdb","sequence":"[\"66653126912\",\"66653126912\"]","schema":"public","table":"orders","txId":2194736,"lsn":66653126912,"xmin":null},"op":"c","ts_ms":1729478125379,"transaction":null} -{"before":null,"after":{"id":400,"customer_name":"Mr. Matthew Osborne","product_name":"Keyboard","quantity":1,"price":235.4,"order_date":1729452924989679,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478124990,"snapshot":"false","db":"testdb","sequence":"[\"66653127144\",\"66653127144\"]","schema":"public","table":"orders","txId":2194737,"lsn":66653127144,"xmin":null},"op":"c","ts_ms":1729478125379,"transaction":null} -{"before":null,"after":{"id":401,"customer_name":"Amy Hamilton","product_name":"Headphones","quantity":3,"price":1272.87,"order_date":1729452925013289,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478125014,"snapshot":"false","db":"testdb","sequence":"[\"66653127376\",\"66653127376\"]","schema":"public","table":"orders","txId":2194738,"lsn":66653127376,"xmin":null},"op":"c","ts_ms":1729478125379,"transaction":null} -{"before":null,"after":{"id":18,"customer_name":"Leah Collins","product_name":"Laptop","quantity":3,"price":187.33,"order_date":1729452904514830,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478125061,"snapshot":"false","db":"testdb","sequence":"[\"66653127600\",\"66653127664\"]","schema":"public","table":"orders","txId":2194739,"lsn":66653127664,"xmin":null},"op":"u","ts_ms":1729478125379,"transaction":null} -{"before":null,"after":{"id":402,"customer_name":"Jimmy Sheppard","product_name":"Headphones","quantity":4,"price":1311.23,"order_date":1729452925082391,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478125084,"snapshot":"false","db":"testdb","sequence":"[\"66653127840\",\"66653127840\"]","schema":"public","table":"orders","txId":2194740,"lsn":66653127840,"xmin":null},"op":"c","ts_ms":1729478125379,"transaction":null} -{"before":null,"after":{"id":403,"customer_name":"Stephanie Peterson","product_name":"Keyboard","quantity":1,"price":474.37,"order_date":1729452925129573,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478125131,"snapshot":"false","db":"testdb","sequence":"[\"66653128072\",\"66653128072\"]","schema":"public","table":"orders","txId":2194741,"lsn":66653128072,"xmin":null},"op":"c","ts_ms":1729478125379,"transaction":null} -{"before":null,"after":{"id":404,"customer_name":"Cynthia Morris","product_name":"Laptop","quantity":3,"price":1740.67,"order_date":1729452925178892,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478125180,"snapshot":"false","db":"testdb","sequence":"[\"66653128312\",\"66653128312\"]","schema":"public","table":"orders","txId":2194742,"lsn":66653128312,"xmin":null},"op":"c","ts_ms":1729478125379,"transaction":null} -{"before":null,"after":{"id":287,"customer_name":"James Williams","product_name":"Keyboard","quantity":3,"price":1766.64,"order_date":1729452918967686,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478125211,"snapshot":"false","db":"testdb","sequence":"[\"66653128536\",\"66653128600\"]","schema":"public","table":"orders","txId":2194743,"lsn":66653128600,"xmin":null},"op":"u","ts_ms":1729478125380,"transaction":null} -{"before":null,"after":{"id":405,"customer_name":"Gregory Cross","product_name":"Smartphone","quantity":5,"price":382.8,"order_date":1729452925259668,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478125263,"snapshot":"false","db":"testdb","sequence":"[\"66653128776\",\"66653128776\"]","schema":"public","table":"orders","txId":2194744,"lsn":66653128776,"xmin":null},"op":"c","ts_ms":1729478125380,"transaction":null} -{"before":null,"after":{"id":300,"customer_name":"Amanda Vasquez","product_name":"Laptop","quantity":1,"price":867.38,"order_date":1729452919628830,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478125318,"snapshot":"false","db":"testdb","sequence":"[\"66653129008\",\"66653129072\"]","schema":"public","table":"orders","txId":2194745,"lsn":66653129072,"xmin":null},"op":"u","ts_ms":1729478125380,"transaction":null} -{"before":null,"after":{"id":406,"customer_name":"Jeffrey Bailey","product_name":"Monitor","quantity":1,"price":1812.7,"order_date":1729452925358926,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478125360,"snapshot":"false","db":"testdb","sequence":"[\"66653129248\",\"66653129248\"]","schema":"public","table":"orders","txId":2194746,"lsn":66653129248,"xmin":null},"op":"c","ts_ms":1729478125380,"transaction":null} -{"before":null,"after":{"id":200,"customer_name":"Clifford Pollard","product_name":"Keyboard","quantity":5,"price":796.7,"order_date":1729452914290199,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478125400,"snapshot":"false","db":"testdb","sequence":"[\"66653129472\",\"66653129536\"]","schema":"public","table":"orders","txId":2194747,"lsn":66653129536,"xmin":null},"op":"u","ts_ms":1729478125888,"transaction":null} -{"before":null,"after":{"id":407,"customer_name":"Frank Dickson","product_name":"Headphones","quantity":5,"price":1657.59,"order_date":1729452925429978,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478125433,"snapshot":"false","db":"testdb","sequence":"[\"66653129720\",\"66653129720\"]","schema":"public","table":"orders","txId":2194748,"lsn":66653129720,"xmin":null},"op":"c","ts_ms":1729478125888,"transaction":null} -{"before":null,"after":{"id":408,"customer_name":"Kyle Guzman","product_name":"Smartphone","quantity":4,"price":1178.51,"order_date":1729452925477987,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478125480,"snapshot":"false","db":"testdb","sequence":"[\"66653130776\",\"66653130776\"]","schema":"public","table":"orders","txId":2194749,"lsn":66653130776,"xmin":null},"op":"c","ts_ms":1729478125888,"transaction":null} -{"before":null,"after":{"id":71,"customer_name":"Angela Reyes","product_name":"Monitor","quantity":3,"price":1964.1,"order_date":1729452907425671,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478125515,"snapshot":"false","db":"testdb","sequence":"[\"66653131000\",\"66653131064\"]","schema":"public","table":"orders","txId":2194750,"lsn":66653131064,"xmin":null},"op":"u","ts_ms":1729478125888,"transaction":null} -{"before":null,"after":{"id":409,"customer_name":"Tyler Watkins DDS","product_name":"Smartphone","quantity":2,"price":1622.04,"order_date":1729452925537441,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478125539,"snapshot":"false","db":"testdb","sequence":"[\"66653131240\",\"66653131240\"]","schema":"public","table":"orders","txId":2194751,"lsn":66653131240,"xmin":null},"op":"c","ts_ms":1729478125888,"transaction":null} -{"before":null,"after":{"id":187,"customer_name":"Dylan Long","product_name":"Monitor","quantity":5,"price":613.82,"order_date":1729452913702555,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478125564,"snapshot":"false","db":"testdb","sequence":"[\"66653131480\",\"66653131544\"]","schema":"public","table":"orders","txId":2194752,"lsn":66653131544,"xmin":null},"op":"u","ts_ms":1729478125888,"transaction":null} -{"before":null,"after":{"id":67,"customer_name":"Jason Erickson","product_name":"Headphones","quantity":4,"price":710.38,"order_date":1729452907216952,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478125606,"snapshot":"false","db":"testdb","sequence":"[\"66653131720\",\"66653131784\"]","schema":"public","table":"orders","txId":2194753,"lsn":66653131784,"xmin":null},"op":"u","ts_ms":1729478125888,"transaction":null} -{"before":null,"after":{"id":410,"customer_name":"Tracy Hernandez","product_name":"Monitor","quantity":3,"price":1800.57,"order_date":1729452925643882,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478125646,"snapshot":"false","db":"testdb","sequence":"[\"66653131968\",\"66653131968\"]","schema":"public","table":"orders","txId":2194754,"lsn":66653131968,"xmin":null},"op":"c","ts_ms":1729478125888,"transaction":null} -{"before":null,"after":{"id":411,"customer_name":"Alejandro Jones","product_name":"Keyboard","quantity":4,"price":1760.56,"order_date":1729452925689869,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478125691,"snapshot":"false","db":"testdb","sequence":"[\"66653132192\",\"66653132192\"]","schema":"public","table":"orders","txId":2194755,"lsn":66653132192,"xmin":null},"op":"c","ts_ms":1729478125888,"transaction":null} -{"before":null,"after":{"id":410,"customer_name":"Tracy Hernandez","product_name":"Monitor","quantity":3,"price":1800.57,"order_date":1729452925643882,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478125723,"snapshot":"false","db":"testdb","sequence":"[\"66653132424\",\"66653132488\"]","schema":"public","table":"orders","txId":2194756,"lsn":66653132488,"xmin":null},"op":"u","ts_ms":1729478125888,"transaction":null} -{"before":null,"after":{"id":412,"customer_name":"Felicia Mckay","product_name":"Mouse","quantity":3,"price":610.18,"order_date":1729452925782638,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478125784,"snapshot":"false","db":"testdb","sequence":"[\"66653132664\",\"66653132664\"]","schema":"public","table":"orders","txId":2194757,"lsn":66653132664,"xmin":null},"op":"c","ts_ms":1729478125888,"transaction":null} -{"before":null,"after":{"id":413,"customer_name":"Jim Mccormick","product_name":"Mouse","quantity":5,"price":477.31,"order_date":1729452925803132,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478125804,"snapshot":"false","db":"testdb","sequence":"[\"66653132896\",\"66653132896\"]","schema":"public","table":"orders","txId":2194758,"lsn":66653132896,"xmin":null},"op":"c","ts_ms":1729478125888,"transaction":null} -{"before":null,"after":{"id":414,"customer_name":"David Williams","product_name":"Laptop","quantity":3,"price":1807.66,"order_date":1729452925833444,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478125834,"snapshot":"false","db":"testdb","sequence":"[\"66653133128\",\"66653133128\"]","schema":"public","table":"orders","txId":2194759,"lsn":66653133128,"xmin":null},"op":"c","ts_ms":1729478125888,"transaction":null} -{"before":null,"after":{"id":415,"customer_name":"Michelle Perez","product_name":"Smartphone","quantity":1,"price":1436.39,"order_date":1729452925889608,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478125891,"snapshot":"false","db":"testdb","sequence":"[\"66653133360\",\"66653133360\"]","schema":"public","table":"orders","txId":2194760,"lsn":66653133360,"xmin":null},"op":"c","ts_ms":1729478125892,"transaction":null} -{"before":null,"after":{"id":416,"customer_name":"Jose Roach","product_name":"Monitor","quantity":4,"price":1094.91,"order_date":1729452925943178,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478125944,"snapshot":"false","db":"testdb","sequence":"[\"66653133600\",\"66653133600\"]","schema":"public","table":"orders","txId":2194761,"lsn":66653133600,"xmin":null},"op":"c","ts_ms":1729478126397,"transaction":null} -{"before":null,"after":{"id":417,"customer_name":"Rhonda Diaz","product_name":"Laptop","quantity":1,"price":1172.2,"order_date":1729452926003343,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478126004,"snapshot":"false","db":"testdb","sequence":"[\"66653133824\",\"66653133824\"]","schema":"public","table":"orders","txId":2194762,"lsn":66653133824,"xmin":null},"op":"c","ts_ms":1729478126398,"transaction":null} -{"before":null,"after":{"id":349,"customer_name":"Judy Meyer","product_name":"Headphones","quantity":5,"price":720.33,"order_date":1729452922357773,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478126046,"snapshot":"false","db":"testdb","sequence":"[\"66653134056\",\"66653134056\"]","schema":"public","table":"orders","txId":2194763,"lsn":66653134056,"xmin":null},"op":"u","ts_ms":1729478126398,"transaction":null} -{"before":null,"after":{"id":418,"customer_name":"Jared Holt","product_name":"Mouse","quantity":1,"price":1467.08,"order_date":1729452926083154,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478126085,"snapshot":"false","db":"testdb","sequence":"[\"66653134232\",\"66653134232\"]","schema":"public","table":"orders","txId":2194764,"lsn":66653134232,"xmin":null},"op":"c","ts_ms":1729478126398,"transaction":null} -{"before":null,"after":{"id":419,"customer_name":"Mark Lee","product_name":"Laptop","quantity":1,"price":302.31,"order_date":1729452926105399,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478126106,"snapshot":"false","db":"testdb","sequence":"[\"66653134464\",\"66653134464\"]","schema":"public","table":"orders","txId":2194765,"lsn":66653134464,"xmin":null},"op":"c","ts_ms":1729478126398,"transaction":null} -{"before":null,"after":{"id":420,"customer_name":"Arthur Spencer","product_name":"Keyboard","quantity":3,"price":1538.35,"order_date":1729452926160017,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478126161,"snapshot":"false","db":"testdb","sequence":"[\"66653134688\",\"66653134688\"]","schema":"public","table":"orders","txId":2194766,"lsn":66653134688,"xmin":null},"op":"c","ts_ms":1729478126398,"transaction":null} -{"before":null,"after":{"id":166,"customer_name":"Cheyenne White","product_name":"Smartphone","quantity":1,"price":931.41,"order_date":1729452912486572,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478126216,"snapshot":"false","db":"testdb","sequence":"[\"66653134936\",\"66653135000\"]","schema":"public","table":"orders","txId":2194767,"lsn":66653135000,"xmin":null},"op":"u","ts_ms":1729478126398,"transaction":null} -{"before":null,"after":{"id":421,"customer_name":"Cassandra Dominguez","product_name":"Mouse","quantity":3,"price":1909.59,"order_date":1729452926253570,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478126255,"snapshot":"false","db":"testdb","sequence":"[\"66653135184\",\"66653135184\"]","schema":"public","table":"orders","txId":2194768,"lsn":66653135184,"xmin":null},"op":"c","ts_ms":1729478126398,"transaction":null} -{"before":null,"after":{"id":353,"customer_name":"Tara Ramsey","product_name":"Headphones","quantity":2,"price":1744.53,"order_date":1729452922600166,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478126278,"snapshot":"false","db":"testdb","sequence":"[\"66653135424\",\"66653135488\"]","schema":"public","table":"orders","txId":2194769,"lsn":66653135488,"xmin":null},"op":"u","ts_ms":1729478126398,"transaction":null} -{"before":null,"after":{"id":108,"customer_name":"Evan Tyler","product_name":"Smartphone","quantity":1,"price":1316.84,"order_date":1729452909620124,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478126313,"snapshot":"false","db":"testdb","sequence":"[\"66653135664\",\"66653135728\"]","schema":"public","table":"orders","txId":2194770,"lsn":66653135728,"xmin":null},"op":"u","ts_ms":1729478126398,"transaction":null} -{"before":null,"after":{"id":422,"customer_name":"Carl Long","product_name":"Keyboard","quantity":3,"price":1193.84,"order_date":1729452926351928,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478126353,"snapshot":"false","db":"testdb","sequence":"[\"66653135904\",\"66653135904\"]","schema":"public","table":"orders","txId":2194771,"lsn":66653135904,"xmin":null},"op":"c","ts_ms":1729478126398,"transaction":null} -{"before":null,"after":{"id":366,"customer_name":"Amanda Hopkins","product_name":"Mouse","quantity":1,"price":1716.09,"order_date":1729452923270804,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478126406,"snapshot":"false","db":"testdb","sequence":"[\"66653136128\",\"66653136192\"]","schema":"public","table":"orders","txId":2194772,"lsn":66653136192,"xmin":null},"op":"u","ts_ms":1729478126907,"transaction":null} -{"before":null,"after":{"id":423,"customer_name":"Mr. Matthew Wright","product_name":"Laptop","quantity":2,"price":1717.69,"order_date":1729452926460718,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478126462,"snapshot":"false","db":"testdb","sequence":"[\"66653136368\",\"66653136368\"]","schema":"public","table":"orders","txId":2194773,"lsn":66653136368,"xmin":null},"op":"c","ts_ms":1729478126907,"transaction":null} -{"before":null,"after":{"id":409,"customer_name":"Tyler Watkins DDS","product_name":"Smartphone","quantity":2,"price":1622.04,"order_date":1729452925537441,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478126491,"snapshot":"false","db":"testdb","sequence":"[\"66653136608\",\"66653136608\"]","schema":"public","table":"orders","txId":2194774,"lsn":66653136608,"xmin":null},"op":"u","ts_ms":1729478126907,"transaction":null} -{"before":null,"after":{"id":424,"customer_name":"Erin Moore","product_name":"Smartphone","quantity":3,"price":449.19,"order_date":1729452926510413,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478126512,"snapshot":"false","db":"testdb","sequence":"[\"66653136792\",\"66653136792\"]","schema":"public","table":"orders","txId":2194775,"lsn":66653136792,"xmin":null},"op":"c","ts_ms":1729478126907,"transaction":null} -{"before":null,"after":{"id":425,"customer_name":"Anthony Roberts","product_name":"Monitor","quantity":2,"price":57.97,"order_date":1729452926532560,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478126534,"snapshot":"false","db":"testdb","sequence":"[\"66653137024\",\"66653137024\"]","schema":"public","table":"orders","txId":2194776,"lsn":66653137024,"xmin":null},"op":"c","ts_ms":1729478126908,"transaction":null} -{"before":null,"after":{"id":426,"customer_name":"Michael Lam","product_name":"Monitor","quantity":4,"price":387.62,"order_date":1729452926567365,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478126568,"snapshot":"false","db":"testdb","sequence":"[\"66653137256\",\"66653137256\"]","schema":"public","table":"orders","txId":2194777,"lsn":66653137256,"xmin":null},"op":"c","ts_ms":1729478126908,"transaction":null} -{"before":null,"after":{"id":427,"customer_name":"Susan Hernandez","product_name":"Monitor","quantity":5,"price":1664.41,"order_date":1729452926603302,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478126604,"snapshot":"false","db":"testdb","sequence":"[\"66653137480\",\"66653137480\"]","schema":"public","table":"orders","txId":2194778,"lsn":66653137480,"xmin":null},"op":"c","ts_ms":1729478126908,"transaction":null} -{"before":null,"after":{"id":428,"customer_name":"Norman Silva","product_name":"Monitor","quantity":4,"price":1593.61,"order_date":1729452926626685,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478126628,"snapshot":"false","db":"testdb","sequence":"[\"66653137704\",\"66653137704\"]","schema":"public","table":"orders","txId":2194779,"lsn":66653137704,"xmin":null},"op":"c","ts_ms":1729478126908,"transaction":null} -{"before":null,"after":{"id":166,"customer_name":"Cheyenne White","product_name":"Smartphone","quantity":1,"price":931.41,"order_date":1729452912486572,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478126686,"snapshot":"false","db":"testdb","sequence":"[\"66653137928\",\"66653137928\"]","schema":"public","table":"orders","txId":2194780,"lsn":66653137928,"xmin":null},"op":"u","ts_ms":1729478126908,"transaction":null} -{"before":null,"after":{"id":429,"customer_name":"Kathleen Williams","product_name":"Mouse","quantity":2,"price":1021.87,"order_date":1729452926722538,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478126724,"snapshot":"false","db":"testdb","sequence":"[\"66653138112\",\"66653138112\"]","schema":"public","table":"orders","txId":2194781,"lsn":66653138112,"xmin":null},"op":"c","ts_ms":1729478126908,"transaction":null} -{"before":null,"after":{"id":430,"customer_name":"Javier Lynch","product_name":"Smartphone","quantity":5,"price":777.5,"order_date":1729452926760943,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478126762,"snapshot":"false","db":"testdb","sequence":"[\"66653138344\",\"66653138448\"]","schema":"public","table":"orders","txId":2194782,"lsn":66653138448,"xmin":null},"op":"c","ts_ms":1729478126908,"transaction":null} -{"before":null,"after":{"id":265,"customer_name":"Teresa Morgan","product_name":"Smartphone","quantity":4,"price":1007.62,"order_date":1729452917671827,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478126785,"snapshot":"false","db":"testdb","sequence":"[\"66653138672\",\"66653138736\"]","schema":"public","table":"orders","txId":2194783,"lsn":66653138736,"xmin":null},"op":"u","ts_ms":1729478126908,"transaction":null} -{"before":null,"after":{"id":431,"customer_name":"Bryan Taylor Jr.","product_name":"Laptop","quantity":2,"price":1667.67,"order_date":1729452926832557,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478126834,"snapshot":"false","db":"testdb","sequence":"[\"66653138920\",\"66653138920\"]","schema":"public","table":"orders","txId":2194784,"lsn":66653138920,"xmin":null},"op":"c","ts_ms":1729478126908,"transaction":null} -{"before":null,"after":{"id":432,"customer_name":"Robert Lowe MD","product_name":"Headphones","quantity":4,"price":363.18,"order_date":1729452926874782,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478126876,"snapshot":"false","db":"testdb","sequence":"[\"66653139144\",\"66653139144\"]","schema":"public","table":"orders","txId":2194785,"lsn":66653139144,"xmin":null},"op":"c","ts_ms":1729478126908,"transaction":null} -{"before":null,"after":{"id":433,"customer_name":"Matthew Robinson","product_name":"Smartphone","quantity":3,"price":1472.25,"order_date":1729452926933495,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478126934,"snapshot":"false","db":"testdb","sequence":"[\"66653139384\",\"66653139384\"]","schema":"public","table":"orders","txId":2194786,"lsn":66653139384,"xmin":null},"op":"c","ts_ms":1729478127417,"transaction":null} -{"before":null,"after":{"id":434,"customer_name":"Marco Jennings","product_name":"Mouse","quantity":4,"price":560.94,"order_date":1729452926986587,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478126988,"snapshot":"false","db":"testdb","sequence":"[\"66653139624\",\"66653139624\"]","schema":"public","table":"orders","txId":2194787,"lsn":66653139624,"xmin":null},"op":"c","ts_ms":1729478127417,"transaction":null} -{"before":null,"after":{"id":435,"customer_name":"Hannah Mitchell","product_name":"Laptop","quantity":3,"price":1033.24,"order_date":1729452927044958,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478127046,"snapshot":"false","db":"testdb","sequence":"[\"66653139848\",\"66653139848\"]","schema":"public","table":"orders","txId":2194788,"lsn":66653139848,"xmin":null},"op":"c","ts_ms":1729478127417,"transaction":null} -{"before":null,"after":{"id":226,"customer_name":"Megan Dean","product_name":"Headphones","quantity":5,"price":1618.46,"order_date":1729452915725093,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478127090,"snapshot":"false","db":"testdb","sequence":"[\"66653140072\",\"66653140208\"]","schema":"public","table":"orders","txId":2194789,"lsn":66653140208,"xmin":null},"op":"u","ts_ms":1729478127417,"transaction":null} -{"before":null,"after":{"id":436,"customer_name":"Jennifer Lee","product_name":"Laptop","quantity":2,"price":1820.08,"order_date":1729452927146377,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478127148,"snapshot":"false","db":"testdb","sequence":"[\"66653140384\",\"66653140384\"]","schema":"public","table":"orders","txId":2194790,"lsn":66653140384,"xmin":null},"op":"c","ts_ms":1729478127417,"transaction":null} -{"before":null,"after":{"id":23,"customer_name":"Patrick Gonzalez","product_name":"Smartphone","quantity":1,"price":1994.24,"order_date":1729452904941089,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478127185,"snapshot":"false","db":"testdb","sequence":"[\"66653140608\",\"66653140672\"]","schema":"public","table":"orders","txId":2194791,"lsn":66653140672,"xmin":null},"op":"u","ts_ms":1729478127417,"transaction":null} -{"before":null,"after":{"id":437,"customer_name":"Douglas Perkins","product_name":"Keyboard","quantity":1,"price":770.04,"order_date":1729452927207734,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478127209,"snapshot":"false","db":"testdb","sequence":"[\"66653140856\",\"66653140856\"]","schema":"public","table":"orders","txId":2194792,"lsn":66653140856,"xmin":null},"op":"c","ts_ms":1729478127417,"transaction":null} -{"before":{"id":376,"customer_name":null,"product_name":null,"quantity":null,"price":null,"order_date":null,"status":null},"after":null,"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478127235,"snapshot":"false","db":"testdb","sequence":"[\"66653141096\",\"66653141160\"]","schema":"public","table":"orders","txId":2194793,"lsn":66653141160,"xmin":null},"op":"d","ts_ms":1729478127417,"transaction":null} -{"before":null,"after":{"id":438,"customer_name":"Michelle Gross","product_name":"Monitor","quantity":4,"price":859.44,"order_date":1729452927255532,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478127256,"snapshot":"false","db":"testdb","sequence":"[\"66653141272\",\"66653141272\"]","schema":"public","table":"orders","txId":2194794,"lsn":66653141272,"xmin":null},"op":"c","ts_ms":1729478127417,"transaction":null} -{"before":null,"after":{"id":191,"customer_name":"Terri Richards","product_name":"Mouse","quantity":5,"price":397.5,"order_date":1729452913878035,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478127277,"snapshot":"false","db":"testdb","sequence":"[\"66653141496\",\"66653141552\"]","schema":"public","table":"orders","txId":2194795,"lsn":66653141552,"xmin":null},"op":"u","ts_ms":1729478127417,"transaction":null} -{"before":null,"after":{"id":284,"customer_name":"Daniel Newman DVM","product_name":"Laptop","quantity":1,"price":102.21,"order_date":1729452918855296,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478127328,"snapshot":"false","db":"testdb","sequence":"[\"66653141728\",\"66653141792\"]","schema":"public","table":"orders","txId":2194796,"lsn":66653141792,"xmin":null},"op":"u","ts_ms":1729478127417,"transaction":null} -{"before":null,"after":{"id":439,"customer_name":"Tiffany Salas","product_name":"Keyboard","quantity":2,"price":1927.91,"order_date":1729452927347316,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478127348,"snapshot":"false","db":"testdb","sequence":"[\"66653141976\",\"66653141976\"]","schema":"public","table":"orders","txId":2194797,"lsn":66653141976,"xmin":null},"op":"c","ts_ms":1729478127417,"transaction":null} -{"before":null,"after":{"id":440,"customer_name":"Ashley Powers","product_name":"Headphones","quantity":2,"price":1742.49,"order_date":1729452927385812,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478127388,"snapshot":"false","db":"testdb","sequence":"[\"66653142208\",\"66653142208\"]","schema":"public","table":"orders","txId":2194798,"lsn":66653142208,"xmin":null},"op":"c","ts_ms":1729478127417,"transaction":null} -{"before":null,"after":{"id":441,"customer_name":"Michael Clements","product_name":"Monitor","quantity":4,"price":1633.27,"order_date":1729452927407273,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478127408,"snapshot":"false","db":"testdb","sequence":"[\"66653142448\",\"66653142448\"]","schema":"public","table":"orders","txId":2194799,"lsn":66653142448,"xmin":null},"op":"c","ts_ms":1729478127417,"transaction":null} -{"before":null,"after":{"id":442,"customer_name":"Tyler Brown","product_name":"Headphones","quantity":1,"price":1857.88,"order_date":1729452927450635,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478127451,"snapshot":"false","db":"testdb","sequence":"[\"66653142688\",\"66653142688\"]","schema":"public","table":"orders","txId":2194800,"lsn":66653142688,"xmin":null},"op":"c","ts_ms":1729478127928,"transaction":null} -{"before":null,"after":{"id":201,"customer_name":"Cory Moses","product_name":"Laptop","quantity":2,"price":750.87,"order_date":1729452914326028,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478127471,"snapshot":"false","db":"testdb","sequence":"[\"66653142912\",\"66653142976\"]","schema":"public","table":"orders","txId":2194801,"lsn":66653142976,"xmin":null},"op":"u","ts_ms":1729478127929,"transaction":null} -{"before":null,"after":{"id":143,"customer_name":"Julia Payne","product_name":"Smartphone","quantity":2,"price":1361.65,"order_date":1729452911250699,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478127519,"snapshot":"false","db":"testdb","sequence":"[\"66653143176\",\"66653143240\"]","schema":"public","table":"orders","txId":2194802,"lsn":66653143240,"xmin":null},"op":"u","ts_ms":1729478127929,"transaction":null} -{"before":null,"after":{"id":443,"customer_name":"Kathryn Harris","product_name":"Headphones","quantity":3,"price":157.52,"order_date":1729452927568063,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478127569,"snapshot":"false","db":"testdb","sequence":"[\"66653143416\",\"66653143416\"]","schema":"public","table":"orders","txId":2194803,"lsn":66653143416,"xmin":null},"op":"c","ts_ms":1729478127929,"transaction":null} -{"before":null,"after":{"id":444,"customer_name":"Rhonda Strickland","product_name":"Laptop","quantity":4,"price":1416.25,"order_date":1729452927600149,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478127601,"snapshot":"false","db":"testdb","sequence":"[\"66653143656\",\"66653143656\"]","schema":"public","table":"orders","txId":2194804,"lsn":66653143656,"xmin":null},"op":"c","ts_ms":1729478127929,"transaction":null} -{"before":null,"after":{"id":445,"customer_name":"Adam Harvey","product_name":"Smartphone","quantity":1,"price":220.76,"order_date":1729452927651324,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478127652,"snapshot":"false","db":"testdb","sequence":"[\"66653143896\",\"66653143896\"]","schema":"public","table":"orders","txId":2194805,"lsn":66653143896,"xmin":null},"op":"c","ts_ms":1729478127929,"transaction":null} -{"before":null,"after":{"id":446,"customer_name":"Joe Russell","product_name":"Smartphone","quantity":2,"price":986.61,"order_date":1729452927696950,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478127700,"snapshot":"false","db":"testdb","sequence":"[\"66653144128\",\"66653144128\"]","schema":"public","table":"orders","txId":2194806,"lsn":66653144128,"xmin":null},"op":"c","ts_ms":1729478127929,"transaction":null} -{"before":null,"after":{"id":447,"customer_name":"Susan Arroyo","product_name":"Keyboard","quantity":5,"price":846.04,"order_date":1729452927723421,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478127724,"snapshot":"false","db":"testdb","sequence":"[\"66653144352\",\"66653144352\"]","schema":"public","table":"orders","txId":2194807,"lsn":66653144352,"xmin":null},"op":"c","ts_ms":1729478127929,"transaction":null} -{"before":null,"after":{"id":94,"customer_name":"Rachel Peck","product_name":"Mouse","quantity":5,"price":682.89,"order_date":1729452908753053,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478127782,"snapshot":"false","db":"testdb","sequence":"[\"66653144576\",\"66653144640\"]","schema":"public","table":"orders","txId":2194808,"lsn":66653144640,"xmin":null},"op":"u","ts_ms":1729478127929,"transaction":null} -{"before":null,"after":{"id":321,"customer_name":"Mrs. Sarah Stone MD","product_name":"Keyboard","quantity":3,"price":1168.32,"order_date":1729452920915900,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478127827,"snapshot":"false","db":"testdb","sequence":"[\"66653144816\",\"66653144880\"]","schema":"public","table":"orders","txId":2194809,"lsn":66653144880,"xmin":null},"op":"u","ts_ms":1729478127929,"transaction":null} -{"before":{"id":255,"customer_name":null,"product_name":null,"quantity":null,"price":null,"order_date":null,"status":null},"after":null,"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478127886,"snapshot":"false","db":"testdb","sequence":"[\"66653145064\",\"66653145128\"]","schema":"public","table":"orders","txId":2194810,"lsn":66653145128,"xmin":null},"op":"d","ts_ms":1729478127929,"transaction":null} -{"before":null,"after":{"id":448,"customer_name":"Joseph Johnson","product_name":"Headphones","quantity":3,"price":324.39,"order_date":1729452927933074,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478127934,"snapshot":"false","db":"testdb","sequence":"[\"66653145240\",\"66653145240\"]","schema":"public","table":"orders","txId":2194811,"lsn":66653145240,"xmin":null},"op":"c","ts_ms":1729478128440,"transaction":null} -{"before":null,"after":{"id":449,"customer_name":"Yolanda Jones","product_name":"Mouse","quantity":5,"price":543.16,"order_date":1729452927991621,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478127992,"snapshot":"false","db":"testdb","sequence":"[\"66653145472\",\"66653145472\"]","schema":"public","table":"orders","txId":2194812,"lsn":66653145472,"xmin":null},"op":"c","ts_ms":1729478128440,"transaction":null} -{"before":null,"after":{"id":450,"customer_name":"Dr. John Phillips","product_name":"Headphones","quantity":2,"price":1713.73,"order_date":1729452928025963,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478128027,"snapshot":"false","db":"testdb","sequence":"[\"66653145704\",\"66653145704\"]","schema":"public","table":"orders","txId":2194813,"lsn":66653145704,"xmin":null},"op":"c","ts_ms":1729478128440,"transaction":null} -{"before":null,"after":{"id":451,"customer_name":"Michael Taylor","product_name":"Monitor","quantity":1,"price":127.44,"order_date":1729452928066267,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478128067,"snapshot":"false","db":"testdb","sequence":"[\"66653145936\",\"66653145936\"]","schema":"public","table":"orders","txId":2194814,"lsn":66653145936,"xmin":null},"op":"c","ts_ms":1729478128440,"transaction":null} -{"before":null,"after":{"id":398,"customer_name":"Carol Williams","product_name":"Monitor","quantity":5,"price":539.94,"order_date":1729452924918633,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478128100,"snapshot":"false","db":"testdb","sequence":"[\"66653146160\",\"66653146272\"]","schema":"public","table":"orders","txId":2194815,"lsn":66653146272,"xmin":null},"op":"u","ts_ms":1729478128440,"transaction":null} -{"before":null,"after":{"id":452,"customer_name":"Jay Cuevas","product_name":"Monitor","quantity":1,"price":1452.55,"order_date":1729452928145149,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478128147,"snapshot":"false","db":"testdb","sequence":"[\"66653146520\",\"66653146520\"]","schema":"public","table":"orders","txId":2194816,"lsn":66653146520,"xmin":null},"op":"c","ts_ms":1729478128440,"transaction":null} -{"before":null,"after":{"id":453,"customer_name":"Debra Rosales","product_name":"Monitor","quantity":2,"price":636.19,"order_date":1729452928183406,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478128185,"snapshot":"false","db":"testdb","sequence":"[\"66653146752\",\"66653146752\"]","schema":"public","table":"orders","txId":2194817,"lsn":66653146752,"xmin":null},"op":"c","ts_ms":1729478128440,"transaction":null} -{"before":null,"after":{"id":147,"customer_name":"Christopher Sanders","product_name":"Smartphone","quantity":2,"price":1498.96,"order_date":1729452911585208,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478128206,"snapshot":"false","db":"testdb","sequence":"[\"66653146976\",\"66653147032\"]","schema":"public","table":"orders","txId":2194818,"lsn":66653147032,"xmin":null},"op":"u","ts_ms":1729478128440,"transaction":null} -{"before":null,"after":{"id":454,"customer_name":"Marissa Garcia","product_name":"Mouse","quantity":4,"price":1337.95,"order_date":1729452928261757,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478128263,"snapshot":"false","db":"testdb","sequence":"[\"66653147216\",\"66653147216\"]","schema":"public","table":"orders","txId":2194819,"lsn":66653147216,"xmin":null},"op":"c","ts_ms":1729478128440,"transaction":null} -{"before":null,"after":{"id":455,"customer_name":"Robert Moore","product_name":"Keyboard","quantity":2,"price":903.44,"order_date":1729452928308103,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478128309,"snapshot":"false","db":"testdb","sequence":"[\"66653147448\",\"66653147448\"]","schema":"public","table":"orders","txId":2194820,"lsn":66653147448,"xmin":null},"op":"c","ts_ms":1729478128440,"transaction":null} -{"before":null,"after":{"id":456,"customer_name":"Mary Mckinney","product_name":"Laptop","quantity":3,"price":269.3,"order_date":1729452928364987,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478128367,"snapshot":"false","db":"testdb","sequence":"[\"66653147672\",\"66653147672\"]","schema":"public","table":"orders","txId":2194821,"lsn":66653147672,"xmin":null},"op":"c","ts_ms":1729478128440,"transaction":null} -{"before":null,"after":{"id":331,"customer_name":"Anthony Hampton","product_name":"Laptop","quantity":5,"price":1969.05,"order_date":1729452921448271,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478128393,"snapshot":"false","db":"testdb","sequence":"[\"66653147904\",\"66653147968\"]","schema":"public","table":"orders","txId":2194822,"lsn":66653147968,"xmin":null},"op":"u","ts_ms":1729478128440,"transaction":null} -{"before":null,"after":{"id":457,"customer_name":"Douglas Hernandez","product_name":"Mouse","quantity":2,"price":1967.55,"order_date":1729452928448950,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478128450,"snapshot":"false","db":"testdb","sequence":"[\"66653148144\",\"66653148144\"]","schema":"public","table":"orders","txId":2194823,"lsn":66653148144,"xmin":null},"op":"c","ts_ms":1729478128947,"transaction":null} -{"before":null,"after":{"id":458,"customer_name":"Sharon Carter","product_name":"Laptop","quantity":4,"price":318.16,"order_date":1729452928468222,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478128469,"snapshot":"false","db":"testdb","sequence":"[\"66653148368\",\"66653148368\"]","schema":"public","table":"orders","txId":2194824,"lsn":66653148368,"xmin":null},"op":"c","ts_ms":1729478128947,"transaction":null} -{"before":null,"after":{"id":459,"customer_name":"David Powers","product_name":"Laptop","quantity":1,"price":1188.75,"order_date":1729452928492674,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478128493,"snapshot":"false","db":"testdb","sequence":"[\"66653148600\",\"66653148600\"]","schema":"public","table":"orders","txId":2194825,"lsn":66653148600,"xmin":null},"op":"c","ts_ms":1729478128947,"transaction":null} -{"before":null,"after":{"id":460,"customer_name":"Kenneth Stark","product_name":"Mouse","quantity":1,"price":1094.22,"order_date":1729452928539965,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478128541,"snapshot":"false","db":"testdb","sequence":"[\"66653148824\",\"66653148824\"]","schema":"public","table":"orders","txId":2194826,"lsn":66653148824,"xmin":null},"op":"c","ts_ms":1729478128947,"transaction":null} -{"before":null,"after":{"id":461,"customer_name":"Katherine Bishop","product_name":"Smartphone","quantity":4,"price":1305.18,"order_date":1729452928580275,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478128581,"snapshot":"false","db":"testdb","sequence":"[\"66653149048\",\"66653149048\"]","schema":"public","table":"orders","txId":2194827,"lsn":66653149048,"xmin":null},"op":"c","ts_ms":1729478128947,"transaction":null} -{"before":null,"after":{"id":462,"customer_name":"Renee Pena","product_name":"Laptop","quantity":1,"price":1697.84,"order_date":1729452928621386,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478128623,"snapshot":"false","db":"testdb","sequence":"[\"66653149280\",\"66653149280\"]","schema":"public","table":"orders","txId":2194828,"lsn":66653149280,"xmin":null},"op":"c","ts_ms":1729478128947,"transaction":null} -{"before":null,"after":{"id":266,"customer_name":"Rebecca Park","product_name":"Monitor","quantity":5,"price":694.22,"order_date":1729452917763180,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478128643,"snapshot":"false","db":"testdb","sequence":"[\"66653149512\",\"66653149576\"]","schema":"public","table":"orders","txId":2194829,"lsn":66653149576,"xmin":null},"op":"u","ts_ms":1729478128947,"transaction":null} -{"before":null,"after":{"id":281,"customer_name":"Daniel Phelps","product_name":"Mouse","quantity":5,"price":1031.61,"order_date":1729452918714119,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478128666,"snapshot":"false","db":"testdb","sequence":"[\"66653149752\",\"66653149816\"]","schema":"public","table":"orders","txId":2194830,"lsn":66653149816,"xmin":null},"op":"u","ts_ms":1729478128947,"transaction":null} -{"before":null,"after":{"id":463,"customer_name":"Gary Bender","product_name":"Headphones","quantity":1,"price":611.12,"order_date":1729452928719159,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478128721,"snapshot":"false","db":"testdb","sequence":"[\"66653149992\",\"66653150096\"]","schema":"public","table":"orders","txId":2194831,"lsn":66653150096,"xmin":null},"op":"c","ts_ms":1729478128947,"transaction":null} -{"before":null,"after":{"id":464,"customer_name":"Kathleen Clarke","product_name":"Monitor","quantity":4,"price":1098.16,"order_date":1729452928782232,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478128785,"snapshot":"false","db":"testdb","sequence":"[\"66653150320\",\"66653150320\"]","schema":"public","table":"orders","txId":2194832,"lsn":66653150320,"xmin":null},"op":"c","ts_ms":1729478128947,"transaction":null} -{"before":null,"after":{"id":465,"customer_name":"Susan Williams","product_name":"Laptop","quantity":1,"price":704.53,"order_date":1729452928847881,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478128849,"snapshot":"false","db":"testdb","sequence":"[\"66653150552\",\"66653150552\"]","schema":"public","table":"orders","txId":2194833,"lsn":66653150552,"xmin":null},"op":"c","ts_ms":1729478128947,"transaction":null} -{"before":null,"after":{"id":466,"customer_name":"Angela Swanson","product_name":"Monitor","quantity":5,"price":1476.16,"order_date":1729452928897085,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478128898,"snapshot":"false","db":"testdb","sequence":"[\"66653150784\",\"66653150784\"]","schema":"public","table":"orders","txId":2194834,"lsn":66653150784,"xmin":null},"op":"c","ts_ms":1729478128947,"transaction":null} -{"before":null,"after":{"id":467,"customer_name":"Fernando Castro","product_name":"Keyboard","quantity":4,"price":670.47,"order_date":1729452928939568,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478128941,"snapshot":"false","db":"testdb","sequence":"[\"66653151008\",\"66653151008\"]","schema":"public","table":"orders","txId":2194835,"lsn":66653151008,"xmin":null},"op":"c","ts_ms":1729478128947,"transaction":null} -{"before":null,"after":{"id":468,"customer_name":"William Ward","product_name":"Keyboard","quantity":4,"price":377.8,"order_date":1729452928959292,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478128960,"snapshot":"false","db":"testdb","sequence":"[\"66653151272\",\"66653151272\"]","schema":"public","table":"orders","txId":2194836,"lsn":66653151272,"xmin":null},"op":"c","ts_ms":1729478129457,"transaction":null} -{"before":null,"after":{"id":316,"customer_name":"Gordon Robinson","product_name":"Headphones","quantity":3,"price":1479.1,"order_date":1729452920718110,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478129010,"snapshot":"false","db":"testdb","sequence":"[\"66653151504\",\"66653151568\"]","schema":"public","table":"orders","txId":2194837,"lsn":66653151568,"xmin":null},"op":"u","ts_ms":1729478129458,"transaction":null} -{"before":null,"after":{"id":296,"customer_name":"Laura Perez","product_name":"Monitor","quantity":4,"price":996.34,"order_date":1729452919364506,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478129044,"snapshot":"false","db":"testdb","sequence":"[\"66653151752\",\"66653151816\"]","schema":"public","table":"orders","txId":2194838,"lsn":66653151816,"xmin":null},"op":"u","ts_ms":1729478129458,"transaction":null} -{"before":null,"after":{"id":469,"customer_name":"Madeline Vega","product_name":"Monitor","quantity":3,"price":1628.19,"order_date":1729452929064740,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478129066,"snapshot":"false","db":"testdb","sequence":"[\"66653151992\",\"66653151992\"]","schema":"public","table":"orders","txId":2194839,"lsn":66653151992,"xmin":null},"op":"c","ts_ms":1729478129458,"transaction":null} -{"before":null,"after":{"id":470,"customer_name":"Patrick Clark","product_name":"Monitor","quantity":5,"price":231.11,"order_date":1729452929116599,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478129118,"snapshot":"false","db":"testdb","sequence":"[\"66653152224\",\"66653152224\"]","schema":"public","table":"orders","txId":2194840,"lsn":66653152224,"xmin":null},"op":"c","ts_ms":1729478129458,"transaction":null} -{"before":null,"after":{"id":471,"customer_name":"Matthew Huber","product_name":"Keyboard","quantity":2,"price":535.31,"order_date":1729452929172364,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478129174,"snapshot":"false","db":"testdb","sequence":"[\"66653152456\",\"66653152456\"]","schema":"public","table":"orders","txId":2194841,"lsn":66653152456,"xmin":null},"op":"c","ts_ms":1729478129458,"transaction":null} -{"before":null,"after":{"id":472,"customer_name":"Christopher White","product_name":"Headphones","quantity":4,"price":488.51,"order_date":1729452929220939,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478129223,"snapshot":"false","db":"testdb","sequence":"[\"66653152680\",\"66653152680\"]","schema":"public","table":"orders","txId":2194842,"lsn":66653152680,"xmin":null},"op":"c","ts_ms":1729478129458,"transaction":null} -{"before":null,"after":{"id":473,"customer_name":"Mark Conway","product_name":"Keyboard","quantity":3,"price":1566.27,"order_date":1729452929253685,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478129256,"snapshot":"false","db":"testdb","sequence":"[\"66653152912\",\"66653152912\"]","schema":"public","table":"orders","txId":2194843,"lsn":66653152912,"xmin":null},"op":"c","ts_ms":1729478129458,"transaction":null} -{"before":null,"after":{"id":364,"customer_name":"Matthew Perez","product_name":"Mouse","quantity":2,"price":1404.87,"order_date":1729452923185226,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478129284,"snapshot":"false","db":"testdb","sequence":"[\"66653153144\",\"66653153264\"]","schema":"public","table":"orders","txId":2194844,"lsn":66653153264,"xmin":null},"op":"u","ts_ms":1729478129458,"transaction":null} -{"before":null,"after":{"id":474,"customer_name":"Gary Henderson","product_name":"Laptop","quantity":5,"price":1144.97,"order_date":1729452929342840,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478129344,"snapshot":"false","db":"testdb","sequence":"[\"66653153512\",\"66653153512\"]","schema":"public","table":"orders","txId":2194845,"lsn":66653153512,"xmin":null},"op":"c","ts_ms":1729478129458,"transaction":null} -{"before":null,"after":{"id":90,"customer_name":"Jeffrey Carlson","product_name":"Keyboard","quantity":5,"price":55.71,"order_date":1729452908453606,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478129403,"snapshot":"false","db":"testdb","sequence":"[\"66653153744\",\"66653153800\"]","schema":"public","table":"orders","txId":2194846,"lsn":66653153800,"xmin":null},"op":"u","ts_ms":1729478129458,"transaction":null} -{"before":null,"after":{"id":111,"customer_name":"Lauren Villegas","product_name":"Laptop","quantity":5,"price":712.95,"order_date":1729452909707542,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478129441,"snapshot":"false","db":"testdb","sequence":"[\"66653153984\",\"66653154048\"]","schema":"public","table":"orders","txId":2194847,"lsn":66653154048,"xmin":null},"op":"u","ts_ms":1729478129458,"transaction":null} -{"before":null,"after":{"id":475,"customer_name":"Mary Fowler","product_name":"Monitor","quantity":1,"price":1866.2,"order_date":1729452929497195,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478129499,"snapshot":"false","db":"testdb","sequence":"[\"66653154224\",\"66653154224\"]","schema":"public","table":"orders","txId":2194848,"lsn":66653154224,"xmin":null},"op":"c","ts_ms":1729478129967,"transaction":null} -{"before":null,"after":{"id":476,"customer_name":"Jon Jordan","product_name":"Headphones","quantity":4,"price":257.94,"order_date":1729452929537164,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478129538,"snapshot":"false","db":"testdb","sequence":"[\"66653154448\",\"66653154448\"]","schema":"public","table":"orders","txId":2194849,"lsn":66653154448,"xmin":null},"op":"c","ts_ms":1729478129967,"transaction":null} -{"before":null,"after":{"id":477,"customer_name":"David Case","product_name":"Keyboard","quantity":4,"price":923.82,"order_date":1729452929583213,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478129584,"snapshot":"false","db":"testdb","sequence":"[\"66653154672\",\"66653154672\"]","schema":"public","table":"orders","txId":2194850,"lsn":66653154672,"xmin":null},"op":"c","ts_ms":1729478129967,"transaction":null} -{"before":{"id":98,"customer_name":null,"product_name":null,"quantity":null,"price":null,"order_date":null,"status":null},"after":null,"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478129632,"snapshot":"false","db":"testdb","sequence":"[\"66653154896\",\"66653154960\"]","schema":"public","table":"orders","txId":2194851,"lsn":66653154960,"xmin":null},"op":"d","ts_ms":1729478129967,"transaction":null} -{"before":null,"after":{"id":478,"customer_name":"Mary Spencer","product_name":"Mouse","quantity":4,"price":1681.69,"order_date":1729452929680221,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478129681,"snapshot":"false","db":"testdb","sequence":"[\"66653155072\",\"66653155072\"]","schema":"public","table":"orders","txId":2194852,"lsn":66653155072,"xmin":null},"op":"c","ts_ms":1729478129967,"transaction":null} -{"before":null,"after":{"id":479,"customer_name":"Joseph Alvarez","product_name":"Laptop","quantity":5,"price":1127.85,"order_date":1729452929711134,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478129712,"snapshot":"false","db":"testdb","sequence":"[\"66653155304\",\"66653155304\"]","schema":"public","table":"orders","txId":2194853,"lsn":66653155304,"xmin":null},"op":"c","ts_ms":1729478129967,"transaction":null} -{"before":null,"after":{"id":480,"customer_name":"Travis Saunders","product_name":"Mouse","quantity":3,"price":1027.14,"order_date":1729452929749496,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478129751,"snapshot":"false","db":"testdb","sequence":"[\"66653155536\",\"66653155536\"]","schema":"public","table":"orders","txId":2194854,"lsn":66653155536,"xmin":null},"op":"c","ts_ms":1729478129967,"transaction":null} -{"before":null,"after":{"id":481,"customer_name":"Lisa Blackwell","product_name":"Headphones","quantity":5,"price":1989.06,"order_date":1729452929793376,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478129795,"snapshot":"false","db":"testdb","sequence":"[\"66653155760\",\"66653155760\"]","schema":"public","table":"orders","txId":2194855,"lsn":66653155760,"xmin":null},"op":"c","ts_ms":1729478129967,"transaction":null} -{"before":null,"after":{"id":482,"customer_name":"Amanda Ponce","product_name":"Laptop","quantity":1,"price":745.04,"order_date":1729452929818377,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478129819,"snapshot":"false","db":"testdb","sequence":"[\"66653155992\",\"66653155992\"]","schema":"public","table":"orders","txId":2194856,"lsn":66653155992,"xmin":null},"op":"c","ts_ms":1729478129967,"transaction":null} -{"before":null,"after":{"id":483,"customer_name":"Shaun Guerra","product_name":"Smartphone","quantity":3,"price":753.19,"order_date":1729452929846325,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478129848,"snapshot":"false","db":"testdb","sequence":"[\"66653156224\",\"66653156224\"]","schema":"public","table":"orders","txId":2194857,"lsn":66653156224,"xmin":null},"op":"c","ts_ms":1729478129967,"transaction":null} -{"before":null,"after":{"id":484,"customer_name":"Regina Chambers","product_name":"Keyboard","quantity":4,"price":135.05,"order_date":1729452929892952,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478129894,"snapshot":"false","db":"testdb","sequence":"[\"66653156456\",\"66653156456\"]","schema":"public","table":"orders","txId":2194858,"lsn":66653156456,"xmin":null},"op":"c","ts_ms":1729478129967,"transaction":null} -{"before":null,"after":{"id":16,"customer_name":"Alexander Woods","product_name":"Keyboard","quantity":4,"price":1787.29,"order_date":1729452904396796,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478129939,"snapshot":"false","db":"testdb","sequence":"[\"66653156696\",\"66653156752\"]","schema":"public","table":"orders","txId":2194859,"lsn":66653156752,"xmin":null},"op":"u","ts_ms":1729478129967,"transaction":null} -{"before":null,"after":{"id":485,"customer_name":"Jennifer Adams","product_name":"Headphones","quantity":2,"price":533.58,"order_date":1729452929973046,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478129974,"snapshot":"false","db":"testdb","sequence":"[\"66653156936\",\"66653156936\"]","schema":"public","table":"orders","txId":2194860,"lsn":66653156936,"xmin":null},"op":"c","ts_ms":1729478130478,"transaction":null} -{"before":null,"after":{"id":118,"customer_name":"Margaret Love","product_name":"Laptop","quantity":2,"price":78.98,"order_date":1729452910081981,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478130002,"snapshot":"false","db":"testdb","sequence":"[\"66653157168\",\"66653157232\"]","schema":"public","table":"orders","txId":2194861,"lsn":66653157232,"xmin":null},"op":"u","ts_ms":1729478130478,"transaction":null} -{"before":null,"after":{"id":416,"customer_name":"Jose Roach","product_name":"Monitor","quantity":4,"price":1094.91,"order_date":1729452925943178,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478130032,"snapshot":"false","db":"testdb","sequence":"[\"66653157408\",\"66653157472\"]","schema":"public","table":"orders","txId":2194862,"lsn":66653157472,"xmin":null},"op":"u","ts_ms":1729478130478,"transaction":null} -{"before":null,"after":{"id":486,"customer_name":"Angela Johnson","product_name":"Monitor","quantity":1,"price":1615.52,"order_date":1729452930066555,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478130068,"snapshot":"false","db":"testdb","sequence":"[\"66653157648\",\"66653157648\"]","schema":"public","table":"orders","txId":2194863,"lsn":66653157648,"xmin":null},"op":"c","ts_ms":1729478130478,"transaction":null} -{"before":null,"after":{"id":487,"customer_name":"Morgan Freeman","product_name":"Monitor","quantity":5,"price":281.69,"order_date":1729452930107747,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478130109,"snapshot":"false","db":"testdb","sequence":"[\"66653157880\",\"66653157880\"]","schema":"public","table":"orders","txId":2194864,"lsn":66653157880,"xmin":null},"op":"c","ts_ms":1729478130478,"transaction":null} -{"before":null,"after":{"id":488,"customer_name":"Tyler Neal","product_name":"Smartphone","quantity":3,"price":760.79,"order_date":1729452930149566,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478130150,"snapshot":"false","db":"testdb","sequence":"[\"66653158112\",\"66653158112\"]","schema":"public","table":"orders","txId":2194865,"lsn":66653158112,"xmin":null},"op":"c","ts_ms":1729478130478,"transaction":null} -{"before":null,"after":{"id":489,"customer_name":"Steven Barnes","product_name":"Headphones","quantity":2,"price":1146.25,"order_date":1729452930184331,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478130186,"snapshot":"false","db":"testdb","sequence":"[\"66653158344\",\"66653158344\"]","schema":"public","table":"orders","txId":2194866,"lsn":66653158344,"xmin":null},"op":"c","ts_ms":1729478130478,"transaction":null} -{"before":null,"after":{"id":490,"customer_name":"Colleen Miles","product_name":"Headphones","quantity":3,"price":537.76,"order_date":1729452930235050,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478130236,"snapshot":"false","db":"testdb","sequence":"[\"66653158576\",\"66653158576\"]","schema":"public","table":"orders","txId":2194867,"lsn":66653158576,"xmin":null},"op":"c","ts_ms":1729478130478,"transaction":null} -{"before":null,"after":{"id":431,"customer_name":"Bryan Taylor Jr.","product_name":"Laptop","quantity":2,"price":1667.67,"order_date":1729452926832557,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478130272,"snapshot":"false","db":"testdb","sequence":"[\"66653158808\",\"66653158872\"]","schema":"public","table":"orders","txId":2194868,"lsn":66653158872,"xmin":null},"op":"u","ts_ms":1729478130478,"transaction":null} -{"before":null,"after":{"id":491,"customer_name":"Brandon Harris","product_name":"Monitor","quantity":4,"price":177.23,"order_date":1729452930293878,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478130295,"snapshot":"false","db":"testdb","sequence":"[\"66653159048\",\"66653159048\"]","schema":"public","table":"orders","txId":2194869,"lsn":66653159048,"xmin":null},"op":"c","ts_ms":1729478130478,"transaction":null} -{"before":null,"after":{"id":492,"customer_name":"Deanna Allen","product_name":"Monitor","quantity":4,"price":807.72,"order_date":1729452930343770,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478130345,"snapshot":"false","db":"testdb","sequence":"[\"66653159272\",\"66653159272\"]","schema":"public","table":"orders","txId":2194870,"lsn":66653159272,"xmin":null},"op":"c","ts_ms":1729478130478,"transaction":null} -{"before":null,"after":{"id":14,"customer_name":"Louis Johnson","product_name":"Monitor","quantity":4,"price":984.52,"order_date":1729452904302652,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478130388,"snapshot":"false","db":"testdb","sequence":"[\"66653159520\",\"66653159584\"]","schema":"public","table":"orders","txId":2194871,"lsn":66653159584,"xmin":null},"op":"u","ts_ms":1729478130478,"transaction":null} -{"before":null,"after":{"id":493,"customer_name":"Michele Reed","product_name":"Laptop","quantity":5,"price":1472.36,"order_date":1729452930425350,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478130426,"snapshot":"false","db":"testdb","sequence":"[\"66653159760\",\"66653159760\"]","schema":"public","table":"orders","txId":2194872,"lsn":66653159760,"xmin":null},"op":"c","ts_ms":1729478130478,"transaction":null} -{"before":null,"after":{"id":230,"customer_name":"Kathleen Richardson","product_name":"Laptop","quantity":1,"price":419.86,"order_date":1729452915915004,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478130488,"snapshot":"false","db":"testdb","sequence":"[\"66653159984\",\"66653160048\"]","schema":"public","table":"orders","txId":2194873,"lsn":66653160048,"xmin":null},"op":"u","ts_ms":1729478130987,"transaction":null} -{"before":null,"after":{"id":494,"customer_name":"James Wood","product_name":"Keyboard","quantity":1,"price":1369.78,"order_date":1729452930526350,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478130528,"snapshot":"false","db":"testdb","sequence":"[\"66653160232\",\"66653160232\"]","schema":"public","table":"orders","txId":2194874,"lsn":66653160232,"xmin":null},"op":"c","ts_ms":1729478130987,"transaction":null} -{"before":null,"after":{"id":495,"customer_name":"Victoria Campbell","product_name":"Headphones","quantity":3,"price":1177.42,"order_date":1729452930584283,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478130585,"snapshot":"false","db":"testdb","sequence":"[\"66653160464\",\"66653160464\"]","schema":"public","table":"orders","txId":2194875,"lsn":66653160464,"xmin":null},"op":"c","ts_ms":1729478130987,"transaction":null} -{"before":null,"after":{"id":496,"customer_name":"Shelly Wheeler","product_name":"Keyboard","quantity":5,"price":1378.51,"order_date":1729452930643529,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478130645,"snapshot":"false","db":"testdb","sequence":"[\"66653160696\",\"66653160800\"]","schema":"public","table":"orders","txId":2194876,"lsn":66653160800,"xmin":null},"op":"c","ts_ms":1729478130987,"transaction":null} -{"before":null,"after":{"id":497,"customer_name":"John Taylor","product_name":"Smartphone","quantity":3,"price":1991.92,"order_date":1729452930688933,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478130690,"snapshot":"false","db":"testdb","sequence":"[\"66653161032\",\"66653161032\"]","schema":"public","table":"orders","txId":2194877,"lsn":66653161032,"xmin":null},"op":"c","ts_ms":1729478130987,"transaction":null} -{"before":null,"after":{"id":498,"customer_name":"Elizabeth Small","product_name":"Laptop","quantity":5,"price":759.42,"order_date":1729452930733350,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478130735,"snapshot":"false","db":"testdb","sequence":"[\"66653161256\",\"66653161256\"]","schema":"public","table":"orders","txId":2194878,"lsn":66653161256,"xmin":null},"op":"c","ts_ms":1729478130987,"transaction":null} -{"before":null,"after":{"id":499,"customer_name":"Jacob Smith","product_name":"Headphones","quantity":4,"price":884.87,"order_date":1729452930759666,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478130761,"snapshot":"false","db":"testdb","sequence":"[\"66653161488\",\"66653161488\"]","schema":"public","table":"orders","txId":2194879,"lsn":66653161488,"xmin":null},"op":"c","ts_ms":1729478130987,"transaction":null} -{"before":null,"after":{"id":260,"customer_name":"Steven Schwartz","product_name":"Laptop","quantity":2,"price":307.56,"order_date":1729452917456697,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478130797,"snapshot":"false","db":"testdb","sequence":"[\"66653178600\",\"66653178664\"]","schema":"public","table":"orders","txId":2194881,"lsn":66653178664,"xmin":null},"op":"u","ts_ms":1729478130992,"transaction":null} -{"before":null,"after":{"id":500,"customer_name":"Carl Dunn","product_name":"Monitor","quantity":1,"price":1162.58,"order_date":1729452930826749,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478130828,"snapshot":"false","db":"testdb","sequence":"[\"66653178840\",\"66653178840\"]","schema":"public","table":"orders","txId":2194882,"lsn":66653178840,"xmin":null},"op":"c","ts_ms":1729478130992,"transaction":null} -{"before":null,"after":{"id":501,"customer_name":"Tonya Richardson","product_name":"Laptop","quantity":5,"price":1285.04,"order_date":1729452930862415,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478130864,"snapshot":"false","db":"testdb","sequence":"[\"66653179064\",\"66653179064\"]","schema":"public","table":"orders","txId":2194883,"lsn":66653179064,"xmin":null},"op":"c","ts_ms":1729478130992,"transaction":null} -{"before":null,"after":{"id":390,"customer_name":"Bonnie Price","product_name":"Smartphone","quantity":4,"price":376.09,"order_date":1729452924543669,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478130891,"snapshot":"false","db":"testdb","sequence":"[\"66653179296\",\"66653179728\"]","schema":"public","table":"orders","txId":2194884,"lsn":66653179728,"xmin":null},"op":"u","ts_ms":1729478130992,"transaction":null} -{"before":null,"after":{"id":502,"customer_name":"Kathy Hansen","product_name":"Headphones","quantity":2,"price":1764.8,"order_date":1729452930946101,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478130947,"snapshot":"false","db":"testdb","sequence":"[\"66653179904\",\"66653179904\"]","schema":"public","table":"orders","txId":2194885,"lsn":66653179904,"xmin":null},"op":"c","ts_ms":1729478130992,"transaction":null} -{"before":null,"after":{"id":503,"customer_name":"Dr. Linda Miller","product_name":"Smartphone","quantity":2,"price":696.64,"order_date":1729452930977146,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478130979,"snapshot":"false","db":"testdb","sequence":"[\"66653180128\",\"66653180128\"]","schema":"public","table":"orders","txId":2194886,"lsn":66653180128,"xmin":null},"op":"c","ts_ms":1729478130992,"transaction":null} -{"before":null,"after":{"id":164,"customer_name":"Jessica Clark","product_name":"Monitor","quantity":3,"price":1484.55,"order_date":1729452912356634,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478131039,"snapshot":"false","db":"testdb","sequence":"[\"66653180368\",\"66653180432\"]","schema":"public","table":"orders","txId":2194887,"lsn":66653180432,"xmin":null},"op":"u","ts_ms":1729478131503,"transaction":null} -{"before":null,"after":{"id":504,"customer_name":"Robin Green","product_name":"Monitor","quantity":4,"price":668.58,"order_date":1729452931090485,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478131091,"snapshot":"false","db":"testdb","sequence":"[\"66653180608\",\"66653180608\"]","schema":"public","table":"orders","txId":2194888,"lsn":66653180608,"xmin":null},"op":"c","ts_ms":1729478131503,"transaction":null} -{"before":null,"after":{"id":505,"customer_name":"Thomas Palmer","product_name":"Smartphone","quantity":4,"price":1278.63,"order_date":1729452931124650,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478131125,"snapshot":"false","db":"testdb","sequence":"[\"66653180840\",\"66653180840\"]","schema":"public","table":"orders","txId":2194889,"lsn":66653180840,"xmin":null},"op":"c","ts_ms":1729478131503,"transaction":null} -{"before":null,"after":{"id":506,"customer_name":"Lindsey Flores","product_name":"Monitor","quantity":1,"price":604.62,"order_date":1729452931179251,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478131181,"snapshot":"false","db":"testdb","sequence":"[\"66653181072\",\"66653181072\"]","schema":"public","table":"orders","txId":2194890,"lsn":66653181072,"xmin":null},"op":"c","ts_ms":1729478131503,"transaction":null} -{"before":null,"after":{"id":507,"customer_name":"Ashley Roy","product_name":"Mouse","quantity":3,"price":1753.89,"order_date":1729452931238044,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478131239,"snapshot":"false","db":"testdb","sequence":"[\"66653181296\",\"66653181296\"]","schema":"public","table":"orders","txId":2194891,"lsn":66653181296,"xmin":null},"op":"c","ts_ms":1729478131503,"transaction":null} -{"before":null,"after":{"id":508,"customer_name":"Frederick Cuevas","product_name":"Headphones","quantity":4,"price":1162.5,"order_date":1729452931298184,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478131301,"snapshot":"false","db":"testdb","sequence":"[\"66653181528\",\"66653181528\"]","schema":"public","table":"orders","txId":2194892,"lsn":66653181528,"xmin":null},"op":"c","ts_ms":1729478131503,"transaction":null} -{"before":null,"after":{"id":71,"customer_name":"Angela Reyes","product_name":"Monitor","quantity":3,"price":1964.1,"order_date":1729452907425671,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478131355,"snapshot":"false","db":"testdb","sequence":"[\"66653181768\",\"66653181832\"]","schema":"public","table":"orders","txId":2194893,"lsn":66653181832,"xmin":null},"op":"u","ts_ms":1729478131503,"transaction":null} -{"before":null,"after":{"id":509,"customer_name":"Miss Mary Reese","product_name":"Mouse","quantity":1,"price":1045.95,"order_date":1729452931387571,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478131389,"snapshot":"false","db":"testdb","sequence":"[\"66653182008\",\"66653182008\"]","schema":"public","table":"orders","txId":2194894,"lsn":66653182008,"xmin":null},"op":"c","ts_ms":1729478131503,"transaction":null} -{"before":null,"after":{"id":347,"customer_name":"Michael Thompson","product_name":"Smartphone","quantity":2,"price":1274.71,"order_date":1729452922306290,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478131436,"snapshot":"false","db":"testdb","sequence":"[\"66653182240\",\"66653182304\"]","schema":"public","table":"orders","txId":2194895,"lsn":66653182304,"xmin":null},"op":"u","ts_ms":1729478131503,"transaction":null} -{"before":null,"after":{"id":435,"customer_name":"Hannah Mitchell","product_name":"Laptop","quantity":3,"price":1033.24,"order_date":1729452927044958,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478131479,"snapshot":"false","db":"testdb","sequence":"[\"66653182488\",\"66653182552\"]","schema":"public","table":"orders","txId":2194896,"lsn":66653182552,"xmin":null},"op":"u","ts_ms":1729478131503,"transaction":null} -{"before":null,"after":{"id":510,"customer_name":"Michael Myers","product_name":"Laptop","quantity":3,"price":658.89,"order_date":1729452931497382,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478131498,"snapshot":"false","db":"testdb","sequence":"[\"66653182728\",\"66653182728\"]","schema":"public","table":"orders","txId":2194897,"lsn":66653182728,"xmin":null},"op":"c","ts_ms":1729478131503,"transaction":null} -{"before":null,"after":{"id":511,"customer_name":"Sean Hoffman","product_name":"Laptop","quantity":1,"price":722.73,"order_date":1729452931526653,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478131527,"snapshot":"false","db":"testdb","sequence":"[\"66653182960\",\"66653182960\"]","schema":"public","table":"orders","txId":2194898,"lsn":66653182960,"xmin":null},"op":"c","ts_ms":1729478132008,"transaction":null} -{"before":null,"after":{"id":512,"customer_name":"Mr. Antonio Ochoa","product_name":"Laptop","quantity":1,"price":98.28,"order_date":1729452931551567,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478131552,"snapshot":"false","db":"testdb","sequence":"[\"66653183192\",\"66653183192\"]","schema":"public","table":"orders","txId":2194899,"lsn":66653183192,"xmin":null},"op":"c","ts_ms":1729478132008,"transaction":null} -{"before":null,"after":{"id":513,"customer_name":"Marvin Johnson","product_name":"Monitor","quantity":3,"price":522.01,"order_date":1729452931581478,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478131583,"snapshot":"false","db":"testdb","sequence":"[\"66653183424\",\"66653183424\"]","schema":"public","table":"orders","txId":2194900,"lsn":66653183424,"xmin":null},"op":"c","ts_ms":1729478132008,"transaction":null} -{"before":null,"after":{"id":514,"customer_name":"Teresa Wagner","product_name":"Keyboard","quantity":1,"price":1700.17,"order_date":1729452931621968,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478131623,"snapshot":"false","db":"testdb","sequence":"[\"66653183656\",\"66653183656\"]","schema":"public","table":"orders","txId":2194901,"lsn":66653183656,"xmin":null},"op":"c","ts_ms":1729478132009,"transaction":null} -{"before":null,"after":{"id":515,"customer_name":"Daniel Johnson","product_name":"Headphones","quantity":4,"price":276.58,"order_date":1729452931662534,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478131664,"snapshot":"false","db":"testdb","sequence":"[\"66653183880\",\"66653183880\"]","schema":"public","table":"orders","txId":2194902,"lsn":66653183880,"xmin":null},"op":"c","ts_ms":1729478132009,"transaction":null} -{"before":null,"after":{"id":247,"customer_name":"Angela Ward","product_name":"Keyboard","quantity":1,"price":256.88,"order_date":1729452916752716,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478131721,"snapshot":"false","db":"testdb","sequence":"[\"66653184144\",\"66653184208\"]","schema":"public","table":"orders","txId":2194903,"lsn":66653184208,"xmin":null},"op":"u","ts_ms":1729478132009,"transaction":null} -{"before":null,"after":{"id":516,"customer_name":"Devin Ball","product_name":"Mouse","quantity":5,"price":782.93,"order_date":1729452931750590,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478131752,"snapshot":"false","db":"testdb","sequence":"[\"66653184384\",\"66653184384\"]","schema":"public","table":"orders","txId":2194904,"lsn":66653184384,"xmin":null},"op":"c","ts_ms":1729478132009,"transaction":null} -{"before":null,"after":{"id":517,"customer_name":"Jessica Hamilton","product_name":"Headphones","quantity":5,"price":1036.19,"order_date":1729452931795901,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478131798,"snapshot":"false","db":"testdb","sequence":"[\"66653184616\",\"66653184616\"]","schema":"public","table":"orders","txId":2194905,"lsn":66653184616,"xmin":null},"op":"c","ts_ms":1729478132009,"transaction":null} -{"before":null,"after":{"id":518,"customer_name":"Robert Turner","product_name":"Mouse","quantity":5,"price":1262.91,"order_date":1729452931836027,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478131838,"snapshot":"false","db":"testdb","sequence":"[\"66653184848\",\"66653184848\"]","schema":"public","table":"orders","txId":2194906,"lsn":66653184848,"xmin":null},"op":"c","ts_ms":1729478132009,"transaction":null} -{"before":null,"after":{"id":519,"customer_name":"Amy Gonzalez","product_name":"Smartphone","quantity":2,"price":462.75,"order_date":1729452931885208,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478131886,"snapshot":"false","db":"testdb","sequence":"[\"66653185072\",\"66653185072\"]","schema":"public","table":"orders","txId":2194907,"lsn":66653185072,"xmin":null},"op":"c","ts_ms":1729478132009,"transaction":null} -{"before":null,"after":{"id":520,"customer_name":"Miss Lisa Mitchell","product_name":"Keyboard","quantity":1,"price":485.7,"order_date":1729452931914720,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478131916,"snapshot":"false","db":"testdb","sequence":"[\"66653185304\",\"66653185304\"]","schema":"public","table":"orders","txId":2194908,"lsn":66653185304,"xmin":null},"op":"c","ts_ms":1729478132009,"transaction":null} -{"before":null,"after":{"id":521,"customer_name":"Andre Garcia","product_name":"Laptop","quantity":5,"price":1055.88,"order_date":1729452931967866,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478131969,"snapshot":"false","db":"testdb","sequence":"[\"66653185544\",\"66653185544\"]","schema":"public","table":"orders","txId":2194909,"lsn":66653185544,"xmin":null},"op":"c","ts_ms":1729478132009,"transaction":null} -{"before":null,"after":{"id":459,"customer_name":"David Powers","product_name":"Laptop","quantity":1,"price":1188.75,"order_date":1729452928492674,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478132002,"snapshot":"false","db":"testdb","sequence":"[\"66653185768\",\"66653185832\"]","schema":"public","table":"orders","txId":2194910,"lsn":66653185832,"xmin":null},"op":"u","ts_ms":1729478132009,"transaction":null} -{"before":null,"after":{"id":522,"customer_name":"Kyle Kerr","product_name":"Monitor","quantity":5,"price":890.87,"order_date":1729452932037686,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478132039,"snapshot":"false","db":"testdb","sequence":"[\"66653186008\",\"66653186008\"]","schema":"public","table":"orders","txId":2194911,"lsn":66653186008,"xmin":null},"op":"c","ts_ms":1729478132516,"transaction":null} -{"before":null,"after":{"id":523,"customer_name":"Micheal White","product_name":"Headphones","quantity":3,"price":1299.23,"order_date":1729452932073864,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478132075,"snapshot":"false","db":"testdb","sequence":"[\"66653186240\",\"66653186240\"]","schema":"public","table":"orders","txId":2194912,"lsn":66653186240,"xmin":null},"op":"c","ts_ms":1729478132516,"transaction":null} -{"before":null,"after":{"id":256,"customer_name":"Robert Flynn","product_name":"Mouse","quantity":4,"price":473.66,"order_date":1729452917236878,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478132106,"snapshot":"false","db":"testdb","sequence":"[\"66653186472\",\"66653186472\"]","schema":"public","table":"orders","txId":2194913,"lsn":66653186472,"xmin":null},"op":"u","ts_ms":1729478132516,"transaction":null} -{"before":null,"after":{"id":524,"customer_name":"Joshua Wade","product_name":"Mouse","quantity":3,"price":1779.61,"order_date":1729452932160576,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478132162,"snapshot":"false","db":"testdb","sequence":"[\"66653186648\",\"66653186648\"]","schema":"public","table":"orders","txId":2194914,"lsn":66653186648,"xmin":null},"op":"c","ts_ms":1729478132517,"transaction":null} -{"before":null,"after":{"id":525,"customer_name":"Joseph Smith","product_name":"Mouse","quantity":2,"price":1864.25,"order_date":1729452932203290,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478132205,"snapshot":"false","db":"testdb","sequence":"[\"66653186872\",\"66653186872\"]","schema":"public","table":"orders","txId":2194915,"lsn":66653186872,"xmin":null},"op":"c","ts_ms":1729478132517,"transaction":null} -{"before":null,"after":{"id":523,"customer_name":"Micheal White","product_name":"Headphones","quantity":3,"price":1299.23,"order_date":1729452932073864,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478132260,"snapshot":"false","db":"testdb","sequence":"[\"66653187104\",\"66653187232\"]","schema":"public","table":"orders","txId":2194916,"lsn":66653187232,"xmin":null},"op":"u","ts_ms":1729478132517,"transaction":null} -{"before":null,"after":{"id":526,"customer_name":"Jeremiah Peterson","product_name":"Headphones","quantity":2,"price":320.44,"order_date":1729452932305328,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478132307,"snapshot":"false","db":"testdb","sequence":"[\"66653187416\",\"66653187416\"]","schema":"public","table":"orders","txId":2194917,"lsn":66653187416,"xmin":null},"op":"c","ts_ms":1729478132517,"transaction":null} -{"before":null,"after":{"id":527,"customer_name":"Robert Mooney","product_name":"Laptop","quantity":3,"price":1062.39,"order_date":1729452932345377,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478132347,"snapshot":"false","db":"testdb","sequence":"[\"66653187648\",\"66653187648\"]","schema":"public","table":"orders","txId":2194918,"lsn":66653187648,"xmin":null},"op":"c","ts_ms":1729478132517,"transaction":null} -{"before":null,"after":{"id":528,"customer_name":"Elijah Ball","product_name":"Smartphone","quantity":2,"price":413.31,"order_date":1729452932385963,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478132388,"snapshot":"false","db":"testdb","sequence":"[\"66653187880\",\"66653187880\"]","schema":"public","table":"orders","txId":2194919,"lsn":66653187880,"xmin":null},"op":"c","ts_ms":1729478132517,"transaction":null} -{"before":null,"after":{"id":529,"customer_name":"Joseph Rodriguez","product_name":"Monitor","quantity":3,"price":1440.57,"order_date":1729452932439329,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478132442,"snapshot":"false","db":"testdb","sequence":"[\"66653188112\",\"66653188216\"]","schema":"public","table":"orders","txId":2194920,"lsn":66653188216,"xmin":null},"op":"c","ts_ms":1729478132517,"transaction":null} -{"before":null,"after":{"id":530,"customer_name":"Preston Jones","product_name":"Smartphone","quantity":2,"price":1660.94,"order_date":1729452932471968,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478132473,"snapshot":"false","db":"testdb","sequence":"[\"66653188456\",\"66653188456\"]","schema":"public","table":"orders","txId":2194921,"lsn":66653188456,"xmin":null},"op":"c","ts_ms":1729478132517,"transaction":null} -{"before":null,"after":{"id":202,"customer_name":"Jonathan Jackson","product_name":"Laptop","quantity":2,"price":1895.16,"order_date":1729452914376059,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478132510,"snapshot":"false","db":"testdb","sequence":"[\"66653188696\",\"66653188760\"]","schema":"public","table":"orders","txId":2194922,"lsn":66653188760,"xmin":null},"op":"u","ts_ms":1729478132517,"transaction":null} -{"before":null,"after":{"id":531,"customer_name":"Mr. Ronnie Mathews","product_name":"Headphones","quantity":1,"price":1945.18,"order_date":1729452932531331,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478132533,"snapshot":"false","db":"testdb","sequence":"[\"66653188936\",\"66653188936\"]","schema":"public","table":"orders","txId":2194923,"lsn":66653188936,"xmin":null},"op":"c","ts_ms":1729478133023,"transaction":null} -{"before":null,"after":{"id":532,"customer_name":"John Williams","product_name":"Mouse","quantity":5,"price":553.46,"order_date":1729452932583568,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478132584,"snapshot":"false","db":"testdb","sequence":"[\"66653189168\",\"66653189168\"]","schema":"public","table":"orders","txId":2194924,"lsn":66653189168,"xmin":null},"op":"c","ts_ms":1729478133023,"transaction":null} -{"before":null,"after":{"id":533,"customer_name":"Ashley Miller","product_name":"Headphones","quantity":5,"price":458.71,"order_date":1729452932608094,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478132609,"snapshot":"false","db":"testdb","sequence":"[\"66653189392\",\"66653189392\"]","schema":"public","table":"orders","txId":2194925,"lsn":66653189392,"xmin":null},"op":"c","ts_ms":1729478133023,"transaction":null} -{"before":null,"after":{"id":534,"customer_name":"Brittany Elliott","product_name":"Laptop","quantity":2,"price":1755.48,"order_date":1729452932634456,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478132635,"snapshot":"false","db":"testdb","sequence":"[\"66653189624\",\"66653189624\"]","schema":"public","table":"orders","txId":2194926,"lsn":66653189624,"xmin":null},"op":"c","ts_ms":1729478133023,"transaction":null} -{"before":null,"after":{"id":535,"customer_name":"Kelly Vazquez","product_name":"Headphones","quantity":3,"price":585.46,"order_date":1729452932679171,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478132681,"snapshot":"false","db":"testdb","sequence":"[\"66653189856\",\"66653189856\"]","schema":"public","table":"orders","txId":2194927,"lsn":66653189856,"xmin":null},"op":"c","ts_ms":1729478133023,"transaction":null} -{"before":null,"after":{"id":536,"customer_name":"James Dudley","product_name":"Headphones","quantity":5,"price":1415.17,"order_date":1729452932734577,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478132736,"snapshot":"false","db":"testdb","sequence":"[\"66653190096\",\"66653190096\"]","schema":"public","table":"orders","txId":2194928,"lsn":66653190096,"xmin":null},"op":"c","ts_ms":1729478133023,"transaction":null} -{"before":null,"after":{"id":327,"customer_name":"Adam Brock","product_name":"Smartphone","quantity":3,"price":957.26,"order_date":1729452921284418,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478132782,"snapshot":"false","db":"testdb","sequence":"[\"66653190328\",\"66653190392\"]","schema":"public","table":"orders","txId":2194929,"lsn":66653190392,"xmin":null},"op":"u","ts_ms":1729478133023,"transaction":null} -{"before":null,"after":{"id":537,"customer_name":"Jennifer Webb","product_name":"Mouse","quantity":5,"price":1607.48,"order_date":1729452932824636,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478132826,"snapshot":"false","db":"testdb","sequence":"[\"66653190568\",\"66653190568\"]","schema":"public","table":"orders","txId":2194930,"lsn":66653190568,"xmin":null},"op":"c","ts_ms":1729478133023,"transaction":null} -{"before":null,"after":{"id":538,"customer_name":"Carmen Hess","product_name":"Smartphone","quantity":3,"price":670.52,"order_date":1729452932877625,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478132879,"snapshot":"false","db":"testdb","sequence":"[\"66653190792\",\"66653190792\"]","schema":"public","table":"orders","txId":2194931,"lsn":66653190792,"xmin":null},"op":"c","ts_ms":1729478133023,"transaction":null} -{"before":null,"after":{"id":539,"customer_name":"Jason Bean","product_name":"Headphones","quantity":1,"price":1645.86,"order_date":1729452932906538,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478132908,"snapshot":"false","db":"testdb","sequence":"[\"66653191024\",\"66653191024\"]","schema":"public","table":"orders","txId":2194932,"lsn":66653191024,"xmin":null},"op":"c","ts_ms":1729478133023,"transaction":null} -{"before":null,"after":{"id":540,"customer_name":"Sarah Phillips","product_name":"Headphones","quantity":3,"price":1502.62,"order_date":1729452932952934,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478132954,"snapshot":"false","db":"testdb","sequence":"[\"66653191248\",\"66653191248\"]","schema":"public","table":"orders","txId":2194933,"lsn":66653191248,"xmin":null},"op":"c","ts_ms":1729478133023,"transaction":null} -{"before":null,"after":{"id":46,"customer_name":"Jessica Smith","product_name":"Mouse","quantity":2,"price":1438.36,"order_date":1729452906194394,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478133002,"snapshot":"false","db":"testdb","sequence":"[\"66653191488\",\"66653191552\"]","schema":"public","table":"orders","txId":2194934,"lsn":66653191552,"xmin":null},"op":"u","ts_ms":1729478133024,"transaction":null} -{"before":null,"after":{"id":541,"customer_name":"Eric Jackson","product_name":"Monitor","quantity":5,"price":879.67,"order_date":1729452933057008,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478133058,"snapshot":"false","db":"testdb","sequence":"[\"66653191728\",\"66653191728\"]","schema":"public","table":"orders","txId":2194935,"lsn":66653191728,"xmin":null},"op":"c","ts_ms":1729478133532,"transaction":null} -{"before":null,"after":{"id":542,"customer_name":"Heather Williams","product_name":"Keyboard","quantity":4,"price":153.56,"order_date":1729452933082428,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478133083,"snapshot":"false","db":"testdb","sequence":"[\"66653191960\",\"66653191960\"]","schema":"public","table":"orders","txId":2194936,"lsn":66653191960,"xmin":null},"op":"c","ts_ms":1729478133533,"transaction":null} -{"before":null,"after":{"id":543,"customer_name":"Kayla Cole","product_name":"Laptop","quantity":5,"price":1879.99,"order_date":1729452933137681,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478133139,"snapshot":"false","db":"testdb","sequence":"[\"66653192224\",\"66653192224\"]","schema":"public","table":"orders","txId":2194937,"lsn":66653192224,"xmin":null},"op":"c","ts_ms":1729478133533,"transaction":null} -{"before":null,"after":{"id":544,"customer_name":"Melissa Hill","product_name":"Smartphone","quantity":2,"price":991.71,"order_date":1729452933174226,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478133175,"snapshot":"false","db":"testdb","sequence":"[\"66653192448\",\"66653192448\"]","schema":"public","table":"orders","txId":2194938,"lsn":66653192448,"xmin":null},"op":"c","ts_ms":1729478133533,"transaction":null} -{"before":null,"after":{"id":545,"customer_name":"Matthew Nelson","product_name":"Mouse","quantity":3,"price":275.02,"order_date":1729452933222625,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478133224,"snapshot":"false","db":"testdb","sequence":"[\"66653192680\",\"66653192680\"]","schema":"public","table":"orders","txId":2194939,"lsn":66653192680,"xmin":null},"op":"c","ts_ms":1729478133533,"transaction":null} -{"before":null,"after":{"id":185,"customer_name":"Jose Haynes","product_name":"Mouse","quantity":5,"price":881.24,"order_date":1729452913604588,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478133246,"snapshot":"false","db":"testdb","sequence":"[\"66653192904\",\"66653192968\"]","schema":"public","table":"orders","txId":2194940,"lsn":66653192968,"xmin":null},"op":"u","ts_ms":1729478133533,"transaction":null} -{"before":null,"after":{"id":546,"customer_name":"Wanda Williams","product_name":"Headphones","quantity":3,"price":99.8,"order_date":1729452933276840,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478133278,"snapshot":"false","db":"testdb","sequence":"[\"66653193144\",\"66653193144\"]","schema":"public","table":"orders","txId":2194941,"lsn":66653193144,"xmin":null},"op":"c","ts_ms":1729478133533,"transaction":null} -{"before":null,"after":{"id":547,"customer_name":"Jill Alexander","product_name":"Monitor","quantity":4,"price":1252.21,"order_date":1729452933319422,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478133321,"snapshot":"false","db":"testdb","sequence":"[\"66653193376\",\"66653193376\"]","schema":"public","table":"orders","txId":2194942,"lsn":66653193376,"xmin":null},"op":"c","ts_ms":1729478133533,"transaction":null} -{"before":null,"after":{"id":221,"customer_name":"Robert Campbell","product_name":"Keyboard","quantity":2,"price":1455.12,"order_date":1729452915395569,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478133360,"snapshot":"false","db":"testdb","sequence":"[\"66653193600\",\"66653193664\"]","schema":"public","table":"orders","txId":2194943,"lsn":66653193664,"xmin":null},"op":"u","ts_ms":1729478133533,"transaction":null} -{"before":null,"after":{"id":500,"customer_name":"Carl Dunn","product_name":"Monitor","quantity":1,"price":1162.58,"order_date":1729452930826749,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478133380,"snapshot":"false","db":"testdb","sequence":"[\"66653193848\",\"66653193968\"]","schema":"public","table":"orders","txId":2194944,"lsn":66653193968,"xmin":null},"op":"u","ts_ms":1729478133533,"transaction":null} -{"before":null,"after":{"id":184,"customer_name":"Shelly Miller","product_name":"Laptop","quantity":3,"price":1296.57,"order_date":1729452913478906,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478133430,"snapshot":"false","db":"testdb","sequence":"[\"66653194216\",\"66653194272\"]","schema":"public","table":"orders","txId":2194945,"lsn":66653194272,"xmin":null},"op":"u","ts_ms":1729478133533,"transaction":null} -{"before":null,"after":{"id":256,"customer_name":"Robert Flynn","product_name":"Mouse","quantity":4,"price":473.66,"order_date":1729452917236878,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478133461,"snapshot":"false","db":"testdb","sequence":"[\"66653194448\",\"66653194512\"]","schema":"public","table":"orders","txId":2194946,"lsn":66653194512,"xmin":null},"op":"u","ts_ms":1729478133533,"transaction":null} -{"before":null,"after":{"id":548,"customer_name":"Gregory Sandoval","product_name":"Headphones","quantity":5,"price":637.05,"order_date":1729452933504204,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478133505,"snapshot":"false","db":"testdb","sequence":"[\"66653194688\",\"66653194688\"]","schema":"public","table":"orders","txId":2194947,"lsn":66653194688,"xmin":null},"op":"c","ts_ms":1729478133533,"transaction":null} -{"before":{"id":247,"customer_name":null,"product_name":null,"quantity":null,"price":null,"order_date":null,"status":null},"after":null,"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478133540,"snapshot":"false","db":"testdb","sequence":"[\"66653194928\",\"66653194992\"]","schema":"public","table":"orders","txId":2194948,"lsn":66653194992,"xmin":null},"op":"d","ts_ms":1729478134043,"transaction":null} -{"before":null,"after":{"id":549,"customer_name":"Christine Levy","product_name":"Smartphone","quantity":2,"price":1677.87,"order_date":1729452933587642,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478133588,"snapshot":"false","db":"testdb","sequence":"[\"66653195104\",\"66653195104\"]","schema":"public","table":"orders","txId":2194949,"lsn":66653195104,"xmin":null},"op":"c","ts_ms":1729478134043,"transaction":null} -{"before":null,"after":{"id":550,"customer_name":"Steven Phillips","product_name":"Headphones","quantity":1,"price":606.38,"order_date":1729452933643858,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478133645,"snapshot":"false","db":"testdb","sequence":"[\"66653195344\",\"66653195344\"]","schema":"public","table":"orders","txId":2194950,"lsn":66653195344,"xmin":null},"op":"c","ts_ms":1729478134043,"transaction":null} -{"before":null,"after":{"id":551,"customer_name":"Tiffany Mitchell","product_name":"Keyboard","quantity":5,"price":940.81,"order_date":1729452933675422,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478133677,"snapshot":"false","db":"testdb","sequence":"[\"66653195584\",\"66653195584\"]","schema":"public","table":"orders","txId":2194951,"lsn":66653195584,"xmin":null},"op":"c","ts_ms":1729478134043,"transaction":null} -{"before":null,"after":{"id":552,"customer_name":"Elizabeth Hubbard","product_name":"Smartphone","quantity":1,"price":1170.17,"order_date":1729452933725710,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478133727,"snapshot":"false","db":"testdb","sequence":"[\"66653195824\",\"66653195824\"]","schema":"public","table":"orders","txId":2194952,"lsn":66653195824,"xmin":null},"op":"c","ts_ms":1729478134043,"transaction":null} -{"before":null,"after":{"id":553,"customer_name":"Thomas Moore","product_name":"Smartphone","quantity":5,"price":50.34,"order_date":1729452933744386,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478133746,"snapshot":"false","db":"testdb","sequence":"[\"66653196064\",\"66653196064\"]","schema":"public","table":"orders","txId":2194953,"lsn":66653196064,"xmin":null},"op":"c","ts_ms":1729478134043,"transaction":null} -{"before":null,"after":{"id":554,"customer_name":"Donald Vaughn","product_name":"Headphones","quantity":3,"price":614.78,"order_date":1729452933790788,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478133792,"snapshot":"false","db":"testdb","sequence":"[\"66653196288\",\"66653196288\"]","schema":"public","table":"orders","txId":2194954,"lsn":66653196288,"xmin":null},"op":"c","ts_ms":1729478134043,"transaction":null} -{"before":null,"after":{"id":555,"customer_name":"Susan Brock","product_name":"Mouse","quantity":4,"price":636.77,"order_date":1729452933840406,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478133842,"snapshot":"false","db":"testdb","sequence":"[\"66653196528\",\"66653196528\"]","schema":"public","table":"orders","txId":2194955,"lsn":66653196528,"xmin":null},"op":"c","ts_ms":1729478134043,"transaction":null} -{"before":null,"after":{"id":556,"customer_name":"Kimberly Watson","product_name":"Smartphone","quantity":5,"price":1755.74,"order_date":1729452933888163,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478133889,"snapshot":"false","db":"testdb","sequence":"[\"66653196752\",\"66653196752\"]","schema":"public","table":"orders","txId":2194956,"lsn":66653196752,"xmin":null},"op":"c","ts_ms":1729478134043,"transaction":null} -{"before":null,"after":{"id":557,"customer_name":"Andrew Sosa","product_name":"Headphones","quantity":5,"price":960.57,"order_date":1729452933931060,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478133933,"snapshot":"false","db":"testdb","sequence":"[\"66653196984\",\"66653196984\"]","schema":"public","table":"orders","txId":2194957,"lsn":66653196984,"xmin":null},"op":"c","ts_ms":1729478134043,"transaction":null} -{"before":null,"after":{"id":558,"customer_name":"Robert Lambert","product_name":"Smartphone","quantity":5,"price":161.19,"order_date":1729452933987131,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478133988,"snapshot":"false","db":"testdb","sequence":"[\"66653197208\",\"66653197208\"]","schema":"public","table":"orders","txId":2194958,"lsn":66653197208,"xmin":null},"op":"c","ts_ms":1729478134043,"transaction":null} -{"before":null,"after":{"id":559,"customer_name":"Kimberly Bennett","product_name":"Monitor","quantity":5,"price":980.75,"order_date":1729452934021934,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478134023,"snapshot":"false","db":"testdb","sequence":"[\"66653197448\",\"66653197448\"]","schema":"public","table":"orders","txId":2194959,"lsn":66653197448,"xmin":null},"op":"c","ts_ms":1729478134043,"transaction":null} -{"before":null,"after":{"id":102,"customer_name":"Erica Williams","product_name":"Keyboard","quantity":2,"price":1736.75,"order_date":1729452909163172,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478134067,"snapshot":"false","db":"testdb","sequence":"[\"66653197680\",\"66653197744\"]","schema":"public","table":"orders","txId":2194960,"lsn":66653197744,"xmin":null},"op":"u","ts_ms":1729478134553,"transaction":null} -{"before":null,"after":{"id":560,"customer_name":"Dylan Johnson","product_name":"Mouse","quantity":2,"price":838.19,"order_date":1729452934086066,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478134088,"snapshot":"false","db":"testdb","sequence":"[\"66653197920\",\"66653197920\"]","schema":"public","table":"orders","txId":2194961,"lsn":66653197920,"xmin":null},"op":"c","ts_ms":1729478134554,"transaction":null} -{"before":null,"after":{"id":561,"customer_name":"Olivia Clayton MD","product_name":"Laptop","quantity":2,"price":1159.9,"order_date":1729452934128967,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478134130,"snapshot":"false","db":"testdb","sequence":"[\"66653198144\",\"66653198144\"]","schema":"public","table":"orders","txId":2194962,"lsn":66653198144,"xmin":null},"op":"c","ts_ms":1729478134554,"transaction":null} -{"before":null,"after":{"id":562,"customer_name":"Teresa Banks","product_name":"Keyboard","quantity":5,"price":97.99,"order_date":1729452934147691,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478134149,"snapshot":"false","db":"testdb","sequence":"[\"66653198376\",\"66653198480\"]","schema":"public","table":"orders","txId":2194963,"lsn":66653198480,"xmin":null},"op":"c","ts_ms":1729478134554,"transaction":null} -{"before":null,"after":{"id":205,"customer_name":"Katie Bowen","product_name":"Laptop","quantity":3,"price":1010.69,"order_date":1729452914611227,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478134179,"snapshot":"false","db":"testdb","sequence":"[\"66653198712\",\"66653198776\"]","schema":"public","table":"orders","txId":2194964,"lsn":66653198776,"xmin":null},"op":"u","ts_ms":1729478134554,"transaction":null} -{"before":{"id":348,"customer_name":null,"product_name":null,"quantity":null,"price":null,"order_date":null,"status":null},"after":null,"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478134205,"snapshot":"false","db":"testdb","sequence":"[\"66653198952\",\"66653199016\"]","schema":"public","table":"orders","txId":2194965,"lsn":66653199016,"xmin":null},"op":"d","ts_ms":1729478134554,"transaction":null} -{"before":null,"after":{"id":563,"customer_name":"Robert Perkins","product_name":"Monitor","quantity":5,"price":730.47,"order_date":1729452934234778,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478134236,"snapshot":"false","db":"testdb","sequence":"[\"66653199128\",\"66653199128\"]","schema":"public","table":"orders","txId":2194966,"lsn":66653199128,"xmin":null},"op":"c","ts_ms":1729478134554,"transaction":null} -{"before":null,"after":{"id":564,"customer_name":"Alison Shaw DDS","product_name":"Smartphone","quantity":1,"price":202.06,"order_date":1729452934264980,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478134266,"snapshot":"false","db":"testdb","sequence":"[\"66653199352\",\"66653199352\"]","schema":"public","table":"orders","txId":2194967,"lsn":66653199352,"xmin":null},"op":"c","ts_ms":1729478134554,"transaction":null} -{"before":null,"after":{"id":406,"customer_name":"Jeffrey Bailey","product_name":"Monitor","quantity":1,"price":1812.7,"order_date":1729452925358926,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478134300,"snapshot":"false","db":"testdb","sequence":"[\"66653199584\",\"66653199640\"]","schema":"public","table":"orders","txId":2194968,"lsn":66653199640,"xmin":null},"op":"u","ts_ms":1729478134554,"transaction":null} -{"before":null,"after":{"id":426,"customer_name":"Michael Lam","product_name":"Monitor","quantity":4,"price":387.62,"order_date":1729452926567365,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478134339,"snapshot":"false","db":"testdb","sequence":"[\"66653199816\",\"66653199880\"]","schema":"public","table":"orders","txId":2194969,"lsn":66653199880,"xmin":null},"op":"u","ts_ms":1729478134554,"transaction":null} -{"before":null,"after":{"id":565,"customer_name":"Crystal Nolan","product_name":"Monitor","quantity":5,"price":555.72,"order_date":1729452934373960,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478134375,"snapshot":"false","db":"testdb","sequence":"[\"66653200056\",\"66653200056\"]","schema":"public","table":"orders","txId":2194970,"lsn":66653200056,"xmin":null},"op":"c","ts_ms":1729478134554,"transaction":null} -{"before":null,"after":{"id":566,"customer_name":"Sara Scott","product_name":"Mouse","quantity":3,"price":727.62,"order_date":1729452934428594,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478134429,"snapshot":"false","db":"testdb","sequence":"[\"66653200288\",\"66653200288\"]","schema":"public","table":"orders","txId":2194971,"lsn":66653200288,"xmin":null},"op":"c","ts_ms":1729478134554,"transaction":null} -{"before":null,"after":{"id":567,"customer_name":"Andrew Moore","product_name":"Laptop","quantity":4,"price":1985.58,"order_date":1729452934481751,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478134484,"snapshot":"false","db":"testdb","sequence":"[\"66653200544\",\"66653200544\"]","schema":"public","table":"orders","txId":2194972,"lsn":66653200544,"xmin":null},"op":"c","ts_ms":1729478134554,"transaction":null} -{"before":null,"after":{"id":568,"customer_name":"Anthony Gardner","product_name":"Keyboard","quantity":3,"price":1306.19,"order_date":1729452934518811,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478134520,"snapshot":"false","db":"testdb","sequence":"[\"66653200768\",\"66653200768\"]","schema":"public","table":"orders","txId":2194973,"lsn":66653200768,"xmin":null},"op":"c","ts_ms":1729478134554,"transaction":null} -{"before":null,"after":{"id":243,"customer_name":"Christine Ward","product_name":"Headphones","quantity":2,"price":1060.91,"order_date":1729452916563905,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478134583,"snapshot":"false","db":"testdb","sequence":"[\"66653201008\",\"66653201072\"]","schema":"public","table":"orders","txId":2194974,"lsn":66653201072,"xmin":null},"op":"u","ts_ms":1729478135062,"transaction":null} -{"before":null,"after":{"id":275,"customer_name":"Denise Le","product_name":"Monitor","quantity":3,"price":226.18,"order_date":1729452918350816,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478134636,"snapshot":"false","db":"testdb","sequence":"[\"66653201256\",\"66653201320\"]","schema":"public","table":"orders","txId":2194975,"lsn":66653201320,"xmin":null},"op":"u","ts_ms":1729478135062,"transaction":null} -{"before":null,"after":{"id":569,"customer_name":"Joseph Wilson","product_name":"Mouse","quantity":3,"price":515.11,"order_date":1729452934668584,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478134669,"snapshot":"false","db":"testdb","sequence":"[\"66653201496\",\"66653201496\"]","schema":"public","table":"orders","txId":2194976,"lsn":66653201496,"xmin":null},"op":"c","ts_ms":1729478135062,"transaction":null} -{"before":null,"after":{"id":570,"customer_name":"Shannon Mcmahon","product_name":"Headphones","quantity":4,"price":1606.64,"order_date":1729452934699348,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478134701,"snapshot":"false","db":"testdb","sequence":"[\"66653201720\",\"66653201720\"]","schema":"public","table":"orders","txId":2194977,"lsn":66653201720,"xmin":null},"op":"c","ts_ms":1729478135062,"transaction":null} -{"before":null,"after":{"id":571,"customer_name":"Jason Bryan","product_name":"Mouse","quantity":5,"price":997.35,"order_date":1729452934719379,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478134720,"snapshot":"false","db":"testdb","sequence":"[\"66653201952\",\"66653201952\"]","schema":"public","table":"orders","txId":2194978,"lsn":66653201952,"xmin":null},"op":"c","ts_ms":1729478135062,"transaction":null} -{"before":null,"after":{"id":520,"customer_name":"Miss Lisa Mitchell","product_name":"Keyboard","quantity":1,"price":485.7,"order_date":1729452931914720,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478134782,"snapshot":"false","db":"testdb","sequence":"[\"66653202184\",\"66653202248\"]","schema":"public","table":"orders","txId":2194979,"lsn":66653202248,"xmin":null},"op":"u","ts_ms":1729478135062,"transaction":null} -{"before":null,"after":{"id":572,"customer_name":"John Sawyer","product_name":"Monitor","quantity":1,"price":469.93,"order_date":1729452934829941,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478134831,"snapshot":"false","db":"testdb","sequence":"[\"66653202432\",\"66653202432\"]","schema":"public","table":"orders","txId":2194980,"lsn":66653202432,"xmin":null},"op":"c","ts_ms":1729478135062,"transaction":null} -{"before":null,"after":{"id":573,"customer_name":"Cody Vargas","product_name":"Keyboard","quantity":2,"price":729.55,"order_date":1729452934863946,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478134865,"snapshot":"false","db":"testdb","sequence":"[\"66653202664\",\"66653202664\"]","schema":"public","table":"orders","txId":2194981,"lsn":66653202664,"xmin":null},"op":"c","ts_ms":1729478135062,"transaction":null} -{"before":null,"after":{"id":289,"customer_name":"Stacy Arnold","product_name":"Keyboard","quantity":4,"price":144.04,"order_date":1729452919025812,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478134932,"snapshot":"false","db":"testdb","sequence":"[\"66653202896\",\"66653202960\"]","schema":"public","table":"orders","txId":2194982,"lsn":66653202960,"xmin":null},"op":"u","ts_ms":1729478135062,"transaction":null} -{"before":null,"after":{"id":535,"customer_name":"Kelly Vazquez","product_name":"Headphones","quantity":3,"price":585.46,"order_date":1729452932679171,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478134984,"snapshot":"false","db":"testdb","sequence":"[\"66653203136\",\"66653203200\"]","schema":"public","table":"orders","txId":2194983,"lsn":66653203200,"xmin":null},"op":"u","ts_ms":1729478135062,"transaction":null} -{"before":null,"after":{"id":12,"customer_name":"Dustin Roberts","product_name":"Smartphone","quantity":2,"price":1411.95,"order_date":1729452904235217,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478135044,"snapshot":"false","db":"testdb","sequence":"[\"66653203384\",\"66653203384\"]","schema":"public","table":"orders","txId":2194984,"lsn":66653203384,"xmin":null},"op":"u","ts_ms":1729478135062,"transaction":null} -{"before":null,"after":{"id":525,"customer_name":"Joseph Smith","product_name":"Mouse","quantity":2,"price":1864.25,"order_date":1729452932203290,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478135087,"snapshot":"false","db":"testdb","sequence":"[\"66653203568\",\"66653203632\"]","schema":"public","table":"orders","txId":2194985,"lsn":66653203632,"xmin":null},"op":"u","ts_ms":1729478135571,"transaction":null} -{"before":null,"after":{"id":499,"customer_name":"Jacob Smith","product_name":"Headphones","quantity":4,"price":884.87,"order_date":1729452930759666,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478135126,"snapshot":"false","db":"testdb","sequence":"[\"66653203808\",\"66653203872\"]","schema":"public","table":"orders","txId":2194986,"lsn":66653203872,"xmin":null},"op":"u","ts_ms":1729478135571,"transaction":null} -{"before":null,"after":{"id":574,"customer_name":"Devon Taylor","product_name":"Monitor","quantity":5,"price":1797.9,"order_date":1729452935149168,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478135150,"snapshot":"false","db":"testdb","sequence":"[\"66653204048\",\"66653204048\"]","schema":"public","table":"orders","txId":2194987,"lsn":66653204048,"xmin":null},"op":"c","ts_ms":1729478135571,"transaction":null} -{"before":null,"after":{"id":372,"customer_name":"Madeline Wright","product_name":"Laptop","quantity":1,"price":1198.93,"order_date":1729452923607567,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478135186,"snapshot":"false","db":"testdb","sequence":"[\"66653204280\",\"66653204344\"]","schema":"public","table":"orders","txId":2194988,"lsn":66653204344,"xmin":null},"op":"u","ts_ms":1729478135571,"transaction":null} -{"before":null,"after":{"id":575,"customer_name":"Nicole Smith","product_name":"Headphones","quantity":4,"price":198.85,"order_date":1729452935215110,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478135216,"snapshot":"false","db":"testdb","sequence":"[\"66653204520\",\"66653204520\"]","schema":"public","table":"orders","txId":2194989,"lsn":66653204520,"xmin":null},"op":"c","ts_ms":1729478135571,"transaction":null} -{"before":null,"after":{"id":576,"customer_name":"Robin Bates","product_name":"Mouse","quantity":1,"price":161.59,"order_date":1729452935253596,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478135255,"snapshot":"false","db":"testdb","sequence":"[\"66653204752\",\"66653204752\"]","schema":"public","table":"orders","txId":2194990,"lsn":66653204752,"xmin":null},"op":"c","ts_ms":1729478135571,"transaction":null} -{"before":null,"after":{"id":577,"customer_name":"Mary Finley","product_name":"Smartphone","quantity":2,"price":1187.9,"order_date":1729452935275082,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478135276,"snapshot":"false","db":"testdb","sequence":"[\"66653204984\",\"66653204984\"]","schema":"public","table":"orders","txId":2194991,"lsn":66653204984,"xmin":null},"op":"c","ts_ms":1729478135571,"transaction":null} -{"before":null,"after":{"id":578,"customer_name":"Deanna Franco","product_name":"Mouse","quantity":1,"price":959.24,"order_date":1729452935313625,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478135315,"snapshot":"false","db":"testdb","sequence":"[\"66653205208\",\"66653205208\"]","schema":"public","table":"orders","txId":2194992,"lsn":66653205208,"xmin":null},"op":"c","ts_ms":1729478135571,"transaction":null} -{"before":null,"after":{"id":579,"customer_name":"Todd Mann","product_name":"Smartphone","quantity":2,"price":576.61,"order_date":1729452935366678,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478135368,"snapshot":"false","db":"testdb","sequence":"[\"66653205432\",\"66653205432\"]","schema":"public","table":"orders","txId":2194993,"lsn":66653205432,"xmin":null},"op":"c","ts_ms":1729478135571,"transaction":null} -{"before":null,"after":{"id":580,"customer_name":"Kellie Garner","product_name":"Monitor","quantity":5,"price":1385.76,"order_date":1729452935420463,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478135422,"snapshot":"false","db":"testdb","sequence":"[\"66653205664\",\"66653205664\"]","schema":"public","table":"orders","txId":2194994,"lsn":66653205664,"xmin":null},"op":"c","ts_ms":1729478135571,"transaction":null} -{"before":null,"after":{"id":581,"customer_name":"Albert Barton","product_name":"Headphones","quantity":1,"price":69.83,"order_date":1729452935440762,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478135443,"snapshot":"false","db":"testdb","sequence":"[\"66653205888\",\"66653205888\"]","schema":"public","table":"orders","txId":2194995,"lsn":66653205888,"xmin":null},"op":"c","ts_ms":1729478135571,"transaction":null} -{"before":null,"after":{"id":334,"customer_name":"Jessica Holmes","product_name":"Monitor","quantity":2,"price":167.06,"order_date":1729452921670114,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478135493,"snapshot":"false","db":"testdb","sequence":"[\"66653206128\",\"66653206192\"]","schema":"public","table":"orders","txId":2194996,"lsn":66653206192,"xmin":null},"op":"u","ts_ms":1729478135571,"transaction":null} -{"before":null,"after":{"id":582,"customer_name":"Andrea Floyd","product_name":"Monitor","quantity":2,"price":1026.71,"order_date":1729452935519479,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478135520,"snapshot":"false","db":"testdb","sequence":"[\"66653206368\",\"66653206368\"]","schema":"public","table":"orders","txId":2194997,"lsn":66653206368,"xmin":null},"op":"c","ts_ms":1729478135571,"transaction":null} -{"before":null,"after":{"id":583,"customer_name":"Robert Barton","product_name":"Headphones","quantity":4,"price":1599.53,"order_date":1729452935543974,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478135545,"snapshot":"false","db":"testdb","sequence":"[\"66653206600\",\"66653206600\"]","schema":"public","table":"orders","txId":2194998,"lsn":66653206600,"xmin":null},"op":"c","ts_ms":1729478135571,"transaction":null} -{"before":null,"after":{"id":108,"customer_name":"Evan Tyler","product_name":"Smartphone","quantity":1,"price":1316.84,"order_date":1729452909620124,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478135601,"snapshot":"false","db":"testdb","sequence":"[\"66653206840\",\"66653206904\"]","schema":"public","table":"orders","txId":2194999,"lsn":66653206904,"xmin":null},"op":"u","ts_ms":1729478136077,"transaction":null} -{"before":null,"after":{"id":584,"customer_name":"Felicia Campbell","product_name":"Monitor","quantity":2,"price":1762.06,"order_date":1729452935623814,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478135625,"snapshot":"false","db":"testdb","sequence":"[\"66653207080\",\"66653207080\"]","schema":"public","table":"orders","txId":2195000,"lsn":66653207080,"xmin":null},"op":"c","ts_ms":1729478136077,"transaction":null} -{"before":null,"after":{"id":585,"customer_name":"Amy Carpenter","product_name":"Headphones","quantity":5,"price":1577.82,"order_date":1729452935658772,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478135660,"snapshot":"false","db":"testdb","sequence":"[\"66653207320\",\"66653207320\"]","schema":"public","table":"orders","txId":2195001,"lsn":66653207320,"xmin":null},"op":"c","ts_ms":1729478136077,"transaction":null} -{"before":null,"after":{"id":586,"customer_name":"Christina Simmons","product_name":"Mouse","quantity":3,"price":1781.35,"order_date":1729452935711723,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478135713,"snapshot":"false","db":"testdb","sequence":"[\"66653207552\",\"66653207552\"]","schema":"public","table":"orders","txId":2195002,"lsn":66653207552,"xmin":null},"op":"c","ts_ms":1729478136077,"transaction":null} -{"before":null,"after":{"id":246,"customer_name":"James Warner","product_name":"Monitor","quantity":1,"price":774.68,"order_date":1729452916654646,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478135753,"snapshot":"false","db":"testdb","sequence":"[\"66653207776\",\"66653207840\"]","schema":"public","table":"orders","txId":2195003,"lsn":66653207840,"xmin":null},"op":"u","ts_ms":1729478136077,"transaction":null} -{"before":{"id":416,"customer_name":null,"product_name":null,"quantity":null,"price":null,"order_date":null,"status":null},"after":null,"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478135776,"snapshot":"false","db":"testdb","sequence":"[\"66653208016\",\"66653208080\"]","schema":"public","table":"orders","txId":2195004,"lsn":66653208080,"xmin":null},"op":"d","ts_ms":1729478136077,"transaction":null} -{"before":null,"after":{"id":587,"customer_name":"Susan Bowen","product_name":"Mouse","quantity":1,"price":1773.72,"order_date":1729452935820199,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478135821,"snapshot":"false","db":"testdb","sequence":"[\"66653208192\",\"66653208192\"]","schema":"public","table":"orders","txId":2195005,"lsn":66653208192,"xmin":null},"op":"c","ts_ms":1729478136077,"transaction":null} -{"before":null,"after":{"id":588,"customer_name":"Jordan Thomas","product_name":"Monitor","quantity":2,"price":1606.5,"order_date":1729452935861719,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478135862,"snapshot":"false","db":"testdb","sequence":"[\"66653208424\",\"66653208424\"]","schema":"public","table":"orders","txId":2195006,"lsn":66653208424,"xmin":null},"op":"c","ts_ms":1729478136077,"transaction":null} -{"before":null,"after":{"id":415,"customer_name":"Michelle Perez","product_name":"Smartphone","quantity":1,"price":1436.39,"order_date":1729452925889608,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478135901,"snapshot":"false","db":"testdb","sequence":"[\"66653208672\",\"66653208736\"]","schema":"public","table":"orders","txId":2195007,"lsn":66653208736,"xmin":null},"op":"u","ts_ms":1729478136077,"transaction":null} -{"before":null,"after":{"id":589,"customer_name":"Steven Ward","product_name":"Laptop","quantity":5,"price":1054.05,"order_date":1729452935936878,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478135938,"snapshot":"false","db":"testdb","sequence":"[\"66653208920\",\"66653208920\"]","schema":"public","table":"orders","txId":2195008,"lsn":66653208920,"xmin":null},"op":"c","ts_ms":1729478136077,"transaction":null} -{"before":null,"after":{"id":590,"customer_name":"Maria Williams","product_name":"Laptop","quantity":3,"price":63.45,"order_date":1729452935978600,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478135980,"snapshot":"false","db":"testdb","sequence":"[\"66653209144\",\"66653209144\"]","schema":"public","table":"orders","txId":2195009,"lsn":66653209144,"xmin":null},"op":"c","ts_ms":1729478136077,"transaction":null} -{"before":null,"after":{"id":591,"customer_name":"Tony Payne","product_name":"Laptop","quantity":4,"price":148.43,"order_date":1729452936017200,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478136018,"snapshot":"false","db":"testdb","sequence":"[\"66653209376\",\"66653209376\"]","schema":"public","table":"orders","txId":2195010,"lsn":66653209376,"xmin":null},"op":"c","ts_ms":1729478136077,"transaction":null} -{"before":null,"after":{"id":592,"customer_name":"Michelle Decker","product_name":"Laptop","quantity":3,"price":1217.51,"order_date":1729452936044521,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478136046,"snapshot":"false","db":"testdb","sequence":"[\"66653209600\",\"66653209600\"]","schema":"public","table":"orders","txId":2195011,"lsn":66653209600,"xmin":null},"op":"c","ts_ms":1729478136077,"transaction":null} -{"before":null,"after":{"id":593,"customer_name":"Kenneth Hansen","product_name":"Smartphone","quantity":2,"price":1384.51,"order_date":1729452936063532,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478136064,"snapshot":"false","db":"testdb","sequence":"[\"66653209824\",\"66653209824\"]","schema":"public","table":"orders","txId":2195012,"lsn":66653209824,"xmin":null},"op":"c","ts_ms":1729478136077,"transaction":null} -{"before":null,"after":{"id":594,"customer_name":"John Rivera","product_name":"Keyboard","quantity":4,"price":1234.87,"order_date":1729452936112105,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478136113,"snapshot":"false","db":"testdb","sequence":"[\"66653210056\",\"66653210056\"]","schema":"public","table":"orders","txId":2195013,"lsn":66653210056,"xmin":null},"op":"c","ts_ms":1729478136583,"transaction":null} -{"before":null,"after":{"id":595,"customer_name":"Lauren Howard","product_name":"Mouse","quantity":5,"price":1127.24,"order_date":1729452936135299,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478136136,"snapshot":"false","db":"testdb","sequence":"[\"66653210288\",\"66653210392\"]","schema":"public","table":"orders","txId":2195014,"lsn":66653210392,"xmin":null},"op":"c","ts_ms":1729478136583,"transaction":null} -{"before":null,"after":{"id":322,"customer_name":"Jennifer Eaton","product_name":"Keyboard","quantity":2,"price":848.7,"order_date":1729452920969712,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478136174,"snapshot":"false","db":"testdb","sequence":"[\"66653210624\",\"66653210688\"]","schema":"public","table":"orders","txId":2195015,"lsn":66653210688,"xmin":null},"op":"u","ts_ms":1729478136583,"transaction":null} -{"before":null,"after":{"id":596,"customer_name":"Latasha Rogers","product_name":"Mouse","quantity":5,"price":1656.34,"order_date":1729452936209425,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478136210,"snapshot":"false","db":"testdb","sequence":"[\"66653210864\",\"66653210864\"]","schema":"public","table":"orders","txId":2195016,"lsn":66653210864,"xmin":null},"op":"c","ts_ms":1729478136583,"transaction":null} -{"before":null,"after":{"id":597,"customer_name":"Dr. Samuel Ray","product_name":"Keyboard","quantity":1,"price":1450.14,"order_date":1729452936258573,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478136260,"snapshot":"false","db":"testdb","sequence":"[\"66653211088\",\"66653211088\"]","schema":"public","table":"orders","txId":2195017,"lsn":66653211088,"xmin":null},"op":"c","ts_ms":1729478136583,"transaction":null} -{"before":null,"after":{"id":598,"customer_name":"Christine Thornton","product_name":"Smartphone","quantity":1,"price":581.55,"order_date":1729452936317843,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478136320,"snapshot":"false","db":"testdb","sequence":"[\"66653211312\",\"66653211312\"]","schema":"public","table":"orders","txId":2195018,"lsn":66653211312,"xmin":null},"op":"c","ts_ms":1729478136583,"transaction":null} -{"before":null,"after":{"id":599,"customer_name":"Darren Solis","product_name":"Smartphone","quantity":5,"price":653.86,"order_date":1729452936353720,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478136355,"snapshot":"false","db":"testdb","sequence":"[\"66653211552\",\"66653211552\"]","schema":"public","table":"orders","txId":2195019,"lsn":66653211552,"xmin":null},"op":"c","ts_ms":1729478136583,"transaction":null} -{"before":null,"after":{"id":600,"customer_name":"Michael Martinez","product_name":"Monitor","quantity":3,"price":1196.24,"order_date":1729452936382955,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478136384,"snapshot":"false","db":"testdb","sequence":"[\"66653211784\",\"66653211784\"]","schema":"public","table":"orders","txId":2195020,"lsn":66653211784,"xmin":null},"op":"c","ts_ms":1729478136583,"transaction":null} -{"before":null,"after":{"id":601,"customer_name":"Brooke Moore","product_name":"Monitor","quantity":3,"price":139.29,"order_date":1729452936453334,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478136454,"snapshot":"false","db":"testdb","sequence":"[\"66653212024\",\"66653212024\"]","schema":"public","table":"orders","txId":2195021,"lsn":66653212024,"xmin":null},"op":"c","ts_ms":1729478136583,"transaction":null} -{"before":null,"after":{"id":602,"customer_name":"James Lucas","product_name":"Keyboard","quantity":2,"price":1325.85,"order_date":1729452936502749,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478136504,"snapshot":"false","db":"testdb","sequence":"[\"66653212256\",\"66653212256\"]","schema":"public","table":"orders","txId":2195022,"lsn":66653212256,"xmin":null},"op":"c","ts_ms":1729478136583,"transaction":null} -{"before":null,"after":{"id":66,"customer_name":"Kenneth Solomon","product_name":"Laptop","quantity":1,"price":444.33,"order_date":1729452907090885,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478136539,"snapshot":"false","db":"testdb","sequence":"[\"66653212488\",\"66653212552\"]","schema":"public","table":"orders","txId":2195023,"lsn":66653212552,"xmin":null},"op":"u","ts_ms":1729478136583,"transaction":null} -{"before":null,"after":{"id":80,"customer_name":"Jeffrey Myers","product_name":"Monitor","quantity":5,"price":1405.16,"order_date":1729452907874352,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478136578,"snapshot":"false","db":"testdb","sequence":"[\"66653212728\",\"66653212792\"]","schema":"public","table":"orders","txId":2195024,"lsn":66653212792,"xmin":null},"op":"u","ts_ms":1729478136583,"transaction":null} -{"before":null,"after":{"id":603,"customer_name":"Robert Burch","product_name":"Laptop","quantity":2,"price":391.09,"order_date":1729452936623143,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478136624,"snapshot":"false","db":"testdb","sequence":"[\"66653212968\",\"66653212968\"]","schema":"public","table":"orders","txId":2195025,"lsn":66653212968,"xmin":null},"op":"c","ts_ms":1729478137091,"transaction":null} -{"before":null,"after":{"id":604,"customer_name":"Matthew Jensen","product_name":"Headphones","quantity":3,"price":958.08,"order_date":1729452936644060,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478136645,"snapshot":"false","db":"testdb","sequence":"[\"66653213192\",\"66653213192\"]","schema":"public","table":"orders","txId":2195026,"lsn":66653213192,"xmin":null},"op":"c","ts_ms":1729478137091,"transaction":null} -{"before":null,"after":{"id":605,"customer_name":"Tina Hurst","product_name":"Headphones","quantity":1,"price":1527.61,"order_date":1729452936699413,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478136701,"snapshot":"false","db":"testdb","sequence":"[\"66653213432\",\"66653213432\"]","schema":"public","table":"orders","txId":2195027,"lsn":66653213432,"xmin":null},"op":"c","ts_ms":1729478137091,"transaction":null} -{"before":null,"after":{"id":606,"customer_name":"Nicholas Robinson","product_name":"Smartphone","quantity":5,"price":843.32,"order_date":1729452936727406,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478136729,"snapshot":"false","db":"testdb","sequence":"[\"66653213656\",\"66653213656\"]","schema":"public","table":"orders","txId":2195028,"lsn":66653213656,"xmin":null},"op":"c","ts_ms":1729478137091,"transaction":null} -{"before":null,"after":{"id":114,"customer_name":"Charles Luna","product_name":"Monitor","quantity":5,"price":991.95,"order_date":1729452909892406,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478136780,"snapshot":"false","db":"testdb","sequence":"[\"66653213896\",\"66653213960\"]","schema":"public","table":"orders","txId":2195029,"lsn":66653213960,"xmin":null},"op":"u","ts_ms":1729478137091,"transaction":null} -{"before":null,"after":{"id":607,"customer_name":"Martin Gibson","product_name":"Smartphone","quantity":3,"price":419.05,"order_date":1729452936817502,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478136819,"snapshot":"false","db":"testdb","sequence":"[\"66653214136\",\"66653214136\"]","schema":"public","table":"orders","txId":2195030,"lsn":66653214136,"xmin":null},"op":"c","ts_ms":1729478137091,"transaction":null} -{"before":null,"after":{"id":608,"customer_name":"Keith Miller","product_name":"Keyboard","quantity":4,"price":281.57,"order_date":1729452936874558,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478136876,"snapshot":"false","db":"testdb","sequence":"[\"66653214368\",\"66653214368\"]","schema":"public","table":"orders","txId":2195031,"lsn":66653214368,"xmin":null},"op":"c","ts_ms":1729478137091,"transaction":null} -{"before":null,"after":{"id":609,"customer_name":"Laura Underwood","product_name":"Smartphone","quantity":4,"price":779.06,"order_date":1729452936895055,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478136896,"snapshot":"false","db":"testdb","sequence":"[\"66653214600\",\"66653214600\"]","schema":"public","table":"orders","txId":2195032,"lsn":66653214600,"xmin":null},"op":"c","ts_ms":1729478137091,"transaction":null} -{"before":null,"after":{"id":610,"customer_name":"Lori Duke","product_name":"Mouse","quantity":3,"price":1311.35,"order_date":1729452936916399,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478136917,"snapshot":"false","db":"testdb","sequence":"[\"66653214840\",\"66653214840\"]","schema":"public","table":"orders","txId":2195033,"lsn":66653214840,"xmin":null},"op":"c","ts_ms":1729478137091,"transaction":null} -{"before":null,"after":{"id":337,"customer_name":"Monique Calhoun","product_name":"Smartphone","quantity":5,"price":246.69,"order_date":1729452921819008,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478136960,"snapshot":"false","db":"testdb","sequence":"[\"66653215064\",\"66653215128\"]","schema":"public","table":"orders","txId":2195034,"lsn":66653215128,"xmin":null},"op":"u","ts_ms":1729478137091,"transaction":null} -{"before":null,"after":{"id":602,"customer_name":"James Lucas","product_name":"Keyboard","quantity":2,"price":1325.85,"order_date":1729452936502749,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478137002,"snapshot":"false","db":"testdb","sequence":"[\"66653215312\",\"66653215376\"]","schema":"public","table":"orders","txId":2195035,"lsn":66653215376,"xmin":null},"op":"u","ts_ms":1729478137091,"transaction":null} -{"before":null,"after":{"id":611,"customer_name":"Derrick Wright","product_name":"Smartphone","quantity":4,"price":88.04,"order_date":1729452937043891,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478137045,"snapshot":"false","db":"testdb","sequence":"[\"66653215552\",\"66653215552\"]","schema":"public","table":"orders","txId":2195036,"lsn":66653215552,"xmin":null},"op":"c","ts_ms":1729478137091,"transaction":null} -{"before":null,"after":{"id":612,"customer_name":"William Coleman","product_name":"Keyboard","quantity":5,"price":258.01,"order_date":1729452937095124,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478137096,"snapshot":"false","db":"testdb","sequence":"[\"66653215784\",\"66653215784\"]","schema":"public","table":"orders","txId":2195037,"lsn":66653215784,"xmin":null},"op":"c","ts_ms":1729478137096,"transaction":null} -{"before":{"id":496,"customer_name":null,"product_name":null,"quantity":null,"price":null,"order_date":null,"status":null},"after":null,"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478137118,"snapshot":"false","db":"testdb","sequence":"[\"66653216016\",\"66653216080\"]","schema":"public","table":"orders","txId":2195038,"lsn":66653216080,"xmin":null},"op":"d","ts_ms":1729478137607,"transaction":null} -{"before":null,"after":{"id":313,"customer_name":"Joseph Guerrero","product_name":"Monitor","quantity":5,"price":980.31,"order_date":1729452920510840,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478137148,"snapshot":"false","db":"testdb","sequence":"[\"66653216192\",\"66653216248\"]","schema":"public","table":"orders","txId":2195039,"lsn":66653216248,"xmin":null},"op":"u","ts_ms":1729478137607,"transaction":null} -{"before":null,"after":{"id":613,"customer_name":"Suzanne Bell","product_name":"Laptop","quantity":3,"price":1379.44,"order_date":1729452937178919,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478137180,"snapshot":"false","db":"testdb","sequence":"[\"66653216424\",\"66653216424\"]","schema":"public","table":"orders","txId":2195040,"lsn":66653216424,"xmin":null},"op":"c","ts_ms":1729478137607,"transaction":null} -{"before":null,"after":{"id":39,"customer_name":"Sheila Williams MD","product_name":"Smartphone","quantity":1,"price":661.49,"order_date":1729452905871511,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478137210,"snapshot":"false","db":"testdb","sequence":"[\"66653216656\",\"66653216720\"]","schema":"public","table":"orders","txId":2195041,"lsn":66653216720,"xmin":null},"op":"u","ts_ms":1729478137607,"transaction":null} -{"before":null,"after":{"id":614,"customer_name":"Bryan Taylor","product_name":"Keyboard","quantity":1,"price":313.37,"order_date":1729452937255954,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478137257,"snapshot":"false","db":"testdb","sequence":"[\"66653216928\",\"66653216928\"]","schema":"public","table":"orders","txId":2195042,"lsn":66653216928,"xmin":null},"op":"c","ts_ms":1729478137607,"transaction":null} -{"before":null,"after":{"id":615,"customer_name":"Christopher Gutierrez","product_name":"Mouse","quantity":2,"price":1266.8,"order_date":1729452937304822,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478137306,"snapshot":"false","db":"testdb","sequence":"[\"66653217160\",\"66653217160\"]","schema":"public","table":"orders","txId":2195043,"lsn":66653217160,"xmin":null},"op":"c","ts_ms":1729478137607,"transaction":null} -{"before":null,"after":{"id":440,"customer_name":"Ashley Powers","product_name":"Headphones","quantity":2,"price":1742.49,"order_date":1729452927385812,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478137365,"snapshot":"false","db":"testdb","sequence":"[\"66653217400\",\"66653217464\"]","schema":"public","table":"orders","txId":2195044,"lsn":66653217464,"xmin":null},"op":"u","ts_ms":1729478137607,"transaction":null} -{"before":null,"after":{"id":616,"customer_name":"Tina Hunter","product_name":"Headphones","quantity":1,"price":312.5,"order_date":1729452937421654,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478137423,"snapshot":"false","db":"testdb","sequence":"[\"66653217648\",\"66653217648\"]","schema":"public","table":"orders","txId":2195045,"lsn":66653217648,"xmin":null},"op":"c","ts_ms":1729478137607,"transaction":null} -{"before":null,"after":{"id":450,"customer_name":"Dr. John Phillips","product_name":"Headphones","quantity":2,"price":1713.73,"order_date":1729452928025963,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478137461,"snapshot":"false","db":"testdb","sequence":"[\"66653217880\",\"66653217944\"]","schema":"public","table":"orders","txId":2195046,"lsn":66653217944,"xmin":null},"op":"u","ts_ms":1729478137607,"transaction":null} -{"before":null,"after":{"id":617,"customer_name":"Ryan Edwards","product_name":"Monitor","quantity":3,"price":1320.66,"order_date":1729452937489161,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478137490,"snapshot":"false","db":"testdb","sequence":"[\"66653218128\",\"66653218128\"]","schema":"public","table":"orders","txId":2195047,"lsn":66653218128,"xmin":null},"op":"c","ts_ms":1729478137607,"transaction":null} -{"before":null,"after":{"id":618,"customer_name":"Diane Johns","product_name":"Laptop","quantity":4,"price":585.73,"order_date":1729452937524753,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478137526,"snapshot":"false","db":"testdb","sequence":"[\"66653218352\",\"66653218352\"]","schema":"public","table":"orders","txId":2195048,"lsn":66653218352,"xmin":null},"op":"c","ts_ms":1729478137607,"transaction":null} -{"before":null,"after":{"id":619,"customer_name":"Gregory Adams","product_name":"Monitor","quantity":5,"price":1167.57,"order_date":1729452937586604,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478137588,"snapshot":"false","db":"testdb","sequence":"[\"66653218576\",\"66653218576\"]","schema":"public","table":"orders","txId":2195049,"lsn":66653218576,"xmin":null},"op":"c","ts_ms":1729478137607,"transaction":null} -{"before":null,"after":{"id":620,"customer_name":"Tara Nguyen","product_name":"Laptop","quantity":1,"price":1697.04,"order_date":1729452937615488,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478137616,"snapshot":"false","db":"testdb","sequence":"[\"66653218808\",\"66653218808\"]","schema":"public","table":"orders","txId":2195050,"lsn":66653218808,"xmin":null},"op":"c","ts_ms":1729478138117,"transaction":null} -{"before":null,"after":{"id":225,"customer_name":"Deborah Gutierrez","product_name":"Mouse","quantity":2,"price":335.88,"order_date":1729452915647939,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478137671,"snapshot":"false","db":"testdb","sequence":"[\"66653219032\",\"66653219096\"]","schema":"public","table":"orders","txId":2195051,"lsn":66653219096,"xmin":null},"op":"u","ts_ms":1729478138117,"transaction":null} -{"before":null,"after":{"id":621,"customer_name":"Roy Marks","product_name":"Mouse","quantity":4,"price":1731.84,"order_date":1729452937734670,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478137736,"snapshot":"false","db":"testdb","sequence":"[\"66653219272\",\"66653219272\"]","schema":"public","table":"orders","txId":2195052,"lsn":66653219272,"xmin":null},"op":"c","ts_ms":1729478138117,"transaction":null} -{"before":null,"after":{"id":365,"customer_name":"Francisco Allen","product_name":"Laptop","quantity":2,"price":793.95,"order_date":1729452923224038,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478137780,"snapshot":"false","db":"testdb","sequence":"[\"66653219496\",\"66653219560\"]","schema":"public","table":"orders","txId":2195053,"lsn":66653219560,"xmin":null},"op":"u","ts_ms":1729478138117,"transaction":null} -{"before":null,"after":{"id":622,"customer_name":"Jennifer Hooper","product_name":"Mouse","quantity":5,"price":1624.82,"order_date":1729452937802011,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478137803,"snapshot":"false","db":"testdb","sequence":"[\"66653219736\",\"66653219736\"]","schema":"public","table":"orders","txId":2195054,"lsn":66653219736,"xmin":null},"op":"c","ts_ms":1729478138117,"transaction":null} -{"before":null,"after":{"id":623,"customer_name":"Colin Parker","product_name":"Monitor","quantity":2,"price":905.8,"order_date":1729452937850131,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478137852,"snapshot":"false","db":"testdb","sequence":"[\"66653219968\",\"66653220024\"]","schema":"public","table":"orders","txId":2195055,"lsn":66653220024,"xmin":null},"op":"c","ts_ms":1729478138117,"transaction":null} -{"before":null,"after":{"id":305,"customer_name":"Danielle Miller","product_name":"Headphones","quantity":2,"price":974.47,"order_date":1729452919982408,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478137876,"snapshot":"false","db":"testdb","sequence":"[\"66653220256\",\"66653220320\"]","schema":"public","table":"orders","txId":2195056,"lsn":66653220320,"xmin":null},"op":"u","ts_ms":1729478138117,"transaction":null} -{"before":null,"after":{"id":624,"customer_name":"Christopher Nichols","product_name":"Keyboard","quantity":3,"price":1193.9,"order_date":1729452937909309,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478137910,"snapshot":"false","db":"testdb","sequence":"[\"66653220504\",\"66653220504\"]","schema":"public","table":"orders","txId":2195057,"lsn":66653220504,"xmin":null},"op":"c","ts_ms":1729478138117,"transaction":null} -{"before":null,"after":{"id":625,"customer_name":"Alexis Heath","product_name":"Mouse","quantity":3,"price":899.43,"order_date":1729452937933096,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478137934,"snapshot":"false","db":"testdb","sequence":"[\"66653220744\",\"66653220744\"]","schema":"public","table":"orders","txId":2195058,"lsn":66653220744,"xmin":null},"op":"c","ts_ms":1729478138117,"transaction":null} -{"before":null,"after":{"id":626,"customer_name":"Marissa Ward","product_name":"Monitor","quantity":1,"price":423.74,"order_date":1729452937992742,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478137994,"snapshot":"false","db":"testdb","sequence":"[\"66653220968\",\"66653220968\"]","schema":"public","table":"orders","txId":2195059,"lsn":66653220968,"xmin":null},"op":"c","ts_ms":1729478138117,"transaction":null} -{"before":null,"after":{"id":627,"customer_name":"Marcus Gomez","product_name":"Laptop","quantity":3,"price":790.86,"order_date":1729452938016558,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478138017,"snapshot":"false","db":"testdb","sequence":"[\"66653221200\",\"66653221200\"]","schema":"public","table":"orders","txId":2195060,"lsn":66653221200,"xmin":null},"op":"c","ts_ms":1729478138117,"transaction":null} -{"before":null,"after":{"id":628,"customer_name":"Sarah Brown","product_name":"Keyboard","quantity":3,"price":700.64,"order_date":1729452938067942,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478138069,"snapshot":"false","db":"testdb","sequence":"[\"66653221424\",\"66653221528\"]","schema":"public","table":"orders","txId":2195061,"lsn":66653221528,"xmin":null},"op":"c","ts_ms":1729478138117,"transaction":null} -{"before":null,"after":{"id":629,"customer_name":"Kimberly Rogers","product_name":"Smartphone","quantity":3,"price":232.28,"order_date":1729452938102653,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478138104,"snapshot":"false","db":"testdb","sequence":"[\"66653221760\",\"66653221760\"]","schema":"public","table":"orders","txId":2195062,"lsn":66653221760,"xmin":null},"op":"c","ts_ms":1729478138117,"transaction":null} -{"before":null,"after":{"id":630,"customer_name":"Kelly Ramos","product_name":"Mouse","quantity":2,"price":1524.61,"order_date":1729452938151798,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478138153,"snapshot":"false","db":"testdb","sequence":"[\"66653222000\",\"66653222000\"]","schema":"public","table":"orders","txId":2195063,"lsn":66653222000,"xmin":null},"op":"c","ts_ms":1729478138627,"transaction":null} -{"before":null,"after":{"id":631,"customer_name":"Patricia Johnson","product_name":"Headphones","quantity":5,"price":401.27,"order_date":1729452938206364,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478138208,"snapshot":"false","db":"testdb","sequence":"[\"66653222232\",\"66653222232\"]","schema":"public","table":"orders","txId":2195064,"lsn":66653222232,"xmin":null},"op":"c","ts_ms":1729478138627,"transaction":null} -{"before":null,"after":{"id":157,"customer_name":"Daniel Clark","product_name":"Laptop","quantity":1,"price":1786.51,"order_date":1729452912022103,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478138232,"snapshot":"false","db":"testdb","sequence":"[\"66653222464\",\"66653222528\"]","schema":"public","table":"orders","txId":2195065,"lsn":66653222528,"xmin":null},"op":"u","ts_ms":1729478138627,"transaction":null} -{"before":null,"after":{"id":632,"customer_name":"Andre Faulkner","product_name":"Monitor","quantity":5,"price":534.21,"order_date":1729452938262518,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478138263,"snapshot":"false","db":"testdb","sequence":"[\"66653222704\",\"66653222704\"]","schema":"public","table":"orders","txId":2195066,"lsn":66653222704,"xmin":null},"op":"c","ts_ms":1729478138627,"transaction":null} -{"before":null,"after":{"id":633,"customer_name":"Brian Freeman","product_name":"Monitor","quantity":1,"price":495.53,"order_date":1729452938295074,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478138296,"snapshot":"false","db":"testdb","sequence":"[\"66653222928\",\"66653222928\"]","schema":"public","table":"orders","txId":2195067,"lsn":66653222928,"xmin":null},"op":"c","ts_ms":1729478138628,"transaction":null} -{"before":null,"after":{"id":634,"customer_name":"Sara Jackson","product_name":"Headphones","quantity":2,"price":1924.99,"order_date":1729452938333692,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478138334,"snapshot":"false","db":"testdb","sequence":"[\"66653223160\",\"66653223160\"]","schema":"public","table":"orders","txId":2195068,"lsn":66653223160,"xmin":null},"op":"c","ts_ms":1729478138628,"transaction":null} -{"before":null,"after":{"id":635,"customer_name":"Scott Perry","product_name":"Smartphone","quantity":4,"price":1047.39,"order_date":1729452938379676,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478138380,"snapshot":"false","db":"testdb","sequence":"[\"66653223384\",\"66653223384\"]","schema":"public","table":"orders","txId":2195069,"lsn":66653223384,"xmin":null},"op":"c","ts_ms":1729478138628,"transaction":null} -{"before":null,"after":{"id":636,"customer_name":"Richard Lyons","product_name":"Smartphone","quantity":2,"price":1803.85,"order_date":1729452938412850,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478138414,"snapshot":"false","db":"testdb","sequence":"[\"66653223616\",\"66653223616\"]","schema":"public","table":"orders","txId":2195070,"lsn":66653223616,"xmin":null},"op":"c","ts_ms":1729478138628,"transaction":null} -{"before":null,"after":{"id":637,"customer_name":"Mr. Aaron Barr Jr.","product_name":"Keyboard","quantity":5,"price":920.46,"order_date":1729452938450844,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478138452,"snapshot":"false","db":"testdb","sequence":"[\"66653223848\",\"66653223848\"]","schema":"public","table":"orders","txId":2195071,"lsn":66653223848,"xmin":null},"op":"c","ts_ms":1729478138628,"transaction":null} -{"before":{"id":550,"customer_name":null,"product_name":null,"quantity":null,"price":null,"order_date":null,"status":null},"after":null,"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478138505,"snapshot":"false","db":"testdb","sequence":"[\"66653224088\",\"66653224152\"]","schema":"public","table":"orders","txId":2195072,"lsn":66653224152,"xmin":null},"op":"d","ts_ms":1729478138628,"transaction":null} -{"before":null,"after":{"id":197,"customer_name":"Christine Ward","product_name":"Laptop","quantity":2,"price":981.44,"order_date":1729452914133989,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478138553,"snapshot":"false","db":"testdb","sequence":"[\"66653224264\",\"66653224320\"]","schema":"public","table":"orders","txId":2195073,"lsn":66653224320,"xmin":null},"op":"u","ts_ms":1729478138628,"transaction":null} -{"before":null,"after":{"id":638,"customer_name":"George Smith","product_name":"Headphones","quantity":1,"price":1255.35,"order_date":1729452938589736,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478138591,"snapshot":"false","db":"testdb","sequence":"[\"66653224496\",\"66653224496\"]","schema":"public","table":"orders","txId":2195074,"lsn":66653224496,"xmin":null},"op":"c","ts_ms":1729478138628,"transaction":null} -{"before":null,"after":{"id":639,"customer_name":"Mark Baker","product_name":"Smartphone","quantity":4,"price":1653.21,"order_date":1729452938612039,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478138613,"snapshot":"false","db":"testdb","sequence":"[\"66653224728\",\"66653224728\"]","schema":"public","table":"orders","txId":2195075,"lsn":66653224728,"xmin":null},"op":"c","ts_ms":1729478138628,"transaction":null} -{"before":null,"after":{"id":335,"customer_name":"Timothy Adams","product_name":"Monitor","quantity":4,"price":359.74,"order_date":1729452921697465,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478138649,"snapshot":"false","db":"testdb","sequence":"[\"66653224960\",\"66653225048\"]","schema":"public","table":"orders","txId":2195076,"lsn":66653225048,"xmin":null},"op":"u","ts_ms":1729478139134,"transaction":null} -{"before":null,"after":{"id":640,"customer_name":"Justin Good","product_name":"Laptop","quantity":5,"price":1941.59,"order_date":1729452938669250,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478138670,"snapshot":"false","db":"testdb","sequence":"[\"66653225224\",\"66653225224\"]","schema":"public","table":"orders","txId":2195077,"lsn":66653225224,"xmin":null},"op":"c","ts_ms":1729478139134,"transaction":null} -{"before":null,"after":{"id":641,"customer_name":"Barbara Christensen","product_name":"Headphones","quantity":3,"price":1742.88,"order_date":1729452938722695,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478138724,"snapshot":"false","db":"testdb","sequence":"[\"66653225456\",\"66653225456\"]","schema":"public","table":"orders","txId":2195078,"lsn":66653225456,"xmin":null},"op":"c","ts_ms":1729478139134,"transaction":null} -{"before":null,"after":{"id":642,"customer_name":"John Guerrero","product_name":"Laptop","quantity":4,"price":746.59,"order_date":1729452938781541,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478138782,"snapshot":"false","db":"testdb","sequence":"[\"66653225688\",\"66653225688\"]","schema":"public","table":"orders","txId":2195079,"lsn":66653225688,"xmin":null},"op":"c","ts_ms":1729478139134,"transaction":null} -{"before":null,"after":{"id":643,"customer_name":"Nicole Crane","product_name":"Smartphone","quantity":2,"price":1828.45,"order_date":1729452938810764,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478138812,"snapshot":"false","db":"testdb","sequence":"[\"66653225912\",\"66653225912\"]","schema":"public","table":"orders","txId":2195080,"lsn":66653225912,"xmin":null},"op":"c","ts_ms":1729478139134,"transaction":null} -{"before":null,"after":{"id":644,"customer_name":"Jonathon Hall","product_name":"Monitor","quantity":2,"price":1848.69,"order_date":1729452938856123,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478138857,"snapshot":"false","db":"testdb","sequence":"[\"66653226144\",\"66653226144\"]","schema":"public","table":"orders","txId":2195081,"lsn":66653226144,"xmin":null},"op":"c","ts_ms":1729478139134,"transaction":null} -{"before":null,"after":{"id":645,"customer_name":"Andrea Campbell","product_name":"Headphones","quantity":2,"price":1080.33,"order_date":1729452938888273,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478138889,"snapshot":"false","db":"testdb","sequence":"[\"66653226376\",\"66653226376\"]","schema":"public","table":"orders","txId":2195082,"lsn":66653226376,"xmin":null},"op":"c","ts_ms":1729478139134,"transaction":null} -{"before":null,"after":{"id":646,"customer_name":"Daniel Pierce","product_name":"Mouse","quantity":2,"price":1102.57,"order_date":1729452938945556,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478138947,"snapshot":"false","db":"testdb","sequence":"[\"66653226608\",\"66653226608\"]","schema":"public","table":"orders","txId":2195083,"lsn":66653226608,"xmin":null},"op":"c","ts_ms":1729478139134,"transaction":null} -{"before":null,"after":{"id":647,"customer_name":"Derek Quinn","product_name":"Laptop","quantity":1,"price":1572.64,"order_date":1729452938980364,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478138981,"snapshot":"false","db":"testdb","sequence":"[\"66653226832\",\"66653226832\"]","schema":"public","table":"orders","txId":2195084,"lsn":66653226832,"xmin":null},"op":"c","ts_ms":1729478139134,"transaction":null} -{"before":null,"after":{"id":79,"customer_name":"Mary Kline","product_name":"Headphones","quantity":2,"price":351.41,"order_date":1729452907811497,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478139012,"snapshot":"false","db":"testdb","sequence":"[\"66653227064\",\"66653227128\"]","schema":"public","table":"orders","txId":2195085,"lsn":66653227128,"xmin":null},"op":"u","ts_ms":1729478139134,"transaction":null} -{"before":null,"after":{"id":381,"customer_name":"Bianca King","product_name":"Smartphone","quantity":5,"price":650.79,"order_date":1729452924109180,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478139038,"snapshot":"false","db":"testdb","sequence":"[\"66653227304\",\"66653227368\"]","schema":"public","table":"orders","txId":2195086,"lsn":66653227368,"xmin":null},"op":"u","ts_ms":1729478139134,"transaction":null} -{"before":null,"after":{"id":648,"customer_name":"Caitlin Wilson","product_name":"Monitor","quantity":2,"price":1818.33,"order_date":1729452939059670,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478139060,"snapshot":"false","db":"testdb","sequence":"[\"66653227544\",\"66653227544\"]","schema":"public","table":"orders","txId":2195087,"lsn":66653227544,"xmin":null},"op":"c","ts_ms":1729478139134,"transaction":null} -{"before":null,"after":{"id":649,"customer_name":"Eric Reed","product_name":"Smartphone","quantity":5,"price":324.38,"order_date":1729452939115798,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478139117,"snapshot":"false","db":"testdb","sequence":"[\"66653227768\",\"66653227768\"]","schema":"public","table":"orders","txId":2195088,"lsn":66653227768,"xmin":null},"op":"c","ts_ms":1729478139134,"transaction":null} -{"before":null,"after":{"id":650,"customer_name":"Kelly Garza","product_name":"Keyboard","quantity":2,"price":1580.67,"order_date":1729452939174107,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478139175,"snapshot":"false","db":"testdb","sequence":"[\"66653227992\",\"66653227992\"]","schema":"public","table":"orders","txId":2195089,"lsn":66653227992,"xmin":null},"op":"c","ts_ms":1729478139641,"transaction":null} -{"before":null,"after":{"id":651,"customer_name":"Glenda Ortiz","product_name":"Mouse","quantity":5,"price":1378.87,"order_date":1729452939195539,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478139197,"snapshot":"false","db":"testdb","sequence":"[\"66653228216\",\"66653228216\"]","schema":"public","table":"orders","txId":2195090,"lsn":66653228216,"xmin":null},"op":"c","ts_ms":1729478139641,"transaction":null} -{"before":null,"after":{"id":652,"customer_name":"Matthew Christian","product_name":"Mouse","quantity":2,"price":1331.9,"order_date":1729452939230045,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478139231,"snapshot":"false","db":"testdb","sequence":"[\"66653228448\",\"66653228448\"]","schema":"public","table":"orders","txId":2195091,"lsn":66653228448,"xmin":null},"op":"c","ts_ms":1729478139641,"transaction":null} -{"before":null,"after":{"id":506,"customer_name":"Lindsey Flores","product_name":"Monitor","quantity":1,"price":604.62,"order_date":1729452931179251,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478139289,"snapshot":"false","db":"testdb","sequence":"[\"66653228672\",\"66653228736\"]","schema":"public","table":"orders","txId":2195092,"lsn":66653228736,"xmin":null},"op":"u","ts_ms":1729478139641,"transaction":null} -{"before":null,"after":{"id":653,"customer_name":"Brent Foster","product_name":"Headphones","quantity":2,"price":410.77,"order_date":1729452939310484,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478139312,"snapshot":"false","db":"testdb","sequence":"[\"66653228912\",\"66653228912\"]","schema":"public","table":"orders","txId":2195093,"lsn":66653228912,"xmin":null},"op":"c","ts_ms":1729478139641,"transaction":null} -{"before":null,"after":{"id":654,"customer_name":"Tasha Ruiz","product_name":"Laptop","quantity":1,"price":1389.43,"order_date":1729452939366307,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478139367,"snapshot":"false","db":"testdb","sequence":"[\"66653229144\",\"66653229144\"]","schema":"public","table":"orders","txId":2195094,"lsn":66653229144,"xmin":null},"op":"c","ts_ms":1729478139641,"transaction":null} -{"before":null,"after":{"id":655,"customer_name":"Cristina Kelley","product_name":"Mouse","quantity":3,"price":966.56,"order_date":1729452939409726,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478139412,"snapshot":"false","db":"testdb","sequence":"[\"66653229368\",\"66653229368\"]","schema":"public","table":"orders","txId":2195095,"lsn":66653229368,"xmin":null},"op":"c","ts_ms":1729478139641,"transaction":null} -{"before":null,"after":{"id":656,"customer_name":"Jesse Chapman","product_name":"Laptop","quantity":5,"price":1426.29,"order_date":1729452939458342,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478139460,"snapshot":"false","db":"testdb","sequence":"[\"66653229600\",\"66653229600\"]","schema":"public","table":"orders","txId":2195096,"lsn":66653229600,"xmin":null},"op":"c","ts_ms":1729478139641,"transaction":null} -{"before":null,"after":{"id":657,"customer_name":"John Ford","product_name":"Mouse","quantity":1,"price":570.03,"order_date":1729452939508129,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478139509,"snapshot":"false","db":"testdb","sequence":"[\"66653229824\",\"66653229824\"]","schema":"public","table":"orders","txId":2195097,"lsn":66653229824,"xmin":null},"op":"c","ts_ms":1729478139641,"transaction":null} -{"before":null,"after":{"id":658,"customer_name":"Christopher Munoz","product_name":"Laptop","quantity":1,"price":958.96,"order_date":1729452939541520,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478139543,"snapshot":"false","db":"testdb","sequence":"[\"66653230040\",\"66653230040\"]","schema":"public","table":"orders","txId":2195098,"lsn":66653230040,"xmin":null},"op":"c","ts_ms":1729478139641,"transaction":null} -{"before":null,"after":{"id":202,"customer_name":"Jonathan Jackson","product_name":"Laptop","quantity":2,"price":1895.16,"order_date":1729452914376059,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478139574,"snapshot":"false","db":"testdb","sequence":"[\"66653230280\",\"66653230344\"]","schema":"public","table":"orders","txId":2195099,"lsn":66653230344,"xmin":null},"op":"u","ts_ms":1729478139642,"transaction":null} -{"before":null,"after":{"id":659,"customer_name":"Michelle Russell","product_name":"Laptop","quantity":1,"price":1544.97,"order_date":1729452939593063,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478139595,"snapshot":"false","db":"testdb","sequence":"[\"66653230520\",\"66653230520\"]","schema":"public","table":"orders","txId":2195100,"lsn":66653230520,"xmin":null},"op":"c","ts_ms":1729478139642,"transaction":null} -{"before":null,"after":{"id":660,"customer_name":"Steven Valencia","product_name":"Smartphone","quantity":3,"price":1423.15,"order_date":1729452939652785,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478139654,"snapshot":"false","db":"testdb","sequence":"[\"66653230744\",\"66653230744\"]","schema":"public","table":"orders","txId":2195101,"lsn":66653230744,"xmin":null},"op":"c","ts_ms":1729478140152,"transaction":null} -{"before":null,"after":{"id":661,"customer_name":"Katrina Gibson","product_name":"Smartphone","quantity":3,"price":276.02,"order_date":1729452939708195,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478139710,"snapshot":"false","db":"testdb","sequence":"[\"66653230984\",\"66653231088\"]","schema":"public","table":"orders","txId":2195102,"lsn":66653231088,"xmin":null},"op":"c","ts_ms":1729478140152,"transaction":null} -{"before":null,"after":{"id":662,"customer_name":"Michael Stafford","product_name":"Mouse","quantity":2,"price":1763.47,"order_date":1729452939733018,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478139734,"snapshot":"false","db":"testdb","sequence":"[\"66653231320\",\"66653231320\"]","schema":"public","table":"orders","txId":2195103,"lsn":66653231320,"xmin":null},"op":"c","ts_ms":1729478140152,"transaction":null} -{"before":null,"after":{"id":481,"customer_name":"Lisa Blackwell","product_name":"Headphones","quantity":5,"price":1989.06,"order_date":1729452929793376,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478139798,"snapshot":"false","db":"testdb","sequence":"[\"66653231552\",\"66653231616\"]","schema":"public","table":"orders","txId":2195104,"lsn":66653231616,"xmin":null},"op":"u","ts_ms":1729478140152,"transaction":null} -{"before":null,"after":{"id":663,"customer_name":"Kimberly Brewer","product_name":"Headphones","quantity":2,"price":106.97,"order_date":1729452939825304,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478139826,"snapshot":"false","db":"testdb","sequence":"[\"66653231800\",\"66653231800\"]","schema":"public","table":"orders","txId":2195105,"lsn":66653231800,"xmin":null},"op":"c","ts_ms":1729478140152,"transaction":null} -{"before":null,"after":{"id":664,"customer_name":"Eric Ward","product_name":"Keyboard","quantity":5,"price":1770.74,"order_date":1729452939843736,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478139845,"snapshot":"false","db":"testdb","sequence":"[\"66653232032\",\"66653232032\"]","schema":"public","table":"orders","txId":2195106,"lsn":66653232032,"xmin":null},"op":"c","ts_ms":1729478140152,"transaction":null} -{"before":null,"after":{"id":665,"customer_name":"Mr. Jeffery Gonzalez","product_name":"Mouse","quantity":2,"price":1126.95,"order_date":1729452939901058,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478139902,"snapshot":"false","db":"testdb","sequence":"[\"66653232256\",\"66653232256\"]","schema":"public","table":"orders","txId":2195107,"lsn":66653232256,"xmin":null},"op":"c","ts_ms":1729478140152,"transaction":null} -{"before":null,"after":{"id":666,"customer_name":"Heather Jones","product_name":"Keyboard","quantity":5,"price":311.82,"order_date":1729452939956016,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478139957,"snapshot":"false","db":"testdb","sequence":"[\"66653232488\",\"66653232488\"]","schema":"public","table":"orders","txId":2195108,"lsn":66653232488,"xmin":null},"op":"c","ts_ms":1729478140152,"transaction":null} -{"before":null,"after":{"id":667,"customer_name":"Gary Brown","product_name":"Headphones","quantity":4,"price":99.56,"order_date":1729452940002001,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478140004,"snapshot":"false","db":"testdb","sequence":"[\"66653232720\",\"66653232720\"]","schema":"public","table":"orders","txId":2195109,"lsn":66653232720,"xmin":null},"op":"c","ts_ms":1729478140152,"transaction":null} -{"before":null,"after":{"id":668,"customer_name":"Michael Bradley","product_name":"Headphones","quantity":5,"price":1928.97,"order_date":1729452940028704,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478140031,"snapshot":"false","db":"testdb","sequence":"[\"66653232944\",\"66653232944\"]","schema":"public","table":"orders","txId":2195110,"lsn":66653232944,"xmin":null},"op":"c","ts_ms":1729478140152,"transaction":null} -{"before":null,"after":{"id":49,"customer_name":"Mr. William Mcgee","product_name":"Keyboard","quantity":4,"price":479.14,"order_date":1729452906356057,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478140058,"snapshot":"false","db":"testdb","sequence":"[\"66653233208\",\"66653233272\"]","schema":"public","table":"orders","txId":2195111,"lsn":66653233272,"xmin":null},"op":"u","ts_ms":1729478140152,"transaction":null} -{"before":null,"after":{"id":669,"customer_name":"Emily Williams","product_name":"Laptop","quantity":4,"price":1575.64,"order_date":1729452940096139,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478140097,"snapshot":"false","db":"testdb","sequence":"[\"66653233456\",\"66653233456\"]","schema":"public","table":"orders","txId":2195112,"lsn":66653233456,"xmin":null},"op":"c","ts_ms":1729478140152,"transaction":null} -{"before":null,"after":{"id":670,"customer_name":"Jessica Rogers","product_name":"Mouse","quantity":2,"price":165.36,"order_date":1729452940152645,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478140155,"snapshot":"false","db":"testdb","sequence":"[\"66653233680\",\"66653233680\"]","schema":"public","table":"orders","txId":2195113,"lsn":66653233680,"xmin":null},"op":"c","ts_ms":1729478140156,"transaction":null} -{"before":null,"after":{"id":481,"customer_name":"Lisa Blackwell","product_name":"Headphones","quantity":5,"price":1989.06,"order_date":1729452929793376,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478140199,"snapshot":"false","db":"testdb","sequence":"[\"66653233904\",\"66653233968\"]","schema":"public","table":"orders","txId":2195114,"lsn":66653233968,"xmin":null},"op":"u","ts_ms":1729478140664,"transaction":null} -{"before":null,"after":{"id":671,"customer_name":"Kristin Perez","product_name":"Smartphone","quantity":5,"price":90.14,"order_date":1729452940217679,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478140218,"snapshot":"false","db":"testdb","sequence":"[\"66653234152\",\"66653234152\"]","schema":"public","table":"orders","txId":2195115,"lsn":66653234152,"xmin":null},"op":"c","ts_ms":1729478140664,"transaction":null} -{"before":null,"after":{"id":672,"customer_name":"Ashley Nichols","product_name":"Keyboard","quantity":4,"price":254.12,"order_date":1729452940252320,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478140253,"snapshot":"false","db":"testdb","sequence":"[\"66653234392\",\"66653234392\"]","schema":"public","table":"orders","txId":2195116,"lsn":66653234392,"xmin":null},"op":"c","ts_ms":1729478140664,"transaction":null} -{"before":null,"after":{"id":672,"customer_name":"Ashley Nichols","product_name":"Keyboard","quantity":4,"price":254.12,"order_date":1729452940252320,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478140293,"snapshot":"false","db":"testdb","sequence":"[\"66653234624\",\"66653234688\"]","schema":"public","table":"orders","txId":2195117,"lsn":66653234688,"xmin":null},"op":"u","ts_ms":1729478140664,"transaction":null} -{"before":null,"after":{"id":673,"customer_name":"William Shaw","product_name":"Keyboard","quantity":3,"price":1797.54,"order_date":1729452940355614,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478140358,"snapshot":"false","db":"testdb","sequence":"[\"66653234864\",\"66653234864\"]","schema":"public","table":"orders","txId":2195118,"lsn":66653234864,"xmin":null},"op":"c","ts_ms":1729478140664,"transaction":null} -{"before":null,"after":{"id":674,"customer_name":"Stephen Morgan","product_name":"Monitor","quantity":5,"price":1667.87,"order_date":1729452940397043,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478140400,"snapshot":"false","db":"testdb","sequence":"[\"66653235096\",\"66653235096\"]","schema":"public","table":"orders","txId":2195119,"lsn":66653235096,"xmin":null},"op":"c","ts_ms":1729478140664,"transaction":null} -{"before":null,"after":{"id":675,"customer_name":"Daniel Guerra","product_name":"Monitor","quantity":5,"price":1236.0,"order_date":1729452940436019,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478140438,"snapshot":"false","db":"testdb","sequence":"[\"66653235328\",\"66653235328\"]","schema":"public","table":"orders","txId":2195120,"lsn":66653235328,"xmin":null},"op":"c","ts_ms":1729478140664,"transaction":null} -{"before":null,"after":{"id":676,"customer_name":"Christopher Baker","product_name":"Keyboard","quantity":4,"price":1642.44,"order_date":1729452940472649,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478140474,"snapshot":"false","db":"testdb","sequence":"[\"66653235552\",\"66653235552\"]","schema":"public","table":"orders","txId":2195121,"lsn":66653235552,"xmin":null},"op":"c","ts_ms":1729478140664,"transaction":null} -{"before":null,"after":{"id":677,"customer_name":"Jeffrey Camacho","product_name":"Mouse","quantity":4,"price":1818.13,"order_date":1729452940493172,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478140495,"snapshot":"false","db":"testdb","sequence":"[\"66653235784\",\"66653235784\"]","schema":"public","table":"orders","txId":2195122,"lsn":66653235784,"xmin":null},"op":"c","ts_ms":1729478140664,"transaction":null} -{"before":null,"after":{"id":678,"customer_name":"Hannah West","product_name":"Monitor","quantity":2,"price":189.89,"order_date":1729452940535237,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478140536,"snapshot":"false","db":"testdb","sequence":"[\"66653236016\",\"66653236016\"]","schema":"public","table":"orders","txId":2195123,"lsn":66653236016,"xmin":null},"op":"c","ts_ms":1729478140664,"transaction":null} -{"before":null,"after":{"id":285,"customer_name":"Angel Powell","product_name":"Laptop","quantity":4,"price":1846.98,"order_date":1729452918881536,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478140587,"snapshot":"false","db":"testdb","sequence":"[\"66653236248\",\"66653236248\"]","schema":"public","table":"orders","txId":2195124,"lsn":66653236248,"xmin":null},"op":"u","ts_ms":1729478140664,"transaction":null} -{"before":null,"after":{"id":679,"customer_name":"Christopher Green","product_name":"Keyboard","quantity":5,"price":1285.0,"order_date":1729452940623993,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478140625,"snapshot":"false","db":"testdb","sequence":"[\"66653236424\",\"66653236424\"]","schema":"public","table":"orders","txId":2195125,"lsn":66653236424,"xmin":null},"op":"c","ts_ms":1729478140664,"transaction":null} -{"before":null,"after":{"id":606,"customer_name":"Nicholas Robinson","product_name":"Smartphone","quantity":5,"price":843.32,"order_date":1729452936727406,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478140667,"snapshot":"false","db":"testdb","sequence":"[\"66653236656\",\"66653236720\"]","schema":"public","table":"orders","txId":2195126,"lsn":66653236720,"xmin":null},"op":"u","ts_ms":1729478140668,"transaction":null} -{"before":null,"after":{"id":485,"customer_name":"Jennifer Adams","product_name":"Headphones","quantity":2,"price":533.58,"order_date":1729452929973046,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478140704,"snapshot":"false","db":"testdb","sequence":"[\"66653236904\",\"66653236968\"]","schema":"public","table":"orders","txId":2195127,"lsn":66653236968,"xmin":null},"op":"u","ts_ms":1729478141174,"transaction":null} -{"before":null,"after":{"id":233,"customer_name":"Daniel Martinez","product_name":"Mouse","quantity":4,"price":1065.58,"order_date":1729452916045855,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478140773,"snapshot":"false","db":"testdb","sequence":"[\"66653237152\",\"66653237216\"]","schema":"public","table":"orders","txId":2195128,"lsn":66653237216,"xmin":null},"op":"u","ts_ms":1729478141174,"transaction":null} -{"before":null,"after":{"id":680,"customer_name":"Sean Hill","product_name":"Keyboard","quantity":5,"price":1703.02,"order_date":1729452940829856,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478140831,"snapshot":"false","db":"testdb","sequence":"[\"66653237392\",\"66653237392\"]","schema":"public","table":"orders","txId":2195129,"lsn":66653237392,"xmin":null},"op":"c","ts_ms":1729478141174,"transaction":null} -{"before":null,"after":{"id":676,"customer_name":"Christopher Baker","product_name":"Keyboard","quantity":4,"price":1642.44,"order_date":1729452940472649,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478140882,"snapshot":"false","db":"testdb","sequence":"[\"66653237624\",\"66653237688\"]","schema":"public","table":"orders","txId":2195130,"lsn":66653237688,"xmin":null},"op":"u","ts_ms":1729478141174,"transaction":null} -{"before":null,"after":{"id":681,"customer_name":"Melissa Howard","product_name":"Laptop","quantity":5,"price":306.32,"order_date":1729452940912024,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478140913,"snapshot":"false","db":"testdb","sequence":"[\"66653256952\",\"66653256952\"]","schema":"public","table":"orders","txId":2195132,"lsn":66653256952,"xmin":null},"op":"c","ts_ms":1729478141183,"transaction":null} -{"before":null,"after":{"id":682,"customer_name":"Tracey Calhoun","product_name":"Laptop","quantity":4,"price":813.07,"order_date":1729452940935553,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478140938,"snapshot":"false","db":"testdb","sequence":"[\"66653257184\",\"66653257184\"]","schema":"public","table":"orders","txId":2195133,"lsn":66653257184,"xmin":null},"op":"c","ts_ms":1729478141183,"transaction":null} -{"before":null,"after":{"id":683,"customer_name":"Eric Shields","product_name":"Headphones","quantity":2,"price":502.87,"order_date":1729452940979081,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478140980,"snapshot":"false","db":"testdb","sequence":"[\"66653257408\",\"66653257408\"]","schema":"public","table":"orders","txId":2195134,"lsn":66653257408,"xmin":null},"op":"c","ts_ms":1729478141183,"transaction":null} -{"before":null,"after":{"id":684,"customer_name":"Scott Hart","product_name":"Keyboard","quantity":3,"price":629.47,"order_date":1729452941034560,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478141036,"snapshot":"false","db":"testdb","sequence":"[\"66653257632\",\"66653258024\"]","schema":"public","table":"orders","txId":2195135,"lsn":66653258024,"xmin":null},"op":"c","ts_ms":1729478141183,"transaction":null} -{"before":null,"after":{"id":685,"customer_name":"Patricia Hernandez","product_name":"Mouse","quantity":1,"price":266.23,"order_date":1729452941081669,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478141083,"snapshot":"false","db":"testdb","sequence":"[\"66653258256\",\"66653258256\"]","schema":"public","table":"orders","txId":2195136,"lsn":66653258256,"xmin":null},"op":"c","ts_ms":1729478141183,"transaction":null} -{"before":null,"after":{"id":194,"customer_name":"Alexa Garcia","product_name":"Smartphone","quantity":2,"price":132.82,"order_date":1729452914023028,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478141123,"snapshot":"false","db":"testdb","sequence":"[\"66653258488\",\"66653258488\"]","schema":"public","table":"orders","txId":2195137,"lsn":66653258488,"xmin":null},"op":"u","ts_ms":1729478141183,"transaction":null} -{"before":null,"after":{"id":390,"customer_name":"Bonnie Price","product_name":"Smartphone","quantity":4,"price":376.09,"order_date":1729452924543669,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478141161,"snapshot":"false","db":"testdb","sequence":"[\"66653258664\",\"66653258728\"]","schema":"public","table":"orders","txId":2195138,"lsn":66653258728,"xmin":null},"op":"u","ts_ms":1729478141183,"transaction":null} -{"before":null,"after":{"id":686,"customer_name":"Richard Price","product_name":"Mouse","quantity":1,"price":1380.29,"order_date":1729452941207250,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478141208,"snapshot":"false","db":"testdb","sequence":"[\"66653258904\",\"66653258904\"]","schema":"public","table":"orders","txId":2195139,"lsn":66653258904,"xmin":null},"op":"c","ts_ms":1729478141694,"transaction":null} -{"before":null,"after":{"id":378,"customer_name":"Marc Velazquez","product_name":"Laptop","quantity":5,"price":398.66,"order_date":1729452923933850,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478141255,"snapshot":"false","db":"testdb","sequence":"[\"66653259136\",\"66653259200\"]","schema":"public","table":"orders","txId":2195140,"lsn":66653259200,"xmin":null},"op":"u","ts_ms":1729478141694,"transaction":null} -{"before":null,"after":{"id":687,"customer_name":"David Parker","product_name":"Keyboard","quantity":1,"price":420.65,"order_date":1729452941310321,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478141311,"snapshot":"false","db":"testdb","sequence":"[\"66653259376\",\"66653259376\"]","schema":"public","table":"orders","txId":2195141,"lsn":66653259376,"xmin":null},"op":"c","ts_ms":1729478141694,"transaction":null} -{"before":null,"after":{"id":688,"customer_name":"Stephanie Byrd DDS","product_name":"Smartphone","quantity":1,"price":983.22,"order_date":1729452941335644,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478141337,"snapshot":"false","db":"testdb","sequence":"[\"66653259608\",\"66653259608\"]","schema":"public","table":"orders","txId":2195142,"lsn":66653259608,"xmin":null},"op":"c","ts_ms":1729478141694,"transaction":null} -{"before":null,"after":{"id":358,"customer_name":"Andrew Robles","product_name":"Smartphone","quantity":3,"price":235.62,"order_date":1729452922826585,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478141370,"snapshot":"false","db":"testdb","sequence":"[\"66653259840\",\"66653259904\"]","schema":"public","table":"orders","txId":2195143,"lsn":66653259904,"xmin":null},"op":"u","ts_ms":1729478141694,"transaction":null} -{"before":null,"after":{"id":689,"customer_name":"Kelly Jones","product_name":"Smartphone","quantity":2,"price":425.94,"order_date":1729452941392836,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478141394,"snapshot":"false","db":"testdb","sequence":"[\"66653260088\",\"66653260088\"]","schema":"public","table":"orders","txId":2195144,"lsn":66653260088,"xmin":null},"op":"c","ts_ms":1729478141694,"transaction":null} -{"before":null,"after":{"id":690,"customer_name":"Ryan Tyler","product_name":"Laptop","quantity":5,"price":1644.02,"order_date":1729452941448664,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478141450,"snapshot":"false","db":"testdb","sequence":"[\"66653260312\",\"66653260312\"]","schema":"public","table":"orders","txId":2195145,"lsn":66653260312,"xmin":null},"op":"c","ts_ms":1729478141694,"transaction":null} -{"before":null,"after":{"id":552,"customer_name":"Elizabeth Hubbard","product_name":"Smartphone","quantity":1,"price":1170.17,"order_date":1729452933725710,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478141484,"snapshot":"false","db":"testdb","sequence":"[\"66653260536\",\"66653260600\"]","schema":"public","table":"orders","txId":2195146,"lsn":66653260600,"xmin":null},"op":"u","ts_ms":1729478141694,"transaction":null} -{"before":null,"after":{"id":691,"customer_name":"Mrs. Jennifer Knight MD","product_name":"Headphones","quantity":1,"price":1725.83,"order_date":1729452941529973,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478141531,"snapshot":"false","db":"testdb","sequence":"[\"66653260784\",\"66653260784\"]","schema":"public","table":"orders","txId":2195147,"lsn":66653260784,"xmin":null},"op":"c","ts_ms":1729478141694,"transaction":null} -{"before":null,"after":{"id":692,"customer_name":"Mary Weaver","product_name":"Laptop","quantity":4,"price":983.15,"order_date":1729452941592610,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478141594,"snapshot":"false","db":"testdb","sequence":"[\"66653261024\",\"66653261024\"]","schema":"public","table":"orders","txId":2195148,"lsn":66653261024,"xmin":null},"op":"c","ts_ms":1729478141694,"transaction":null} -{"before":null,"after":{"id":693,"customer_name":"Seth Silva","product_name":"Laptop","quantity":3,"price":90.03,"order_date":1729452941634665,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478141638,"snapshot":"false","db":"testdb","sequence":"[\"66653261256\",\"66653261256\"]","schema":"public","table":"orders","txId":2195149,"lsn":66653261256,"xmin":null},"op":"c","ts_ms":1729478141694,"transaction":null} -{"before":null,"after":{"id":608,"customer_name":"Keith Miller","product_name":"Keyboard","quantity":4,"price":281.57,"order_date":1729452936874558,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478141675,"snapshot":"false","db":"testdb","sequence":"[\"66653261480\",\"66653261544\"]","schema":"public","table":"orders","txId":2195150,"lsn":66653261544,"xmin":null},"op":"u","ts_ms":1729478141694,"transaction":null} -{"before":null,"after":{"id":345,"customer_name":"Daniel Parker","product_name":"Mouse","quantity":4,"price":1451.33,"order_date":1729452922204192,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478141717,"snapshot":"false","db":"testdb","sequence":"[\"66653261720\",\"66653261784\"]","schema":"public","table":"orders","txId":2195151,"lsn":66653261784,"xmin":null},"op":"u","ts_ms":1729478142204,"transaction":null} -{"before":null,"after":{"id":694,"customer_name":"Stacey Miranda","product_name":"Keyboard","quantity":3,"price":1782.31,"order_date":1729452941757672,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478141759,"snapshot":"false","db":"testdb","sequence":"[\"66653261960\",\"66653262064\"]","schema":"public","table":"orders","txId":2195152,"lsn":66653262064,"xmin":null},"op":"c","ts_ms":1729478142204,"transaction":null} -{"before":null,"after":{"id":695,"customer_name":"Crystal Nelson","product_name":"Keyboard","quantity":4,"price":398.04,"order_date":1729452941801141,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478141802,"snapshot":"false","db":"testdb","sequence":"[\"66653262296\",\"66653262296\"]","schema":"public","table":"orders","txId":2195153,"lsn":66653262296,"xmin":null},"op":"c","ts_ms":1729478142204,"transaction":null} -{"before":null,"after":{"id":696,"customer_name":"Kayla Holmes","product_name":"Monitor","quantity":2,"price":603.81,"order_date":1729452941854477,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478141855,"snapshot":"false","db":"testdb","sequence":"[\"66653262528\",\"66653262528\"]","schema":"public","table":"orders","txId":2195154,"lsn":66653262528,"xmin":null},"op":"c","ts_ms":1729478142204,"transaction":null} -{"before":null,"after":{"id":697,"customer_name":"Katherine Stephenson","product_name":"Keyboard","quantity":4,"price":121.73,"order_date":1729452941877775,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478141879,"snapshot":"false","db":"testdb","sequence":"[\"66653262760\",\"66653262760\"]","schema":"public","table":"orders","txId":2195155,"lsn":66653262760,"xmin":null},"op":"c","ts_ms":1729478142204,"transaction":null} -{"before":null,"after":{"id":698,"customer_name":"Misty Macias","product_name":"Monitor","quantity":2,"price":946.07,"order_date":1729452941910373,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478141911,"snapshot":"false","db":"testdb","sequence":"[\"66653262992\",\"66653262992\"]","schema":"public","table":"orders","txId":2195156,"lsn":66653262992,"xmin":null},"op":"c","ts_ms":1729478142204,"transaction":null} -{"before":null,"after":{"id":76,"customer_name":"John Medina","product_name":"Headphones","quantity":1,"price":503.26,"order_date":1729452907679874,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478141953,"snapshot":"false","db":"testdb","sequence":"[\"66653263216\",\"66653263280\"]","schema":"public","table":"orders","txId":2195157,"lsn":66653263280,"xmin":null},"op":"u","ts_ms":1729478142204,"transaction":null} -{"before":null,"after":{"id":699,"customer_name":"Ashley Crawford","product_name":"Mouse","quantity":3,"price":1578.58,"order_date":1729452941986266,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478141987,"snapshot":"false","db":"testdb","sequence":"[\"66653263456\",\"66653263456\"]","schema":"public","table":"orders","txId":2195158,"lsn":66653263456,"xmin":null},"op":"c","ts_ms":1729478142204,"transaction":null} -{"before":null,"after":{"id":700,"customer_name":"Angela Pierce","product_name":"Keyboard","quantity":5,"price":1318.58,"order_date":1729452942041083,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478142042,"snapshot":"false","db":"testdb","sequence":"[\"66653263680\",\"66653263680\"]","schema":"public","table":"orders","txId":2195159,"lsn":66653263680,"xmin":null},"op":"c","ts_ms":1729478142204,"transaction":null} -{"before":null,"after":{"id":701,"customer_name":"David Fischer","product_name":"Laptop","quantity":2,"price":1798.72,"order_date":1729452942069895,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478142071,"snapshot":"false","db":"testdb","sequence":"[\"66653263904\",\"66653263904\"]","schema":"public","table":"orders","txId":2195160,"lsn":66653263904,"xmin":null},"op":"c","ts_ms":1729478142204,"transaction":null} -{"before":null,"after":{"id":179,"customer_name":"Michael Johnson","product_name":"Laptop","quantity":3,"price":897.76,"order_date":1729452913081628,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478142129,"snapshot":"false","db":"testdb","sequence":"[\"66653264128\",\"66653264192\"]","schema":"public","table":"orders","txId":2195161,"lsn":66653264192,"xmin":null},"op":"u","ts_ms":1729478142204,"transaction":null} -{"before":null,"after":{"id":702,"customer_name":"Hannah Richard","product_name":"Mouse","quantity":3,"price":1394.21,"order_date":1729452942179453,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478142180,"snapshot":"false","db":"testdb","sequence":"[\"66653264368\",\"66653264368\"]","schema":"public","table":"orders","txId":2195162,"lsn":66653264368,"xmin":null},"op":"c","ts_ms":1729478142204,"transaction":null} -{"before":null,"after":{"id":703,"customer_name":"Eric Fowler","product_name":"Smartphone","quantity":1,"price":1229.57,"order_date":1729452942209625,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478142211,"snapshot":"false","db":"testdb","sequence":"[\"66653264592\",\"66653264592\"]","schema":"public","table":"orders","txId":2195163,"lsn":66653264592,"xmin":null},"op":"c","ts_ms":1729478142710,"transaction":null} -{"before":null,"after":{"id":704,"customer_name":"Jesus Cooke","product_name":"Headphones","quantity":5,"price":314.47,"order_date":1729452942268272,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478142269,"snapshot":"false","db":"testdb","sequence":"[\"66653264816\",\"66653264816\"]","schema":"public","table":"orders","txId":2195164,"lsn":66653264816,"xmin":null},"op":"c","ts_ms":1729478142710,"transaction":null} -{"before":null,"after":{"id":530,"customer_name":"Preston Jones","product_name":"Smartphone","quantity":2,"price":1660.94,"order_date":1729452932471968,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478142320,"snapshot":"false","db":"testdb","sequence":"[\"66653265040\",\"66653265168\"]","schema":"public","table":"orders","txId":2195165,"lsn":66653265168,"xmin":null},"op":"u","ts_ms":1729478142710,"transaction":null} -{"before":null,"after":{"id":705,"customer_name":"Richard Rivera","product_name":"Keyboard","quantity":1,"price":530.94,"order_date":1729452942354852,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478142356,"snapshot":"false","db":"testdb","sequence":"[\"66653265352\",\"66653265352\"]","schema":"public","table":"orders","txId":2195166,"lsn":66653265352,"xmin":null},"op":"c","ts_ms":1729478142710,"transaction":null} -{"before":null,"after":{"id":706,"customer_name":"Dr. Shannon Meyer","product_name":"Monitor","quantity":1,"price":649.07,"order_date":1729452942401613,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478142403,"snapshot":"false","db":"testdb","sequence":"[\"66653265576\",\"66653265576\"]","schema":"public","table":"orders","txId":2195167,"lsn":66653265576,"xmin":null},"op":"c","ts_ms":1729478142710,"transaction":null} -{"before":null,"after":{"id":655,"customer_name":"Cristina Kelley","product_name":"Mouse","quantity":3,"price":966.56,"order_date":1729452939409726,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478142453,"snapshot":"false","db":"testdb","sequence":"[\"66653265816\",\"66653265880\"]","schema":"public","table":"orders","txId":2195168,"lsn":66653265880,"xmin":null},"op":"u","ts_ms":1729478142710,"transaction":null} -{"before":null,"after":{"id":707,"customer_name":"Johnny Roy","product_name":"Mouse","quantity":5,"price":358.06,"order_date":1729452942489179,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478142490,"snapshot":"false","db":"testdb","sequence":"[\"66653266080\",\"66653266080\"]","schema":"public","table":"orders","txId":2195169,"lsn":66653266080,"xmin":null},"op":"c","ts_ms":1729478142710,"transaction":null} -{"before":null,"after":{"id":243,"customer_name":"Christine Ward","product_name":"Headphones","quantity":2,"price":1060.91,"order_date":1729452916563905,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478142542,"snapshot":"false","db":"testdb","sequence":"[\"66653266312\",\"66653266376\"]","schema":"public","table":"orders","txId":2195170,"lsn":66653266376,"xmin":null},"op":"u","ts_ms":1729478142710,"transaction":null} -{"before":null,"after":{"id":708,"customer_name":"Shannon Stone","product_name":"Headphones","quantity":4,"price":664.25,"order_date":1729452942592468,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478142593,"snapshot":"false","db":"testdb","sequence":"[\"66653266560\",\"66653266560\"]","schema":"public","table":"orders","txId":2195171,"lsn":66653266560,"xmin":null},"op":"c","ts_ms":1729478142710,"transaction":null} -{"before":null,"after":{"id":709,"customer_name":"Peter Hawkins","product_name":"Smartphone","quantity":4,"price":496.8,"order_date":1729452942623728,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478142625,"snapshot":"false","db":"testdb","sequence":"[\"66653266792\",\"66653266792\"]","schema":"public","table":"orders","txId":2195172,"lsn":66653266792,"xmin":null},"op":"c","ts_ms":1729478142710,"transaction":null} -{"before":null,"after":{"id":374,"customer_name":"Rhonda Flores","product_name":"Keyboard","quantity":5,"price":1623.77,"order_date":1729452923713927,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478142648,"snapshot":"false","db":"testdb","sequence":"[\"66653267032\",\"66653267096\"]","schema":"public","table":"orders","txId":2195173,"lsn":66653267096,"xmin":null},"op":"u","ts_ms":1729478142711,"transaction":null} -{"before":null,"after":{"id":80,"customer_name":"Jeffrey Myers","product_name":"Monitor","quantity":5,"price":1405.16,"order_date":1729452907874352,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478142700,"snapshot":"false","db":"testdb","sequence":"[\"66653267272\",\"66653267336\"]","schema":"public","table":"orders","txId":2195174,"lsn":66653267336,"xmin":null},"op":"u","ts_ms":1729478142711,"transaction":null} -{"before":null,"after":{"id":710,"customer_name":"George Rice III","product_name":"Laptop","quantity":1,"price":1371.36,"order_date":1729452942741431,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478142743,"snapshot":"false","db":"testdb","sequence":"[\"66653267512\",\"66653267512\"]","schema":"public","table":"orders","txId":2195175,"lsn":66653267512,"xmin":null},"op":"c","ts_ms":1729478143220,"transaction":null} -{"before":null,"after":{"id":79,"customer_name":"Mary Kline","product_name":"Headphones","quantity":2,"price":351.41,"order_date":1729452907811497,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478142804,"snapshot":"false","db":"testdb","sequence":"[\"66653267744\",\"66653267808\"]","schema":"public","table":"orders","txId":2195176,"lsn":66653267808,"xmin":null},"op":"u","ts_ms":1729478143220,"transaction":null} -{"before":null,"after":{"id":711,"customer_name":"Eddie Brown","product_name":"Keyboard","quantity":2,"price":496.87,"order_date":1729452942853437,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478142855,"snapshot":"false","db":"testdb","sequence":"[\"66653267984\",\"66653267984\"]","schema":"public","table":"orders","txId":2195177,"lsn":66653267984,"xmin":null},"op":"c","ts_ms":1729478143220,"transaction":null} -{"before":null,"after":{"id":386,"customer_name":"Michael Cole","product_name":"Smartphone","quantity":1,"price":1109.07,"order_date":1729452924419551,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478142898,"snapshot":"false","db":"testdb","sequence":"[\"66653268216\",\"66653268280\"]","schema":"public","table":"orders","txId":2195178,"lsn":66653268280,"xmin":null},"op":"u","ts_ms":1729478143220,"transaction":null} -{"before":null,"after":{"id":632,"customer_name":"Andre Faulkner","product_name":"Monitor","quantity":5,"price":534.21,"order_date":1729452938262518,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478142939,"snapshot":"false","db":"testdb","sequence":"[\"66653268456\",\"66653268520\"]","schema":"public","table":"orders","txId":2195179,"lsn":66653268520,"xmin":null},"op":"u","ts_ms":1729478143220,"transaction":null} -{"before":null,"after":{"id":712,"customer_name":"Sheryl Neal","product_name":"Smartphone","quantity":2,"price":1439.88,"order_date":1729452942989572,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478142991,"snapshot":"false","db":"testdb","sequence":"[\"66653268696\",\"66653268696\"]","schema":"public","table":"orders","txId":2195180,"lsn":66653268696,"xmin":null},"op":"c","ts_ms":1729478143220,"transaction":null} -{"before":null,"after":{"id":713,"customer_name":"Jeffrey Cummings","product_name":"Smartphone","quantity":4,"price":292.33,"order_date":1729452943027256,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478143028,"snapshot":"false","db":"testdb","sequence":"[\"66653268920\",\"66653268920\"]","schema":"public","table":"orders","txId":2195181,"lsn":66653268920,"xmin":null},"op":"c","ts_ms":1729478143220,"transaction":null} -{"before":null,"after":{"id":609,"customer_name":"Laura Underwood","product_name":"Smartphone","quantity":4,"price":779.06,"order_date":1729452936895055,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478143087,"snapshot":"false","db":"testdb","sequence":"[\"66653269160\",\"66653269224\"]","schema":"public","table":"orders","txId":2195182,"lsn":66653269224,"xmin":null},"op":"u","ts_ms":1729478143220,"transaction":null} -{"before":null,"after":{"id":714,"customer_name":"Ashley Boyd","product_name":"Keyboard","quantity":1,"price":359.65,"order_date":1729452943141505,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478143143,"snapshot":"false","db":"testdb","sequence":"[\"66653269408\",\"66653269408\"]","schema":"public","table":"orders","txId":2195183,"lsn":66653269408,"xmin":null},"op":"c","ts_ms":1729478143220,"transaction":null} -{"before":null,"after":{"id":715,"customer_name":"Laura Carpenter","product_name":"Monitor","quantity":2,"price":1815.99,"order_date":1729452943170195,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478143171,"snapshot":"false","db":"testdb","sequence":"[\"66653269640\",\"66653269640\"]","schema":"public","table":"orders","txId":2195184,"lsn":66653269640,"xmin":null},"op":"c","ts_ms":1729478143220,"transaction":null} -{"before":null,"after":{"id":716,"customer_name":"Mrs. Lauren Waters","product_name":"Headphones","quantity":1,"price":1189.65,"order_date":1729452943210344,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478143211,"snapshot":"false","db":"testdb","sequence":"[\"66653269864\",\"66653269864\"]","schema":"public","table":"orders","txId":2195185,"lsn":66653269864,"xmin":null},"op":"c","ts_ms":1729478143220,"transaction":null} -{"before":null,"after":{"id":717,"customer_name":"Alicia Burns","product_name":"Monitor","quantity":4,"price":1519.21,"order_date":1729452943262712,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478143264,"snapshot":"false","db":"testdb","sequence":"[\"66653270104\",\"66653270104\"]","schema":"public","table":"orders","txId":2195186,"lsn":66653270104,"xmin":null},"op":"c","ts_ms":1729478143729,"transaction":null} -{"before":null,"after":{"id":394,"customer_name":"Sean Sosa","product_name":"Headphones","quantity":3,"price":891.62,"order_date":1729452924750995,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478143302,"snapshot":"false","db":"testdb","sequence":"[\"66653270336\",\"66653270400\"]","schema":"public","table":"orders","txId":2195187,"lsn":66653270400,"xmin":null},"op":"u","ts_ms":1729478143729,"transaction":null} -{"before":null,"after":{"id":718,"customer_name":"Mrs. Beth Simmons","product_name":"Monitor","quantity":2,"price":1659.22,"order_date":1729452943351887,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478143354,"snapshot":"false","db":"testdb","sequence":"[\"66653270576\",\"66653270576\"]","schema":"public","table":"orders","txId":2195188,"lsn":66653270576,"xmin":null},"op":"c","ts_ms":1729478143729,"transaction":null} -{"before":null,"after":{"id":560,"customer_name":"Dylan Johnson","product_name":"Mouse","quantity":2,"price":838.19,"order_date":1729452934086066,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478143377,"snapshot":"false","db":"testdb","sequence":"[\"66653270816\",\"66653270880\"]","schema":"public","table":"orders","txId":2195189,"lsn":66653270880,"xmin":null},"op":"u","ts_ms":1729478143729,"transaction":null} -{"before":null,"after":{"id":717,"customer_name":"Alicia Burns","product_name":"Monitor","quantity":4,"price":1519.21,"order_date":1729452943262712,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478143398,"snapshot":"false","db":"testdb","sequence":"[\"66653271056\",\"66653271120\"]","schema":"public","table":"orders","txId":2195190,"lsn":66653271120,"xmin":null},"op":"u","ts_ms":1729478143729,"transaction":null} -{"before":null,"after":{"id":719,"customer_name":"Nicholas Daniel","product_name":"Smartphone","quantity":1,"price":1840.8,"order_date":1729452943447462,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478143449,"snapshot":"false","db":"testdb","sequence":"[\"66653271296\",\"66653271296\"]","schema":"public","table":"orders","txId":2195191,"lsn":66653271296,"xmin":null},"op":"c","ts_ms":1729478143729,"transaction":null} -{"before":null,"after":{"id":720,"customer_name":"Nicholas Kelly","product_name":"Keyboard","quantity":1,"price":1697.16,"order_date":1729452943494011,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478143495,"snapshot":"false","db":"testdb","sequence":"[\"66653271528\",\"66653271528\"]","schema":"public","table":"orders","txId":2195192,"lsn":66653271528,"xmin":null},"op":"c","ts_ms":1729478143729,"transaction":null} -{"before":null,"after":{"id":387,"customer_name":"Joshua Marks","product_name":"Headphones","quantity":1,"price":1812.23,"order_date":1729452924442467,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478143546,"snapshot":"false","db":"testdb","sequence":"[\"66653271752\",\"66653271752\"]","schema":"public","table":"orders","txId":2195193,"lsn":66653271752,"xmin":null},"op":"u","ts_ms":1729478143729,"transaction":null} -{"before":null,"after":{"id":721,"customer_name":"Randy Simmons","product_name":"Headphones","quantity":5,"price":1828.97,"order_date":1729452943604819,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478143607,"snapshot":"false","db":"testdb","sequence":"[\"66653271928\",\"66653271928\"]","schema":"public","table":"orders","txId":2195194,"lsn":66653271928,"xmin":null},"op":"c","ts_ms":1729478143729,"transaction":null} -{"before":null,"after":{"id":185,"customer_name":"Jose Haynes","product_name":"Mouse","quantity":5,"price":881.24,"order_date":1729452913604588,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478143646,"snapshot":"false","db":"testdb","sequence":"[\"66653272160\",\"66653272224\"]","schema":"public","table":"orders","txId":2195195,"lsn":66653272224,"xmin":null},"op":"u","ts_ms":1729478143729,"transaction":null} -{"before":null,"after":{"id":722,"customer_name":"Cynthia Chapman","product_name":"Mouse","quantity":1,"price":1786.64,"order_date":1729452943678331,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478143679,"snapshot":"false","db":"testdb","sequence":"[\"66653272400\",\"66653272400\"]","schema":"public","table":"orders","txId":2195196,"lsn":66653272400,"xmin":null},"op":"c","ts_ms":1729478143729,"transaction":null} -{"before":null,"after":{"id":477,"customer_name":"David Case","product_name":"Keyboard","quantity":4,"price":923.82,"order_date":1729452929583213,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478143731,"snapshot":"false","db":"testdb","sequence":"[\"66653272632\",\"66653272696\"]","schema":"public","table":"orders","txId":2195197,"lsn":66653272696,"xmin":null},"op":"u","ts_ms":1729478143732,"transaction":null} -{"before":null,"after":{"id":723,"customer_name":"Mr. Joshua Graves","product_name":"Smartphone","quantity":2,"price":1619.85,"order_date":1729452943776835,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478143778,"snapshot":"false","db":"testdb","sequence":"[\"66653272872\",\"66653272872\"]","schema":"public","table":"orders","txId":2195198,"lsn":66653272872,"xmin":null},"op":"c","ts_ms":1729478144241,"transaction":null} -{"before":null,"after":{"id":724,"customer_name":"Gavin Black","product_name":"Laptop","quantity":4,"price":1386.78,"order_date":1729452943811761,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478143814,"snapshot":"false","db":"testdb","sequence":"[\"66653273104\",\"66653273104\"]","schema":"public","table":"orders","txId":2195199,"lsn":66653273104,"xmin":null},"op":"c","ts_ms":1729478144241,"transaction":null} -{"before":null,"after":{"id":638,"customer_name":"George Smith","product_name":"Headphones","quantity":1,"price":1255.35,"order_date":1729452938589736,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478143864,"snapshot":"false","db":"testdb","sequence":"[\"66653273336\",\"66653273400\"]","schema":"public","table":"orders","txId":2195200,"lsn":66653273400,"xmin":null},"op":"u","ts_ms":1729478144241,"transaction":null} -{"before":null,"after":{"id":725,"customer_name":"Natalie Hill","product_name":"Mouse","quantity":2,"price":764.95,"order_date":1729452943893574,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478143895,"snapshot":"false","db":"testdb","sequence":"[\"66653273576\",\"66653273576\"]","schema":"public","table":"orders","txId":2195201,"lsn":66653273576,"xmin":null},"op":"c","ts_ms":1729478144241,"transaction":null} -{"before":null,"after":{"id":726,"customer_name":"Richard Figueroa","product_name":"Mouse","quantity":3,"price":1571.37,"order_date":1729452943914301,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478143915,"snapshot":"false","db":"testdb","sequence":"[\"66653273800\",\"66653273800\"]","schema":"public","table":"orders","txId":2195202,"lsn":66653273800,"xmin":null},"op":"c","ts_ms":1729478144241,"transaction":null} -{"before":null,"after":{"id":727,"customer_name":"Michele Wilson","product_name":"Mouse","quantity":2,"price":1127.45,"order_date":1729452943966501,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478143968,"snapshot":"false","db":"testdb","sequence":"[\"66653274024\",\"66653274152\"]","schema":"public","table":"orders","txId":2195203,"lsn":66653274152,"xmin":null},"op":"c","ts_ms":1729478144241,"transaction":null} -{"before":null,"after":{"id":728,"customer_name":"James Green","product_name":"Smartphone","quantity":5,"price":1903.51,"order_date":1729452944015329,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478144016,"snapshot":"false","db":"testdb","sequence":"[\"66653274376\",\"66653274376\"]","schema":"public","table":"orders","txId":2195204,"lsn":66653274376,"xmin":null},"op":"c","ts_ms":1729478144241,"transaction":null} -{"before":null,"after":{"id":729,"customer_name":"John Johnson","product_name":"Monitor","quantity":1,"price":1817.35,"order_date":1729452944042607,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478144043,"snapshot":"false","db":"testdb","sequence":"[\"66653274600\",\"66653274600\"]","schema":"public","table":"orders","txId":2195205,"lsn":66653274600,"xmin":null},"op":"c","ts_ms":1729478144241,"transaction":null} -{"before":null,"after":{"id":730,"customer_name":"Jennifer Brennan","product_name":"Keyboard","quantity":5,"price":170.26,"order_date":1729452944084103,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478144085,"snapshot":"false","db":"testdb","sequence":"[\"66653274832\",\"66653274832\"]","schema":"public","table":"orders","txId":2195206,"lsn":66653274832,"xmin":null},"op":"c","ts_ms":1729478144241,"transaction":null} -{"before":null,"after":{"id":731,"customer_name":"Tracy Salas","product_name":"Laptop","quantity":1,"price":794.32,"order_date":1729452944103524,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478144104,"snapshot":"false","db":"testdb","sequence":"[\"66653275072\",\"66653275072\"]","schema":"public","table":"orders","txId":2195207,"lsn":66653275072,"xmin":null},"op":"c","ts_ms":1729478144241,"transaction":null} -{"before":null,"after":{"id":203,"customer_name":"Keith Smith","product_name":"Mouse","quantity":5,"price":1478.61,"order_date":1729452914464010,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478144156,"snapshot":"false","db":"testdb","sequence":"[\"66653275296\",\"66653275360\"]","schema":"public","table":"orders","txId":2195208,"lsn":66653275360,"xmin":null},"op":"u","ts_ms":1729478144241,"transaction":null} -{"before":null,"after":{"id":473,"customer_name":"Mark Conway","product_name":"Keyboard","quantity":3,"price":1566.27,"order_date":1729452929253685,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478144220,"snapshot":"false","db":"testdb","sequence":"[\"66653275536\",\"66653275600\"]","schema":"public","table":"orders","txId":2195209,"lsn":66653275600,"xmin":null},"op":"u","ts_ms":1729478144241,"transaction":null} -{"before":null,"after":{"id":732,"customer_name":"Justin Reyes","product_name":"Laptop","quantity":4,"price":1381.05,"order_date":1729452944273185,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478144274,"snapshot":"false","db":"testdb","sequence":"[\"66653275776\",\"66653275776\"]","schema":"public","table":"orders","txId":2195210,"lsn":66653275776,"xmin":null},"op":"c","ts_ms":1729478144747,"transaction":null} -{"before":null,"after":{"id":375,"customer_name":"Teresa Bryant","product_name":"Mouse","quantity":1,"price":821.34,"order_date":1729452923773342,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478144296,"snapshot":"false","db":"testdb","sequence":"[\"66653276000\",\"66653276064\"]","schema":"public","table":"orders","txId":2195211,"lsn":66653276064,"xmin":null},"op":"u","ts_ms":1729478144747,"transaction":null} -{"before":null,"after":{"id":24,"customer_name":"Lisa Lopez","product_name":"Keyboard","quantity":3,"price":105.86,"order_date":1729452905060503,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478144343,"snapshot":"false","db":"testdb","sequence":"[\"66653276240\",\"66653276304\"]","schema":"public","table":"orders","txId":2195212,"lsn":66653276304,"xmin":null},"op":"u","ts_ms":1729478144747,"transaction":null} -{"before":null,"after":{"id":733,"customer_name":"Daniel Cole","product_name":"Headphones","quantity":5,"price":140.89,"order_date":1729452944389630,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478144391,"snapshot":"false","db":"testdb","sequence":"[\"66653276480\",\"66653276480\"]","schema":"public","table":"orders","txId":2195213,"lsn":66653276480,"xmin":null},"op":"c","ts_ms":1729478144747,"transaction":null} -{"before":null,"after":{"id":734,"customer_name":"Lawrence Perkins","product_name":"Mouse","quantity":5,"price":679.25,"order_date":1729452944415184,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478144416,"snapshot":"false","db":"testdb","sequence":"[\"66653276704\",\"66653276704\"]","schema":"public","table":"orders","txId":2195214,"lsn":66653276704,"xmin":null},"op":"c","ts_ms":1729478144747,"transaction":null} -{"before":null,"after":{"id":735,"customer_name":"Andrea Brown DDS","product_name":"Keyboard","quantity":1,"price":1946.86,"order_date":1729452944466529,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478144468,"snapshot":"false","db":"testdb","sequence":"[\"66653276936\",\"66653276936\"]","schema":"public","table":"orders","txId":2195215,"lsn":66653276936,"xmin":null},"op":"c","ts_ms":1729478144747,"transaction":null} -{"before":null,"after":{"id":736,"customer_name":"Christopher Garcia","product_name":"Headphones","quantity":4,"price":483.75,"order_date":1729452944500146,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478144501,"snapshot":"false","db":"testdb","sequence":"[\"66653277168\",\"66653277168\"]","schema":"public","table":"orders","txId":2195216,"lsn":66653277168,"xmin":null},"op":"c","ts_ms":1729478144747,"transaction":null} -{"before":null,"after":{"id":737,"customer_name":"Anna Clark","product_name":"Keyboard","quantity":3,"price":1824.09,"order_date":1729452944548340,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478144550,"snapshot":"false","db":"testdb","sequence":"[\"66653277408\",\"66653277408\"]","schema":"public","table":"orders","txId":2195217,"lsn":66653277408,"xmin":null},"op":"c","ts_ms":1729478144747,"transaction":null} -{"before":null,"after":{"id":538,"customer_name":"Carmen Hess","product_name":"Smartphone","quantity":3,"price":670.52,"order_date":1729452932877625,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478144609,"snapshot":"false","db":"testdb","sequence":"[\"66653277632\",\"66653277696\"]","schema":"public","table":"orders","txId":2195218,"lsn":66653277696,"xmin":null},"op":"u","ts_ms":1729478144747,"transaction":null} -{"before":null,"after":{"id":738,"customer_name":"Jordan Bush","product_name":"Monitor","quantity":4,"price":1548.14,"order_date":1729452944643916,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478144645,"snapshot":"false","db":"testdb","sequence":"[\"66653277872\",\"66653277872\"]","schema":"public","table":"orders","txId":2195219,"lsn":66653277872,"xmin":null},"op":"c","ts_ms":1729478144747,"transaction":null} -{"before":null,"after":{"id":739,"customer_name":"Adam Moran","product_name":"Monitor","quantity":3,"price":911.41,"order_date":1729452944705418,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478144706,"snapshot":"false","db":"testdb","sequence":"[\"66653278096\",\"66653278096\"]","schema":"public","table":"orders","txId":2195220,"lsn":66653278096,"xmin":null},"op":"c","ts_ms":1729478144747,"transaction":null} -{"before":null,"after":{"id":740,"customer_name":"Douglas Roberson","product_name":"Monitor","quantity":2,"price":1859.67,"order_date":1729452944756606,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478144758,"snapshot":"false","db":"testdb","sequence":"[\"66653278328\",\"66653278328\"]","schema":"public","table":"orders","txId":2195221,"lsn":66653278328,"xmin":null},"op":"c","ts_ms":1729478145254,"transaction":null} -{"before":{"id":391,"customer_name":null,"product_name":null,"quantity":null,"price":null,"order_date":null,"status":null},"after":null,"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478144799,"snapshot":"false","db":"testdb","sequence":"[\"66653278568\",\"66653278632\"]","schema":"public","table":"orders","txId":2195222,"lsn":66653278632,"xmin":null},"op":"d","ts_ms":1729478145254,"transaction":null} -{"before":null,"after":{"id":741,"customer_name":"Joseph Nguyen","product_name":"Headphones","quantity":1,"price":1297.36,"order_date":1729452944849226,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478144850,"snapshot":"false","db":"testdb","sequence":"[\"66653278744\",\"66653278744\"]","schema":"public","table":"orders","txId":2195223,"lsn":66653278744,"xmin":null},"op":"c","ts_ms":1729478145254,"transaction":null} -{"before":null,"after":{"id":742,"customer_name":"Laura Wright","product_name":"Laptop","quantity":1,"price":865.89,"order_date":1729452944871460,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478144872,"snapshot":"false","db":"testdb","sequence":"[\"66653278984\",\"66653278984\"]","schema":"public","table":"orders","txId":2195224,"lsn":66653278984,"xmin":null},"op":"c","ts_ms":1729478145254,"transaction":null} -{"before":null,"after":{"id":743,"customer_name":"Samuel Weeks","product_name":"Laptop","quantity":4,"price":1704.44,"order_date":1729452944908428,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478144909,"snapshot":"false","db":"testdb","sequence":"[\"66653279208\",\"66653279208\"]","schema":"public","table":"orders","txId":2195225,"lsn":66653279208,"xmin":null},"op":"c","ts_ms":1729478145254,"transaction":null} -{"before":null,"after":{"id":744,"customer_name":"Kevin Petty","product_name":"Mouse","quantity":3,"price":381.41,"order_date":1729452944941047,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478144942,"snapshot":"false","db":"testdb","sequence":"[\"66653279440\",\"66653279440\"]","schema":"public","table":"orders","txId":2195226,"lsn":66653279440,"xmin":null},"op":"c","ts_ms":1729478145254,"transaction":null} -{"before":null,"after":{"id":745,"customer_name":"Tiffany Carter","product_name":"Smartphone","quantity":3,"price":1334.2,"order_date":1729452945000141,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478145001,"snapshot":"false","db":"testdb","sequence":"[\"66653279672\",\"66653279672\"]","schema":"public","table":"orders","txId":2195227,"lsn":66653279672,"xmin":null},"op":"c","ts_ms":1729478145254,"transaction":null} -{"before":null,"after":{"id":746,"customer_name":"Sarah Nguyen","product_name":"Laptop","quantity":2,"price":1635.8,"order_date":1729452945023373,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478145025,"snapshot":"false","db":"testdb","sequence":"[\"66653279912\",\"66653279912\"]","schema":"public","table":"orders","txId":2195228,"lsn":66653279912,"xmin":null},"op":"c","ts_ms":1729478145254,"transaction":null} -{"before":null,"after":{"id":747,"customer_name":"James Henderson","product_name":"Smartphone","quantity":3,"price":1422.37,"order_date":1729452945084161,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478145086,"snapshot":"false","db":"testdb","sequence":"[\"66653280144\",\"66653280144\"]","schema":"public","table":"orders","txId":2195229,"lsn":66653280144,"xmin":null},"op":"c","ts_ms":1729478145254,"transaction":null} -{"before":null,"after":{"id":748,"customer_name":"Susan Bishop","product_name":"Keyboard","quantity":5,"price":65.41,"order_date":1729452945134864,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478145136,"snapshot":"false","db":"testdb","sequence":"[\"66653280384\",\"66653280384\"]","schema":"public","table":"orders","txId":2195230,"lsn":66653280384,"xmin":null},"op":"c","ts_ms":1729478145254,"transaction":null} -{"before":null,"after":{"id":749,"customer_name":"Stephanie Harris","product_name":"Laptop","quantity":3,"price":1026.55,"order_date":1729452945183762,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478145185,"snapshot":"false","db":"testdb","sequence":"[\"66653280608\",\"66653280608\"]","schema":"public","table":"orders","txId":2195231,"lsn":66653280608,"xmin":null},"op":"c","ts_ms":1729478145254,"transaction":null} -{"before":null,"after":{"id":750,"customer_name":"Jorge Parker","product_name":"Laptop","quantity":4,"price":1470.11,"order_date":1729452945201904,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478145203,"snapshot":"false","db":"testdb","sequence":"[\"66653280832\",\"66653280832\"]","schema":"public","table":"orders","txId":2195232,"lsn":66653280832,"xmin":null},"op":"c","ts_ms":1729478145254,"transaction":null} -{"before":null,"after":{"id":751,"customer_name":"Jessica Blackburn","product_name":"Keyboard","quantity":3,"price":1005.78,"order_date":1729452945228067,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478145230,"snapshot":"false","db":"testdb","sequence":"[\"66653281064\",\"66653281064\"]","schema":"public","table":"orders","txId":2195233,"lsn":66653281064,"xmin":null},"op":"c","ts_ms":1729478145254,"transaction":null} -{"before":null,"after":{"id":752,"customer_name":"Melissa Benjamin","product_name":"Keyboard","quantity":3,"price":100.16,"order_date":1729452945259138,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478145260,"snapshot":"false","db":"testdb","sequence":"[\"66653281296\",\"66653281296\"]","schema":"public","table":"orders","txId":2195234,"lsn":66653281296,"xmin":null},"op":"c","ts_ms":1729478145763,"transaction":null} -{"before":null,"after":{"id":393,"customer_name":"Anthony Thomas","product_name":"Keyboard","quantity":1,"price":1856.97,"order_date":1729452924730282,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478145287,"snapshot":"false","db":"testdb","sequence":"[\"66653281536\",\"66653281592\"]","schema":"public","table":"orders","txId":2195235,"lsn":66653281592,"xmin":null},"op":"u","ts_ms":1729478145763,"transaction":null} -{"before":null,"after":{"id":753,"customer_name":"Omar Castro","product_name":"Laptop","quantity":5,"price":1461.58,"order_date":1729452945314877,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478145316,"snapshot":"false","db":"testdb","sequence":"[\"66653281768\",\"66653281768\"]","schema":"public","table":"orders","txId":2195236,"lsn":66653281768,"xmin":null},"op":"c","ts_ms":1729478145763,"transaction":null} -{"before":null,"after":{"id":754,"customer_name":"Cindy Bell","product_name":"Mouse","quantity":5,"price":640.48,"order_date":1729452945375006,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478145376,"snapshot":"false","db":"testdb","sequence":"[\"66653282000\",\"66653282000\"]","schema":"public","table":"orders","txId":2195237,"lsn":66653282000,"xmin":null},"op":"c","ts_ms":1729478145763,"transaction":null} -{"before":null,"after":{"id":755,"customer_name":"David Williams","product_name":"Keyboard","quantity":3,"price":961.5,"order_date":1729452945406569,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478145408,"snapshot":"false","db":"testdb","sequence":"[\"66653282224\",\"66653282224\"]","schema":"public","table":"orders","txId":2195238,"lsn":66653282224,"xmin":null},"op":"c","ts_ms":1729478145763,"transaction":null} -{"before":null,"after":{"id":756,"customer_name":"Harry Dillon","product_name":"Headphones","quantity":3,"price":1490.0,"order_date":1729452945462222,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478145463,"snapshot":"false","db":"testdb","sequence":"[\"66653282480\",\"66653282480\"]","schema":"public","table":"orders","txId":2195239,"lsn":66653282480,"xmin":null},"op":"c","ts_ms":1729478145763,"transaction":null} -{"before":null,"after":{"id":757,"customer_name":"Madeline Carr","product_name":"Mouse","quantity":2,"price":1421.84,"order_date":1729452945515465,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478145517,"snapshot":"false","db":"testdb","sequence":"[\"66653282712\",\"66653282712\"]","schema":"public","table":"orders","txId":2195240,"lsn":66653282712,"xmin":null},"op":"c","ts_ms":1729478145763,"transaction":null} -{"before":null,"after":{"id":166,"customer_name":"Cheyenne White","product_name":"Smartphone","quantity":1,"price":931.41,"order_date":1729452912486572,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478145555,"snapshot":"false","db":"testdb","sequence":"[\"66653282944\",\"66653283008\"]","schema":"public","table":"orders","txId":2195241,"lsn":66653283008,"xmin":null},"op":"u","ts_ms":1729478145763,"transaction":null} -{"before":null,"after":{"id":210,"customer_name":"Chad Smith","product_name":"Monitor","quantity":5,"price":1362.93,"order_date":1729452914875216,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478145600,"snapshot":"false","db":"testdb","sequence":"[\"66653283192\",\"66653283256\"]","schema":"public","table":"orders","txId":2195242,"lsn":66653283256,"xmin":null},"op":"u","ts_ms":1729478145763,"transaction":null} -{"before":null,"after":{"id":758,"customer_name":"Erika Olson","product_name":"Keyboard","quantity":1,"price":1771.37,"order_date":1729452945625324,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478145626,"snapshot":"false","db":"testdb","sequence":"[\"66653283432\",\"66653283432\"]","schema":"public","table":"orders","txId":2195243,"lsn":66653283432,"xmin":null},"op":"c","ts_ms":1729478145763,"transaction":null} -{"before":null,"after":{"id":759,"customer_name":"Kristen Williams","product_name":"Keyboard","quantity":1,"price":1482.72,"order_date":1729452945660324,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478145661,"snapshot":"false","db":"testdb","sequence":"[\"66653283664\",\"66653283664\"]","schema":"public","table":"orders","txId":2195244,"lsn":66653283664,"xmin":null},"op":"c","ts_ms":1729478145763,"transaction":null} -{"before":null,"after":{"id":506,"customer_name":"Lindsey Flores","product_name":"Monitor","quantity":1,"price":604.62,"order_date":1729452931179251,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478145690,"snapshot":"false","db":"testdb","sequence":"[\"66653283904\",\"66653283968\"]","schema":"public","table":"orders","txId":2195245,"lsn":66653283968,"xmin":null},"op":"u","ts_ms":1729478145763,"transaction":null} -{"before":null,"after":{"id":760,"customer_name":"Ruben Anderson","product_name":"Monitor","quantity":5,"price":1742.52,"order_date":1729452945732638,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478145734,"snapshot":"false","db":"testdb","sequence":"[\"66653284144\",\"66653284248\"]","schema":"public","table":"orders","txId":2195246,"lsn":66653284248,"xmin":null},"op":"c","ts_ms":1729478145763,"transaction":null} -{"before":null,"after":{"id":761,"customer_name":"Todd King","product_name":"Mouse","quantity":5,"price":339.96,"order_date":1729452945775670,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478145777,"snapshot":"false","db":"testdb","sequence":"[\"66653284472\",\"66653284472\"]","schema":"public","table":"orders","txId":2195247,"lsn":66653284472,"xmin":null},"op":"c","ts_ms":1729478146273,"transaction":null} -{"before":null,"after":{"id":762,"customer_name":"Eric Smith","product_name":"Mouse","quantity":4,"price":104.35,"order_date":1729452945810763,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478145812,"snapshot":"false","db":"testdb","sequence":"[\"66653284696\",\"66653284696\"]","schema":"public","table":"orders","txId":2195248,"lsn":66653284696,"xmin":null},"op":"c","ts_ms":1729478146273,"transaction":null} -{"before":null,"after":{"id":763,"customer_name":"Leslie Hayes","product_name":"Smartphone","quantity":3,"price":771.32,"order_date":1729452945832136,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478145834,"snapshot":"false","db":"testdb","sequence":"[\"66653284928\",\"66653284928\"]","schema":"public","table":"orders","txId":2195249,"lsn":66653284928,"xmin":null},"op":"c","ts_ms":1729478146273,"transaction":null} -{"before":null,"after":{"id":764,"customer_name":"Anna Sullivan","product_name":"Keyboard","quantity":1,"price":169.92,"order_date":1729452945885874,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478145887,"snapshot":"false","db":"testdb","sequence":"[\"66653285160\",\"66653285160\"]","schema":"public","table":"orders","txId":2195250,"lsn":66653285160,"xmin":null},"op":"c","ts_ms":1729478146273,"transaction":null} -{"before":null,"after":{"id":305,"customer_name":"Danielle Miller","product_name":"Headphones","quantity":2,"price":974.47,"order_date":1729452919982408,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478145946,"snapshot":"false","db":"testdb","sequence":"[\"66653285384\",\"66653285448\"]","schema":"public","table":"orders","txId":2195251,"lsn":66653285448,"xmin":null},"op":"u","ts_ms":1729478146273,"transaction":null} -{"before":null,"after":{"id":765,"customer_name":"Kayla Lewis","product_name":"Smartphone","quantity":5,"price":595.43,"order_date":1729452946001425,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478146003,"snapshot":"false","db":"testdb","sequence":"[\"66653285632\",\"66653285632\"]","schema":"public","table":"orders","txId":2195252,"lsn":66653285632,"xmin":null},"op":"c","ts_ms":1729478146273,"transaction":null} -{"before":null,"after":{"id":766,"customer_name":"Lauren Burns","product_name":"Monitor","quantity":3,"price":162.84,"order_date":1729452946048830,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478146050,"snapshot":"false","db":"testdb","sequence":"[\"66653285856\",\"66653285856\"]","schema":"public","table":"orders","txId":2195253,"lsn":66653285856,"xmin":null},"op":"c","ts_ms":1729478146273,"transaction":null} -{"before":null,"after":{"id":767,"customer_name":"Dr. Maria Morales","product_name":"Headphones","quantity":3,"price":71.6,"order_date":1729452946101455,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478146103,"snapshot":"false","db":"testdb","sequence":"[\"66653286088\",\"66653286088\"]","schema":"public","table":"orders","txId":2195254,"lsn":66653286088,"xmin":null},"op":"c","ts_ms":1729478146273,"transaction":null} -{"before":null,"after":{"id":768,"customer_name":"Emily Figueroa","product_name":"Headphones","quantity":1,"price":1695.05,"order_date":1729452946125978,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478146127,"snapshot":"false","db":"testdb","sequence":"[\"66653286320\",\"66653286320\"]","schema":"public","table":"orders","txId":2195255,"lsn":66653286320,"xmin":null},"op":"c","ts_ms":1729478146273,"transaction":null} -{"before":null,"after":{"id":559,"customer_name":"Kimberly Bennett","product_name":"Monitor","quantity":5,"price":980.75,"order_date":1729452934021934,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478146184,"snapshot":"false","db":"testdb","sequence":"[\"66653286560\",\"66653286624\"]","schema":"public","table":"orders","txId":2195256,"lsn":66653286624,"xmin":null},"op":"u","ts_ms":1729478146273,"transaction":null} -{"before":null,"after":{"id":683,"customer_name":"Eric Shields","product_name":"Headphones","quantity":2,"price":502.87,"order_date":1729452940979081,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478146210,"snapshot":"false","db":"testdb","sequence":"[\"66653286808\",\"66653286872\"]","schema":"public","table":"orders","txId":2195257,"lsn":66653286872,"xmin":null},"op":"u","ts_ms":1729478146273,"transaction":null} -{"before":null,"after":{"id":769,"customer_name":"Ryan Johnson","product_name":"Laptop","quantity":3,"price":1725.07,"order_date":1729452946249900,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478146251,"snapshot":"false","db":"testdb","sequence":"[\"66653287048\",\"66653287048\"]","schema":"public","table":"orders","txId":2195258,"lsn":66653287048,"xmin":null},"op":"c","ts_ms":1729478146273,"transaction":null} -{"before":null,"after":{"id":770,"customer_name":"Omar Farmer","product_name":"Laptop","quantity":3,"price":456.97,"order_date":1729452946269420,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478146270,"snapshot":"false","db":"testdb","sequence":"[\"66653287280\",\"66653287280\"]","schema":"public","table":"orders","txId":2195259,"lsn":66653287280,"xmin":null},"op":"c","ts_ms":1729478146273,"transaction":null} -{"before":null,"after":{"id":771,"customer_name":"Shannon Jenkins","product_name":"Monitor","quantity":5,"price":76.63,"order_date":1729452946305888,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478146308,"snapshot":"false","db":"testdb","sequence":"[\"66653287512\",\"66653287512\"]","schema":"public","table":"orders","txId":2195260,"lsn":66653287512,"xmin":null},"op":"c","ts_ms":1729478146783,"transaction":null} -{"before":null,"after":{"id":772,"customer_name":"Shelby Mccormick","product_name":"Laptop","quantity":1,"price":1756.39,"order_date":1729452946354721,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478146356,"snapshot":"false","db":"testdb","sequence":"[\"66653288496\",\"66653288496\"]","schema":"public","table":"orders","txId":2195261,"lsn":66653288496,"xmin":null},"op":"c","ts_ms":1729478146783,"transaction":null} -{"before":null,"after":{"id":169,"customer_name":"Thomas Marshall","product_name":"Smartphone","quantity":5,"price":1790.72,"order_date":1729452912637267,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478146384,"snapshot":"false","db":"testdb","sequence":"[\"66653288728\",\"66653288792\"]","schema":"public","table":"orders","txId":2195262,"lsn":66653288792,"xmin":null},"op":"u","ts_ms":1729478146783,"transaction":null} -{"before":null,"after":{"id":773,"customer_name":"Connie White","product_name":"Monitor","quantity":5,"price":196.53,"order_date":1729452946432768,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478146434,"snapshot":"false","db":"testdb","sequence":"[\"66653288976\",\"66653288976\"]","schema":"public","table":"orders","txId":2195263,"lsn":66653288976,"xmin":null},"op":"c","ts_ms":1729478146783,"transaction":null} -{"before":null,"after":{"id":524,"customer_name":"Joshua Wade","product_name":"Mouse","quantity":3,"price":1779.61,"order_date":1729452932160576,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478146460,"snapshot":"false","db":"testdb","sequence":"[\"66653289200\",\"66653289264\"]","schema":"public","table":"orders","txId":2195264,"lsn":66653289264,"xmin":null},"op":"u","ts_ms":1729478146783,"transaction":null} -{"before":null,"after":{"id":95,"customer_name":"Keith Morales","product_name":"Smartphone","quantity":2,"price":1640.98,"order_date":1729452908838798,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478146496,"snapshot":"false","db":"testdb","sequence":"[\"66653289440\",\"66653289504\"]","schema":"public","table":"orders","txId":2195265,"lsn":66653289504,"xmin":null},"op":"u","ts_ms":1729478146783,"transaction":null} -{"before":null,"after":{"id":774,"customer_name":"Deborah Jones","product_name":"Laptop","quantity":5,"price":1164.93,"order_date":1729452946521488,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478146522,"snapshot":"false","db":"testdb","sequence":"[\"66653289688\",\"66653289688\"]","schema":"public","table":"orders","txId":2195266,"lsn":66653289688,"xmin":null},"op":"c","ts_ms":1729478146783,"transaction":null} -{"before":null,"after":{"id":775,"customer_name":"David Wilson","product_name":"Smartphone","quantity":3,"price":1534.09,"order_date":1729452946575147,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478146576,"snapshot":"false","db":"testdb","sequence":"[\"66653289920\",\"66653289920\"]","schema":"public","table":"orders","txId":2195267,"lsn":66653289920,"xmin":null},"op":"c","ts_ms":1729478146783,"transaction":null} -{"before":null,"after":{"id":776,"customer_name":"Paula Reed","product_name":"Smartphone","quantity":2,"price":696.56,"order_date":1729452946615344,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478146617,"snapshot":"false","db":"testdb","sequence":"[\"66653290152\",\"66653290152\"]","schema":"public","table":"orders","txId":2195268,"lsn":66653290152,"xmin":null},"op":"c","ts_ms":1729478146783,"transaction":null} -{"before":null,"after":{"id":777,"customer_name":"Ricardo Martinez","product_name":"Smartphone","quantity":3,"price":1427.79,"order_date":1729452946653647,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478146655,"snapshot":"false","db":"testdb","sequence":"[\"66653290384\",\"66653290384\"]","schema":"public","table":"orders","txId":2195269,"lsn":66653290384,"xmin":null},"op":"c","ts_ms":1729478146783,"transaction":null} -{"before":null,"after":{"id":778,"customer_name":"Christopher Watkins","product_name":"Smartphone","quantity":3,"price":1786.69,"order_date":1729452946688423,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478146689,"snapshot":"false","db":"testdb","sequence":"[\"66653290648\",\"66653290648\"]","schema":"public","table":"orders","txId":2195270,"lsn":66653290648,"xmin":null},"op":"c","ts_ms":1729478146783,"transaction":null} -{"before":null,"after":{"id":779,"customer_name":"Richard Burke","product_name":"Laptop","quantity":4,"price":1419.22,"order_date":1729452946707953,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478146709,"snapshot":"false","db":"testdb","sequence":"[\"66653290888\",\"66653290888\"]","schema":"public","table":"orders","txId":2195271,"lsn":66653290888,"xmin":null},"op":"c","ts_ms":1729478146783,"transaction":null} -{"before":null,"after":{"id":780,"customer_name":"Riley Hammond","product_name":"Smartphone","quantity":3,"price":82.25,"order_date":1729452946743053,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478146744,"snapshot":"false","db":"testdb","sequence":"[\"66653291112\",\"66653291112\"]","schema":"public","table":"orders","txId":2195272,"lsn":66653291112,"xmin":null},"op":"c","ts_ms":1729478146783,"transaction":null} -{"before":null,"after":{"id":781,"customer_name":"Jennifer Mason","product_name":"Laptop","quantity":5,"price":1753.27,"order_date":1729452946803863,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478146805,"snapshot":"false","db":"testdb","sequence":"[\"66653291344\",\"66653291344\"]","schema":"public","table":"orders","txId":2195273,"lsn":66653291344,"xmin":null},"op":"c","ts_ms":1729478147292,"transaction":null} -{"before":null,"after":{"id":782,"customer_name":"Casey Nelson","product_name":"Mouse","quantity":1,"price":1610.23,"order_date":1729452946862172,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478146863,"snapshot":"false","db":"testdb","sequence":"[\"66653291576\",\"66653291576\"]","schema":"public","table":"orders","txId":2195274,"lsn":66653291576,"xmin":null},"op":"c","ts_ms":1729478147292,"transaction":null} -{"before":null,"after":{"id":431,"customer_name":"Bryan Taylor Jr.","product_name":"Laptop","quantity":2,"price":1667.67,"order_date":1729452926832557,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478146904,"snapshot":"false","db":"testdb","sequence":"[\"66653291800\",\"66653291864\"]","schema":"public","table":"orders","txId":2195275,"lsn":66653291864,"xmin":null},"op":"u","ts_ms":1729478147292,"transaction":null} -{"before":null,"after":{"id":461,"customer_name":"Katherine Bishop","product_name":"Smartphone","quantity":4,"price":1305.18,"order_date":1729452928580275,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478146948,"snapshot":"false","db":"testdb","sequence":"[\"66653292040\",\"66653292104\"]","schema":"public","table":"orders","txId":2195276,"lsn":66653292104,"xmin":null},"op":"u","ts_ms":1729478147292,"transaction":null} -{"before":null,"after":{"id":783,"customer_name":"Derek Acosta","product_name":"Laptop","quantity":1,"price":1776.01,"order_date":1729452946985670,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478146987,"snapshot":"false","db":"testdb","sequence":"[\"66653292288\",\"66653292288\"]","schema":"public","table":"orders","txId":2195277,"lsn":66653292288,"xmin":null},"op":"c","ts_ms":1729478147292,"transaction":null} -{"before":null,"after":{"id":178,"customer_name":"Andrew Carpenter","product_name":"Laptop","quantity":1,"price":1782.84,"order_date":1729452912998938,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478147012,"snapshot":"false","db":"testdb","sequence":"[\"66653292512\",\"66653292576\"]","schema":"public","table":"orders","txId":2195278,"lsn":66653292576,"xmin":null},"op":"u","ts_ms":1729478147292,"transaction":null} -{"before":null,"after":{"id":784,"customer_name":"Martin Thompson","product_name":"Monitor","quantity":5,"price":793.88,"order_date":1729452947053640,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478147055,"snapshot":"false","db":"testdb","sequence":"[\"66653292752\",\"66653292752\"]","schema":"public","table":"orders","txId":2195279,"lsn":66653292752,"xmin":null},"op":"c","ts_ms":1729478147292,"transaction":null} -{"before":null,"after":{"id":785,"customer_name":"Andrea Campbell","product_name":"Monitor","quantity":3,"price":1957.02,"order_date":1729452947110235,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478147111,"snapshot":"false","db":"testdb","sequence":"[\"66653292984\",\"66653292984\"]","schema":"public","table":"orders","txId":2195280,"lsn":66653292984,"xmin":null},"op":"c","ts_ms":1729478147292,"transaction":null} -{"before":null,"after":{"id":786,"customer_name":"Debra Guzman","product_name":"Laptop","quantity":5,"price":652.67,"order_date":1729452947152684,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478147154,"snapshot":"false","db":"testdb","sequence":"[\"66653293208\",\"66653293208\"]","schema":"public","table":"orders","txId":2195281,"lsn":66653293208,"xmin":null},"op":"c","ts_ms":1729478147292,"transaction":null} -{"before":null,"after":{"id":787,"customer_name":"Helen Camacho","product_name":"Smartphone","quantity":5,"price":1869.04,"order_date":1729452947210996,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478147212,"snapshot":"false","db":"testdb","sequence":"[\"66653293440\",\"66653293440\"]","schema":"public","table":"orders","txId":2195282,"lsn":66653293440,"xmin":null},"op":"c","ts_ms":1729478147292,"transaction":null} -{"before":null,"after":{"id":788,"customer_name":"David Gonzalez","product_name":"Keyboard","quantity":1,"price":456.03,"order_date":1729452947253533,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478147254,"snapshot":"false","db":"testdb","sequence":"[\"66653293680\",\"66653293680\"]","schema":"public","table":"orders","txId":2195283,"lsn":66653293680,"xmin":null},"op":"c","ts_ms":1729478147292,"transaction":null} -{"before":null,"after":{"id":789,"customer_name":"Mark Johnson","product_name":"Smartphone","quantity":3,"price":938.91,"order_date":1729452947289638,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478147291,"snapshot":"false","db":"testdb","sequence":"[\"66653293912\",\"66653293912\"]","schema":"public","table":"orders","txId":2195284,"lsn":66653293912,"xmin":null},"op":"c","ts_ms":1729478147292,"transaction":null} -{"before":null,"after":{"id":790,"customer_name":"Linda Garner","product_name":"Laptop","quantity":1,"price":331.76,"order_date":1729452947319654,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478147320,"snapshot":"false","db":"testdb","sequence":"[\"66653294136\",\"66653294136\"]","schema":"public","table":"orders","txId":2195285,"lsn":66653294136,"xmin":null},"op":"c","ts_ms":1729478147803,"transaction":null} -{"before":null,"after":{"id":791,"customer_name":"Holly Walsh","product_name":"Headphones","quantity":4,"price":397.38,"order_date":1729452947343340,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478147344,"snapshot":"false","db":"testdb","sequence":"[\"66653294368\",\"66653294368\"]","schema":"public","table":"orders","txId":2195286,"lsn":66653294368,"xmin":null},"op":"c","ts_ms":1729478147803,"transaction":null} -{"before":null,"after":{"id":767,"customer_name":"Dr. Maria Morales","product_name":"Headphones","quantity":3,"price":71.6,"order_date":1729452946101455,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478147368,"snapshot":"false","db":"testdb","sequence":"[\"66653294600\",\"66653294728\"]","schema":"public","table":"orders","txId":2195287,"lsn":66653294728,"xmin":null},"op":"u","ts_ms":1729478147803,"transaction":null} -{"before":null,"after":{"id":792,"customer_name":"James Oliver PhD","product_name":"Laptop","quantity":1,"price":295.97,"order_date":1729452947428579,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478147429,"snapshot":"false","db":"testdb","sequence":"[\"66653294912\",\"66653294912\"]","schema":"public","table":"orders","txId":2195288,"lsn":66653294912,"xmin":null},"op":"c","ts_ms":1729478147803,"transaction":null} -{"before":null,"after":{"id":171,"customer_name":"Andrew Vasquez","product_name":"Headphones","quantity":5,"price":1490.3,"order_date":1729452912702921,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478147480,"snapshot":"false","db":"testdb","sequence":"[\"66653295136\",\"66653295200\"]","schema":"public","table":"orders","txId":2195289,"lsn":66653295200,"xmin":null},"op":"u","ts_ms":1729478147803,"transaction":null} -{"before":null,"after":{"id":793,"customer_name":"Holly Kent","product_name":"Mouse","quantity":5,"price":1023.03,"order_date":1729452947505847,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478147507,"snapshot":"false","db":"testdb","sequence":"[\"66653295384\",\"66653295488\"]","schema":"public","table":"orders","txId":2195290,"lsn":66653295488,"xmin":null},"op":"c","ts_ms":1729478147803,"transaction":null} -{"before":null,"after":{"id":438,"customer_name":"Michelle Gross","product_name":"Monitor","quantity":4,"price":859.44,"order_date":1729452927255532,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478147544,"snapshot":"false","db":"testdb","sequence":"[\"66653295712\",\"66653295776\"]","schema":"public","table":"orders","txId":2195291,"lsn":66653295776,"xmin":null},"op":"u","ts_ms":1729478147803,"transaction":null} -{"before":null,"after":{"id":3,"customer_name":"Abigail Nelson","product_name":"Smartphone","quantity":4,"price":1871.61,"order_date":1729452903795664,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478147573,"snapshot":"false","db":"testdb","sequence":"[\"66653295952\",\"66653296016\"]","schema":"public","table":"orders","txId":2195292,"lsn":66653296016,"xmin":null},"op":"u","ts_ms":1729478147803,"transaction":null} -{"before":null,"after":{"id":794,"customer_name":"Yolanda Diaz","product_name":"Monitor","quantity":1,"price":1675.38,"order_date":1729452947632771,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478147634,"snapshot":"false","db":"testdb","sequence":"[\"66653296200\",\"66653296200\"]","schema":"public","table":"orders","txId":2195293,"lsn":66653296200,"xmin":null},"op":"c","ts_ms":1729478147803,"transaction":null} -{"before":null,"after":{"id":795,"customer_name":"Amy Jones","product_name":"Monitor","quantity":4,"price":442.13,"order_date":1729452947691448,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478147693,"snapshot":"false","db":"testdb","sequence":"[\"66653296424\",\"66653296424\"]","schema":"public","table":"orders","txId":2195294,"lsn":66653296424,"xmin":null},"op":"c","ts_ms":1729478147804,"transaction":null} -{"before":null,"after":{"id":263,"customer_name":"Michael Little","product_name":"Smartphone","quantity":2,"price":324.28,"order_date":1729452917574584,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478147736,"snapshot":"false","db":"testdb","sequence":"[\"66653296648\",\"66653296712\"]","schema":"public","table":"orders","txId":2195295,"lsn":66653296712,"xmin":null},"op":"u","ts_ms":1729478147804,"transaction":null} -{"before":null,"after":{"id":796,"customer_name":"Charles Blackwell","product_name":"Smartphone","quantity":1,"price":298.66,"order_date":1729452947782141,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478147784,"snapshot":"false","db":"testdb","sequence":"[\"66653296896\",\"66653296896\"]","schema":"public","table":"orders","txId":2195296,"lsn":66653296896,"xmin":null},"op":"c","ts_ms":1729478147804,"transaction":null} -{"before":null,"after":{"id":797,"customer_name":"Theresa Kirk","product_name":"Monitor","quantity":1,"price":1139.39,"order_date":1729452947832498,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478147834,"snapshot":"false","db":"testdb","sequence":"[\"66653297136\",\"66653297136\"]","schema":"public","table":"orders","txId":2195297,"lsn":66653297136,"xmin":null},"op":"c","ts_ms":1729478148310,"transaction":null} -{"before":null,"after":{"id":798,"customer_name":"Shawn Carter","product_name":"Keyboard","quantity":3,"price":1503.64,"order_date":1729452947863468,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478147865,"snapshot":"false","db":"testdb","sequence":"[\"66653297360\",\"66653297360\"]","schema":"public","table":"orders","txId":2195298,"lsn":66653297360,"xmin":null},"op":"c","ts_ms":1729478148310,"transaction":null} -{"before":null,"after":{"id":267,"customer_name":"Barbara Moore","product_name":"Smartphone","quantity":3,"price":1098.61,"order_date":1729452917810004,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478147932,"snapshot":"false","db":"testdb","sequence":"[\"66653297584\",\"66653297648\"]","schema":"public","table":"orders","txId":2195299,"lsn":66653297648,"xmin":null},"op":"u","ts_ms":1729478148310,"transaction":null} -{"before":null,"after":{"id":799,"customer_name":"John Hayes","product_name":"Laptop","quantity":5,"price":194.49,"order_date":1729452947974374,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478147976,"snapshot":"false","db":"testdb","sequence":"[\"66653297832\",\"66653297832\"]","schema":"public","table":"orders","txId":2195300,"lsn":66653297832,"xmin":null},"op":"c","ts_ms":1729478148310,"transaction":null} -{"before":null,"after":{"id":800,"customer_name":"Nicholas Palmer","product_name":"Smartphone","quantity":3,"price":1660.17,"order_date":1729452948002672,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478148004,"snapshot":"false","db":"testdb","sequence":"[\"66653298064\",\"66653298064\"]","schema":"public","table":"orders","txId":2195301,"lsn":66653298064,"xmin":null},"op":"c","ts_ms":1729478148310,"transaction":null} -{"before":null,"after":{"id":801,"customer_name":"Diane Chang","product_name":"Smartphone","quantity":4,"price":1968.42,"order_date":1729452948054270,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478148055,"snapshot":"false","db":"testdb","sequence":"[\"66653298304\",\"66653298304\"]","schema":"public","table":"orders","txId":2195302,"lsn":66653298304,"xmin":null},"op":"c","ts_ms":1729478148310,"transaction":null} -{"before":null,"after":{"id":802,"customer_name":"Noah Ballard","product_name":"Keyboard","quantity":5,"price":1831.74,"order_date":1729452948107581,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478148109,"snapshot":"false","db":"testdb","sequence":"[\"66653298536\",\"66653298536\"]","schema":"public","table":"orders","txId":2195303,"lsn":66653298536,"xmin":null},"op":"c","ts_ms":1729478148310,"transaction":null} -{"before":null,"after":{"id":803,"customer_name":"Charles Moses","product_name":"Laptop","quantity":2,"price":313.95,"order_date":1729452948164814,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478148167,"snapshot":"false","db":"testdb","sequence":"[\"66653298792\",\"66653298792\"]","schema":"public","table":"orders","txId":2195304,"lsn":66653298792,"xmin":null},"op":"c","ts_ms":1729478148310,"transaction":null} -{"before":null,"after":{"id":804,"customer_name":"Maurice Downs","product_name":"Keyboard","quantity":4,"price":1907.03,"order_date":1729452948210946,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478148213,"snapshot":"false","db":"testdb","sequence":"[\"66653299016\",\"66653299016\"]","schema":"public","table":"orders","txId":2195305,"lsn":66653299016,"xmin":null},"op":"c","ts_ms":1729478148310,"transaction":null} -{"before":null,"after":{"id":805,"customer_name":"Sandra Underwood","product_name":"Smartphone","quantity":1,"price":1786.07,"order_date":1729452948233440,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478148234,"snapshot":"false","db":"testdb","sequence":"[\"66653299248\",\"66653299248\"]","schema":"public","table":"orders","txId":2195306,"lsn":66653299248,"xmin":null},"op":"c","ts_ms":1729478148310,"transaction":null} -{"before":null,"after":{"id":90,"customer_name":"Jeffrey Carlson","product_name":"Keyboard","quantity":5,"price":55.71,"order_date":1729452908453606,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478148258,"snapshot":"false","db":"testdb","sequence":"[\"66653299488\",\"66653299552\"]","schema":"public","table":"orders","txId":2195307,"lsn":66653299552,"xmin":null},"op":"u","ts_ms":1729478148310,"transaction":null} -{"before":null,"after":{"id":806,"customer_name":"Jennifer Brock","product_name":"Monitor","quantity":5,"price":417.85,"order_date":1729452948277185,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478148278,"snapshot":"false","db":"testdb","sequence":"[\"66653299736\",\"66653299736\"]","schema":"public","table":"orders","txId":2195308,"lsn":66653299736,"xmin":null},"op":"c","ts_ms":1729478148310,"transaction":null} -{"before":null,"after":{"id":807,"customer_name":"Erika Martinez","product_name":"Keyboard","quantity":4,"price":505.31,"order_date":1729452948333010,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478148334,"snapshot":"false","db":"testdb","sequence":"[\"66653299960\",\"66653299960\"]","schema":"public","table":"orders","txId":2195309,"lsn":66653299960,"xmin":null},"op":"c","ts_ms":1729478148821,"transaction":null} -{"before":null,"after":{"id":808,"customer_name":"Angela Washington","product_name":"Monitor","quantity":3,"price":115.82,"order_date":1729452948391219,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478148392,"snapshot":"false","db":"testdb","sequence":"[\"66653300184\",\"66653300184\"]","schema":"public","table":"orders","txId":2195310,"lsn":66653300184,"xmin":null},"op":"c","ts_ms":1729478148821,"transaction":null} -{"before":null,"after":{"id":809,"customer_name":"Brandy Figueroa","product_name":"Monitor","quantity":1,"price":1252.43,"order_date":1729452948443990,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478148445,"snapshot":"false","db":"testdb","sequence":"[\"66653300416\",\"66653300416\"]","schema":"public","table":"orders","txId":2195311,"lsn":66653300416,"xmin":null},"op":"c","ts_ms":1729478148821,"transaction":null} -{"before":null,"after":{"id":810,"customer_name":"Stacie Howard","product_name":"Laptop","quantity":3,"price":757.63,"order_date":1729452948468916,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478148470,"snapshot":"false","db":"testdb","sequence":"[\"66653300640\",\"66653300640\"]","schema":"public","table":"orders","txId":2195312,"lsn":66653300640,"xmin":null},"op":"c","ts_ms":1729478148821,"transaction":null} -{"before":null,"after":{"id":811,"customer_name":"David Steele","product_name":"Laptop","quantity":2,"price":1735.52,"order_date":1729452948502066,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478148503,"snapshot":"false","db":"testdb","sequence":"[\"66653300864\",\"66653300864\"]","schema":"public","table":"orders","txId":2195313,"lsn":66653300864,"xmin":null},"op":"c","ts_ms":1729478148821,"transaction":null} -{"before":null,"after":{"id":368,"customer_name":"Yolanda Thomas","product_name":"Mouse","quantity":3,"price":589.63,"order_date":1729452923374426,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478148535,"snapshot":"false","db":"testdb","sequence":"[\"66653301096\",\"66653301160\"]","schema":"public","table":"orders","txId":2195314,"lsn":66653301160,"xmin":null},"op":"u","ts_ms":1729478148821,"transaction":null} -{"before":null,"after":{"id":812,"customer_name":"Joseph Taylor","product_name":"Mouse","quantity":2,"price":1552.22,"order_date":1729452948584771,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478148586,"snapshot":"false","db":"testdb","sequence":"[\"66653301336\",\"66653301336\"]","schema":"public","table":"orders","txId":2195315,"lsn":66653301336,"xmin":null},"op":"c","ts_ms":1729478148821,"transaction":null} -{"before":null,"after":{"id":795,"customer_name":"Amy Jones","product_name":"Monitor","quantity":4,"price":442.13,"order_date":1729452947691448,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478148610,"snapshot":"false","db":"testdb","sequence":"[\"66653301568\",\"66653301688\"]","schema":"public","table":"orders","txId":2195316,"lsn":66653301688,"xmin":null},"op":"u","ts_ms":1729478148821,"transaction":null} -{"before":null,"after":{"id":813,"customer_name":"Laura Smith","product_name":"Monitor","quantity":4,"price":1683.39,"order_date":1729452948630894,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478148632,"snapshot":"false","db":"testdb","sequence":"[\"66653301936\",\"66653301936\"]","schema":"public","table":"orders","txId":2195317,"lsn":66653301936,"xmin":null},"op":"c","ts_ms":1729478148821,"transaction":null} -{"before":null,"after":{"id":814,"customer_name":"Anthony Williams","product_name":"Keyboard","quantity":4,"price":1362.44,"order_date":1729452948692362,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478148694,"snapshot":"false","db":"testdb","sequence":"[\"66653302160\",\"66653302160\"]","schema":"public","table":"orders","txId":2195318,"lsn":66653302160,"xmin":null},"op":"c","ts_ms":1729478148821,"transaction":null} -{"before":null,"after":{"id":815,"customer_name":"James Mueller","product_name":"Smartphone","quantity":2,"price":1721.34,"order_date":1729452948721836,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478148723,"snapshot":"false","db":"testdb","sequence":"[\"66653302400\",\"66653302400\"]","schema":"public","table":"orders","txId":2195319,"lsn":66653302400,"xmin":null},"op":"c","ts_ms":1729478148821,"transaction":null} -{"before":null,"after":{"id":738,"customer_name":"Jordan Bush","product_name":"Monitor","quantity":4,"price":1548.14,"order_date":1729452944643916,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478148748,"snapshot":"false","db":"testdb","sequence":"[\"66653302640\",\"66653302696\"]","schema":"public","table":"orders","txId":2195320,"lsn":66653302696,"xmin":null},"op":"u","ts_ms":1729478148821,"transaction":null} -{"before":null,"after":{"id":816,"customer_name":"Matthew Gardner","product_name":"Monitor","quantity":2,"price":1394.26,"order_date":1729452948784232,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478148786,"snapshot":"false","db":"testdb","sequence":"[\"66653302872\",\"66653302872\"]","schema":"public","table":"orders","txId":2195321,"lsn":66653302872,"xmin":null},"op":"c","ts_ms":1729478148821,"transaction":null} -{"before":null,"after":{"id":817,"customer_name":"Barbara Hoffman","product_name":"Laptop","quantity":4,"price":408.86,"order_date":1729452948830499,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478148832,"snapshot":"false","db":"testdb","sequence":"[\"66653303096\",\"66653303096\"]","schema":"public","table":"orders","txId":2195322,"lsn":66653303096,"xmin":null},"op":"c","ts_ms":1729478149330,"transaction":null} -{"before":null,"after":{"id":818,"customer_name":"Katherine Lopez","product_name":"Mouse","quantity":1,"price":964.19,"order_date":1729452948866072,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478148867,"snapshot":"false","db":"testdb","sequence":"[\"66653303320\",\"66653303320\"]","schema":"public","table":"orders","txId":2195323,"lsn":66653303320,"xmin":null},"op":"c","ts_ms":1729478149330,"transaction":null} -{"before":null,"after":{"id":691,"customer_name":"Mrs. Jennifer Knight MD","product_name":"Headphones","quantity":1,"price":1725.83,"order_date":1729452941529973,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478148930,"snapshot":"false","db":"testdb","sequence":"[\"66653303552\",\"66653303616\"]","schema":"public","table":"orders","txId":2195324,"lsn":66653303616,"xmin":null},"op":"u","ts_ms":1729478149330,"transaction":null} -{"before":null,"after":{"id":819,"customer_name":"Tamara Welch","product_name":"Headphones","quantity":3,"price":552.2,"order_date":1729452948988373,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478148991,"snapshot":"false","db":"testdb","sequence":"[\"66653303808\",\"66653303808\"]","schema":"public","table":"orders","txId":2195325,"lsn":66653303808,"xmin":null},"op":"c","ts_ms":1729478149330,"transaction":null} -{"before":null,"after":{"id":820,"customer_name":"Lori Macias","product_name":"Monitor","quantity":2,"price":227.51,"order_date":1729452949034431,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478149037,"snapshot":"false","db":"testdb","sequence":"[\"66653304040\",\"66653304040\"]","schema":"public","table":"orders","txId":2195326,"lsn":66653304040,"xmin":null},"op":"c","ts_ms":1729478149330,"transaction":null} -{"before":null,"after":{"id":821,"customer_name":"Mark Baker","product_name":"Laptop","quantity":1,"price":1473.64,"order_date":1729452949080100,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478149081,"snapshot":"false","db":"testdb","sequence":"[\"66653304272\",\"66653304272\"]","schema":"public","table":"orders","txId":2195327,"lsn":66653304272,"xmin":null},"op":"c","ts_ms":1729478149330,"transaction":null} -{"before":null,"after":{"id":822,"customer_name":"Susan Holmes","product_name":"Laptop","quantity":5,"price":1218.52,"order_date":1729452949119677,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478149121,"snapshot":"false","db":"testdb","sequence":"[\"66653304496\",\"66653304496\"]","schema":"public","table":"orders","txId":2195328,"lsn":66653304496,"xmin":null},"op":"c","ts_ms":1729478149330,"transaction":null} -{"before":null,"after":{"id":823,"customer_name":"David Armstrong","product_name":"Monitor","quantity":4,"price":691.21,"order_date":1729452949151275,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478149153,"snapshot":"false","db":"testdb","sequence":"[\"66653304728\",\"66653304728\"]","schema":"public","table":"orders","txId":2195329,"lsn":66653304728,"xmin":null},"op":"c","ts_ms":1729478149330,"transaction":null} -{"before":null,"after":{"id":824,"customer_name":"Mary Mills DVM","product_name":"Smartphone","quantity":5,"price":707.51,"order_date":1729452949180980,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478149182,"snapshot":"false","db":"testdb","sequence":"[\"66653304960\",\"66653304960\"]","schema":"public","table":"orders","txId":2195330,"lsn":66653304960,"xmin":null},"op":"c","ts_ms":1729478149330,"transaction":null} -{"before":null,"after":{"id":825,"customer_name":"Michaela Johnson","product_name":"Smartphone","quantity":5,"price":1988.14,"order_date":1729452949213621,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478149215,"snapshot":"false","db":"testdb","sequence":"[\"66653305200\",\"66653305200\"]","schema":"public","table":"orders","txId":2195331,"lsn":66653305200,"xmin":null},"op":"c","ts_ms":1729478149330,"transaction":null} -{"before":null,"after":{"id":826,"customer_name":"Karen Morales","product_name":"Headphones","quantity":2,"price":758.42,"order_date":1729452949259658,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478149261,"snapshot":"false","db":"testdb","sequence":"[\"66653305440\",\"66653305544\"]","schema":"public","table":"orders","txId":2195332,"lsn":66653305544,"xmin":null},"op":"c","ts_ms":1729478149330,"transaction":null} -{"before":null,"after":{"id":827,"customer_name":"Diane Meyer","product_name":"Smartphone","quantity":4,"price":492.11,"order_date":1729452949312324,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478149313,"snapshot":"false","db":"testdb","sequence":"[\"66653305776\",\"66653305776\"]","schema":"public","table":"orders","txId":2195333,"lsn":66653305776,"xmin":null},"op":"c","ts_ms":1729478149330,"transaction":null} -{"before":null,"after":{"id":828,"customer_name":"Daniel Marshall","product_name":"Laptop","quantity":1,"price":1246.74,"order_date":1729452949334785,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478149337,"snapshot":"false","db":"testdb","sequence":"[\"66653306008\",\"66653306008\"]","schema":"public","table":"orders","txId":2195334,"lsn":66653306008,"xmin":null},"op":"c","ts_ms":1729478149839,"transaction":null} -{"before":null,"after":{"id":829,"customer_name":"Roberto Young","product_name":"Headphones","quantity":4,"price":901.29,"order_date":1729452949392528,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478149393,"snapshot":"false","db":"testdb","sequence":"[\"66653306240\",\"66653306240\"]","schema":"public","table":"orders","txId":2195335,"lsn":66653306240,"xmin":null},"op":"c","ts_ms":1729478149839,"transaction":null} -{"before":null,"after":{"id":602,"customer_name":"James Lucas","product_name":"Keyboard","quantity":2,"price":1325.85,"order_date":1729452936502749,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478149429,"snapshot":"false","db":"testdb","sequence":"[\"66653306472\",\"66653306536\"]","schema":"public","table":"orders","txId":2195336,"lsn":66653306536,"xmin":null},"op":"u","ts_ms":1729478149839,"transaction":null} -{"before":{"id":78,"customer_name":null,"product_name":null,"quantity":null,"price":null,"order_date":null,"status":null},"after":null,"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478149477,"snapshot":"false","db":"testdb","sequence":"[\"66653306712\",\"66653306776\"]","schema":"public","table":"orders","txId":2195337,"lsn":66653306776,"xmin":null},"op":"d","ts_ms":1729478149839,"transaction":null} -{"before":null,"after":{"id":830,"customer_name":"Isaac Munoz","product_name":"Laptop","quantity":3,"price":1220.56,"order_date":1729452949501292,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478149503,"snapshot":"false","db":"testdb","sequence":"[\"66653306912\",\"66653306912\"]","schema":"public","table":"orders","txId":2195338,"lsn":66653306912,"xmin":null},"op":"c","ts_ms":1729478149840,"transaction":null} -{"before":null,"after":{"id":740,"customer_name":"Douglas Roberson","product_name":"Monitor","quantity":2,"price":1859.67,"order_date":1729452944756606,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478149560,"snapshot":"false","db":"testdb","sequence":"[\"66653307144\",\"66653307264\"]","schema":"public","table":"orders","txId":2195339,"lsn":66653307264,"xmin":null},"op":"u","ts_ms":1729478149840,"transaction":null} -{"before":null,"after":{"id":831,"customer_name":"Dr. Jeffrey Jacobs","product_name":"Mouse","quantity":1,"price":1102.12,"order_date":1729452949616099,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478149617,"snapshot":"false","db":"testdb","sequence":"[\"66653307520\",\"66653307520\"]","schema":"public","table":"orders","txId":2195340,"lsn":66653307520,"xmin":null},"op":"c","ts_ms":1729478149840,"transaction":null} -{"before":null,"after":{"id":832,"customer_name":"Mackenzie Smith","product_name":"Headphones","quantity":4,"price":1498.73,"order_date":1729452949638829,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478149640,"snapshot":"false","db":"testdb","sequence":"[\"66653307752\",\"66653307752\"]","schema":"public","table":"orders","txId":2195341,"lsn":66653307752,"xmin":null},"op":"c","ts_ms":1729478149840,"transaction":null} -{"before":null,"after":{"id":401,"customer_name":"Amy Hamilton","product_name":"Headphones","quantity":3,"price":1272.87,"order_date":1729452925013289,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478149683,"snapshot":"false","db":"testdb","sequence":"[\"66653307984\",\"66653308040\"]","schema":"public","table":"orders","txId":2195342,"lsn":66653308040,"xmin":null},"op":"u","ts_ms":1729478149840,"transaction":null} -{"before":null,"after":{"id":833,"customer_name":"Brittany Parker","product_name":"Headphones","quantity":5,"price":814.42,"order_date":1729452949719021,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478149720,"snapshot":"false","db":"testdb","sequence":"[\"66653308216\",\"66653308216\"]","schema":"public","table":"orders","txId":2195343,"lsn":66653308216,"xmin":null},"op":"c","ts_ms":1729478149840,"transaction":null} -{"before":null,"after":{"id":834,"customer_name":"Rachel Morris","product_name":"Laptop","quantity":5,"price":420.62,"order_date":1729452949754466,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478149755,"snapshot":"false","db":"testdb","sequence":"[\"66653308456\",\"66653308456\"]","schema":"public","table":"orders","txId":2195344,"lsn":66653308456,"xmin":null},"op":"c","ts_ms":1729478149840,"transaction":null} -{"before":null,"after":{"id":109,"customer_name":"Susan Lawson","product_name":"Laptop","quantity":4,"price":67.51,"order_date":1729452909650260,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478149790,"snapshot":"false","db":"testdb","sequence":"[\"66653308680\",\"66653308744\"]","schema":"public","table":"orders","txId":2195345,"lsn":66653308744,"xmin":null},"op":"u","ts_ms":1729478149840,"transaction":null} -{"before":null,"after":{"id":81,"customer_name":"Gary Russell","product_name":"Keyboard","quantity":3,"price":1231.87,"order_date":1729452907901742,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478149842,"snapshot":"false","db":"testdb","sequence":"[\"66653308920\",\"66653308984\"]","schema":"public","table":"orders","txId":2195346,"lsn":66653308984,"xmin":null},"op":"u","ts_ms":1729478149843,"transaction":null} -{"before":null,"after":{"id":145,"customer_name":"Michael Ramos","product_name":"Headphones","quantity":3,"price":337.82,"order_date":1729452911342157,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478149887,"snapshot":"false","db":"testdb","sequence":"[\"66653309160\",\"66653309224\"]","schema":"public","table":"orders","txId":2195347,"lsn":66653309224,"xmin":null},"op":"u","ts_ms":1729478150354,"transaction":null} -{"before":null,"after":{"id":835,"customer_name":"Theresa James","product_name":"Keyboard","quantity":3,"price":1786.4,"order_date":1729452949932457,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478149934,"snapshot":"false","db":"testdb","sequence":"[\"66653309408\",\"66653309408\"]","schema":"public","table":"orders","txId":2195348,"lsn":66653309408,"xmin":null},"op":"c","ts_ms":1729478150355,"transaction":null} -{"before":null,"after":{"id":836,"customer_name":"Kenneth Johnson","product_name":"Headphones","quantity":3,"price":1551.93,"order_date":1729452949977646,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478149979,"snapshot":"false","db":"testdb","sequence":"[\"66653309632\",\"66653309632\"]","schema":"public","table":"orders","txId":2195349,"lsn":66653309632,"xmin":null},"op":"c","ts_ms":1729478150355,"transaction":null} -{"before":null,"after":{"id":837,"customer_name":"Elizabeth George","product_name":"Smartphone","quantity":4,"price":469.76,"order_date":1729452950005510,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478150007,"snapshot":"false","db":"testdb","sequence":"[\"66653309872\",\"66653309872\"]","schema":"public","table":"orders","txId":2195350,"lsn":66653309872,"xmin":null},"op":"c","ts_ms":1729478150355,"transaction":null} -{"before":null,"after":{"id":838,"customer_name":"Jose Simpson","product_name":"Monitor","quantity":5,"price":1800.3,"order_date":1729452950032995,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478150034,"snapshot":"false","db":"testdb","sequence":"[\"66653310104\",\"66653310104\"]","schema":"public","table":"orders","txId":2195351,"lsn":66653310104,"xmin":null},"op":"c","ts_ms":1729478150355,"transaction":null} -{"before":null,"after":{"id":706,"customer_name":"Dr. Shannon Meyer","product_name":"Monitor","quantity":1,"price":649.07,"order_date":1729452942401613,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478150069,"snapshot":"false","db":"testdb","sequence":"[\"66653310328\",\"66653310392\"]","schema":"public","table":"orders","txId":2195352,"lsn":66653310392,"xmin":null},"op":"u","ts_ms":1729478150355,"transaction":null} -{"before":null,"after":{"id":839,"customer_name":"John Stewart","product_name":"Mouse","quantity":2,"price":1448.78,"order_date":1729452950098107,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478150099,"snapshot":"false","db":"testdb","sequence":"[\"66653310576\",\"66653310576\"]","schema":"public","table":"orders","txId":2195353,"lsn":66653310576,"xmin":null},"op":"c","ts_ms":1729478150355,"transaction":null} -{"before":null,"after":{"id":645,"customer_name":"Andrea Campbell","product_name":"Headphones","quantity":2,"price":1080.33,"order_date":1729452938888273,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478150159,"snapshot":"false","db":"testdb","sequence":"[\"66653310808\",\"66653310872\"]","schema":"public","table":"orders","txId":2195354,"lsn":66653310872,"xmin":null},"op":"u","ts_ms":1729478150355,"transaction":null} -{"before":null,"after":{"id":840,"customer_name":"John Pearson","product_name":"Headphones","quantity":5,"price":1541.57,"order_date":1729452950188239,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478150189,"snapshot":"false","db":"testdb","sequence":"[\"66653311056\",\"66653311056\"]","schema":"public","table":"orders","txId":2195355,"lsn":66653311056,"xmin":null},"op":"c","ts_ms":1729478150355,"transaction":null} -{"before":null,"after":{"id":841,"customer_name":"Michael Serrano","product_name":"Keyboard","quantity":2,"price":298.25,"order_date":1729452950212730,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478150214,"snapshot":"false","db":"testdb","sequence":"[\"66653311280\",\"66653311280\"]","schema":"public","table":"orders","txId":2195356,"lsn":66653311280,"xmin":null},"op":"c","ts_ms":1729478150355,"transaction":null} -{"before":null,"after":{"id":842,"customer_name":"Jennifer Carter","product_name":"Headphones","quantity":2,"price":797.58,"order_date":1729452950259476,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478150260,"snapshot":"false","db":"testdb","sequence":"[\"66653311512\",\"66653311512\"]","schema":"public","table":"orders","txId":2195357,"lsn":66653311512,"xmin":null},"op":"c","ts_ms":1729478150355,"transaction":null} -{"before":null,"after":{"id":843,"customer_name":"Andrea Diaz","product_name":"Laptop","quantity":4,"price":1854.96,"order_date":1729452950294416,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478150296,"snapshot":"false","db":"testdb","sequence":"[\"66653311744\",\"66653311744\"]","schema":"public","table":"orders","txId":2195358,"lsn":66653311744,"xmin":null},"op":"c","ts_ms":1729478150355,"transaction":null} -{"before":null,"after":{"id":844,"customer_name":"Sandra Williams","product_name":"Monitor","quantity":2,"price":317.05,"order_date":1729452950349424,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478150353,"snapshot":"false","db":"testdb","sequence":"[\"66653311976\",\"66653311976\"]","schema":"public","table":"orders","txId":2195359,"lsn":66653311976,"xmin":null},"op":"c","ts_ms":1729478150355,"transaction":null} -{"before":null,"after":{"id":845,"customer_name":"Scott Vasquez","product_name":"Smartphone","quantity":2,"price":1042.67,"order_date":1729452950405003,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478150406,"snapshot":"false","db":"testdb","sequence":"[\"66653312200\",\"66653312200\"]","schema":"public","table":"orders","txId":2195360,"lsn":66653312200,"xmin":null},"op":"c","ts_ms":1729478150862,"transaction":null} -{"before":null,"after":{"id":304,"customer_name":"Seth Henry","product_name":"Monitor","quantity":3,"price":1544.33,"order_date":1729452919952890,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478150434,"snapshot":"false","db":"testdb","sequence":"[\"66653312440\",\"66653312504\"]","schema":"public","table":"orders","txId":2195361,"lsn":66653312504,"xmin":null},"op":"u","ts_ms":1729478150862,"transaction":null} -{"before":null,"after":{"id":846,"customer_name":"Jonathan Thomas","product_name":"Mouse","quantity":2,"price":1097.07,"order_date":1729452950493718,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478150495,"snapshot":"false","db":"testdb","sequence":"[\"66653312680\",\"66653312680\"]","schema":"public","table":"orders","txId":2195362,"lsn":66653312680,"xmin":null},"op":"c","ts_ms":1729478150862,"transaction":null} -{"before":null,"after":{"id":847,"customer_name":"Tammy Wade","product_name":"Keyboard","quantity":5,"price":142.13,"order_date":1729452950552334,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478150554,"snapshot":"false","db":"testdb","sequence":"[\"66653312912\",\"66653312912\"]","schema":"public","table":"orders","txId":2195363,"lsn":66653312912,"xmin":null},"op":"c","ts_ms":1729478150862,"transaction":null} -{"before":null,"after":{"id":848,"customer_name":"Eric Barnett","product_name":"Keyboard","quantity":2,"price":1973.65,"order_date":1729452950602465,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478150603,"snapshot":"false","db":"testdb","sequence":"[\"66653313136\",\"66653313136\"]","schema":"public","table":"orders","txId":2195364,"lsn":66653313136,"xmin":null},"op":"c","ts_ms":1729478150862,"transaction":null} -{"before":null,"after":{"id":573,"customer_name":"Cody Vargas","product_name":"Keyboard","quantity":2,"price":729.55,"order_date":1729452934863946,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478150664,"snapshot":"false","db":"testdb","sequence":"[\"66653313368\",\"66653313432\"]","schema":"public","table":"orders","txId":2195365,"lsn":66653313432,"xmin":null},"op":"u","ts_ms":1729478150862,"transaction":null} -{"before":null,"after":{"id":849,"customer_name":"Brent Smith","product_name":"Smartphone","quantity":1,"price":184.55,"order_date":1729452950707376,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478150708,"snapshot":"false","db":"testdb","sequence":"[\"66653313608\",\"66653313608\"]","schema":"public","table":"orders","txId":2195366,"lsn":66653313608,"xmin":null},"op":"c","ts_ms":1729478150862,"transaction":null} -{"before":null,"after":{"id":850,"customer_name":"Haley Murphy","product_name":"Laptop","quantity":5,"price":1727.84,"order_date":1729452950762903,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478150765,"snapshot":"false","db":"testdb","sequence":"[\"66653313840\",\"66653313840\"]","schema":"public","table":"orders","txId":2195367,"lsn":66653313840,"xmin":null},"op":"c","ts_ms":1729478150862,"transaction":null} -{"before":null,"after":{"id":555,"customer_name":"Susan Brock","product_name":"Mouse","quantity":4,"price":636.77,"order_date":1729452933840406,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478150805,"snapshot":"false","db":"testdb","sequence":"[\"66653314072\",\"66653314536\"]","schema":"public","table":"orders","txId":2195368,"lsn":66653314536,"xmin":null},"op":"u","ts_ms":1729478150863,"transaction":null} -{"before":null,"after":{"id":851,"customer_name":"Robert Randall","product_name":"Mouse","quantity":3,"price":764.27,"order_date":1729452950847028,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478150848,"snapshot":"false","db":"testdb","sequence":"[\"66653333280\",\"66653328416\"]","schema":"public","table":"orders","txId":2195370,"lsn":66653328416,"xmin":null},"op":"c","ts_ms":1729478150871,"transaction":null} -{"before":{"id":316,"customer_name":null,"product_name":null,"quantity":null,"price":null,"order_date":null,"status":null},"after":null,"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478150878,"snapshot":"false","db":"testdb","sequence":"[\"66653333328\",\"66653333392\"]","schema":"public","table":"orders","txId":2195371,"lsn":66653333392,"xmin":null},"op":"d","ts_ms":1729478151379,"transaction":null} -{"before":null,"after":{"id":852,"customer_name":"Laura Rivera","product_name":"Mouse","quantity":2,"price":103.43,"order_date":1729452950910291,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478150911,"snapshot":"false","db":"testdb","sequence":"[\"66653333504\",\"66653333504\"]","schema":"public","table":"orders","txId":2195372,"lsn":66653333504,"xmin":null},"op":"c","ts_ms":1729478151379,"transaction":null} -{"before":null,"after":{"id":853,"customer_name":"Amy Mcdonald","product_name":"Headphones","quantity":1,"price":1426.03,"order_date":1729452950954895,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478150956,"snapshot":"false","db":"testdb","sequence":"[\"66653333728\",\"66653333728\"]","schema":"public","table":"orders","txId":2195373,"lsn":66653333728,"xmin":null},"op":"c","ts_ms":1729478151379,"transaction":null} -{"before":null,"after":{"id":854,"customer_name":"Chad Richmond","product_name":"Smartphone","quantity":1,"price":1056.62,"order_date":1729452951001973,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478151003,"snapshot":"false","db":"testdb","sequence":"[\"66653333952\",\"66653334320\"]","schema":"public","table":"orders","txId":2195374,"lsn":66653334320,"xmin":null},"op":"c","ts_ms":1729478151379,"transaction":null} -{"before":null,"after":{"id":855,"customer_name":"Barbara Walter DVM","product_name":"Keyboard","quantity":1,"price":247.56,"order_date":1729452951033582,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478151034,"snapshot":"false","db":"testdb","sequence":"[\"66653334552\",\"66653334552\"]","schema":"public","table":"orders","txId":2195375,"lsn":66653334552,"xmin":null},"op":"c","ts_ms":1729478151379,"transaction":null} -{"before":null,"after":{"id":856,"customer_name":"Michael Owen","product_name":"Laptop","quantity":5,"price":585.88,"order_date":1729452951070466,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478151071,"snapshot":"false","db":"testdb","sequence":"[\"66653334792\",\"66653334792\"]","schema":"public","table":"orders","txId":2195376,"lsn":66653334792,"xmin":null},"op":"c","ts_ms":1729478151379,"transaction":null} -{"before":null,"after":{"id":857,"customer_name":"Michelle Johnson","product_name":"Laptop","quantity":5,"price":1173.58,"order_date":1729452951110359,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478151112,"snapshot":"false","db":"testdb","sequence":"[\"66653335016\",\"66653335016\"]","schema":"public","table":"orders","txId":2195377,"lsn":66653335016,"xmin":null},"op":"c","ts_ms":1729478151379,"transaction":null} -{"before":{"id":586,"customer_name":null,"product_name":null,"quantity":null,"price":null,"order_date":null,"status":null},"after":null,"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478151147,"snapshot":"false","db":"testdb","sequence":"[\"66653335248\",\"66653335312\"]","schema":"public","table":"orders","txId":2195378,"lsn":66653335312,"xmin":null},"op":"d","ts_ms":1729478151379,"transaction":null} -{"before":null,"after":{"id":775,"customer_name":"David Wilson","product_name":"Smartphone","quantity":3,"price":1534.09,"order_date":1729452946575147,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478151178,"snapshot":"false","db":"testdb","sequence":"[\"66653335424\",\"66653335480\"]","schema":"public","table":"orders","txId":2195379,"lsn":66653335480,"xmin":null},"op":"u","ts_ms":1729478151379,"transaction":null} -{"before":null,"after":{"id":858,"customer_name":"Spencer Fernandez","product_name":"Mouse","quantity":5,"price":1467.88,"order_date":1729452951222045,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478151223,"snapshot":"false","db":"testdb","sequence":"[\"66653335656\",\"66653335656\"]","schema":"public","table":"orders","txId":2195380,"lsn":66653335656,"xmin":null},"op":"c","ts_ms":1729478151379,"transaction":null} -{"before":null,"after":{"id":859,"customer_name":"Anna Christian","product_name":"Headphones","quantity":1,"price":471.8,"order_date":1729452951265198,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478151266,"snapshot":"false","db":"testdb","sequence":"[\"66653335888\",\"66653335992\"]","schema":"public","table":"orders","txId":2195381,"lsn":66653335992,"xmin":null},"op":"c","ts_ms":1729478151379,"transaction":null} -{"before":{"id":432,"customer_name":null,"product_name":null,"quantity":null,"price":null,"order_date":null,"status":null},"after":null,"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478151301,"snapshot":"false","db":"testdb","sequence":"[\"66653336224\",\"66653336288\"]","schema":"public","table":"orders","txId":2195382,"lsn":66653336288,"xmin":null},"op":"d","ts_ms":1729478151379,"transaction":null} -{"before":null,"after":{"id":860,"customer_name":"Kathleen Martin","product_name":"Mouse","quantity":2,"price":1433.72,"order_date":1729452951324852,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478151326,"snapshot":"false","db":"testdb","sequence":"[\"66653336400\",\"66653336400\"]","schema":"public","table":"orders","txId":2195383,"lsn":66653336400,"xmin":null},"op":"c","ts_ms":1729478151379,"transaction":null} -{"before":null,"after":{"id":861,"customer_name":"Jerry Mcbride","product_name":"Headphones","quantity":2,"price":357.92,"order_date":1729452951378674,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478151379,"snapshot":"false","db":"testdb","sequence":"[\"66653336632\",\"66653336632\"]","schema":"public","table":"orders","txId":2195384,"lsn":66653336632,"xmin":null},"op":"c","ts_ms":1729478151380,"transaction":null} -{"before":null,"after":{"id":862,"customer_name":"Kayla Jones","product_name":"Keyboard","quantity":5,"price":1697.38,"order_date":1729452951417291,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478151418,"snapshot":"false","db":"testdb","sequence":"[\"66653336864\",\"66653336864\"]","schema":"public","table":"orders","txId":2195385,"lsn":66653336864,"xmin":null},"op":"c","ts_ms":1729478151890,"transaction":null} -{"before":null,"after":{"id":355,"customer_name":"Valerie Curtis","product_name":"Headphones","quantity":3,"price":393.11,"order_date":1729452922714880,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478151452,"snapshot":"false","db":"testdb","sequence":"[\"66653337088\",\"66653337144\"]","schema":"public","table":"orders","txId":2195386,"lsn":66653337144,"xmin":null},"op":"u","ts_ms":1729478151891,"transaction":null} -{"before":null,"after":{"id":863,"customer_name":"Phyllis Tucker","product_name":"Smartphone","quantity":5,"price":334.86,"order_date":1729452951504371,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478151506,"snapshot":"false","db":"testdb","sequence":"[\"66653337328\",\"66653337328\"]","schema":"public","table":"orders","txId":2195387,"lsn":66653337328,"xmin":null},"op":"c","ts_ms":1729478151891,"transaction":null} -{"before":null,"after":{"id":864,"customer_name":"Ronald Harris","product_name":"Monitor","quantity":4,"price":399.07,"order_date":1729452951535940,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478151537,"snapshot":"false","db":"testdb","sequence":"[\"66653337560\",\"66653337560\"]","schema":"public","table":"orders","txId":2195388,"lsn":66653337560,"xmin":null},"op":"c","ts_ms":1729478151891,"transaction":null} -{"before":null,"after":{"id":865,"customer_name":"Jenna Barker","product_name":"Keyboard","quantity":1,"price":1659.75,"order_date":1729452951563964,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478151565,"snapshot":"false","db":"testdb","sequence":"[\"66653337792\",\"66653337792\"]","schema":"public","table":"orders","txId":2195389,"lsn":66653337792,"xmin":null},"op":"c","ts_ms":1729478151891,"transaction":null} -{"before":null,"after":{"id":866,"customer_name":"Miguel Ward","product_name":"Monitor","quantity":3,"price":249.73,"order_date":1729452951606280,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478151607,"snapshot":"false","db":"testdb","sequence":"[\"66653338024\",\"66653338024\"]","schema":"public","table":"orders","txId":2195390,"lsn":66653338024,"xmin":null},"op":"c","ts_ms":1729478151891,"transaction":null} -{"before":null,"after":{"id":867,"customer_name":"Michael Miller","product_name":"Smartphone","quantity":5,"price":1949.64,"order_date":1729452951664232,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478151665,"snapshot":"false","db":"testdb","sequence":"[\"66653338256\",\"66653338256\"]","schema":"public","table":"orders","txId":2195391,"lsn":66653338256,"xmin":null},"op":"c","ts_ms":1729478151891,"transaction":null} -{"before":null,"after":{"id":868,"customer_name":"Sarah Lane","product_name":"Keyboard","quantity":4,"price":483.98,"order_date":1729452951705522,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478151706,"snapshot":"false","db":"testdb","sequence":"[\"66653338488\",\"66653338488\"]","schema":"public","table":"orders","txId":2195392,"lsn":66653338488,"xmin":null},"op":"c","ts_ms":1729478151891,"transaction":null} -{"before":null,"after":{"id":869,"customer_name":"Michael Castillo","product_name":"Keyboard","quantity":2,"price":1829.29,"order_date":1729452951765807,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478151767,"snapshot":"false","db":"testdb","sequence":"[\"66653338720\",\"66653338720\"]","schema":"public","table":"orders","txId":2195393,"lsn":66653338720,"xmin":null},"op":"c","ts_ms":1729478151891,"transaction":null} -{"before":null,"after":{"id":538,"customer_name":"Carmen Hess","product_name":"Smartphone","quantity":3,"price":670.52,"order_date":1729452932877625,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478151815,"snapshot":"false","db":"testdb","sequence":"[\"66653338952\",\"66653339016\"]","schema":"public","table":"orders","txId":2195394,"lsn":66653339016,"xmin":null},"op":"u","ts_ms":1729478151891,"transaction":null} -{"before":null,"after":{"id":870,"customer_name":"Jamie Best","product_name":"Monitor","quantity":4,"price":199.8,"order_date":1729452951840925,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478151842,"snapshot":"false","db":"testdb","sequence":"[\"66653339192\",\"66653339192\"]","schema":"public","table":"orders","txId":2195395,"lsn":66653339192,"xmin":null},"op":"c","ts_ms":1729478151891,"transaction":null} -{"before":null,"after":{"id":871,"customer_name":"Melissa Preston PhD","product_name":"Keyboard","quantity":5,"price":713.6,"order_date":1729452951865169,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478151866,"snapshot":"false","db":"testdb","sequence":"[\"66653339424\",\"66653339424\"]","schema":"public","table":"orders","txId":2195396,"lsn":66653339424,"xmin":null},"op":"c","ts_ms":1729478151891,"transaction":null} -{"before":null,"after":{"id":872,"customer_name":"Pamela Little","product_name":"Mouse","quantity":4,"price":334.78,"order_date":1729452951888951,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478151891,"snapshot":"false","db":"testdb","sequence":"[\"66653339680\",\"66653339680\"]","schema":"public","table":"orders","txId":2195397,"lsn":66653339680,"xmin":null},"op":"c","ts_ms":1729478151891,"transaction":null} -{"before":null,"after":{"id":873,"customer_name":"Stacey Mullins","product_name":"Headphones","quantity":3,"price":1444.93,"order_date":1729452951935289,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478151936,"snapshot":"false","db":"testdb","sequence":"[\"66653339904\",\"66653339904\"]","schema":"public","table":"orders","txId":2195398,"lsn":66653339904,"xmin":null},"op":"c","ts_ms":1729478152401,"transaction":null} -{"before":null,"after":{"id":874,"customer_name":"William Scott","product_name":"Headphones","quantity":3,"price":1095.04,"order_date":1729452951958118,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478151959,"snapshot":"false","db":"testdb","sequence":"[\"66653340144\",\"66653340144\"]","schema":"public","table":"orders","txId":2195399,"lsn":66653340144,"xmin":null},"op":"c","ts_ms":1729478152401,"transaction":null} -{"before":null,"after":{"id":875,"customer_name":"Angel Ramirez","product_name":"Keyboard","quantity":5,"price":1384.87,"order_date":1729452951984545,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478151985,"snapshot":"false","db":"testdb","sequence":"[\"66653340384\",\"66653340384\"]","schema":"public","table":"orders","txId":2195400,"lsn":66653340384,"xmin":null},"op":"c","ts_ms":1729478152401,"transaction":null} -{"before":null,"after":{"id":876,"customer_name":"Mrs. Stacey Diaz","product_name":"Keyboard","quantity":4,"price":56.52,"order_date":1729452952024400,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478152025,"snapshot":"false","db":"testdb","sequence":"[\"66653340608\",\"66653340608\"]","schema":"public","table":"orders","txId":2195401,"lsn":66653340608,"xmin":null},"op":"c","ts_ms":1729478152401,"transaction":null} -{"before":null,"after":{"id":877,"customer_name":"Veronica Everett","product_name":"Smartphone","quantity":3,"price":1599.33,"order_date":1729452952051648,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478152053,"snapshot":"false","db":"testdb","sequence":"[\"66653340848\",\"66653340848\"]","schema":"public","table":"orders","txId":2195402,"lsn":66653340848,"xmin":null},"op":"c","ts_ms":1729478152401,"transaction":null} -{"before":null,"after":{"id":554,"customer_name":"Donald Vaughn","product_name":"Headphones","quantity":3,"price":614.78,"order_date":1729452933790788,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478152076,"snapshot":"false","db":"testdb","sequence":"[\"66653341088\",\"66653341152\"]","schema":"public","table":"orders","txId":2195403,"lsn":66653341152,"xmin":null},"op":"u","ts_ms":1729478152401,"transaction":null} -{"before":null,"after":{"id":878,"customer_name":"Danny Lloyd","product_name":"Smartphone","quantity":5,"price":978.2,"order_date":1729452952136409,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478152138,"snapshot":"false","db":"testdb","sequence":"[\"66653341336\",\"66653341336\"]","schema":"public","table":"orders","txId":2195404,"lsn":66653341336,"xmin":null},"op":"c","ts_ms":1729478152401,"transaction":null} -{"before":null,"after":{"id":879,"customer_name":"Terri Williams","product_name":"Monitor","quantity":2,"price":278.68,"order_date":1729452952159408,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478152160,"snapshot":"false","db":"testdb","sequence":"[\"66653341560\",\"66653341560\"]","schema":"public","table":"orders","txId":2195405,"lsn":66653341560,"xmin":null},"op":"c","ts_ms":1729478152401,"transaction":null} -{"before":null,"after":{"id":677,"customer_name":"Jeffrey Camacho","product_name":"Mouse","quantity":4,"price":1818.13,"order_date":1729452940493172,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478152208,"snapshot":"false","db":"testdb","sequence":"[\"66653341792\",\"66653341856\"]","schema":"public","table":"orders","txId":2195406,"lsn":66653341856,"xmin":null},"op":"u","ts_ms":1729478152401,"transaction":null} -{"before":null,"after":{"id":380,"customer_name":"Julie Mitchell","product_name":"Monitor","quantity":2,"price":1732.27,"order_date":1729452924049057,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478152269,"snapshot":"false","db":"testdb","sequence":"[\"66653342032\",\"66653342096\"]","schema":"public","table":"orders","txId":2195407,"lsn":66653342096,"xmin":null},"op":"u","ts_ms":1729478152401,"transaction":null} -{"before":null,"after":{"id":880,"customer_name":"Jasmine Montgomery","product_name":"Smartphone","quantity":5,"price":113.75,"order_date":1729452952325867,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478152327,"snapshot":"false","db":"testdb","sequence":"[\"66653342272\",\"66653342272\"]","schema":"public","table":"orders","txId":2195408,"lsn":66653342272,"xmin":null},"op":"c","ts_ms":1729478152401,"transaction":null} -{"before":null,"after":{"id":384,"customer_name":"Jeremy Moran","product_name":"Monitor","quantity":1,"price":1528.42,"order_date":1729452924220808,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478152372,"snapshot":"false","db":"testdb","sequence":"[\"66653342504\",\"66653342568\"]","schema":"public","table":"orders","txId":2195409,"lsn":66653342568,"xmin":null},"op":"u","ts_ms":1729478152401,"transaction":null} -{"before":null,"after":{"id":881,"customer_name":"Jared Johnson","product_name":"Mouse","quantity":3,"price":580.66,"order_date":1729452952408187,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478152409,"snapshot":"false","db":"testdb","sequence":"[\"66653342744\",\"66653342744\"]","schema":"public","table":"orders","txId":2195410,"lsn":66653342744,"xmin":null},"op":"c","ts_ms":1729478152911,"transaction":null} -{"before":null,"after":{"id":107,"customer_name":"Kimberly Adams","product_name":"Laptop","quantity":1,"price":370.52,"order_date":1729452909569507,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478152445,"snapshot":"false","db":"testdb","sequence":"[\"66653342968\",\"66653343032\"]","schema":"public","table":"orders","txId":2195411,"lsn":66653343032,"xmin":null},"op":"u","ts_ms":1729478152911,"transaction":null} -{"before":null,"after":{"id":882,"customer_name":"Robert Foster","product_name":"Headphones","quantity":2,"price":1431.55,"order_date":1729452952483663,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478152485,"snapshot":"false","db":"testdb","sequence":"[\"66653343208\",\"66653343208\"]","schema":"public","table":"orders","txId":2195412,"lsn":66653343208,"xmin":null},"op":"c","ts_ms":1729478152911,"transaction":null} -{"before":null,"after":{"id":678,"customer_name":"Hannah West","product_name":"Monitor","quantity":2,"price":189.89,"order_date":1729452940535237,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478152526,"snapshot":"false","db":"testdb","sequence":"[\"66653343448\",\"66653343512\"]","schema":"public","table":"orders","txId":2195413,"lsn":66653343512,"xmin":null},"op":"u","ts_ms":1729478152911,"transaction":null} -{"before":null,"after":{"id":883,"customer_name":"Reginald Elliott","product_name":"Laptop","quantity":1,"price":905.99,"order_date":1729452952546196,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478152547,"snapshot":"false","db":"testdb","sequence":"[\"66653343688\",\"66653343688\"]","schema":"public","table":"orders","txId":2195414,"lsn":66653343688,"xmin":null},"op":"c","ts_ms":1729478152911,"transaction":null} -{"before":null,"after":{"id":884,"customer_name":"Beverly Morales","product_name":"Monitor","quantity":2,"price":119.92,"order_date":1729452952572903,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478152574,"snapshot":"false","db":"testdb","sequence":"[\"66653343912\",\"66653343912\"]","schema":"public","table":"orders","txId":2195415,"lsn":66653343912,"xmin":null},"op":"c","ts_ms":1729478152911,"transaction":null} -{"before":null,"after":{"id":653,"customer_name":"Brent Foster","product_name":"Headphones","quantity":2,"price":410.77,"order_date":1729452939310484,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478152604,"snapshot":"false","db":"testdb","sequence":"[\"66653344144\",\"66653344208\"]","schema":"public","table":"orders","txId":2195416,"lsn":66653344208,"xmin":null},"op":"u","ts_ms":1729478152911,"transaction":null} -{"before":null,"after":{"id":885,"customer_name":"Sara Smith","product_name":"Mouse","quantity":2,"price":286.51,"order_date":1729452952621520,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478152622,"snapshot":"false","db":"testdb","sequence":"[\"66653344384\",\"66653344384\"]","schema":"public","table":"orders","txId":2195417,"lsn":66653344384,"xmin":null},"op":"c","ts_ms":1729478152911,"transaction":null} -{"before":null,"after":{"id":431,"customer_name":"Bryan Taylor Jr.","product_name":"Laptop","quantity":2,"price":1667.67,"order_date":1729452926832557,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478152647,"snapshot":"false","db":"testdb","sequence":"[\"66653344616\",\"66653344680\"]","schema":"public","table":"orders","txId":2195418,"lsn":66653344680,"xmin":null},"op":"u","ts_ms":1729478152911,"transaction":null} -{"before":null,"after":{"id":886,"customer_name":"Stephen Clark","product_name":"Monitor","quantity":4,"price":962.44,"order_date":1729452952688833,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478152691,"snapshot":"false","db":"testdb","sequence":"[\"66653344856\",\"66653344856\"]","schema":"public","table":"orders","txId":2195419,"lsn":66653344856,"xmin":null},"op":"c","ts_ms":1729478152911,"transaction":null} -{"before":null,"after":{"id":887,"customer_name":"Robert Powell","product_name":"Mouse","quantity":3,"price":819.7,"order_date":1729452952728589,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478152730,"snapshot":"false","db":"testdb","sequence":"[\"66653345088\",\"66653345088\"]","schema":"public","table":"orders","txId":2195420,"lsn":66653345088,"xmin":null},"op":"c","ts_ms":1729478152911,"transaction":null} -{"before":null,"after":{"id":220,"customer_name":"Stacy Andrews","product_name":"Headphones","quantity":3,"price":1928.1,"order_date":1729452915340101,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478152782,"snapshot":"false","db":"testdb","sequence":"[\"66653345320\",\"66653345384\"]","schema":"public","table":"orders","txId":2195421,"lsn":66653345384,"xmin":null},"op":"u","ts_ms":1729478152911,"transaction":null} -{"before":null,"after":{"id":888,"customer_name":"Jeremy Clarke","product_name":"Mouse","quantity":2,"price":1091.88,"order_date":1729452952833114,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478152834,"snapshot":"false","db":"testdb","sequence":"[\"66653345568\",\"66653345568\"]","schema":"public","table":"orders","txId":2195422,"lsn":66653345568,"xmin":null},"op":"c","ts_ms":1729478152911,"transaction":null} -{"before":null,"after":{"id":889,"customer_name":"Carrie Reynolds","product_name":"Keyboard","quantity":2,"price":575.02,"order_date":1729452952879387,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478152881,"snapshot":"false","db":"testdb","sequence":"[\"66653345800\",\"66653345800\"]","schema":"public","table":"orders","txId":2195423,"lsn":66653345800,"xmin":null},"op":"c","ts_ms":1729478152911,"transaction":null} -{"before":null,"after":{"id":890,"customer_name":"Joseph Gillespie","product_name":"Monitor","quantity":1,"price":997.44,"order_date":1729452952937757,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478152939,"snapshot":"false","db":"testdb","sequence":"[\"66653346088\",\"66653346088\"]","schema":"public","table":"orders","txId":2195424,"lsn":66653346088,"xmin":null},"op":"c","ts_ms":1729478153419,"transaction":null} -{"before":null,"after":{"id":891,"customer_name":"Cynthia Sanchez","product_name":"Mouse","quantity":4,"price":463.43,"order_date":1729452952982998,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478152984,"snapshot":"false","db":"testdb","sequence":"[\"66653346320\",\"66653346320\"]","schema":"public","table":"orders","txId":2195425,"lsn":66653346320,"xmin":null},"op":"c","ts_ms":1729478153419,"transaction":null} -{"before":null,"after":{"id":892,"customer_name":"Justin Erickson","product_name":"Headphones","quantity":3,"price":1616.27,"order_date":1729452953025314,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478153026,"snapshot":"false","db":"testdb","sequence":"[\"66653346544\",\"66653346648\"]","schema":"public","table":"orders","txId":2195426,"lsn":66653346648,"xmin":null},"op":"c","ts_ms":1729478153419,"transaction":null} -{"before":null,"after":{"id":893,"customer_name":"Kevin Reed","product_name":"Mouse","quantity":1,"price":1965.87,"order_date":1729452953055857,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478153057,"snapshot":"false","db":"testdb","sequence":"[\"66653346888\",\"66653346888\"]","schema":"public","table":"orders","txId":2195427,"lsn":66653346888,"xmin":null},"op":"c","ts_ms":1729478153419,"transaction":null} -{"before":null,"after":{"id":529,"customer_name":"Joseph Rodriguez","product_name":"Monitor","quantity":3,"price":1440.57,"order_date":1729452932439329,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478153077,"snapshot":"false","db":"testdb","sequence":"[\"66653347112\",\"66653347176\"]","schema":"public","table":"orders","txId":2195428,"lsn":66653347176,"xmin":null},"op":"u","ts_ms":1729478153419,"transaction":null} -{"before":null,"after":{"id":894,"customer_name":"Jessica Shelton","product_name":"Smartphone","quantity":2,"price":843.56,"order_date":1729452953098725,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478153100,"snapshot":"false","db":"testdb","sequence":"[\"66653347360\",\"66653347360\"]","schema":"public","table":"orders","txId":2195429,"lsn":66653347360,"xmin":null},"op":"c","ts_ms":1729478153419,"transaction":null} -{"before":null,"after":{"id":895,"customer_name":"Nicholas Griffin","product_name":"Monitor","quantity":1,"price":541.72,"order_date":1729452953120465,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478153121,"snapshot":"false","db":"testdb","sequence":"[\"66653347592\",\"66653347592\"]","schema":"public","table":"orders","txId":2195430,"lsn":66653347592,"xmin":null},"op":"c","ts_ms":1729478153419,"transaction":null} -{"before":null,"after":{"id":631,"customer_name":"Patricia Johnson","product_name":"Headphones","quantity":5,"price":401.27,"order_date":1729452938206364,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478153165,"snapshot":"false","db":"testdb","sequence":"[\"66653347824\",\"66653347912\"]","schema":"public","table":"orders","txId":2195431,"lsn":66653347912,"xmin":null},"op":"u","ts_ms":1729478153419,"transaction":null} -{"before":null,"after":{"id":896,"customer_name":"Jennifer Sloan","product_name":"Laptop","quantity":2,"price":494.41,"order_date":1729452953191720,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478153192,"snapshot":"false","db":"testdb","sequence":"[\"66653348096\",\"66653348096\"]","schema":"public","table":"orders","txId":2195432,"lsn":66653348096,"xmin":null},"op":"c","ts_ms":1729478153419,"transaction":null} -{"before":null,"after":{"id":897,"customer_name":"Brandon Hill","product_name":"Laptop","quantity":1,"price":131.0,"order_date":1729452953238910,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478153240,"snapshot":"false","db":"testdb","sequence":"[\"66653348320\",\"66653348320\"]","schema":"public","table":"orders","txId":2195433,"lsn":66653348320,"xmin":null},"op":"c","ts_ms":1729478153419,"transaction":null} -{"before":null,"after":{"id":898,"customer_name":"Hailey Fields","product_name":"Monitor","quantity":1,"price":631.59,"order_date":1729452953281533,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478153282,"snapshot":"false","db":"testdb","sequence":"[\"66653348552\",\"66653348552\"]","schema":"public","table":"orders","txId":2195434,"lsn":66653348552,"xmin":null},"op":"c","ts_ms":1729478153419,"transaction":null} -{"before":null,"after":{"id":899,"customer_name":"Danielle Ross","product_name":"Smartphone","quantity":2,"price":687.11,"order_date":1729452953327655,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478153329,"snapshot":"false","db":"testdb","sequence":"[\"66653348776\",\"66653348776\"]","schema":"public","table":"orders","txId":2195435,"lsn":66653348776,"xmin":null},"op":"c","ts_ms":1729478153419,"transaction":null} -{"before":null,"after":{"id":900,"customer_name":"Benjamin Bryant","product_name":"Mouse","quantity":1,"price":1729.83,"order_date":1729452953372627,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478153374,"snapshot":"false","db":"testdb","sequence":"[\"66653349016\",\"66653349016\"]","schema":"public","table":"orders","txId":2195436,"lsn":66653349016,"xmin":null},"op":"c","ts_ms":1729478153419,"transaction":null} -{"before":null,"after":{"id":901,"customer_name":"Scott Li","product_name":"Headphones","quantity":2,"price":128.81,"order_date":1729452953416971,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478153418,"snapshot":"false","db":"testdb","sequence":"[\"66653349248\",\"66653349248\"]","schema":"public","table":"orders","txId":2195437,"lsn":66653349248,"xmin":null},"op":"c","ts_ms":1729478153419,"transaction":null} -{"before":null,"after":{"id":902,"customer_name":"Jeffrey Duran","product_name":"Keyboard","quantity":4,"price":1973.69,"order_date":1729452953464594,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478153466,"snapshot":"false","db":"testdb","sequence":"[\"66653349480\",\"66653349480\"]","schema":"public","table":"orders","txId":2195438,"lsn":66653349480,"xmin":null},"op":"c","ts_ms":1729478153929,"transaction":null} -{"before":null,"after":{"id":91,"customer_name":"Rebecca Flowers","product_name":"Keyboard","quantity":1,"price":660.05,"order_date":1729452908607539,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478153493,"snapshot":"false","db":"testdb","sequence":"[\"66653349712\",\"66653349776\"]","schema":"public","table":"orders","txId":2195439,"lsn":66653349776,"xmin":null},"op":"u","ts_ms":1729478153931,"transaction":null} -{"before":null,"after":{"id":903,"customer_name":"Chad Jones","product_name":"Keyboard","quantity":2,"price":554.7,"order_date":1729452953515179,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478153516,"snapshot":"false","db":"testdb","sequence":"[\"66653349960\",\"66653349960\"]","schema":"public","table":"orders","txId":2195440,"lsn":66653349960,"xmin":null},"op":"c","ts_ms":1729478153931,"transaction":null} -{"before":null,"after":{"id":904,"customer_name":"Paul Henry","product_name":"Keyboard","quantity":5,"price":1814.85,"order_date":1729452953543383,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478153545,"snapshot":"false","db":"testdb","sequence":"[\"66653350192\",\"66653350192\"]","schema":"public","table":"orders","txId":2195441,"lsn":66653350192,"xmin":null},"op":"c","ts_ms":1729478153931,"transaction":null} -{"before":null,"after":{"id":905,"customer_name":"Michelle Maldonado","product_name":"Headphones","quantity":5,"price":613.86,"order_date":1729452953583219,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478153584,"snapshot":"false","db":"testdb","sequence":"[\"66653350416\",\"66653350416\"]","schema":"public","table":"orders","txId":2195442,"lsn":66653350416,"xmin":null},"op":"c","ts_ms":1729478153931,"transaction":null} -{"before":null,"after":{"id":210,"customer_name":"Chad Smith","product_name":"Monitor","quantity":5,"price":1362.93,"order_date":1729452914875216,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478153642,"snapshot":"false","db":"testdb","sequence":"[\"66653350648\",\"66653350712\"]","schema":"public","table":"orders","txId":2195443,"lsn":66653350712,"xmin":null},"op":"u","ts_ms":1729478153931,"transaction":null} -{"before":null,"after":{"id":906,"customer_name":"Mandy Vargas","product_name":"Mouse","quantity":2,"price":1297.41,"order_date":1729452953666650,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478153668,"snapshot":"false","db":"testdb","sequence":"[\"66653350888\",\"66653350888\"]","schema":"public","table":"orders","txId":2195444,"lsn":66653350888,"xmin":null},"op":"c","ts_ms":1729478153931,"transaction":null} -{"before":null,"after":{"id":777,"customer_name":"Ricardo Martinez","product_name":"Smartphone","quantity":3,"price":1427.79,"order_date":1729452946653647,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478153710,"snapshot":"false","db":"testdb","sequence":"[\"66653351112\",\"66653351176\"]","schema":"public","table":"orders","txId":2195445,"lsn":66653351176,"xmin":null},"op":"u","ts_ms":1729478153931,"transaction":null} -{"before":null,"after":{"id":907,"customer_name":"Bradley Contreras","product_name":"Laptop","quantity":2,"price":1499.65,"order_date":1729452953743642,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478153745,"snapshot":"false","db":"testdb","sequence":"[\"66653351360\",\"66653351360\"]","schema":"public","table":"orders","txId":2195446,"lsn":66653351360,"xmin":null},"op":"c","ts_ms":1729478153931,"transaction":null} -{"before":null,"after":{"id":908,"customer_name":"Theresa Nguyen","product_name":"Monitor","quantity":3,"price":1149.0,"order_date":1729452953798950,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478153801,"snapshot":"false","db":"testdb","sequence":"[\"66653351592\",\"66653351592\"]","schema":"public","table":"orders","txId":2195447,"lsn":66653351592,"xmin":null},"op":"c","ts_ms":1729478153931,"transaction":null} -{"before":null,"after":{"id":909,"customer_name":"Paul Willis","product_name":"Headphones","quantity":3,"price":1214.89,"order_date":1729452953825954,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478153827,"snapshot":"false","db":"testdb","sequence":"[\"66653351816\",\"66653351816\"]","schema":"public","table":"orders","txId":2195448,"lsn":66653351816,"xmin":null},"op":"c","ts_ms":1729478153931,"transaction":null} -{"before":null,"after":{"id":910,"customer_name":"Michael Frazier","product_name":"Laptop","quantity":2,"price":799.63,"order_date":1729452953887925,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478153889,"snapshot":"false","db":"testdb","sequence":"[\"66653352048\",\"66653352048\"]","schema":"public","table":"orders","txId":2195449,"lsn":66653352048,"xmin":null},"op":"c","ts_ms":1729478153931,"transaction":null} -{"before":null,"after":{"id":797,"customer_name":"Theresa Kirk","product_name":"Monitor","quantity":1,"price":1139.39,"order_date":1729452947832498,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478153915,"snapshot":"false","db":"testdb","sequence":"[\"66653352280\",\"66653352344\"]","schema":"public","table":"orders","txId":2195450,"lsn":66653352344,"xmin":null},"op":"u","ts_ms":1729478153931,"transaction":null} -{"before":null,"after":{"id":911,"customer_name":"Eileen West","product_name":"Smartphone","quantity":4,"price":303.6,"order_date":1729452953940796,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478153942,"snapshot":"false","db":"testdb","sequence":"[\"66653352520\",\"66653352520\"]","schema":"public","table":"orders","txId":2195451,"lsn":66653352520,"xmin":null},"op":"c","ts_ms":1729478154440,"transaction":null} -{"before":null,"after":{"id":912,"customer_name":"Kristen Stone","product_name":"Keyboard","quantity":5,"price":1865.59,"order_date":1729452953967202,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478153969,"snapshot":"false","db":"testdb","sequence":"[\"66653352752\",\"66653352752\"]","schema":"public","table":"orders","txId":2195452,"lsn":66653352752,"xmin":null},"op":"c","ts_ms":1729478154440,"transaction":null} -{"before":null,"after":{"id":913,"customer_name":"Kyle Perez","product_name":"Monitor","quantity":4,"price":1594.85,"order_date":1729452954014453,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478154016,"snapshot":"false","db":"testdb","sequence":"[\"66653352976\",\"66653352976\"]","schema":"public","table":"orders","txId":2195453,"lsn":66653352976,"xmin":null},"op":"c","ts_ms":1729478154440,"transaction":null} -{"before":null,"after":{"id":914,"customer_name":"Cynthia Scott","product_name":"Mouse","quantity":4,"price":926.24,"order_date":1729452954077655,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478154079,"snapshot":"false","db":"testdb","sequence":"[\"66653353200\",\"66653353200\"]","schema":"public","table":"orders","txId":2195454,"lsn":66653353200,"xmin":null},"op":"c","ts_ms":1729478154440,"transaction":null} -{"before":null,"after":{"id":915,"customer_name":"Shannon Duncan","product_name":"Headphones","quantity":3,"price":1675.35,"order_date":1729452954120267,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478154121,"snapshot":"false","db":"testdb","sequence":"[\"66653353432\",\"66653353432\"]","schema":"public","table":"orders","txId":2195455,"lsn":66653353432,"xmin":null},"op":"c","ts_ms":1729478154440,"transaction":null} -{"before":null,"after":{"id":916,"customer_name":"Jonathan Smith","product_name":"Laptop","quantity":3,"price":437.94,"order_date":1729452954169020,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478154170,"snapshot":"false","db":"testdb","sequence":"[\"66653353664\",\"66653353696\"]","schema":"public","table":"orders","txId":2195456,"lsn":66653353696,"xmin":null},"op":"c","ts_ms":1729478154440,"transaction":null} -{"before":{"id":873,"customer_name":null,"product_name":null,"quantity":null,"price":null,"order_date":null,"status":null},"after":null,"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478154207,"snapshot":"false","db":"testdb","sequence":"[\"66653353928\",\"66653353992\"]","schema":"public","table":"orders","txId":2195457,"lsn":66653353992,"xmin":null},"op":"d","ts_ms":1729478154440,"transaction":null} -{"before":null,"after":{"id":917,"customer_name":"Stephanie Taylor","product_name":"Monitor","quantity":1,"price":240.31,"order_date":1729452954237445,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478154238,"snapshot":"false","db":"testdb","sequence":"[\"66653354104\",\"66653354104\"]","schema":"public","table":"orders","txId":2195458,"lsn":66653354104,"xmin":null},"op":"c","ts_ms":1729478154440,"transaction":null} -{"before":null,"after":{"id":918,"customer_name":"Amanda Powers","product_name":"Headphones","quantity":1,"price":467.12,"order_date":1729452954257464,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478154258,"snapshot":"false","db":"testdb","sequence":"[\"66653354344\",\"66653354344\"]","schema":"public","table":"orders","txId":2195459,"lsn":66653354344,"xmin":null},"op":"c","ts_ms":1729478154440,"transaction":null} -{"before":null,"after":{"id":180,"customer_name":"Wesley Roman","product_name":"Headphones","quantity":1,"price":1074.74,"order_date":1729452913288161,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478154289,"snapshot":"false","db":"testdb","sequence":"[\"66653354576\",\"66653354632\"]","schema":"public","table":"orders","txId":2195460,"lsn":66653354632,"xmin":null},"op":"u","ts_ms":1729478154440,"transaction":null} -{"before":null,"after":{"id":752,"customer_name":"Melissa Benjamin","product_name":"Keyboard","quantity":3,"price":100.16,"order_date":1729452945259138,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478154325,"snapshot":"false","db":"testdb","sequence":"[\"66653354808\",\"66653354872\"]","schema":"public","table":"orders","txId":2195461,"lsn":66653354872,"xmin":null},"op":"u","ts_ms":1729478154440,"transaction":null} -{"before":null,"after":{"id":919,"customer_name":"Jaime Wells","product_name":"Smartphone","quantity":4,"price":1364.59,"order_date":1729452954376717,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478154378,"snapshot":"false","db":"testdb","sequence":"[\"66653355056\",\"66653355056\"]","schema":"public","table":"orders","txId":2195462,"lsn":66653355056,"xmin":null},"op":"c","ts_ms":1729478154440,"transaction":null} -{"before":null,"after":{"id":920,"customer_name":"Monica Jones","product_name":"Headphones","quantity":1,"price":750.92,"order_date":1729452954423780,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478154425,"snapshot":"false","db":"testdb","sequence":"[\"66653355280\",\"66653355280\"]","schema":"public","table":"orders","txId":2195463,"lsn":66653355280,"xmin":null},"op":"c","ts_ms":1729478154440,"transaction":null} -{"before":null,"after":{"id":921,"customer_name":"Anthony Young","product_name":"Laptop","quantity":2,"price":517.81,"order_date":1729452954476548,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478154478,"snapshot":"false","db":"testdb","sequence":"[\"66653355512\",\"66653355512\"]","schema":"public","table":"orders","txId":2195464,"lsn":66653355512,"xmin":null},"op":"c","ts_ms":1729478154948,"transaction":null} -{"before":null,"after":{"id":922,"customer_name":"Richard Hall","product_name":"Mouse","quantity":2,"price":763.78,"order_date":1729452954527432,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478154529,"snapshot":"false","db":"testdb","sequence":"[\"66653355744\",\"66653355744\"]","schema":"public","table":"orders","txId":2195465,"lsn":66653355744,"xmin":null},"op":"c","ts_ms":1729478154948,"transaction":null} -{"before":null,"after":{"id":923,"customer_name":"Ashley Morales","product_name":"Monitor","quantity":3,"price":1246.09,"order_date":1729452954567412,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478154569,"snapshot":"false","db":"testdb","sequence":"[\"66653355976\",\"66653355976\"]","schema":"public","table":"orders","txId":2195466,"lsn":66653355976,"xmin":null},"op":"c","ts_ms":1729478154948,"transaction":null} -{"before":null,"after":{"id":924,"customer_name":"Daniel Murray","product_name":"Laptop","quantity":5,"price":386.21,"order_date":1729452954605490,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478154606,"snapshot":"false","db":"testdb","sequence":"[\"66653356224\",\"66653356224\"]","schema":"public","table":"orders","txId":2195467,"lsn":66653356224,"xmin":null},"op":"c","ts_ms":1729478154948,"transaction":null} -{"before":null,"after":{"id":925,"customer_name":"Michelle Whitehead","product_name":"Smartphone","quantity":2,"price":1200.21,"order_date":1729452954626897,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478154628,"snapshot":"false","db":"testdb","sequence":"[\"66653356456\",\"66653356560\"]","schema":"public","table":"orders","txId":2195468,"lsn":66653356560,"xmin":null},"op":"c","ts_ms":1729478154948,"transaction":null} -{"before":null,"after":{"id":501,"customer_name":"Tonya Richardson","product_name":"Laptop","quantity":5,"price":1285.04,"order_date":1729452930862415,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478154684,"snapshot":"false","db":"testdb","sequence":"[\"66653356792\",\"66653356856\"]","schema":"public","table":"orders","txId":2195469,"lsn":66653356856,"xmin":null},"op":"u","ts_ms":1729478154948,"transaction":null} -{"before":null,"after":{"id":294,"customer_name":"Melissa Hart","product_name":"Monitor","quantity":5,"price":244.6,"order_date":1729452919275358,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478154737,"snapshot":"false","db":"testdb","sequence":"[\"66653357032\",\"66653357096\"]","schema":"public","table":"orders","txId":2195470,"lsn":66653357096,"xmin":null},"op":"u","ts_ms":1729478154948,"transaction":null} -{"before":null,"after":{"id":866,"customer_name":"Miguel Ward","product_name":"Monitor","quantity":3,"price":249.73,"order_date":1729452951606280,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478154768,"snapshot":"false","db":"testdb","sequence":"[\"66653357272\",\"66653357336\"]","schema":"public","table":"orders","txId":2195471,"lsn":66653357336,"xmin":null},"op":"u","ts_ms":1729478154948,"transaction":null} -{"before":null,"after":{"id":926,"customer_name":"Bernard Johnson","product_name":"Mouse","quantity":2,"price":1624.87,"order_date":1729452954794504,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478154796,"snapshot":"false","db":"testdb","sequence":"[\"66653357512\",\"66653357512\"]","schema":"public","table":"orders","txId":2195472,"lsn":66653357512,"xmin":null},"op":"c","ts_ms":1729478154948,"transaction":null} -{"before":null,"after":{"id":699,"customer_name":"Ashley Crawford","product_name":"Mouse","quantity":3,"price":1578.58,"order_date":1729452941986266,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478154816,"snapshot":"false","db":"testdb","sequence":"[\"66653357744\",\"66653357808\"]","schema":"public","table":"orders","txId":2195473,"lsn":66653357808,"xmin":null},"op":"u","ts_ms":1729478154948,"transaction":null} -{"before":null,"after":{"id":927,"customer_name":"Gabriela Watkins","product_name":"Headphones","quantity":4,"price":1804.7,"order_date":1729452954839882,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478154843,"snapshot":"false","db":"testdb","sequence":"[\"66653357984\",\"66653357984\"]","schema":"public","table":"orders","txId":2195474,"lsn":66653357984,"xmin":null},"op":"c","ts_ms":1729478154948,"transaction":null} -{"before":null,"after":{"id":928,"customer_name":"Ashley Snyder","product_name":"Laptop","quantity":1,"price":1616.67,"order_date":1729452954888611,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478154890,"snapshot":"false","db":"testdb","sequence":"[\"66653358224\",\"66653358224\"]","schema":"public","table":"orders","txId":2195475,"lsn":66653358224,"xmin":null},"op":"c","ts_ms":1729478154948,"transaction":null} -{"before":null,"after":{"id":490,"customer_name":"Colleen Miles","product_name":"Headphones","quantity":3,"price":537.76,"order_date":1729452930235050,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478154915,"snapshot":"false","db":"testdb","sequence":"[\"66653358456\",\"66653358520\"]","schema":"public","table":"orders","txId":2195476,"lsn":66653358520,"xmin":null},"op":"u","ts_ms":1729478154948,"transaction":null} -{"before":null,"after":{"id":929,"customer_name":"Kenneth Kane","product_name":"Mouse","quantity":3,"price":152.72,"order_date":1729452954960916,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478154962,"snapshot":"false","db":"testdb","sequence":"[\"66653358704\",\"66653358704\"]","schema":"public","table":"orders","txId":2195477,"lsn":66653358704,"xmin":null},"op":"c","ts_ms":1729478155456,"transaction":null} -{"before":null,"after":{"id":930,"customer_name":"Brian Rodriguez","product_name":"Mouse","quantity":3,"price":1483.02,"order_date":1729452955006227,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478155007,"snapshot":"false","db":"testdb","sequence":"[\"66653358936\",\"66653358936\"]","schema":"public","table":"orders","txId":2195478,"lsn":66653358936,"xmin":null},"op":"c","ts_ms":1729478155456,"transaction":null} -{"before":null,"after":{"id":931,"customer_name":"David Alvarez","product_name":"Mouse","quantity":2,"price":504.5,"order_date":1729452955057597,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478155059,"snapshot":"false","db":"testdb","sequence":"[\"66653359168\",\"66653359168\"]","schema":"public","table":"orders","txId":2195479,"lsn":66653359168,"xmin":null},"op":"c","ts_ms":1729478155456,"transaction":null} -{"before":null,"after":{"id":932,"customer_name":"Larry Gomez","product_name":"Headphones","quantity":2,"price":920.57,"order_date":1729452955108232,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478155109,"snapshot":"false","db":"testdb","sequence":"[\"66653359392\",\"66653359392\"]","schema":"public","table":"orders","txId":2195480,"lsn":66653359392,"xmin":null},"op":"c","ts_ms":1729478155456,"transaction":null} -{"before":null,"after":{"id":129,"customer_name":"Stacy Bailey","product_name":"Headphones","quantity":3,"price":1875.13,"order_date":1729452910640104,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478155149,"snapshot":"false","db":"testdb","sequence":"[\"66653359616\",\"66653359680\"]","schema":"public","table":"orders","txId":2195481,"lsn":66653359680,"xmin":null},"op":"u","ts_ms":1729478155456,"transaction":null} -{"before":null,"after":{"id":358,"customer_name":"Andrew Robles","product_name":"Smartphone","quantity":3,"price":235.62,"order_date":1729452922826585,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478155198,"snapshot":"false","db":"testdb","sequence":"[\"66653359856\",\"66653359920\"]","schema":"public","table":"orders","txId":2195482,"lsn":66653359920,"xmin":null},"op":"u","ts_ms":1729478155456,"transaction":null} -{"before":null,"after":{"id":933,"customer_name":"Rebecca Young","product_name":"Mouse","quantity":4,"price":1150.58,"order_date":1729452955257621,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478155259,"snapshot":"false","db":"testdb","sequence":"[\"66653360104\",\"66653360104\"]","schema":"public","table":"orders","txId":2195483,"lsn":66653360104,"xmin":null},"op":"c","ts_ms":1729478155456,"transaction":null} -{"before":null,"after":{"id":934,"customer_name":"Meghan Daniels","product_name":"Headphones","quantity":5,"price":1122.2,"order_date":1729452955277649,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478155279,"snapshot":"false","db":"testdb","sequence":"[\"66653360328\",\"66653360328\"]","schema":"public","table":"orders","txId":2195484,"lsn":66653360328,"xmin":null},"op":"c","ts_ms":1729478155456,"transaction":null} -{"before":null,"after":{"id":935,"customer_name":"Eric Olson","product_name":"Keyboard","quantity":2,"price":1744.22,"order_date":1729452955322651,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478155323,"snapshot":"false","db":"testdb","sequence":"[\"66653360568\",\"66653360568\"]","schema":"public","table":"orders","txId":2195485,"lsn":66653360568,"xmin":null},"op":"c","ts_ms":1729478155456,"transaction":null} -{"before":null,"after":{"id":825,"customer_name":"Michaela Johnson","product_name":"Smartphone","quantity":5,"price":1988.14,"order_date":1729452949213621,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478155365,"snapshot":"false","db":"testdb","sequence":"[\"66653360800\",\"66653360864\"]","schema":"public","table":"orders","txId":2195486,"lsn":66653360864,"xmin":null},"op":"u","ts_ms":1729478155456,"transaction":null} -{"before":null,"after":{"id":692,"customer_name":"Mary Weaver","product_name":"Laptop","quantity":4,"price":983.15,"order_date":1729452941592610,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478155417,"snapshot":"false","db":"testdb","sequence":"[\"66653361048\",\"66653361168\"]","schema":"public","table":"orders","txId":2195487,"lsn":66653361168,"xmin":null},"op":"u","ts_ms":1729478155456,"transaction":null} -{"before":null,"after":{"id":17,"customer_name":"Lauren Edwards","product_name":"Mouse","quantity":5,"price":1267.03,"order_date":1729452904431732,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478155458,"snapshot":"false","db":"testdb","sequence":"[\"66653361416\",\"66653361472\"]","schema":"public","table":"orders","txId":2195488,"lsn":66653361472,"xmin":null},"op":"u","ts_ms":1729478155459,"transaction":null} -{"before":null,"after":{"id":936,"customer_name":"John Walker","product_name":"Keyboard","quantity":4,"price":1454.94,"order_date":1729452955501025,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478155503,"snapshot":"false","db":"testdb","sequence":"[\"66653361648\",\"66653361648\"]","schema":"public","table":"orders","txId":2195489,"lsn":66653361648,"xmin":null},"op":"c","ts_ms":1729478155964,"transaction":null} -{"before":null,"after":{"id":671,"customer_name":"Kristin Perez","product_name":"Smartphone","quantity":5,"price":90.14,"order_date":1729452940217679,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478155524,"snapshot":"false","db":"testdb","sequence":"[\"66653361872\",\"66653361936\"]","schema":"public","table":"orders","txId":2195490,"lsn":66653361936,"xmin":null},"op":"u","ts_ms":1729478155964,"transaction":null} -{"before":null,"after":{"id":937,"customer_name":"Angela Ortiz","product_name":"Monitor","quantity":5,"price":1650.0,"order_date":1729452955586575,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478155588,"snapshot":"false","db":"testdb","sequence":"[\"66653362120\",\"66653362120\"]","schema":"public","table":"orders","txId":2195491,"lsn":66653362120,"xmin":null},"op":"c","ts_ms":1729478155964,"transaction":null} -{"before":null,"after":{"id":938,"customer_name":"Samantha Sandoval","product_name":"Keyboard","quantity":4,"price":221.43,"order_date":1729452955641073,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478155642,"snapshot":"false","db":"testdb","sequence":"[\"66653362344\",\"66653362344\"]","schema":"public","table":"orders","txId":2195492,"lsn":66653362344,"xmin":null},"op":"c","ts_ms":1729478155965,"transaction":null} -{"before":null,"after":{"id":939,"customer_name":"Andrew Navarro","product_name":"Smartphone","quantity":3,"price":292.95,"order_date":1729452955684622,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478155686,"snapshot":"false","db":"testdb","sequence":"[\"66653362576\",\"66653362576\"]","schema":"public","table":"orders","txId":2195493,"lsn":66653362576,"xmin":null},"op":"c","ts_ms":1729478155965,"transaction":null} -{"before":null,"after":{"id":940,"customer_name":"Brittany Rogers","product_name":"Keyboard","quantity":1,"price":927.92,"order_date":1729452955734695,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478155736,"snapshot":"false","db":"testdb","sequence":"[\"66653362808\",\"66653362808\"]","schema":"public","table":"orders","txId":2195494,"lsn":66653362808,"xmin":null},"op":"c","ts_ms":1729478155965,"transaction":null} -{"before":null,"after":{"id":941,"customer_name":"Amber Boyer","product_name":"Headphones","quantity":1,"price":1864.59,"order_date":1729452955756811,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478155758,"snapshot":"false","db":"testdb","sequence":"[\"66653363048\",\"66653363048\"]","schema":"public","table":"orders","txId":2195495,"lsn":66653363048,"xmin":null},"op":"c","ts_ms":1729478155965,"transaction":null} -{"before":null,"after":{"id":942,"customer_name":"Rickey Roberson","product_name":"Laptop","quantity":4,"price":550.84,"order_date":1729452955815584,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478155817,"snapshot":"false","db":"testdb","sequence":"[\"66653363272\",\"66653363272\"]","schema":"public","table":"orders","txId":2195496,"lsn":66653363272,"xmin":null},"op":"c","ts_ms":1729478155965,"transaction":null} -{"before":null,"after":{"id":943,"customer_name":"Jon Clark DDS","product_name":"Monitor","quantity":1,"price":1051.17,"order_date":1729452955865972,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478155867,"snapshot":"false","db":"testdb","sequence":"[\"66653363496\",\"66653363496\"]","schema":"public","table":"orders","txId":2195497,"lsn":66653363496,"xmin":null},"op":"c","ts_ms":1729478155965,"transaction":null} -{"before":null,"after":{"id":944,"customer_name":"Heather Hampton","product_name":"Smartphone","quantity":4,"price":52.54,"order_date":1729452955901623,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478155903,"snapshot":"false","db":"testdb","sequence":"[\"66653363728\",\"66653363728\"]","schema":"public","table":"orders","txId":2195498,"lsn":66653363728,"xmin":null},"op":"c","ts_ms":1729478155965,"transaction":null} -{"before":null,"after":{"id":945,"customer_name":"Dean Perkins","product_name":"Keyboard","quantity":1,"price":1839.15,"order_date":1729452955955555,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478155957,"snapshot":"false","db":"testdb","sequence":"[\"66653363968\",\"66653363968\"]","schema":"public","table":"orders","txId":2195499,"lsn":66653363968,"xmin":null},"op":"c","ts_ms":1729478155965,"transaction":null} -{"before":null,"after":{"id":946,"customer_name":"Mark Watson II","product_name":"Mouse","quantity":5,"price":388.74,"order_date":1729452955976740,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478155980,"snapshot":"false","db":"testdb","sequence":"[\"66653364192\",\"66653364192\"]","schema":"public","table":"orders","txId":2195500,"lsn":66653364192,"xmin":null},"op":"c","ts_ms":1729478156475,"transaction":null} -{"before":null,"after":{"id":947,"customer_name":"Melody Turner","product_name":"Mouse","quantity":5,"price":622.53,"order_date":1729452956027852,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478156029,"snapshot":"false","db":"testdb","sequence":"[\"66653364440\",\"66653364440\"]","schema":"public","table":"orders","txId":2195501,"lsn":66653364440,"xmin":null},"op":"c","ts_ms":1729478156475,"transaction":null} -{"before":null,"after":{"id":948,"customer_name":"Charles Bean","product_name":"Mouse","quantity":5,"price":1370.1,"order_date":1729452956062684,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478156063,"snapshot":"false","db":"testdb","sequence":"[\"66653364664\",\"66653364664\"]","schema":"public","table":"orders","txId":2195502,"lsn":66653364664,"xmin":null},"op":"c","ts_ms":1729478156475,"transaction":null} -{"before":null,"after":{"id":949,"customer_name":"Joshua Williams","product_name":"Monitor","quantity":2,"price":1728.73,"order_date":1729452956087433,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478156088,"snapshot":"false","db":"testdb","sequence":"[\"66653364896\",\"66653364896\"]","schema":"public","table":"orders","txId":2195503,"lsn":66653364896,"xmin":null},"op":"c","ts_ms":1729478156475,"transaction":null} -{"before":null,"after":{"id":318,"customer_name":"Jeffrey Pacheco","product_name":"Monitor","quantity":5,"price":1295.91,"order_date":1729452920819347,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478156127,"snapshot":"false","db":"testdb","sequence":"[\"66653365128\",\"66653365192\"]","schema":"public","table":"orders","txId":2195504,"lsn":66653365192,"xmin":null},"op":"u","ts_ms":1729478156475,"transaction":null} -{"before":null,"after":{"id":950,"customer_name":"Amy Miller","product_name":"Smartphone","quantity":2,"price":866.11,"order_date":1729452956180412,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478156182,"snapshot":"false","db":"testdb","sequence":"[\"66653365368\",\"66653365368\"]","schema":"public","table":"orders","txId":2195505,"lsn":66653365368,"xmin":null},"op":"c","ts_ms":1729478156475,"transaction":null} -{"before":null,"after":{"id":796,"customer_name":"Charles Blackwell","product_name":"Smartphone","quantity":1,"price":298.66,"order_date":1729452947782141,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478156240,"snapshot":"false","db":"testdb","sequence":"[\"66653365592\",\"66653365656\"]","schema":"public","table":"orders","txId":2195506,"lsn":66653365656,"xmin":null},"op":"u","ts_ms":1729478156475,"transaction":null} -{"before":null,"after":{"id":951,"customer_name":"Curtis Mcintyre","product_name":"Mouse","quantity":1,"price":1435.47,"order_date":1729452956276624,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478156279,"snapshot":"false","db":"testdb","sequence":"[\"66653365840\",\"66653365840\"]","schema":"public","table":"orders","txId":2195507,"lsn":66653365840,"xmin":null},"op":"c","ts_ms":1729478156475,"transaction":null} -{"before":null,"after":{"id":952,"customer_name":"Stacey Sparks","product_name":"Laptop","quantity":2,"price":451.66,"order_date":1729452956319894,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478156322,"snapshot":"false","db":"testdb","sequence":"[\"66653366064\",\"66653366064\"]","schema":"public","table":"orders","txId":2195508,"lsn":66653366064,"xmin":null},"op":"c","ts_ms":1729478156476,"transaction":null} -{"before":null,"after":{"id":118,"customer_name":"Margaret Love","product_name":"Laptop","quantity":2,"price":78.98,"order_date":1729452910081981,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478156387,"snapshot":"false","db":"testdb","sequence":"[\"66653366288\",\"66653366352\"]","schema":"public","table":"orders","txId":2195509,"lsn":66653366352,"xmin":null},"op":"u","ts_ms":1729478156476,"transaction":null} -{"before":null,"after":{"id":953,"customer_name":"Casey Hernandez","product_name":"Smartphone","quantity":4,"price":855.95,"order_date":1729452956421397,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478156423,"snapshot":"false","db":"testdb","sequence":"[\"66653366528\",\"66653366528\"]","schema":"public","table":"orders","txId":2195510,"lsn":66653366528,"xmin":null},"op":"c","ts_ms":1729478156476,"transaction":null} -{"before":null,"after":{"id":954,"customer_name":"Natalie Lowery","product_name":"Headphones","quantity":4,"price":997.87,"order_date":1729452956461725,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478156465,"snapshot":"false","db":"testdb","sequence":"[\"66653366768\",\"66653366768\"]","schema":"public","table":"orders","txId":2195511,"lsn":66653366768,"xmin":null},"op":"c","ts_ms":1729478156476,"transaction":null} -{"before":null,"after":{"id":955,"customer_name":"Joshua Long","product_name":"Headphones","quantity":3,"price":218.85,"order_date":1729452956499748,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478156502,"snapshot":"false","db":"testdb","sequence":"[\"66653367000\",\"66653367000\"]","schema":"public","table":"orders","txId":2195512,"lsn":66653367000,"xmin":null},"op":"c","ts_ms":1729478156986,"transaction":null} -{"before":null,"after":{"id":956,"customer_name":"Joshua Goodman","product_name":"Mouse","quantity":3,"price":1757.52,"order_date":1729452956549453,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478156550,"snapshot":"false","db":"testdb","sequence":"[\"66653367224\",\"66653367224\"]","schema":"public","table":"orders","txId":2195513,"lsn":66653367224,"xmin":null},"op":"c","ts_ms":1729478156986,"transaction":null} -{"before":null,"after":{"id":356,"customer_name":"Barbara Sanchez","product_name":"Monitor","quantity":3,"price":1539.62,"order_date":1729452922748821,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478156572,"snapshot":"false","db":"testdb","sequence":"[\"66653367448\",\"66653367512\"]","schema":"public","table":"orders","txId":2195514,"lsn":66653367512,"xmin":null},"op":"u","ts_ms":1729478156987,"transaction":null} -{"before":{"id":53,"customer_name":null,"product_name":null,"quantity":null,"price":null,"order_date":null,"status":null},"after":null,"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478156621,"snapshot":"false","db":"testdb","sequence":"[\"66653367688\",\"66653367752\"]","schema":"public","table":"orders","txId":2195515,"lsn":66653367752,"xmin":null},"op":"d","ts_ms":1729478156987,"transaction":null} -{"before":null,"after":{"id":957,"customer_name":"James Richards","product_name":"Headphones","quantity":3,"price":126.06,"order_date":1729452956642399,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478156644,"snapshot":"false","db":"testdb","sequence":"[\"66653367864\",\"66653367864\"]","schema":"public","table":"orders","txId":2195516,"lsn":66653367864,"xmin":null},"op":"c","ts_ms":1729478156987,"transaction":null} -{"before":null,"after":{"id":72,"customer_name":"Jeffrey Carlson","product_name":"Monitor","quantity":5,"price":998.43,"order_date":1729452907452189,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478156705,"snapshot":"false","db":"testdb","sequence":"[\"66653368096\",\"66653368160\"]","schema":"public","table":"orders","txId":2195517,"lsn":66653368160,"xmin":null},"op":"u","ts_ms":1729478156987,"transaction":null} -{"before":null,"after":{"id":958,"customer_name":"James Clark","product_name":"Laptop","quantity":3,"price":1458.08,"order_date":1729452956735327,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478156737,"snapshot":"false","db":"testdb","sequence":"[\"66653368336\",\"66653368440\"]","schema":"public","table":"orders","txId":2195518,"lsn":66653368440,"xmin":null},"op":"c","ts_ms":1729478156987,"transaction":null} -{"before":null,"after":{"id":959,"customer_name":"Philip Romero","product_name":"Headphones","quantity":4,"price":727.91,"order_date":1729452956786089,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478156787,"snapshot":"false","db":"testdb","sequence":"[\"66653368664\",\"66653368664\"]","schema":"public","table":"orders","txId":2195519,"lsn":66653368664,"xmin":null},"op":"c","ts_ms":1729478156987,"transaction":null} -{"before":null,"after":{"id":887,"customer_name":"Robert Powell","product_name":"Mouse","quantity":3,"price":819.7,"order_date":1729452952728589,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478156837,"snapshot":"false","db":"testdb","sequence":"[\"66653368904\",\"66653368968\"]","schema":"public","table":"orders","txId":2195520,"lsn":66653368968,"xmin":null},"op":"u","ts_ms":1729478156987,"transaction":null} -{"before":null,"after":{"id":960,"customer_name":"Samuel Lewis","product_name":"Smartphone","quantity":4,"price":595.9,"order_date":1729452956864381,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478156866,"snapshot":"false","db":"testdb","sequence":"[\"66653369144\",\"66653369144\"]","schema":"public","table":"orders","txId":2195521,"lsn":66653369144,"xmin":null},"op":"c","ts_ms":1729478156987,"transaction":null} -{"before":null,"after":{"id":258,"customer_name":"Tiffany Roberts","product_name":"Monitor","quantity":4,"price":1165.21,"order_date":1729452917365412,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478156934,"snapshot":"false","db":"testdb","sequence":"[\"66653369368\",\"66653369432\"]","schema":"public","table":"orders","txId":2195522,"lsn":66653369432,"xmin":null},"op":"u","ts_ms":1729478156987,"transaction":null} -{"before":null,"after":{"id":961,"customer_name":"Joseph Miller","product_name":"Monitor","quantity":5,"price":1837.51,"order_date":1729452956980609,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478156982,"snapshot":"false","db":"testdb","sequence":"[\"66653369608\",\"66653369608\"]","schema":"public","table":"orders","txId":2195523,"lsn":66653369608,"xmin":null},"op":"c","ts_ms":1729478156987,"transaction":null} -{"before":null,"after":{"id":962,"customer_name":"Jasmine Roberts","product_name":"Monitor","quantity":5,"price":994.24,"order_date":1729452957027387,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478157029,"snapshot":"false","db":"testdb","sequence":"[\"66653369840\",\"66653369840\"]","schema":"public","table":"orders","txId":2195524,"lsn":66653369840,"xmin":null},"op":"c","ts_ms":1729478157494,"transaction":null} -{"before":null,"after":{"id":79,"customer_name":"Mary Kline","product_name":"Headphones","quantity":2,"price":351.41,"order_date":1729452907811497,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478157066,"snapshot":"false","db":"testdb","sequence":"[\"66653370072\",\"66653370136\"]","schema":"public","table":"orders","txId":2195525,"lsn":66653370136,"xmin":null},"op":"u","ts_ms":1729478157494,"transaction":null} -{"before":null,"after":{"id":645,"customer_name":"Andrea Campbell","product_name":"Headphones","quantity":2,"price":1080.33,"order_date":1729452938888273,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478157092,"snapshot":"false","db":"testdb","sequence":"[\"66653370312\",\"66653370376\"]","schema":"public","table":"orders","txId":2195526,"lsn":66653370376,"xmin":null},"op":"u","ts_ms":1729478157494,"transaction":null} -{"before":null,"after":{"id":483,"customer_name":"Shaun Guerra","product_name":"Smartphone","quantity":3,"price":753.19,"order_date":1729452929846325,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478157153,"snapshot":"false","db":"testdb","sequence":"[\"66653370560\",\"66653370624\"]","schema":"public","table":"orders","txId":2195527,"lsn":66653370624,"xmin":null},"op":"u","ts_ms":1729478157494,"transaction":null} -{"before":null,"after":{"id":34,"customer_name":"Patrick Davis","product_name":"Laptop","quantity":2,"price":248.79,"order_date":1729452905674460,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478157175,"snapshot":"false","db":"testdb","sequence":"[\"66653370800\",\"66653370864\"]","schema":"public","table":"orders","txId":2195528,"lsn":66653370864,"xmin":null},"op":"u","ts_ms":1729478157494,"transaction":null} -{"before":null,"after":{"id":220,"customer_name":"Stacy Andrews","product_name":"Headphones","quantity":3,"price":1928.1,"order_date":1729452915340101,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478157233,"snapshot":"false","db":"testdb","sequence":"[\"66653371040\",\"66653371104\"]","schema":"public","table":"orders","txId":2195529,"lsn":66653371104,"xmin":null},"op":"u","ts_ms":1729478157494,"transaction":null} -{"before":null,"after":{"id":963,"customer_name":"Geoffrey Jenkins","product_name":"Laptop","quantity":3,"price":1516.74,"order_date":1729452957296295,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478157298,"snapshot":"false","db":"testdb","sequence":"[\"66653371288\",\"66653371288\"]","schema":"public","table":"orders","txId":2195530,"lsn":66653371288,"xmin":null},"op":"c","ts_ms":1729478157494,"transaction":null} -{"before":null,"after":{"id":964,"customer_name":"Denise Murphy","product_name":"Keyboard","quantity":2,"price":415.59,"order_date":1729452957344684,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478157346,"snapshot":"false","db":"testdb","sequence":"[\"66653371512\",\"66653371512\"]","schema":"public","table":"orders","txId":2195531,"lsn":66653371512,"xmin":null},"op":"c","ts_ms":1729478157494,"transaction":null} -{"before":null,"after":{"id":965,"customer_name":"John Love","product_name":"Laptop","quantity":2,"price":1597.24,"order_date":1729452957384593,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478157386,"snapshot":"false","db":"testdb","sequence":"[\"66653371736\",\"66653371736\"]","schema":"public","table":"orders","txId":2195532,"lsn":66653371736,"xmin":null},"op":"c","ts_ms":1729478157494,"transaction":null} -{"before":null,"after":{"id":966,"customer_name":"Michael Downs","product_name":"Monitor","quantity":2,"price":1904.41,"order_date":1729452957425613,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478157426,"snapshot":"false","db":"testdb","sequence":"[\"66653371960\",\"66653371960\"]","schema":"public","table":"orders","txId":2195533,"lsn":66653371960,"xmin":null},"op":"c","ts_ms":1729478157494,"transaction":null} -{"before":null,"after":{"id":854,"customer_name":"Chad Richmond","product_name":"Smartphone","quantity":1,"price":1056.62,"order_date":1729452951001973,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478157469,"snapshot":"false","db":"testdb","sequence":"[\"66653372184\",\"66653372248\"]","schema":"public","table":"orders","txId":2195534,"lsn":66653372248,"xmin":null},"op":"u","ts_ms":1729478157494,"transaction":null} -{"before":null,"after":{"id":967,"customer_name":"Jack Taylor","product_name":"Mouse","quantity":4,"price":554.59,"order_date":1729452957521210,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478157522,"snapshot":"false","db":"testdb","sequence":"[\"66653372456\",\"66653372456\"]","schema":"public","table":"orders","txId":2195535,"lsn":66653372456,"xmin":null},"op":"c","ts_ms":1729478158000,"transaction":null} -{"before":null,"after":{"id":616,"customer_name":"Tina Hunter","product_name":"Headphones","quantity":1,"price":312.5,"order_date":1729452937421654,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478157583,"snapshot":"false","db":"testdb","sequence":"[\"66653372680\",\"66653372744\"]","schema":"public","table":"orders","txId":2195536,"lsn":66653372744,"xmin":null},"op":"u","ts_ms":1729478158000,"transaction":null} -{"before":null,"after":{"id":968,"customer_name":"Nicholas Jones","product_name":"Keyboard","quantity":4,"price":162.38,"order_date":1729452957628201,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478157629,"snapshot":"false","db":"testdb","sequence":"[\"66653372920\",\"66653372920\"]","schema":"public","table":"orders","txId":2195537,"lsn":66653372920,"xmin":null},"op":"c","ts_ms":1729478158000,"transaction":null} -{"before":null,"after":{"id":969,"customer_name":"Dr. Cheryl Gardner","product_name":"Mouse","quantity":2,"price":705.92,"order_date":1729452957689693,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478157691,"snapshot":"false","db":"testdb","sequence":"[\"66653373152\",\"66653373152\"]","schema":"public","table":"orders","txId":2195538,"lsn":66653373152,"xmin":null},"op":"c","ts_ms":1729478158000,"transaction":null} -{"before":null,"after":{"id":479,"customer_name":"Joseph Alvarez","product_name":"Laptop","quantity":5,"price":1127.85,"order_date":1729452929711134,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478157739,"snapshot":"false","db":"testdb","sequence":"[\"66653373392\",\"66653373456\"]","schema":"public","table":"orders","txId":2195539,"lsn":66653373456,"xmin":null},"op":"u","ts_ms":1729478158000,"transaction":null} -{"before":null,"after":{"id":970,"customer_name":"Ronald Mclaughlin","product_name":"Laptop","quantity":1,"price":1925.44,"order_date":1729452957796376,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478157798,"snapshot":"false","db":"testdb","sequence":"[\"66653373632\",\"66653373632\"]","schema":"public","table":"orders","txId":2195540,"lsn":66653373632,"xmin":null},"op":"c","ts_ms":1729478158000,"transaction":null} -{"before":null,"after":{"id":971,"customer_name":"Jacob Burton","product_name":"Headphones","quantity":1,"price":1037.48,"order_date":1729452957819319,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478157820,"snapshot":"false","db":"testdb","sequence":"[\"66653373872\",\"66653373872\"]","schema":"public","table":"orders","txId":2195541,"lsn":66653373872,"xmin":null},"op":"c","ts_ms":1729478158000,"transaction":null} -{"before":null,"after":{"id":972,"customer_name":"Carmen Harrell","product_name":"Keyboard","quantity":2,"price":1554.7,"order_date":1729452957865552,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478157866,"snapshot":"false","db":"testdb","sequence":"[\"66653374104\",\"66653374104\"]","schema":"public","table":"orders","txId":2195542,"lsn":66653374104,"xmin":null},"op":"c","ts_ms":1729478158000,"transaction":null} -{"before":null,"after":{"id":973,"customer_name":"Sherri Reyes","product_name":"Keyboard","quantity":4,"price":1960.12,"order_date":1729452957917653,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478157919,"snapshot":"false","db":"testdb","sequence":"[\"66653374336\",\"66653374336\"]","schema":"public","table":"orders","txId":2195543,"lsn":66653374336,"xmin":null},"op":"c","ts_ms":1729478158000,"transaction":null} -{"before":null,"after":{"id":974,"customer_name":"Frederick Bartlett","product_name":"Laptop","quantity":1,"price":1757.94,"order_date":1729452957978856,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478157980,"snapshot":"false","db":"testdb","sequence":"[\"66653374560\",\"66653374560\"]","schema":"public","table":"orders","txId":2195544,"lsn":66653374560,"xmin":null},"op":"c","ts_ms":1729478158000,"transaction":null} -{"before":null,"after":{"id":38,"customer_name":"Jeff Sanchez","product_name":"Mouse","quantity":5,"price":1007.01,"order_date":1729452905820622,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478158011,"snapshot":"false","db":"testdb","sequence":"[\"66653374800\",\"66653374864\"]","schema":"public","table":"orders","txId":2195545,"lsn":66653374864,"xmin":null},"op":"u","ts_ms":1729478158509,"transaction":null} -{"before":null,"after":{"id":975,"customer_name":"Robert Salinas","product_name":"Laptop","quantity":5,"price":306.81,"order_date":1729452958047264,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478158048,"snapshot":"false","db":"testdb","sequence":"[\"66653375040\",\"66653375040\"]","schema":"public","table":"orders","txId":2195546,"lsn":66653375040,"xmin":null},"op":"c","ts_ms":1729478158509,"transaction":null} -{"before":null,"after":{"id":976,"customer_name":"Brian Buchanan","product_name":"Mouse","quantity":4,"price":625.91,"order_date":1729452958065177,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478158066,"snapshot":"false","db":"testdb","sequence":"[\"66653375272\",\"66653375272\"]","schema":"public","table":"orders","txId":2195547,"lsn":66653375272,"xmin":null},"op":"c","ts_ms":1729478158509,"transaction":null} -{"before":null,"after":{"id":977,"customer_name":"Jocelyn Williams","product_name":"Keyboard","quantity":1,"price":158.1,"order_date":1729452958090057,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478158091,"snapshot":"false","db":"testdb","sequence":"[\"66653375496\",\"66653375496\"]","schema":"public","table":"orders","txId":2195548,"lsn":66653375496,"xmin":null},"op":"c","ts_ms":1729478158509,"transaction":null} -{"before":null,"after":{"id":978,"customer_name":"Ernest Miller","product_name":"Smartphone","quantity":2,"price":1932.24,"order_date":1729452958150943,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478158152,"snapshot":"false","db":"testdb","sequence":"[\"66653375728\",\"66653375728\"]","schema":"public","table":"orders","txId":2195549,"lsn":66653375728,"xmin":null},"op":"c","ts_ms":1729478158509,"transaction":null} -{"before":null,"after":{"id":695,"customer_name":"Crystal Nelson","product_name":"Keyboard","quantity":4,"price":398.04,"order_date":1729452941801141,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478158182,"snapshot":"false","db":"testdb","sequence":"[\"66653375960\",\"66653376024\"]","schema":"public","table":"orders","txId":2195550,"lsn":66653376024,"xmin":null},"op":"u","ts_ms":1729478158509,"transaction":null} -{"before":null,"after":{"id":979,"customer_name":"Christopher Estrada","product_name":"Monitor","quantity":2,"price":1663.43,"order_date":1729452958225057,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478158226,"snapshot":"false","db":"testdb","sequence":"[\"66653376200\",\"66653376200\"]","schema":"public","table":"orders","txId":2195551,"lsn":66653376200,"xmin":null},"op":"c","ts_ms":1729478158509,"transaction":null} -{"before":null,"after":{"id":980,"customer_name":"Gina Lucas","product_name":"Smartphone","quantity":3,"price":934.38,"order_date":1729452958274181,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478158275,"snapshot":"false","db":"testdb","sequence":"[\"66653376440\",\"66653376440\"]","schema":"public","table":"orders","txId":2195552,"lsn":66653376440,"xmin":null},"op":"c","ts_ms":1729478158509,"transaction":null} -{"before":null,"after":{"id":981,"customer_name":"Clifford Jones","product_name":"Monitor","quantity":1,"price":792.47,"order_date":1729452958316860,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478158319,"snapshot":"false","db":"testdb","sequence":"[\"66653376672\",\"66653376672\"]","schema":"public","table":"orders","txId":2195553,"lsn":66653376672,"xmin":null},"op":"c","ts_ms":1729478158509,"transaction":null} -{"before":null,"after":{"id":982,"customer_name":"Jeffery Moran","product_name":"Mouse","quantity":4,"price":242.81,"order_date":1729452958345748,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478158347,"snapshot":"false","db":"testdb","sequence":"[\"66653376904\",\"66653376904\"]","schema":"public","table":"orders","txId":2195554,"lsn":66653376904,"xmin":null},"op":"c","ts_ms":1729478158509,"transaction":null} -{"before":null,"after":{"id":983,"customer_name":"John Johns","product_name":"Mouse","quantity":3,"price":397.54,"order_date":1729452958378985,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478158381,"snapshot":"false","db":"testdb","sequence":"[\"66653377128\",\"66653377128\"]","schema":"public","table":"orders","txId":2195555,"lsn":66653377128,"xmin":null},"op":"c","ts_ms":1729478158509,"transaction":null} -{"before":null,"after":{"id":984,"customer_name":"Mathew Johnson","product_name":"Mouse","quantity":5,"price":1112.27,"order_date":1729452958404412,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478158405,"snapshot":"false","db":"testdb","sequence":"[\"66653377360\",\"66653377360\"]","schema":"public","table":"orders","txId":2195556,"lsn":66653377360,"xmin":null},"op":"c","ts_ms":1729478158509,"transaction":null} -{"before":null,"after":{"id":985,"customer_name":"Kristie White","product_name":"Smartphone","quantity":4,"price":381.41,"order_date":1729452958433165,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478158434,"snapshot":"false","db":"testdb","sequence":"[\"66653377584\",\"66653377584\"]","schema":"public","table":"orders","txId":2195557,"lsn":66653377584,"xmin":null},"op":"c","ts_ms":1729478158509,"transaction":null} -{"before":null,"after":{"id":883,"customer_name":"Reginald Elliott","product_name":"Laptop","quantity":1,"price":905.99,"order_date":1729452952546196,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478158456,"snapshot":"false","db":"testdb","sequence":"[\"66653377816\",\"66653377880\"]","schema":"public","table":"orders","txId":2195558,"lsn":66653377880,"xmin":null},"op":"u","ts_ms":1729478158509,"transaction":null} -{"before":null,"after":{"id":986,"customer_name":"Lori Delgado","product_name":"Laptop","quantity":1,"price":75.6,"order_date":1729452958488910,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478158490,"snapshot":"false","db":"testdb","sequence":"[\"66653378056\",\"66653378056\"]","schema":"public","table":"orders","txId":2195559,"lsn":66653378056,"xmin":null},"op":"c","ts_ms":1729478158509,"transaction":null} -{"before":null,"after":{"id":987,"customer_name":"Kyle Sloan","product_name":"Headphones","quantity":5,"price":675.5,"order_date":1729452958523266,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478158524,"snapshot":"false","db":"testdb","sequence":"[\"66653378280\",\"66653378280\"]","schema":"public","table":"orders","txId":2195560,"lsn":66653378280,"xmin":null},"op":"c","ts_ms":1729478159015,"transaction":null} -{"before":null,"after":{"id":988,"customer_name":"Alison Wells","product_name":"Laptop","quantity":5,"price":550.06,"order_date":1729452958547963,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478158549,"snapshot":"false","db":"testdb","sequence":"[\"66653378512\",\"66653378512\"]","schema":"public","table":"orders","txId":2195561,"lsn":66653378512,"xmin":null},"op":"c","ts_ms":1729478159015,"transaction":null} -{"before":null,"after":{"id":989,"customer_name":"Dr. Samuel Dyer MD","product_name":"Headphones","quantity":5,"price":601.46,"order_date":1729452958604721,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478158606,"snapshot":"false","db":"testdb","sequence":"[\"66653378736\",\"66653378736\"]","schema":"public","table":"orders","txId":2195562,"lsn":66653378736,"xmin":null},"op":"c","ts_ms":1729478159015,"transaction":null} -{"before":null,"after":{"id":990,"customer_name":"Kenneth Jensen","product_name":"Smartphone","quantity":1,"price":1953.63,"order_date":1729452958658634,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478158659,"snapshot":"false","db":"testdb","sequence":"[\"66653378968\",\"66653378968\"]","schema":"public","table":"orders","txId":2195563,"lsn":66653378968,"xmin":null},"op":"c","ts_ms":1729478159015,"transaction":null} -{"before":null,"after":{"id":939,"customer_name":"Andrew Navarro","product_name":"Smartphone","quantity":3,"price":292.95,"order_date":1729452955684622,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478158693,"snapshot":"false","db":"testdb","sequence":"[\"66653379200\",\"66653379320\"]","schema":"public","table":"orders","txId":2195564,"lsn":66653379320,"xmin":null},"op":"u","ts_ms":1729478159015,"transaction":null} -{"before":null,"after":{"id":991,"customer_name":"Danielle Lee","product_name":"Keyboard","quantity":4,"price":687.13,"order_date":1729452958742999,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478158745,"snapshot":"false","db":"testdb","sequence":"[\"66653379576\",\"66653379680\"]","schema":"public","table":"orders","txId":2195565,"lsn":66653379680,"xmin":null},"op":"c","ts_ms":1729478159015,"transaction":null} -{"before":null,"after":{"id":992,"customer_name":"Nancy Cole","product_name":"Keyboard","quantity":1,"price":665.8,"order_date":1729452958804012,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478158805,"snapshot":"false","db":"testdb","sequence":"[\"66653379912\",\"66653379912\"]","schema":"public","table":"orders","txId":2195566,"lsn":66653379912,"xmin":null},"op":"c","ts_ms":1729478159015,"transaction":null} -{"before":null,"after":{"id":993,"customer_name":"John King","product_name":"Smartphone","quantity":2,"price":1513.77,"order_date":1729452958831464,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478158832,"snapshot":"false","db":"testdb","sequence":"[\"66653380136\",\"66653380136\"]","schema":"public","table":"orders","txId":2195567,"lsn":66653380136,"xmin":null},"op":"c","ts_ms":1729478159015,"transaction":null} -{"before":null,"after":{"id":994,"customer_name":"Angel Tran","product_name":"Laptop","quantity":3,"price":474.79,"order_date":1729452958875993,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478158877,"snapshot":"false","db":"testdb","sequence":"[\"66653380368\",\"66653380368\"]","schema":"public","table":"orders","txId":2195568,"lsn":66653380368,"xmin":null},"op":"c","ts_ms":1729478159015,"transaction":null} -{"before":null,"after":{"id":429,"customer_name":"Kathleen Williams","product_name":"Mouse","quantity":2,"price":1021.87,"order_date":1729452926722538,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478158936,"snapshot":"false","db":"testdb","sequence":"[\"66653380600\",\"66653380680\"]","schema":"public","table":"orders","txId":2195569,"lsn":66653380680,"xmin":null},"op":"u","ts_ms":1729478159015,"transaction":null} -{"before":null,"after":{"id":995,"customer_name":"Troy Mcdaniel","product_name":"Laptop","quantity":3,"price":487.97,"order_date":1729452958958295,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478158959,"snapshot":"false","db":"testdb","sequence":"[\"66653380856\",\"66653380856\"]","schema":"public","table":"orders","txId":2195570,"lsn":66653380856,"xmin":null},"op":"c","ts_ms":1729478159015,"transaction":null} -{"before":null,"after":{"id":996,"customer_name":"Margaret Johnson DVM","product_name":"Headphones","quantity":3,"price":116.39,"order_date":1729452959012714,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478159014,"snapshot":"false","db":"testdb","sequence":"[\"66653381080\",\"66653381080\"]","schema":"public","table":"orders","txId":2195571,"lsn":66653381080,"xmin":null},"op":"c","ts_ms":1729478159015,"transaction":null} -{"before":null,"after":{"id":43,"customer_name":"Sierra Jimenez","product_name":"Smartphone","quantity":2,"price":1682.15,"order_date":1729452906096548,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478159049,"snapshot":"false","db":"testdb","sequence":"[\"66653381312\",\"66653381376\"]","schema":"public","table":"orders","txId":2195572,"lsn":66653381376,"xmin":null},"op":"u","ts_ms":1729478159526,"transaction":null} -{"before":null,"after":{"id":997,"customer_name":"Melanie Riley","product_name":"Keyboard","quantity":4,"price":801.71,"order_date":1729452959089753,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478159091,"snapshot":"false","db":"testdb","sequence":"[\"66653381560\",\"66653381560\"]","schema":"public","table":"orders","txId":2195573,"lsn":66653381560,"xmin":null},"op":"c","ts_ms":1729478159526,"transaction":null} -{"before":null,"after":{"id":846,"customer_name":"Jonathan Thomas","product_name":"Mouse","quantity":2,"price":1097.07,"order_date":1729452950493718,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478159143,"snapshot":"false","db":"testdb","sequence":"[\"66653381784\",\"66653381848\"]","schema":"public","table":"orders","txId":2195574,"lsn":66653381848,"xmin":null},"op":"u","ts_ms":1729478159526,"transaction":null} -{"before":null,"after":{"id":998,"customer_name":"Christopher Owens","product_name":"Smartphone","quantity":5,"price":557.8,"order_date":1729452959173572,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478159175,"snapshot":"false","db":"testdb","sequence":"[\"66653382024\",\"66653382024\"]","schema":"public","table":"orders","txId":2195575,"lsn":66653382024,"xmin":null},"op":"c","ts_ms":1729478159526,"transaction":null} -{"before":null,"after":{"id":999,"customer_name":"Jacqueline Singh","product_name":"Mouse","quantity":1,"price":446.17,"order_date":1729452959230069,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478159231,"snapshot":"false","db":"testdb","sequence":"[\"66653382256\",\"66653382256\"]","schema":"public","table":"orders","txId":2195576,"lsn":66653382256,"xmin":null},"op":"c","ts_ms":1729478159526,"transaction":null} -{"before":null,"after":{"id":338,"customer_name":"David Burns","product_name":"Mouse","quantity":5,"price":1860.07,"order_date":1729452921846216,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478159274,"snapshot":"false","db":"testdb","sequence":"[\"66653382480\",\"66653382544\"]","schema":"public","table":"orders","txId":2195577,"lsn":66653382544,"xmin":null},"op":"u","ts_ms":1729478159526,"transaction":null} -{"before":null,"after":{"id":1000,"customer_name":"Michael Whitaker","product_name":"Headphones","quantity":3,"price":449.63,"order_date":1729452959331803,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478159334,"snapshot":"false","db":"testdb","sequence":"[\"66653382720\",\"66653382720\"]","schema":"public","table":"orders","txId":2195578,"lsn":66653382720,"xmin":null},"op":"c","ts_ms":1729478159526,"transaction":null} -{"before":null,"after":{"id":1001,"customer_name":"Nicholas Gonzales","product_name":"Headphones","quantity":5,"price":1897.65,"order_date":1729452959377666,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478159379,"snapshot":"false","db":"testdb","sequence":"[\"66653382960\",\"66653382960\"]","schema":"public","table":"orders","txId":2195579,"lsn":66653382960,"xmin":null},"op":"c","ts_ms":1729478159526,"transaction":null} -{"before":null,"after":{"id":595,"customer_name":"Lauren Howard","product_name":"Mouse","quantity":5,"price":1127.24,"order_date":1729452936135299,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478159409,"snapshot":"false","db":"testdb","sequence":"[\"66653383192\",\"66653383256\"]","schema":"public","table":"orders","txId":2195580,"lsn":66653383256,"xmin":null},"op":"u","ts_ms":1729478159526,"transaction":null} -{"before":null,"after":{"id":777,"customer_name":"Ricardo Martinez","product_name":"Smartphone","quantity":3,"price":1427.79,"order_date":1729452946653647,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478159448,"snapshot":"false","db":"testdb","sequence":"[\"66653383432\",\"66653383496\"]","schema":"public","table":"orders","txId":2195581,"lsn":66653383496,"xmin":null},"op":"u","ts_ms":1729478159526,"transaction":null} -{"before":null,"after":{"id":478,"customer_name":"Mary Spencer","product_name":"Mouse","quantity":4,"price":1681.69,"order_date":1729452929680221,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478159487,"snapshot":"false","db":"testdb","sequence":"[\"66653383680\",\"66653383744\"]","schema":"public","table":"orders","txId":2195582,"lsn":66653383744,"xmin":null},"op":"u","ts_ms":1729478159526,"transaction":null} -{"before":null,"after":{"id":1002,"customer_name":"Barbara Anderson","product_name":"Monitor","quantity":5,"price":174.25,"order_date":1729452959538709,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478159540,"snapshot":"false","db":"testdb","sequence":"[\"66653383920\",\"66653383920\"]","schema":"public","table":"orders","txId":2195583,"lsn":66653383920,"xmin":null},"op":"c","ts_ms":1729478160036,"transaction":null} -{"before":null,"after":{"id":484,"customer_name":"Regina Chambers","product_name":"Keyboard","quantity":4,"price":135.05,"order_date":1729452929892952,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478159587,"snapshot":"false","db":"testdb","sequence":"[\"66653384152\",\"66653384272\"]","schema":"public","table":"orders","txId":2195584,"lsn":66653384272,"xmin":null},"op":"u","ts_ms":1729478160036,"transaction":null} -{"before":null,"after":{"id":1003,"customer_name":"Sharon Wells","product_name":"Mouse","quantity":3,"price":1173.22,"order_date":1729452959627412,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478159628,"snapshot":"false","db":"testdb","sequence":"[\"66653384528\",\"66653384528\"]","schema":"public","table":"orders","txId":2195585,"lsn":66653384528,"xmin":null},"op":"c","ts_ms":1729478160036,"transaction":null} -{"before":null,"after":{"id":1004,"customer_name":"Autumn Ramsey","product_name":"Mouse","quantity":1,"price":965.21,"order_date":1729452959682350,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478159683,"snapshot":"false","db":"testdb","sequence":"[\"66653384752\",\"66653384752\"]","schema":"public","table":"orders","txId":2195586,"lsn":66653384752,"xmin":null},"op":"c","ts_ms":1729478160036,"transaction":null} -{"before":null,"after":{"id":1005,"customer_name":"Caitlin Morris","product_name":"Headphones","quantity":1,"price":529.46,"order_date":1729452959710246,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478159712,"snapshot":"false","db":"testdb","sequence":"[\"66653384976\",\"66653384976\"]","schema":"public","table":"orders","txId":2195587,"lsn":66653384976,"xmin":null},"op":"c","ts_ms":1729478160036,"transaction":null} -{"before":null,"after":{"id":1001,"customer_name":"Nicholas Gonzales","product_name":"Headphones","quantity":5,"price":1897.65,"order_date":1729452959377666,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478159771,"snapshot":"false","db":"testdb","sequence":"[\"66653385208\",\"66653385264\"]","schema":"public","table":"orders","txId":2195588,"lsn":66653385264,"xmin":null},"op":"u","ts_ms":1729478160036,"transaction":null} -{"before":null,"after":{"id":1006,"customer_name":"Jesse Smith","product_name":"Monitor","quantity":2,"price":1552.68,"order_date":1729452959807776,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478159809,"snapshot":"false","db":"testdb","sequence":"[\"66653385448\",\"66653385448\"]","schema":"public","table":"orders","txId":2195589,"lsn":66653385448,"xmin":null},"op":"c","ts_ms":1729478160036,"transaction":null} -{"before":null,"after":{"id":1007,"customer_name":"Andrew Gibson","product_name":"Smartphone","quantity":3,"price":473.43,"order_date":1729452959829412,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478159830,"snapshot":"false","db":"testdb","sequence":"[\"66653385680\",\"66653385680\"]","schema":"public","table":"orders","txId":2195590,"lsn":66653385680,"xmin":null},"op":"c","ts_ms":1729478160036,"transaction":null} -{"before":null,"after":{"id":1008,"customer_name":"Melinda Chambers","product_name":"Smartphone","quantity":4,"price":59.12,"order_date":1729452959860611,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478159862,"snapshot":"false","db":"testdb","sequence":"[\"66653385920\",\"66653385920\"]","schema":"public","table":"orders","txId":2195591,"lsn":66653385920,"xmin":null},"op":"c","ts_ms":1729478160036,"transaction":null} -{"before":null,"after":{"id":890,"customer_name":"Joseph Gillespie","product_name":"Monitor","quantity":1,"price":997.44,"order_date":1729452952937757,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478159918,"snapshot":"false","db":"testdb","sequence":"[\"66653386160\",\"66653386160\"]","schema":"public","table":"orders","txId":2195592,"lsn":66653386160,"xmin":null},"op":"u","ts_ms":1729478160036,"transaction":null} -{"before":null,"after":{"id":723,"customer_name":"Mr. Joshua Graves","product_name":"Smartphone","quantity":2,"price":1619.85,"order_date":1729452943776835,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478159980,"snapshot":"false","db":"testdb","sequence":"[\"66653386344\",\"66653386408\"]","schema":"public","table":"orders","txId":2195593,"lsn":66653386408,"xmin":null},"op":"u","ts_ms":1729478160036,"transaction":null} -{"before":null,"after":{"id":1009,"customer_name":"Eric Bradley","product_name":"Mouse","quantity":2,"price":1786.74,"order_date":1729452960020400,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478160022,"snapshot":"false","db":"testdb","sequence":"[\"66653386592\",\"66653386592\"]","schema":"public","table":"orders","txId":2195594,"lsn":66653386592,"xmin":null},"op":"c","ts_ms":1729478160036,"transaction":null} -{"before":null,"after":{"id":1010,"customer_name":"Dr. Sherri Moreno","product_name":"Headphones","quantity":5,"price":326.77,"order_date":1729452960050283,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478160051,"snapshot":"false","db":"testdb","sequence":"[\"66653386816\",\"66653386816\"]","schema":"public","table":"orders","txId":2195595,"lsn":66653386816,"xmin":null},"op":"c","ts_ms":1729478160545,"transaction":null} -{"before":null,"after":{"id":1011,"customer_name":"Sharon Carey","product_name":"Headphones","quantity":1,"price":581.78,"order_date":1729452960096400,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478160098,"snapshot":"false","db":"testdb","sequence":"[\"66653387048\",\"66653387048\"]","schema":"public","table":"orders","txId":2195596,"lsn":66653387048,"xmin":null},"op":"c","ts_ms":1729478160545,"transaction":null} -{"before":null,"after":{"id":1012,"customer_name":"Shelia Moore","product_name":"Monitor","quantity":4,"price":1948.98,"order_date":1729452960120059,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478160121,"snapshot":"false","db":"testdb","sequence":"[\"66653387280\",\"66653387280\"]","schema":"public","table":"orders","txId":2195597,"lsn":66653387280,"xmin":null},"op":"c","ts_ms":1729478160545,"transaction":null} -{"before":null,"after":{"id":1013,"customer_name":"Lori Howell","product_name":"Smartphone","quantity":4,"price":103.55,"order_date":1729452960164192,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478160165,"snapshot":"false","db":"testdb","sequence":"[\"66653387512\",\"66653387512\"]","schema":"public","table":"orders","txId":2195598,"lsn":66653387512,"xmin":null},"op":"c","ts_ms":1729478160545,"transaction":null} -{"before":null,"after":{"id":893,"customer_name":"Kevin Reed","product_name":"Mouse","quantity":1,"price":1965.87,"order_date":1729452953055857,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478160222,"snapshot":"false","db":"testdb","sequence":"[\"66653387744\",\"66653387808\"]","schema":"public","table":"orders","txId":2195599,"lsn":66653387808,"xmin":null},"op":"u","ts_ms":1729478160545,"transaction":null} -{"before":null,"after":{"id":810,"customer_name":"Stacie Howard","product_name":"Laptop","quantity":3,"price":757.63,"order_date":1729452948468916,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478160250,"snapshot":"false","db":"testdb","sequence":"[\"66653387984\",\"66653388048\"]","schema":"public","table":"orders","txId":2195600,"lsn":66653388048,"xmin":null},"op":"u","ts_ms":1729478160545,"transaction":null} -{"before":null,"after":{"id":1014,"customer_name":"David Elliott","product_name":"Keyboard","quantity":5,"price":251.53,"order_date":1729452960308145,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478160310,"snapshot":"false","db":"testdb","sequence":"[\"66653388224\",\"66653388224\"]","schema":"public","table":"orders","txId":2195601,"lsn":66653388224,"xmin":null},"op":"c","ts_ms":1729478160545,"transaction":null} -{"before":null,"after":{"id":1015,"customer_name":"David Schultz","product_name":"Smartphone","quantity":3,"price":1683.65,"order_date":1729452960370752,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478160373,"snapshot":"false","db":"testdb","sequence":"[\"66653388448\",\"66653388448\"]","schema":"public","table":"orders","txId":2195602,"lsn":66653388448,"xmin":null},"op":"c","ts_ms":1729478160545,"transaction":null} -{"before":null,"after":{"id":1016,"customer_name":"Raymond Frye","product_name":"Smartphone","quantity":2,"price":636.5,"order_date":1729452960394164,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478160396,"snapshot":"false","db":"testdb","sequence":"[\"66653388688\",\"66653388688\"]","schema":"public","table":"orders","txId":2195603,"lsn":66653388688,"xmin":null},"op":"c","ts_ms":1729478160545,"transaction":null} -{"before":null,"after":{"id":1017,"customer_name":"Aaron Perkins","product_name":"Smartphone","quantity":1,"price":1702.95,"order_date":1729452960458287,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478160460,"snapshot":"false","db":"testdb","sequence":"[\"66653388944\",\"66653388944\"]","schema":"public","table":"orders","txId":2195604,"lsn":66653388944,"xmin":null},"op":"c","ts_ms":1729478160545,"transaction":null} -{"before":null,"after":{"id":1018,"customer_name":"Jeffrey Howell","product_name":"Monitor","quantity":3,"price":802.13,"order_date":1729452960488273,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478160490,"snapshot":"false","db":"testdb","sequence":"[\"66653389176\",\"66653389176\"]","schema":"public","table":"orders","txId":2195605,"lsn":66653389176,"xmin":null},"op":"c","ts_ms":1729478160545,"transaction":null} -{"before":null,"after":{"id":1019,"customer_name":"Amanda Wilson","product_name":"Keyboard","quantity":2,"price":532.06,"order_date":1729452960543960,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478160545,"snapshot":"false","db":"testdb","sequence":"[\"66653389400\",\"66653389400\"]","schema":"public","table":"orders","txId":2195606,"lsn":66653389400,"xmin":null},"op":"c","ts_ms":1729478160546,"transaction":null} -{"before":null,"after":{"id":1020,"customer_name":"Kyle Gonzales","product_name":"Smartphone","quantity":2,"price":1902.97,"order_date":1729452960591527,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478160593,"snapshot":"false","db":"testdb","sequence":"[\"66653389624\",\"66653389624\"]","schema":"public","table":"orders","txId":2195607,"lsn":66653389624,"xmin":null},"op":"c","ts_ms":1729478161053,"transaction":null} -{"before":null,"after":{"id":1021,"customer_name":"Thomas Pierce","product_name":"Mouse","quantity":1,"price":588.93,"order_date":1729452960649417,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478160651,"snapshot":"false","db":"testdb","sequence":"[\"66653389856\",\"66653389856\"]","schema":"public","table":"orders","txId":2195608,"lsn":66653389856,"xmin":null},"op":"c","ts_ms":1729478161053,"transaction":null} -{"before":null,"after":{"id":776,"customer_name":"Paula Reed","product_name":"Smartphone","quantity":2,"price":696.56,"order_date":1729452946615344,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478160702,"snapshot":"false","db":"testdb","sequence":"[\"66653390088\",\"66653390152\"]","schema":"public","table":"orders","txId":2195609,"lsn":66653390152,"xmin":null},"op":"u","ts_ms":1729478161054,"transaction":null} -{"before":null,"after":{"id":1022,"customer_name":"Rebekah Torres","product_name":"Mouse","quantity":2,"price":1890.05,"order_date":1729452960740940,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478160742,"snapshot":"false","db":"testdb","sequence":"[\"66653390328\",\"66653390328\"]","schema":"public","table":"orders","txId":2195610,"lsn":66653390328,"xmin":null},"op":"c","ts_ms":1729478161054,"transaction":null} -{"before":null,"after":{"id":1023,"customer_name":"Adam Salazar","product_name":"Laptop","quantity":2,"price":878.61,"order_date":1729452960802781,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478160804,"snapshot":"false","db":"testdb","sequence":"[\"66653390560\",\"66653390560\"]","schema":"public","table":"orders","txId":2195611,"lsn":66653390560,"xmin":null},"op":"c","ts_ms":1729478161054,"transaction":null} -{"before":null,"after":{"id":1024,"customer_name":"Richard Carson","product_name":"Smartphone","quantity":3,"price":726.68,"order_date":1729452960827790,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478160829,"snapshot":"false","db":"testdb","sequence":"[\"66653390784\",\"66653390888\"]","schema":"public","table":"orders","txId":2195612,"lsn":66653390888,"xmin":null},"op":"c","ts_ms":1729478161054,"transaction":null} -{"before":null,"after":{"id":1025,"customer_name":"Sandra Cole","product_name":"Headphones","quantity":1,"price":1158.01,"order_date":1729452960867981,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478160870,"snapshot":"false","db":"testdb","sequence":"[\"66653391128\",\"66653391128\"]","schema":"public","table":"orders","txId":2195613,"lsn":66653391128,"xmin":null},"op":"c","ts_ms":1729478161054,"transaction":null} -{"before":null,"after":{"id":1026,"customer_name":"Daniel Braun","product_name":"Mouse","quantity":1,"price":1158.02,"order_date":1729452960933104,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478160934,"snapshot":"false","db":"testdb","sequence":"[\"66653417128\",\"66653417128\"]","schema":"public","table":"orders","txId":2195615,"lsn":66653417128,"xmin":null},"op":"c","ts_ms":1729478161059,"transaction":null} -{"before":null,"after":{"id":1027,"customer_name":"Paul Reeves","product_name":"Laptop","quantity":4,"price":1092.3,"order_date":1729452960967309,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478160969,"snapshot":"false","db":"testdb","sequence":"[\"66653417360\",\"66653417360\"]","schema":"public","table":"orders","txId":2195616,"lsn":66653417360,"xmin":null},"op":"c","ts_ms":1729478161059,"transaction":null} -{"before":null,"after":{"id":755,"customer_name":"David Williams","product_name":"Keyboard","quantity":3,"price":961.5,"order_date":1729452945406569,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478161001,"snapshot":"false","db":"testdb","sequence":"[\"66653417592\",\"66653418024\"]","schema":"public","table":"orders","txId":2195617,"lsn":66653418024,"xmin":null},"op":"u","ts_ms":1729478161059,"transaction":null} -{"before":null,"after":{"id":422,"customer_name":"Carl Long","product_name":"Keyboard","quantity":3,"price":1193.84,"order_date":1729452926351928,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478161037,"snapshot":"false","db":"testdb","sequence":"[\"66653418200\",\"66653418264\"]","schema":"public","table":"orders","txId":2195618,"lsn":66653418264,"xmin":null},"op":"u","ts_ms":1729478161059,"transaction":null} -{"before":null,"after":{"id":756,"customer_name":"Harry Dillon","product_name":"Headphones","quantity":3,"price":1490.0,"order_date":1729452945462222,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478161056,"snapshot":"false","db":"testdb","sequence":"[\"66653418440\",\"66653418504\"]","schema":"public","table":"orders","txId":2195619,"lsn":66653418504,"xmin":null},"op":"u","ts_ms":1729478161059,"transaction":null} -{"before":null,"after":{"id":1028,"customer_name":"Joel Morales","product_name":"Keyboard","quantity":1,"price":395.29,"order_date":1729452961083065,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478161084,"snapshot":"false","db":"testdb","sequence":"[\"66653418680\",\"66653418680\"]","schema":"public","table":"orders","txId":2195620,"lsn":66653418680,"xmin":null},"op":"c","ts_ms":1729478161567,"transaction":null} -{"before":null,"after":{"id":87,"customer_name":"Stephen Decker","product_name":"Laptop","quantity":5,"price":1605.18,"order_date":1729452908291357,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478161112,"snapshot":"false","db":"testdb","sequence":"[\"66653418912\",\"66653418976\"]","schema":"public","table":"orders","txId":2195621,"lsn":66653418976,"xmin":null},"op":"u","ts_ms":1729478161567,"transaction":null} -{"before":null,"after":{"id":452,"customer_name":"Jay Cuevas","product_name":"Monitor","quantity":1,"price":1452.55,"order_date":1729452928145149,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478161170,"snapshot":"false","db":"testdb","sequence":"[\"66653419152\",\"66653419216\"]","schema":"public","table":"orders","txId":2195622,"lsn":66653419216,"xmin":null},"op":"u","ts_ms":1729478161567,"transaction":null} -{"before":null,"after":{"id":1029,"customer_name":"Patty Clark","product_name":"Monitor","quantity":1,"price":1811.44,"order_date":1729452961219416,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478161220,"snapshot":"false","db":"testdb","sequence":"[\"66653419392\",\"66653419392\"]","schema":"public","table":"orders","txId":2195623,"lsn":66653419392,"xmin":null},"op":"c","ts_ms":1729478161567,"transaction":null} -{"before":null,"after":{"id":1030,"customer_name":"Mr. Gordon Mckenzie","product_name":"Smartphone","quantity":2,"price":534.21,"order_date":1729452961244175,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478161245,"snapshot":"false","db":"testdb","sequence":"[\"66653419624\",\"66653419624\"]","schema":"public","table":"orders","txId":2195624,"lsn":66653419624,"xmin":null},"op":"c","ts_ms":1729478161567,"transaction":null} -{"before":null,"after":{"id":1031,"customer_name":"Tyler Johnson","product_name":"Laptop","quantity":1,"price":781.3,"order_date":1729452961271655,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478161272,"snapshot":"false","db":"testdb","sequence":"[\"66653419864\",\"66653419864\"]","schema":"public","table":"orders","txId":2195625,"lsn":66653419864,"xmin":null},"op":"c","ts_ms":1729478161567,"transaction":null} -{"before":null,"after":{"id":1032,"customer_name":"Curtis Chambers","product_name":"Laptop","quantity":4,"price":1188.04,"order_date":1729452961328932,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478161330,"snapshot":"false","db":"testdb","sequence":"[\"66653420096\",\"66653420096\"]","schema":"public","table":"orders","txId":2195626,"lsn":66653420096,"xmin":null},"op":"c","ts_ms":1729478161567,"transaction":null} -{"before":null,"after":{"id":1033,"customer_name":"Dawn Smith","product_name":"Laptop","quantity":1,"price":1352.67,"order_date":1729452961361492,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478161362,"snapshot":"false","db":"testdb","sequence":"[\"66653420320\",\"66653420320\"]","schema":"public","table":"orders","txId":2195627,"lsn":66653420320,"xmin":null},"op":"c","ts_ms":1729478161567,"transaction":null} -{"before":null,"after":{"id":1034,"customer_name":"Joseph Ward","product_name":"Keyboard","quantity":2,"price":463.09,"order_date":1729452961392584,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478161393,"snapshot":"false","db":"testdb","sequence":"[\"66653420544\",\"66653420544\"]","schema":"public","table":"orders","txId":2195628,"lsn":66653420544,"xmin":null},"op":"c","ts_ms":1729478161567,"transaction":null} -{"before":null,"after":{"id":719,"customer_name":"Nicholas Daniel","product_name":"Smartphone","quantity":1,"price":1840.8,"order_date":1729452943447462,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478161430,"snapshot":"false","db":"testdb","sequence":"[\"66653420776\",\"66653420840\"]","schema":"public","table":"orders","txId":2195629,"lsn":66653420840,"xmin":null},"op":"u","ts_ms":1729478161567,"transaction":null} -{"before":null,"after":{"id":1035,"customer_name":"Brandon Mays","product_name":"Keyboard","quantity":4,"price":1023.82,"order_date":1729452961450922,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478161452,"snapshot":"false","db":"testdb","sequence":"[\"66653421024\",\"66653421024\"]","schema":"public","table":"orders","txId":2195630,"lsn":66653421024,"xmin":null},"op":"c","ts_ms":1729478161567,"transaction":null} -{"before":null,"after":{"id":1036,"customer_name":"Christopher Garcia","product_name":"Headphones","quantity":1,"price":354.16,"order_date":1729452961471583,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478161472,"snapshot":"false","db":"testdb","sequence":"[\"66653421248\",\"66653421248\"]","schema":"public","table":"orders","txId":2195631,"lsn":66653421248,"xmin":null},"op":"c","ts_ms":1729478161567,"transaction":null} -{"before":null,"after":{"id":1037,"customer_name":"Michael Martin","product_name":"Smartphone","quantity":2,"price":1431.19,"order_date":1729452961514056,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478161515,"snapshot":"false","db":"testdb","sequence":"[\"66653421480\",\"66653421480\"]","schema":"public","table":"orders","txId":2195632,"lsn":66653421480,"xmin":null},"op":"c","ts_ms":1729478161567,"transaction":null} -{"before":null,"after":{"id":209,"customer_name":"Andrea Joyce","product_name":"Smartphone","quantity":2,"price":387.66,"order_date":1729452914795024,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478161574,"snapshot":"false","db":"testdb","sequence":"[\"66653421736\",\"66653421800\"]","schema":"public","table":"orders","txId":2195633,"lsn":66653421800,"xmin":null},"op":"u","ts_ms":1729478162078,"transaction":null} -{"before":null,"after":{"id":1038,"customer_name":"Joshua Rodriguez","product_name":"Laptop","quantity":1,"price":1743.65,"order_date":1729452961630179,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478161632,"snapshot":"false","db":"testdb","sequence":"[\"66653421976\",\"66653421976\"]","schema":"public","table":"orders","txId":2195634,"lsn":66653421976,"xmin":null},"op":"c","ts_ms":1729478162078,"transaction":null} -{"before":null,"after":{"id":1039,"customer_name":"Ryan Kemp","product_name":"Monitor","quantity":1,"price":402.74,"order_date":1729452961681680,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478161683,"snapshot":"false","db":"testdb","sequence":"[\"66653422200\",\"66653422200\"]","schema":"public","table":"orders","txId":2195635,"lsn":66653422200,"xmin":null},"op":"c","ts_ms":1729478162078,"transaction":null} -{"before":null,"after":{"id":1040,"customer_name":"Gerald King","product_name":"Keyboard","quantity":1,"price":1719.74,"order_date":1729452961701954,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478161703,"snapshot":"false","db":"testdb","sequence":"[\"66653422424\",\"66653422424\"]","schema":"public","table":"orders","txId":2195636,"lsn":66653422424,"xmin":null},"op":"c","ts_ms":1729478162078,"transaction":null} -{"before":null,"after":{"id":300,"customer_name":"Amanda Vasquez","product_name":"Laptop","quantity":1,"price":867.38,"order_date":1729452919628830,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478161759,"snapshot":"false","db":"testdb","sequence":"[\"66653422648\",\"66653422712\"]","schema":"public","table":"orders","txId":2195637,"lsn":66653422712,"xmin":null},"op":"u","ts_ms":1729478162078,"transaction":null} -{"before":null,"after":{"id":405,"customer_name":"Gregory Cross","product_name":"Smartphone","quantity":5,"price":382.8,"order_date":1729452925259668,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478161831,"snapshot":"false","db":"testdb","sequence":"[\"66653422888\",\"66653422952\"]","schema":"public","table":"orders","txId":2195638,"lsn":66653422952,"xmin":null},"op":"u","ts_ms":1729478162078,"transaction":null} -{"before":null,"after":{"id":1041,"customer_name":"Mindy Buckley","product_name":"Mouse","quantity":2,"price":1035.69,"order_date":1729452961881853,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478161883,"snapshot":"false","db":"testdb","sequence":"[\"66653423136\",\"66653423136\"]","schema":"public","table":"orders","txId":2195639,"lsn":66653423136,"xmin":null},"op":"c","ts_ms":1729478162078,"transaction":null} -{"before":null,"after":{"id":1042,"customer_name":"John Robinson","product_name":"Headphones","quantity":4,"price":1512.02,"order_date":1729452961939173,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478161940,"snapshot":"false","db":"testdb","sequence":"[\"66653423368\",\"66653423368\"]","schema":"public","table":"orders","txId":2195640,"lsn":66653423368,"xmin":null},"op":"c","ts_ms":1729478162078,"transaction":null} -{"before":null,"after":{"id":1043,"customer_name":"Michelle Taylor","product_name":"Headphones","quantity":4,"price":1584.23,"order_date":1729452961972210,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478161973,"snapshot":"false","db":"testdb","sequence":"[\"66653423608\",\"66653423608\"]","schema":"public","table":"orders","txId":2195641,"lsn":66653423608,"xmin":null},"op":"c","ts_ms":1729478162078,"transaction":null} -{"before":null,"after":{"id":1044,"customer_name":"Scott Bridges","product_name":"Headphones","quantity":2,"price":256.77,"order_date":1729452962001911,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478162003,"snapshot":"false","db":"testdb","sequence":"[\"66653423848\",\"66653423848\"]","schema":"public","table":"orders","txId":2195642,"lsn":66653423848,"xmin":null},"op":"c","ts_ms":1729478162078,"transaction":null} -{"before":null,"after":{"id":1045,"customer_name":"Yesenia Harrison","product_name":"Mouse","quantity":4,"price":328.95,"order_date":1729452962023317,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478162024,"snapshot":"false","db":"testdb","sequence":"[\"66653424080\",\"66653424080\"]","schema":"public","table":"orders","txId":2195643,"lsn":66653424080,"xmin":null},"op":"c","ts_ms":1729478162078,"transaction":null} -{"before":null,"after":{"id":1046,"customer_name":"Janice Kerr","product_name":"Headphones","quantity":1,"price":737.33,"order_date":1729452962064971,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478162066,"snapshot":"false","db":"testdb","sequence":"[\"66653424312\",\"66653424312\"]","schema":"public","table":"orders","txId":2195644,"lsn":66653424312,"xmin":null},"op":"c","ts_ms":1729478162078,"transaction":null} -{"before":null,"after":{"id":1047,"customer_name":"Michael Sandoval","product_name":"Monitor","quantity":5,"price":1955.72,"order_date":1729452962091554,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478162092,"snapshot":"false","db":"testdb","sequence":"[\"66653424544\",\"66653424544\"]","schema":"public","table":"orders","txId":2195645,"lsn":66653424544,"xmin":null},"op":"c","ts_ms":1729478162589,"transaction":null} -{"before":null,"after":{"id":1048,"customer_name":"Thomas Hill","product_name":"Mouse","quantity":5,"price":1230.09,"order_date":1729452962150290,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478162151,"snapshot":"false","db":"testdb","sequence":"[\"66653424784\",\"66653424784\"]","schema":"public","table":"orders","txId":2195646,"lsn":66653424784,"xmin":null},"op":"c","ts_ms":1729478162589,"transaction":null} -{"before":null,"after":{"id":1049,"customer_name":"Leslie Johnson","product_name":"Monitor","quantity":4,"price":909.83,"order_date":1729452962184124,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478162185,"snapshot":"false","db":"testdb","sequence":"[\"66653425016\",\"66653425016\"]","schema":"public","table":"orders","txId":2195647,"lsn":66653425016,"xmin":null},"op":"c","ts_ms":1729478162589,"transaction":null} -{"before":null,"after":{"id":1050,"customer_name":"Cynthia Ramirez","product_name":"Keyboard","quantity":4,"price":1348.79,"order_date":1729452962216341,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478162217,"snapshot":"false","db":"testdb","sequence":"[\"66653425240\",\"66653425240\"]","schema":"public","table":"orders","txId":2195648,"lsn":66653425240,"xmin":null},"op":"c","ts_ms":1729478162589,"transaction":null} -{"before":null,"after":{"id":1051,"customer_name":"Glen Henderson","product_name":"Monitor","quantity":1,"price":1077.49,"order_date":1729452962272563,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478162274,"snapshot":"false","db":"testdb","sequence":"[\"66653425472\",\"66653425472\"]","schema":"public","table":"orders","txId":2195649,"lsn":66653425472,"xmin":null},"op":"c","ts_ms":1729478162589,"transaction":null} -{"before":null,"after":{"id":835,"customer_name":"Theresa James","product_name":"Keyboard","quantity":3,"price":1786.4,"order_date":1729452949932457,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478162299,"snapshot":"false","db":"testdb","sequence":"[\"66653425696\",\"66653425760\"]","schema":"public","table":"orders","txId":2195650,"lsn":66653425760,"xmin":null},"op":"u","ts_ms":1729478162589,"transaction":null} -{"before":null,"after":{"id":430,"customer_name":"Javier Lynch","product_name":"Smartphone","quantity":5,"price":777.5,"order_date":1729452926760943,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478162326,"snapshot":"false","db":"testdb","sequence":"[\"66653425936\",\"66653426000\"]","schema":"public","table":"orders","txId":2195651,"lsn":66653426000,"xmin":null},"op":"u","ts_ms":1729478162589,"transaction":null} -{"before":null,"after":{"id":1052,"customer_name":"Andrea Mcbride","product_name":"Mouse","quantity":4,"price":51.05,"order_date":1729452962356289,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478162357,"snapshot":"false","db":"testdb","sequence":"[\"66653426176\",\"66653426176\"]","schema":"public","table":"orders","txId":2195652,"lsn":66653426176,"xmin":null},"op":"c","ts_ms":1729478162589,"transaction":null} -{"before":null,"after":{"id":1053,"customer_name":"Nathan Bush","product_name":"Keyboard","quantity":3,"price":725.33,"order_date":1729452962395252,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478162397,"snapshot":"false","db":"testdb","sequence":"[\"66653426400\",\"66653426400\"]","schema":"public","table":"orders","txId":2195653,"lsn":66653426400,"xmin":null},"op":"c","ts_ms":1729478162589,"transaction":null} -{"before":null,"after":{"id":1054,"customer_name":"Jessica Bailey","product_name":"Keyboard","quantity":4,"price":1247.36,"order_date":1729452962454236,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478162456,"snapshot":"false","db":"testdb","sequence":"[\"66653426632\",\"66653426632\"]","schema":"public","table":"orders","txId":2195654,"lsn":66653426632,"xmin":null},"op":"c","ts_ms":1729478162589,"transaction":null} -{"before":null,"after":{"id":712,"customer_name":"Sheryl Neal","product_name":"Smartphone","quantity":2,"price":1439.88,"order_date":1729452942989572,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478162494,"snapshot":"false","db":"testdb","sequence":"[\"66653426856\",\"66653426920\"]","schema":"public","table":"orders","txId":2195655,"lsn":66653426920,"xmin":null},"op":"u","ts_ms":1729478162589,"transaction":null} -{"before":null,"after":{"id":1055,"customer_name":"Jason Potter","product_name":"Laptop","quantity":5,"price":94.4,"order_date":1729452962541329,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478162543,"snapshot":"false","db":"testdb","sequence":"[\"66653427096\",\"66653427096\"]","schema":"public","table":"orders","txId":2195656,"lsn":66653427096,"xmin":null},"op":"c","ts_ms":1729478162589,"transaction":null} -{"before":null,"after":{"id":68,"customer_name":"Samantha Smith","product_name":"Mouse","quantity":1,"price":1944.1,"order_date":1729452907247531,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478162593,"snapshot":"false","db":"testdb","sequence":"[\"66653427320\",\"66653427384\"]","schema":"public","table":"orders","txId":2195657,"lsn":66653427384,"xmin":null},"op":"u","ts_ms":1729478162593,"transaction":null} -{"before":null,"after":{"id":1056,"customer_name":"Nicole Campbell","product_name":"Laptop","quantity":5,"price":1890.12,"order_date":1729452962642656,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478162643,"snapshot":"false","db":"testdb","sequence":"[\"66653427560\",\"66653427560\"]","schema":"public","table":"orders","txId":2195658,"lsn":66653427560,"xmin":null},"op":"c","ts_ms":1729478163104,"transaction":null} -{"before":null,"after":{"id":651,"customer_name":"Glenda Ortiz","product_name":"Mouse","quantity":5,"price":1378.87,"order_date":1729452939195539,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478162666,"snapshot":"false","db":"testdb","sequence":"[\"66653427784\",\"66653427912\"]","schema":"public","table":"orders","txId":2195659,"lsn":66653427912,"xmin":null},"op":"u","ts_ms":1729478163104,"transaction":null} -{"before":null,"after":{"id":1057,"customer_name":"Michael Miles","product_name":"Mouse","quantity":5,"price":1413.57,"order_date":1729452962719376,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478162721,"snapshot":"false","db":"testdb","sequence":"[\"66653428088\",\"66653428192\"]","schema":"public","table":"orders","txId":2195660,"lsn":66653428192,"xmin":null},"op":"c","ts_ms":1729478163104,"transaction":null} -{"before":null,"after":{"id":1058,"customer_name":"Jared Ferguson","product_name":"Keyboard","quantity":2,"price":1943.8,"order_date":1729452962753888,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478162755,"snapshot":"false","db":"testdb","sequence":"[\"66653428424\",\"66653428424\"]","schema":"public","table":"orders","txId":2195661,"lsn":66653428424,"xmin":null},"op":"c","ts_ms":1729478163104,"transaction":null} -{"before":null,"after":{"id":1059,"customer_name":"Gary Brown","product_name":"Keyboard","quantity":3,"price":1212.2,"order_date":1729452962802331,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478162803,"snapshot":"false","db":"testdb","sequence":"[\"66653428648\",\"66653428648\"]","schema":"public","table":"orders","txId":2195662,"lsn":66653428648,"xmin":null},"op":"c","ts_ms":1729478163104,"transaction":null} -{"before":null,"after":{"id":1060,"customer_name":"Sean Lewis","product_name":"Monitor","quantity":4,"price":79.05,"order_date":1729452962831943,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478162833,"snapshot":"false","db":"testdb","sequence":"[\"66653428880\",\"66653428880\"]","schema":"public","table":"orders","txId":2195663,"lsn":66653428880,"xmin":null},"op":"c","ts_ms":1729478163104,"transaction":null} -{"before":null,"after":{"id":506,"customer_name":"Lindsey Flores","product_name":"Monitor","quantity":1,"price":604.62,"order_date":1729452931179251,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478162856,"snapshot":"false","db":"testdb","sequence":"[\"66653429104\",\"66653429168\"]","schema":"public","table":"orders","txId":2195664,"lsn":66653429168,"xmin":null},"op":"u","ts_ms":1729478163104,"transaction":null} -{"before":null,"after":{"id":1061,"customer_name":"Michael Smith","product_name":"Mouse","quantity":4,"price":1889.66,"order_date":1729452962907676,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478162908,"snapshot":"false","db":"testdb","sequence":"[\"66653429344\",\"66653429344\"]","schema":"public","table":"orders","txId":2195665,"lsn":66653429344,"xmin":null},"op":"c","ts_ms":1729478163104,"transaction":null} -{"before":null,"after":{"id":1062,"customer_name":"Amy Brown","product_name":"Keyboard","quantity":2,"price":481.8,"order_date":1729452962955172,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478162957,"snapshot":"false","db":"testdb","sequence":"[\"66653429568\",\"66653429568\"]","schema":"public","table":"orders","txId":2195666,"lsn":66653429568,"xmin":null},"op":"c","ts_ms":1729478163104,"transaction":null} -{"before":null,"after":{"id":1063,"customer_name":"John Williams","product_name":"Mouse","quantity":2,"price":1273.11,"order_date":1729452962987163,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478162988,"snapshot":"false","db":"testdb","sequence":"[\"66653429824\",\"66653429824\"]","schema":"public","table":"orders","txId":2195667,"lsn":66653429824,"xmin":null},"op":"c","ts_ms":1729478163104,"transaction":null} -{"before":null,"after":{"id":1064,"customer_name":"Dustin Martin","product_name":"Mouse","quantity":4,"price":937.88,"order_date":1729452963037121,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478163039,"snapshot":"false","db":"testdb","sequence":"[\"66653430048\",\"66653430048\"]","schema":"public","table":"orders","txId":2195668,"lsn":66653430048,"xmin":null},"op":"c","ts_ms":1729478163104,"transaction":null} -{"before":null,"after":{"id":1065,"customer_name":"Steven Martinez","product_name":"Keyboard","quantity":5,"price":1432.9,"order_date":1729452963085951,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478163088,"snapshot":"false","db":"testdb","sequence":"[\"66653430272\",\"66653430272\"]","schema":"public","table":"orders","txId":2195669,"lsn":66653430272,"xmin":null},"op":"c","ts_ms":1729478163104,"transaction":null} -{"before":null,"after":{"id":1066,"customer_name":"Eric Moore","product_name":"Mouse","quantity":4,"price":287.9,"order_date":1729452963136785,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478163138,"snapshot":"false","db":"testdb","sequence":"[\"66653430504\",\"66653430504\"]","schema":"public","table":"orders","txId":2195670,"lsn":66653430504,"xmin":null},"op":"c","ts_ms":1729478163613,"transaction":null} -{"before":null,"after":{"id":1067,"customer_name":"Mr. Jason Levy","product_name":"Laptop","quantity":4,"price":374.83,"order_date":1729452963194900,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478163196,"snapshot":"false","db":"testdb","sequence":"[\"66653430728\",\"66653430728\"]","schema":"public","table":"orders","txId":2195671,"lsn":66653430728,"xmin":null},"op":"c","ts_ms":1729478163613,"transaction":null} -{"before":null,"after":{"id":1068,"customer_name":"Devin Jones","product_name":"Keyboard","quantity":4,"price":1577.29,"order_date":1729452963244580,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478163246,"snapshot":"false","db":"testdb","sequence":"[\"66653430960\",\"66653430960\"]","schema":"public","table":"orders","txId":2195672,"lsn":66653430960,"xmin":null},"op":"c","ts_ms":1729478163613,"transaction":null} -{"before":null,"after":{"id":1069,"customer_name":"Scott Williams","product_name":"Monitor","quantity":1,"price":577.08,"order_date":1729452963280975,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478163283,"snapshot":"false","db":"testdb","sequence":"[\"66653431184\",\"66653431184\"]","schema":"public","table":"orders","txId":2195673,"lsn":66653431184,"xmin":null},"op":"c","ts_ms":1729478163613,"transaction":null} -{"before":null,"after":{"id":1070,"customer_name":"Leslie Wright","product_name":"Smartphone","quantity":4,"price":176.73,"order_date":1729452963320070,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478163321,"snapshot":"false","db":"testdb","sequence":"[\"66653431416\",\"66653431416\"]","schema":"public","table":"orders","txId":2195674,"lsn":66653431416,"xmin":null},"op":"c","ts_ms":1729478163613,"transaction":null} -{"before":null,"after":{"id":1071,"customer_name":"Daniel Bell","product_name":"Smartphone","quantity":1,"price":1306.39,"order_date":1729452963343268,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478163344,"snapshot":"false","db":"testdb","sequence":"[\"66653431656\",\"66653431656\"]","schema":"public","table":"orders","txId":2195675,"lsn":66653431656,"xmin":null},"op":"c","ts_ms":1729478163613,"transaction":null} -{"before":null,"after":{"id":1072,"customer_name":"Bridget Mathis","product_name":"Keyboard","quantity":5,"price":795.69,"order_date":1729452963381473,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478163383,"snapshot":"false","db":"testdb","sequence":"[\"66653431888\",\"66653431888\"]","schema":"public","table":"orders","txId":2195676,"lsn":66653431888,"xmin":null},"op":"c","ts_ms":1729478163613,"transaction":null} -{"before":null,"after":{"id":1073,"customer_name":"Lindsey Cline","product_name":"Laptop","quantity":2,"price":1671.57,"order_date":1729452963408392,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478163410,"snapshot":"false","db":"testdb","sequence":"[\"66653432120\",\"66653432120\"]","schema":"public","table":"orders","txId":2195677,"lsn":66653432120,"xmin":null},"op":"c","ts_ms":1729478163613,"transaction":null} -{"before":null,"after":{"id":887,"customer_name":"Robert Powell","product_name":"Mouse","quantity":3,"price":819.7,"order_date":1729452952728589,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478163464,"snapshot":"false","db":"testdb","sequence":"[\"66653432344\",\"66653440448\"]","schema":"public","table":"orders","txId":2195678,"lsn":66653440448,"xmin":null},"op":"u","ts_ms":1729478163613,"transaction":null} -{"before":null,"after":{"id":1074,"customer_name":"Danny Owens","product_name":"Keyboard","quantity":4,"price":398.68,"order_date":1729452963502897,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478163503,"snapshot":"false","db":"testdb","sequence":"[\"66653448800\",\"66653448904\"]","schema":"public","table":"orders","txId":2195679,"lsn":66653448904,"xmin":null},"op":"c","ts_ms":1729478163613,"transaction":null} -{"before":null,"after":{"id":1075,"customer_name":"Michael Bowers","product_name":"Smartphone","quantity":3,"price":123.75,"order_date":1729452963546266,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478163548,"snapshot":"false","db":"testdb","sequence":"[\"66653456976\",\"66653456976\"]","schema":"public","table":"orders","txId":2195680,"lsn":66653456976,"xmin":null},"op":"c","ts_ms":1729478163613,"transaction":null} -{"before":null,"after":{"id":1076,"customer_name":"Kurt Brooks","product_name":"Mouse","quantity":2,"price":674.88,"order_date":1729452963574787,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478163576,"snapshot":"false","db":"testdb","sequence":"[\"66653457216\",\"66653457216\"]","schema":"public","table":"orders","txId":2195681,"lsn":66653457216,"xmin":null},"op":"c","ts_ms":1729478163613,"transaction":null} -{"before":null,"after":{"id":1077,"customer_name":"Jonathan Smith","product_name":"Headphones","quantity":4,"price":1381.14,"order_date":1729452963610241,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478163611,"snapshot":"false","db":"testdb","sequence":"[\"66653457440\",\"66653457440\"]","schema":"public","table":"orders","txId":2195682,"lsn":66653457440,"xmin":null},"op":"c","ts_ms":1729478163613,"transaction":null} -{"before":null,"after":{"id":1078,"customer_name":"Alexandra Wilkins","product_name":"Monitor","quantity":5,"price":1182.41,"order_date":1729452963659191,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478163661,"snapshot":"false","db":"testdb","sequence":"[\"66653457672\",\"66653457672\"]","schema":"public","table":"orders","txId":2195683,"lsn":66653457672,"xmin":null},"op":"c","ts_ms":1729478164123,"transaction":null} -{"before":null,"after":{"id":1079,"customer_name":"Elizabeth Gray","product_name":"Headphones","quantity":5,"price":1841.16,"order_date":1729452963687633,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478163689,"snapshot":"false","db":"testdb","sequence":"[\"66653457904\",\"66653457904\"]","schema":"public","table":"orders","txId":2195684,"lsn":66653457904,"xmin":null},"op":"c","ts_ms":1729478164123,"transaction":null} -{"before":null,"after":{"id":1080,"customer_name":"Courtney Fletcher","product_name":"Monitor","quantity":2,"price":1945.82,"order_date":1729452963721975,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478163724,"snapshot":"false","db":"testdb","sequence":"[\"66653458136\",\"66653458136\"]","schema":"public","table":"orders","txId":2195685,"lsn":66653458136,"xmin":null},"op":"c","ts_ms":1729478164123,"transaction":null} -{"before":null,"after":{"id":1081,"customer_name":"Lisa Merritt","product_name":"Mouse","quantity":4,"price":1031.06,"order_date":1729452963749424,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478163750,"snapshot":"false","db":"testdb","sequence":"[\"66653458368\",\"66653458368\"]","schema":"public","table":"orders","txId":2195686,"lsn":66653458368,"xmin":null},"op":"c","ts_ms":1729478164123,"transaction":null} -{"before":null,"after":{"id":1082,"customer_name":"Xavier Barrett","product_name":"Laptop","quantity":4,"price":1319.44,"order_date":1729452963783604,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478163785,"snapshot":"false","db":"testdb","sequence":"[\"66653458600\",\"66653458600\"]","schema":"public","table":"orders","txId":2195687,"lsn":66653458600,"xmin":null},"op":"c","ts_ms":1729478164123,"transaction":null} -{"before":null,"after":{"id":1083,"customer_name":"Shannon Bailey","product_name":"Smartphone","quantity":4,"price":477.12,"order_date":1729452963831833,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478163833,"snapshot":"false","db":"testdb","sequence":"[\"66653458824\",\"66653458824\"]","schema":"public","table":"orders","txId":2195688,"lsn":66653458824,"xmin":null},"op":"c","ts_ms":1729478164123,"transaction":null} -{"before":null,"after":{"id":1084,"customer_name":"Adrian Mcclain","product_name":"Mouse","quantity":4,"price":1178.83,"order_date":1729452963885099,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478163887,"snapshot":"false","db":"testdb","sequence":"[\"66653459064\",\"66653459064\"]","schema":"public","table":"orders","txId":2195689,"lsn":66653459064,"xmin":null},"op":"c","ts_ms":1729478164123,"transaction":null} -{"before":null,"after":{"id":1085,"customer_name":"Jimmy Shah","product_name":"Headphones","quantity":5,"price":705.11,"order_date":1729452963934377,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478163935,"snapshot":"false","db":"testdb","sequence":"[\"66653459296\",\"66653459296\"]","schema":"public","table":"orders","txId":2195690,"lsn":66653459296,"xmin":null},"op":"c","ts_ms":1729478164123,"transaction":null} -{"before":null,"after":{"id":540,"customer_name":"Sarah Phillips","product_name":"Headphones","quantity":3,"price":1502.62,"order_date":1729452932952934,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478163966,"snapshot":"false","db":"testdb","sequence":"[\"66653459520\",\"66653459584\"]","schema":"public","table":"orders","txId":2195691,"lsn":66653459584,"xmin":null},"op":"u","ts_ms":1729478164123,"transaction":null} -{"before":null,"after":{"id":931,"customer_name":"David Alvarez","product_name":"Mouse","quantity":2,"price":504.5,"order_date":1729452955057597,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478163989,"snapshot":"false","db":"testdb","sequence":"[\"66653467888\",\"66653467952\"]","schema":"public","table":"orders","txId":2195692,"lsn":66653467952,"xmin":null},"op":"u","ts_ms":1729478164123,"transaction":null} -{"before":null,"after":{"id":680,"customer_name":"Sean Hill","product_name":"Keyboard","quantity":5,"price":1703.02,"order_date":1729452940829856,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478164033,"snapshot":"false","db":"testdb","sequence":"[\"66653476288\",\"66653476352\"]","schema":"public","table":"orders","txId":2195693,"lsn":66653476352,"xmin":null},"op":"u","ts_ms":1729478164123,"transaction":null} -{"before":null,"after":{"id":1086,"customer_name":"Shelley Wall","product_name":"Laptop","quantity":2,"price":1362.8,"order_date":1729452964070348,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478164071,"snapshot":"false","db":"testdb","sequence":"[\"66653484680\",\"66653484680\"]","schema":"public","table":"orders","txId":2195694,"lsn":66653484680,"xmin":null},"op":"c","ts_ms":1729478164123,"transaction":null} -{"before":null,"after":{"id":1087,"customer_name":"Michael Winters","product_name":"Smartphone","quantity":5,"price":358.79,"order_date":1729452964115258,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478164116,"snapshot":"false","db":"testdb","sequence":"[\"66653484904\",\"66653484904\"]","schema":"public","table":"orders","txId":2195695,"lsn":66653484904,"xmin":null},"op":"c","ts_ms":1729478164123,"transaction":null} -{"before":null,"after":{"id":1088,"customer_name":"Mark Hopkins","product_name":"Mouse","quantity":1,"price":1577.21,"order_date":1729452964173889,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478164175,"snapshot":"false","db":"testdb","sequence":"[\"66653485136\",\"66653485136\"]","schema":"public","table":"orders","txId":2195696,"lsn":66653485136,"xmin":null},"op":"c","ts_ms":1729478164631,"transaction":null} -{"before":null,"after":{"id":71,"customer_name":"Angela Reyes","product_name":"Monitor","quantity":3,"price":1964.1,"order_date":1729452907425671,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478164232,"snapshot":"false","db":"testdb","sequence":"[\"66653485360\",\"66653485424\"]","schema":"public","table":"orders","txId":2195697,"lsn":66653485424,"xmin":null},"op":"u","ts_ms":1729478164631,"transaction":null} -{"before":null,"after":{"id":1089,"customer_name":"Michelle Jones","product_name":"Headphones","quantity":5,"price":1656.21,"order_date":1729452964287796,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478164290,"snapshot":"false","db":"testdb","sequence":"[\"66653493552\",\"66653493552\"]","schema":"public","table":"orders","txId":2195698,"lsn":66653493552,"xmin":null},"op":"c","ts_ms":1729478164631,"transaction":null} -{"before":null,"after":{"id":1090,"customer_name":"Miss Jane Jordan","product_name":"Headphones","quantity":4,"price":704.25,"order_date":1729452964332270,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478164334,"snapshot":"false","db":"testdb","sequence":"[\"66653493792\",\"66653493792\"]","schema":"public","table":"orders","txId":2195699,"lsn":66653493792,"xmin":null},"op":"c","ts_ms":1729478164631,"transaction":null} -{"before":null,"after":{"id":979,"customer_name":"Christopher Estrada","product_name":"Monitor","quantity":2,"price":1663.43,"order_date":1729452958225057,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478164368,"snapshot":"false","db":"testdb","sequence":"[\"66653494024\",\"66653502304\"]","schema":"public","table":"orders","txId":2195700,"lsn":66653502304,"xmin":null},"op":"u","ts_ms":1729478164631,"transaction":null} -{"before":null,"after":{"id":516,"customer_name":"Devin Ball","product_name":"Mouse","quantity":5,"price":782.93,"order_date":1729452931750590,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478164398,"snapshot":"false","db":"testdb","sequence":"[\"66653502560\",\"66653502616\"]","schema":"public","table":"orders","txId":2195701,"lsn":66653502616,"xmin":null},"op":"u","ts_ms":1729478164631,"transaction":null} -{"before":null,"after":{"id":1091,"customer_name":"Bryan Soto","product_name":"Keyboard","quantity":4,"price":822.94,"order_date":1729452964448435,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478164449,"snapshot":"false","db":"testdb","sequence":"[\"66653502792\",\"66653502792\"]","schema":"public","table":"orders","txId":2195702,"lsn":66653502792,"xmin":null},"op":"c","ts_ms":1729478164631,"transaction":null} -{"before":null,"after":{"id":657,"customer_name":"John Ford","product_name":"Mouse","quantity":1,"price":570.03,"order_date":1729452939508129,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478164490,"snapshot":"false","db":"testdb","sequence":"[\"66653503024\",\"66653503088\"]","schema":"public","table":"orders","txId":2195703,"lsn":66653503088,"xmin":null},"op":"u","ts_ms":1729478164631,"transaction":null} -{"before":null,"after":{"id":1092,"customer_name":"Anthony Hall","product_name":"Monitor","quantity":3,"price":333.08,"order_date":1729452964521823,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478164523,"snapshot":"false","db":"testdb","sequence":"[\"66653503256\",\"66653503256\"]","schema":"public","table":"orders","txId":2195704,"lsn":66653503256,"xmin":null},"op":"c","ts_ms":1729478164631,"transaction":null} -{"before":null,"after":{"id":1093,"customer_name":"Troy Hunt","product_name":"Keyboard","quantity":2,"price":475.88,"order_date":1729452964542920,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478164545,"snapshot":"false","db":"testdb","sequence":"[\"66653503488\",\"66653503512\"]","schema":"public","table":"orders","txId":2195705,"lsn":66653503512,"xmin":null},"op":"c","ts_ms":1729478164631,"transaction":null} -{"before":null,"after":{"id":1094,"customer_name":"Mark Armstrong","product_name":"Smartphone","quantity":3,"price":288.83,"order_date":1729452964593997,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478164596,"snapshot":"false","db":"testdb","sequence":"[\"66653503744\",\"66653503744\"]","schema":"public","table":"orders","txId":2195706,"lsn":66653503744,"xmin":null},"op":"c","ts_ms":1729478164631,"transaction":null} -{"before":null,"after":{"id":1095,"customer_name":"Jose Cunningham","product_name":"Mouse","quantity":5,"price":1163.39,"order_date":1729452964655326,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478164657,"snapshot":"false","db":"testdb","sequence":"[\"66653503976\",\"66653503976\"]","schema":"public","table":"orders","txId":2195707,"lsn":66653503976,"xmin":null},"op":"c","ts_ms":1729478165140,"transaction":null} -{"before":null,"after":{"id":1096,"customer_name":"Jonathan Herrera","product_name":"Keyboard","quantity":5,"price":1776.01,"order_date":1729452964703806,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478164705,"snapshot":"false","db":"testdb","sequence":"[\"66653504200\",\"66653504200\"]","schema":"public","table":"orders","txId":2195708,"lsn":66653504200,"xmin":null},"op":"c","ts_ms":1729478165140,"transaction":null} -{"before":null,"after":{"id":1097,"customer_name":"James Morrow","product_name":"Headphones","quantity":1,"price":1283.67,"order_date":1729452964746238,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478164747,"snapshot":"false","db":"testdb","sequence":"[\"66653504440\",\"66653504440\"]","schema":"public","table":"orders","txId":2195709,"lsn":66653504440,"xmin":null},"op":"c","ts_ms":1729478165140,"transaction":null} -{"before":null,"after":{"id":223,"customer_name":"Blake Gonzales","product_name":"Smartphone","quantity":4,"price":534.76,"order_date":1729452915527759,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478164798,"snapshot":"false","db":"testdb","sequence":"[\"66653504672\",\"66653504736\"]","schema":"public","table":"orders","txId":2195710,"lsn":66653504736,"xmin":null},"op":"u","ts_ms":1729478165140,"transaction":null} -{"before":null,"after":{"id":207,"customer_name":"Anthony Baldwin","product_name":"Smartphone","quantity":4,"price":1975.74,"order_date":1729452914708877,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478164841,"snapshot":"false","db":"testdb","sequence":"[\"66653512952\",\"66653513016\"]","schema":"public","table":"orders","txId":2195711,"lsn":66653513016,"xmin":null},"op":"u","ts_ms":1729478165140,"transaction":null} -{"before":null,"after":{"id":864,"customer_name":"Ronald Harris","product_name":"Monitor","quantity":4,"price":399.07,"order_date":1729452951535940,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478164892,"snapshot":"false","db":"testdb","sequence":"[\"66653513200\",\"66653513264\"]","schema":"public","table":"orders","txId":2195712,"lsn":66653513264,"xmin":null},"op":"u","ts_ms":1729478165140,"transaction":null} -{"before":null,"after":{"id":1098,"customer_name":"Michael Burgess","product_name":"Monitor","quantity":3,"price":207.21,"order_date":1729452964911568,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478164913,"snapshot":"false","db":"testdb","sequence":"[\"66653513440\",\"66653513440\"]","schema":"public","table":"orders","txId":2195713,"lsn":66653513440,"xmin":null},"op":"c","ts_ms":1729478165140,"transaction":null} -{"before":null,"after":{"id":1099,"customer_name":"Chad Smith","product_name":"Keyboard","quantity":2,"price":636.69,"order_date":1729452964973307,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478164975,"snapshot":"false","db":"testdb","sequence":"[\"66653513664\",\"66653513664\"]","schema":"public","table":"orders","txId":2195714,"lsn":66653513664,"xmin":null},"op":"c","ts_ms":1729478165140,"transaction":null} -{"before":null,"after":{"id":1100,"customer_name":"Eric Schmidt","product_name":"Laptop","quantity":4,"price":1768.63,"order_date":1729452965016683,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478165020,"snapshot":"false","db":"testdb","sequence":"[\"66653513888\",\"66653513888\"]","schema":"public","table":"orders","txId":2195715,"lsn":66653513888,"xmin":null},"op":"c","ts_ms":1729478165140,"transaction":null} -{"before":null,"after":{"id":853,"customer_name":"Amy Mcdonald","product_name":"Headphones","quantity":1,"price":1426.03,"order_date":1729452950954895,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478165061,"snapshot":"false","db":"testdb","sequence":"[\"66653514120\",\"66653514184\"]","schema":"public","table":"orders","txId":2195716,"lsn":66653514184,"xmin":null},"op":"u","ts_ms":1729478165140,"transaction":null} -{"before":null,"after":{"id":585,"customer_name":"Amy Carpenter","product_name":"Headphones","quantity":5,"price":1577.82,"order_date":1729452935658772,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478165105,"snapshot":"false","db":"testdb","sequence":"[\"66653514360\",\"66653514424\"]","schema":"public","table":"orders","txId":2195717,"lsn":66653514424,"xmin":null},"op":"u","ts_ms":1729478165140,"transaction":null} -{"before":null,"after":{"id":1101,"customer_name":"Cristina Cohen","product_name":"Laptop","quantity":1,"price":657.2,"order_date":1729452965158997,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478165160,"snapshot":"false","db":"testdb","sequence":"[\"66653514608\",\"66653514608\"]","schema":"public","table":"orders","txId":2195718,"lsn":66653514608,"xmin":null},"op":"c","ts_ms":1729478165647,"transaction":null} -{"before":null,"after":{"id":1102,"customer_name":"Lawrence Fernandez","product_name":"Keyboard","quantity":1,"price":486.5,"order_date":1729452965178787,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478165180,"snapshot":"false","db":"testdb","sequence":"[\"66653514832\",\"66653514832\"]","schema":"public","table":"orders","txId":2195719,"lsn":66653514832,"xmin":null},"op":"c","ts_ms":1729478165647,"transaction":null} -{"before":null,"after":{"id":1103,"customer_name":"Teresa Olson MD","product_name":"Mouse","quantity":3,"price":335.69,"order_date":1729452965224067,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478165225,"snapshot":"false","db":"testdb","sequence":"[\"66653515064\",\"66653515064\"]","schema":"public","table":"orders","txId":2195720,"lsn":66653515064,"xmin":null},"op":"c","ts_ms":1729478165647,"transaction":null} -{"before":null,"after":{"id":1104,"customer_name":"Mrs. Tina Johnson MD","product_name":"Monitor","quantity":1,"price":1430.67,"order_date":1729452965278910,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478165280,"snapshot":"false","db":"testdb","sequence":"[\"66653515288\",\"66653515288\"]","schema":"public","table":"orders","txId":2195721,"lsn":66653515288,"xmin":null},"op":"c","ts_ms":1729478165647,"transaction":null} -{"before":null,"after":{"id":1105,"customer_name":"Darren Hale","product_name":"Monitor","quantity":1,"price":1604.44,"order_date":1729452965319227,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478165320,"snapshot":"false","db":"testdb","sequence":"[\"66653515528\",\"66653515528\"]","schema":"public","table":"orders","txId":2195722,"lsn":66653515528,"xmin":null},"op":"c","ts_ms":1729478165647,"transaction":null} -{"before":null,"after":{"id":1106,"customer_name":"Richard Garcia","product_name":"Laptop","quantity":2,"price":1091.76,"order_date":1729452965354980,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478165356,"snapshot":"false","db":"testdb","sequence":"[\"66653515752\",\"66653515752\"]","schema":"public","table":"orders","txId":2195723,"lsn":66653515752,"xmin":null},"op":"c","ts_ms":1729478165647,"transaction":null} -{"before":null,"after":{"id":1107,"customer_name":"Daisy Aguilar DVM","product_name":"Mouse","quantity":2,"price":702.68,"order_date":1729452965380834,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478165382,"snapshot":"false","db":"testdb","sequence":"[\"66653515984\",\"66653516088\"]","schema":"public","table":"orders","txId":2195724,"lsn":66653516088,"xmin":null},"op":"c","ts_ms":1729478165647,"transaction":null} -{"before":null,"after":{"id":1108,"customer_name":"Linda Powers","product_name":"Keyboard","quantity":1,"price":305.94,"order_date":1729452965426788,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478165428,"snapshot":"false","db":"testdb","sequence":"[\"66653516312\",\"66653516312\"]","schema":"public","table":"orders","txId":2195725,"lsn":66653516312,"xmin":null},"op":"c","ts_ms":1729478165647,"transaction":null} -{"before":null,"after":{"id":1109,"customer_name":"Michael Casey","product_name":"Keyboard","quantity":1,"price":1723.57,"order_date":1729452965450505,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478165453,"snapshot":"false","db":"testdb","sequence":"[\"66653516544\",\"66653516544\"]","schema":"public","table":"orders","txId":2195726,"lsn":66653516544,"xmin":null},"op":"c","ts_ms":1729478165647,"transaction":null} -{"before":null,"after":{"id":474,"customer_name":"Gary Henderson","product_name":"Laptop","quantity":5,"price":1144.97,"order_date":1729452929342840,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478165495,"snapshot":"false","db":"testdb","sequence":"[\"66653516776\",\"66653516840\"]","schema":"public","table":"orders","txId":2195727,"lsn":66653516840,"xmin":null},"op":"u","ts_ms":1729478165647,"transaction":null} -{"before":null,"after":{"id":1110,"customer_name":"Christina Boyer","product_name":"Headphones","quantity":2,"price":1112.33,"order_date":1729452965528950,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478165531,"snapshot":"false","db":"testdb","sequence":"[\"66653517016\",\"66653517016\"]","schema":"public","table":"orders","txId":2195728,"lsn":66653517016,"xmin":null},"op":"c","ts_ms":1729478165647,"transaction":null} -{"before":null,"after":{"id":1111,"customer_name":"Kenneth Rodriguez","product_name":"Mouse","quantity":1,"price":1577.9,"order_date":1729452965557820,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478165559,"snapshot":"false","db":"testdb","sequence":"[\"66653517248\",\"66653517248\"]","schema":"public","table":"orders","txId":2195729,"lsn":66653517248,"xmin":null},"op":"c","ts_ms":1729478165647,"transaction":null} -{"before":null,"after":{"id":1112,"customer_name":"Kayla Davis","product_name":"Keyboard","quantity":2,"price":273.44,"order_date":1729452965595180,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478165597,"snapshot":"false","db":"testdb","sequence":"[\"66653517472\",\"66653517472\"]","schema":"public","table":"orders","txId":2195730,"lsn":66653517472,"xmin":null},"op":"c","ts_ms":1729478165647,"transaction":null} -{"before":null,"after":{"id":1113,"customer_name":"Jason Ward","product_name":"Smartphone","quantity":5,"price":1390.39,"order_date":1729452965651066,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478165652,"snapshot":"false","db":"testdb","sequence":"[\"66653517696\",\"66653517696\"]","schema":"public","table":"orders","txId":2195731,"lsn":66653517696,"xmin":null},"op":"c","ts_ms":1729478166158,"transaction":null} -{"before":null,"after":{"id":1006,"customer_name":"Jesse Smith","product_name":"Monitor","quantity":2,"price":1552.68,"order_date":1729452959807776,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478165711,"snapshot":"false","db":"testdb","sequence":"[\"66653517928\",\"66653517992\"]","schema":"public","table":"orders","txId":2195732,"lsn":66653517992,"xmin":null},"op":"u","ts_ms":1729478166158,"transaction":null} -{"before":null,"after":{"id":1114,"customer_name":"Patrick King","product_name":"Laptop","quantity":1,"price":258.48,"order_date":1729452965768063,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478165770,"snapshot":"false","db":"testdb","sequence":"[\"66653518168\",\"66653518168\"]","schema":"public","table":"orders","txId":2195733,"lsn":66653518168,"xmin":null},"op":"c","ts_ms":1729478166158,"transaction":null} -{"before":null,"after":{"id":1115,"customer_name":"Brittany Johnson","product_name":"Smartphone","quantity":2,"price":1814.99,"order_date":1729452965815173,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478165817,"snapshot":"false","db":"testdb","sequence":"[\"66653518392\",\"66653518392\"]","schema":"public","table":"orders","txId":2195734,"lsn":66653518392,"xmin":null},"op":"c","ts_ms":1729478166158,"transaction":null} -{"before":null,"after":{"id":1116,"customer_name":"Connor Garcia","product_name":"Headphones","quantity":1,"price":1055.12,"order_date":1729452965840215,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478165841,"snapshot":"false","db":"testdb","sequence":"[\"66653518632\",\"66653518632\"]","schema":"public","table":"orders","txId":2195735,"lsn":66653518632,"xmin":null},"op":"c","ts_ms":1729478166158,"transaction":null} -{"before":null,"after":{"id":1117,"customer_name":"Anita Bartlett","product_name":"Mouse","quantity":4,"price":713.35,"order_date":1729452965897057,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478165898,"snapshot":"false","db":"testdb","sequence":"[\"66653518872\",\"66653518872\"]","schema":"public","table":"orders","txId":2195736,"lsn":66653518872,"xmin":null},"op":"c","ts_ms":1729478166158,"transaction":null} -{"before":null,"after":{"id":1118,"customer_name":"Daniel Parks","product_name":"Laptop","quantity":2,"price":290.81,"order_date":1729452965960336,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478165962,"snapshot":"false","db":"testdb","sequence":"[\"66653519104\",\"66653519104\"]","schema":"public","table":"orders","txId":2195737,"lsn":66653519104,"xmin":null},"op":"c","ts_ms":1729478166158,"transaction":null} -{"before":null,"after":{"id":1119,"customer_name":"Martin Wright","product_name":"Mouse","quantity":5,"price":1467.18,"order_date":1729452965988668,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478165989,"snapshot":"false","db":"testdb","sequence":"[\"66653519336\",\"66653519336\"]","schema":"public","table":"orders","txId":2195738,"lsn":66653519336,"xmin":null},"op":"c","ts_ms":1729478166158,"transaction":null} -{"before":null,"after":{"id":1120,"customer_name":"Anna Hines","product_name":"Laptop","quantity":3,"price":1129.67,"order_date":1729452966036644,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478166037,"snapshot":"false","db":"testdb","sequence":"[\"66653519568\",\"66653519568\"]","schema":"public","table":"orders","txId":2195739,"lsn":66653519568,"xmin":null},"op":"c","ts_ms":1729478166158,"transaction":null} -{"before":null,"after":{"id":1121,"customer_name":"Spencer Decker","product_name":"Mouse","quantity":3,"price":1499.09,"order_date":1729452966087917,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478166089,"snapshot":"false","db":"testdb","sequence":"[\"66653519800\",\"66653519800\"]","schema":"public","table":"orders","txId":2195740,"lsn":66653519800,"xmin":null},"op":"c","ts_ms":1729478166158,"transaction":null} -{"before":null,"after":{"id":1122,"customer_name":"Angela Meyers","product_name":"Keyboard","quantity":1,"price":581.43,"order_date":1729452966144234,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478166145,"snapshot":"false","db":"testdb","sequence":"[\"66653520048\",\"66653520048\"]","schema":"public","table":"orders","txId":2195741,"lsn":66653520048,"xmin":null},"op":"c","ts_ms":1729478166158,"transaction":null} -{"before":null,"after":{"id":1123,"customer_name":"Catherine Collins","product_name":"Mouse","quantity":2,"price":1547.81,"order_date":1729452966195976,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478166198,"snapshot":"false","db":"testdb","sequence":"[\"66653520280\",\"66653520280\"]","schema":"public","table":"orders","txId":2195742,"lsn":66653520280,"xmin":null},"op":"c","ts_ms":1729478166670,"transaction":null} -{"before":null,"after":{"id":1124,"customer_name":"Tony Miller","product_name":"Keyboard","quantity":1,"price":609.58,"order_date":1729452966248250,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478166250,"snapshot":"false","db":"testdb","sequence":"[\"66653520512\",\"66653520512\"]","schema":"public","table":"orders","txId":2195743,"lsn":66653520512,"xmin":null},"op":"c","ts_ms":1729478166670,"transaction":null} -{"before":null,"after":{"id":582,"customer_name":"Andrea Floyd","product_name":"Monitor","quantity":2,"price":1026.71,"order_date":1729452935519479,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478166295,"snapshot":"false","db":"testdb","sequence":"[\"66653520736\",\"66653520800\"]","schema":"public","table":"orders","txId":2195744,"lsn":66653520800,"xmin":null},"op":"u","ts_ms":1729478166670,"transaction":null} -{"before":null,"after":{"id":1125,"customer_name":"Amy Cooper","product_name":"Monitor","quantity":1,"price":361.7,"order_date":1729452966324941,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478166326,"snapshot":"false","db":"testdb","sequence":"[\"66653520976\",\"66653520976\"]","schema":"public","table":"orders","txId":2195745,"lsn":66653520976,"xmin":null},"op":"c","ts_ms":1729478166670,"transaction":null} -{"before":null,"after":{"id":1126,"customer_name":"Carol Jones","product_name":"Mouse","quantity":1,"price":447.21,"order_date":1729452966348990,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478166350,"snapshot":"false","db":"testdb","sequence":"[\"66653521200\",\"66653521200\"]","schema":"public","table":"orders","txId":2195746,"lsn":66653521200,"xmin":null},"op":"c","ts_ms":1729478166671,"transaction":null} -{"before":null,"after":{"id":1127,"customer_name":"Nicholas Garcia","product_name":"Mouse","quantity":1,"price":1300.84,"order_date":1729452966399836,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478166401,"snapshot":"false","db":"testdb","sequence":"[\"66653521432\",\"66653521432\"]","schema":"public","table":"orders","txId":2195747,"lsn":66653521432,"xmin":null},"op":"c","ts_ms":1729478166671,"transaction":null} -{"before":null,"after":{"id":664,"customer_name":"Eric Ward","product_name":"Keyboard","quantity":5,"price":1770.74,"order_date":1729452939843736,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478166438,"snapshot":"false","db":"testdb","sequence":"[\"66653521664\",\"66653521728\"]","schema":"public","table":"orders","txId":2195748,"lsn":66653521728,"xmin":null},"op":"u","ts_ms":1729478166671,"transaction":null} -{"before":null,"after":{"id":1128,"customer_name":"Sharon Lee","product_name":"Mouse","quantity":1,"price":349.72,"order_date":1729452966480633,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478166483,"snapshot":"false","db":"testdb","sequence":"[\"66653521904\",\"66653521904\"]","schema":"public","table":"orders","txId":2195749,"lsn":66653521904,"xmin":null},"op":"c","ts_ms":1729478166671,"transaction":null} -{"before":null,"after":{"id":1129,"customer_name":"Steven Bell","product_name":"Headphones","quantity":4,"price":473.94,"order_date":1729452966530952,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478166532,"snapshot":"false","db":"testdb","sequence":"[\"66653522136\",\"66653522136\"]","schema":"public","table":"orders","txId":2195750,"lsn":66653522136,"xmin":null},"op":"c","ts_ms":1729478166671,"transaction":null} -{"before":null,"after":{"id":1130,"customer_name":"Sarah Blankenship","product_name":"Smartphone","quantity":2,"price":1561.0,"order_date":1729452966566921,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478166567,"snapshot":"false","db":"testdb","sequence":"[\"66653522368\",\"66653522368\"]","schema":"public","table":"orders","txId":2195751,"lsn":66653522368,"xmin":null},"op":"c","ts_ms":1729478166671,"transaction":null} -{"before":null,"after":{"id":1131,"customer_name":"Michael Yoder","product_name":"Smartphone","quantity":1,"price":1751.05,"order_date":1729452966599472,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478166600,"snapshot":"false","db":"testdb","sequence":"[\"66653522608\",\"66653522608\"]","schema":"public","table":"orders","txId":2195752,"lsn":66653522608,"xmin":null},"op":"c","ts_ms":1729478166671,"transaction":null} -{"before":null,"after":{"id":1132,"customer_name":"Lauren Cooper","product_name":"Smartphone","quantity":4,"price":919.03,"order_date":1729452966627075,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478166628,"snapshot":"false","db":"testdb","sequence":"[\"66653522840\",\"66653522840\"]","schema":"public","table":"orders","txId":2195753,"lsn":66653522840,"xmin":null},"op":"c","ts_ms":1729478166671,"transaction":null} -{"before":null,"after":{"id":1133,"customer_name":"Nathaniel Garcia","product_name":"Laptop","quantity":3,"price":384.05,"order_date":1729452966685661,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478166689,"snapshot":"false","db":"testdb","sequence":"[\"66653523080\",\"66653523080\"]","schema":"public","table":"orders","txId":2195754,"lsn":66653523080,"xmin":null},"op":"c","ts_ms":1729478167176,"transaction":null} -{"before":null,"after":{"id":1134,"customer_name":"Mary Goodwin","product_name":"Laptop","quantity":1,"price":699.82,"order_date":1729452966748720,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478166750,"snapshot":"false","db":"testdb","sequence":"[\"66653524168\",\"66653524168\"]","schema":"public","table":"orders","txId":2195755,"lsn":66653524168,"xmin":null},"op":"c","ts_ms":1729478167176,"transaction":null} -{"before":null,"after":{"id":1135,"customer_name":"Robert Roth","product_name":"Headphones","quantity":3,"price":241.74,"order_date":1729452966776938,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478166779,"snapshot":"false","db":"testdb","sequence":"[\"66653524400\",\"66653524400\"]","schema":"public","table":"orders","txId":2195756,"lsn":66653524400,"xmin":null},"op":"c","ts_ms":1729478167176,"transaction":null} -{"before":null,"after":{"id":1136,"customer_name":"Joshua Freeman","product_name":"Keyboard","quantity":4,"price":1148.2,"order_date":1729452966810270,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478166811,"snapshot":"false","db":"testdb","sequence":"[\"66653524624\",\"66653524624\"]","schema":"public","table":"orders","txId":2195757,"lsn":66653524624,"xmin":null},"op":"c","ts_ms":1729478167176,"transaction":null} -{"before":null,"after":{"id":1137,"customer_name":"Erica Diaz","product_name":"Laptop","quantity":5,"price":1994.67,"order_date":1729452966858763,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478166860,"snapshot":"false","db":"testdb","sequence":"[\"66653524856\",\"66653524856\"]","schema":"public","table":"orders","txId":2195758,"lsn":66653524856,"xmin":null},"op":"c","ts_ms":1729478167176,"transaction":null} -{"before":null,"after":{"id":327,"customer_name":"Adam Brock","product_name":"Smartphone","quantity":3,"price":957.26,"order_date":1729452921284418,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478166897,"snapshot":"false","db":"testdb","sequence":"[\"66653525080\",\"66653525144\"]","schema":"public","table":"orders","txId":2195759,"lsn":66653525144,"xmin":null},"op":"u","ts_ms":1729478167176,"transaction":null} -{"before":null,"after":{"id":1138,"customer_name":"Darren Everett","product_name":"Smartphone","quantity":2,"price":1506.06,"order_date":1729452966938735,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478166940,"snapshot":"false","db":"testdb","sequence":"[\"66653533448\",\"66653533448\"]","schema":"public","table":"orders","txId":2195760,"lsn":66653533448,"xmin":null},"op":"c","ts_ms":1729478167176,"transaction":null} -{"before":null,"after":{"id":1139,"customer_name":"Ronald Munoz","product_name":"Headphones","quantity":2,"price":639.56,"order_date":1729452966990463,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478166992,"snapshot":"false","db":"testdb","sequence":"[\"66653533688\",\"66653533688\"]","schema":"public","table":"orders","txId":2195761,"lsn":66653533688,"xmin":null},"op":"c","ts_ms":1729478167176,"transaction":null} -{"before":null,"after":{"id":1140,"customer_name":"Joshua Oliver","product_name":"Headphones","quantity":3,"price":1943.75,"order_date":1729452967039980,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478167042,"snapshot":"false","db":"testdb","sequence":"[\"66653533912\",\"66653534016\"]","schema":"public","table":"orders","txId":2195762,"lsn":66653534016,"xmin":null},"op":"c","ts_ms":1729478167176,"transaction":null} -{"before":null,"after":{"id":1141,"customer_name":"Manuel Wilson","product_name":"Monitor","quantity":2,"price":785.93,"order_date":1729452967085569,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478167086,"snapshot":"false","db":"testdb","sequence":"[\"66653534248\",\"66653534248\"]","schema":"public","table":"orders","txId":2195763,"lsn":66653534248,"xmin":null},"op":"c","ts_ms":1729478167176,"transaction":null} -{"before":null,"after":{"id":1142,"customer_name":"Megan Sanchez DDS","product_name":"Mouse","quantity":2,"price":414.62,"order_date":1729452967135721,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478167136,"snapshot":"false","db":"testdb","sequence":"[\"66653534480\",\"66653534480\"]","schema":"public","table":"orders","txId":2195764,"lsn":66653534480,"xmin":null},"op":"c","ts_ms":1729478167176,"transaction":null} -{"before":null,"after":{"id":1143,"customer_name":"Carol Henry","product_name":"Monitor","quantity":5,"price":1296.91,"order_date":1729452967171328,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478167173,"snapshot":"false","db":"testdb","sequence":"[\"66653534712\",\"66653534712\"]","schema":"public","table":"orders","txId":2195765,"lsn":66653534712,"xmin":null},"op":"c","ts_ms":1729478167176,"transaction":null} -{"before":null,"after":{"id":1144,"customer_name":"Mark Mcmillan","product_name":"Monitor","quantity":2,"price":1778.28,"order_date":1729452967221970,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478167223,"snapshot":"false","db":"testdb","sequence":"[\"66653534944\",\"66653534944\"]","schema":"public","table":"orders","txId":2195766,"lsn":66653534944,"xmin":null},"op":"c","ts_ms":1729478167687,"transaction":null} -{"before":null,"after":{"id":1145,"customer_name":"Patricia Mendoza","product_name":"Laptop","quantity":1,"price":899.38,"order_date":1729452967251939,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478167255,"snapshot":"false","db":"testdb","sequence":"[\"66653535176\",\"66653535176\"]","schema":"public","table":"orders","txId":2195767,"lsn":66653535176,"xmin":null},"op":"c","ts_ms":1729478167687,"transaction":null} -{"before":null,"after":{"id":1146,"customer_name":"John Robinson","product_name":"Monitor","quantity":5,"price":55.64,"order_date":1729452967309971,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478167311,"snapshot":"false","db":"testdb","sequence":"[\"66653535400\",\"66653535400\"]","schema":"public","table":"orders","txId":2195768,"lsn":66653535400,"xmin":null},"op":"c","ts_ms":1729478167687,"transaction":null} -{"before":null,"after":{"id":1147,"customer_name":"Suzanne Marshall","product_name":"Monitor","quantity":3,"price":1296.59,"order_date":1729452967366339,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478167368,"snapshot":"false","db":"testdb","sequence":"[\"66653535632\",\"66653535632\"]","schema":"public","table":"orders","txId":2195769,"lsn":66653535632,"xmin":null},"op":"c","ts_ms":1729478167687,"transaction":null} -{"before":null,"after":{"id":1148,"customer_name":"Pamela Frank","product_name":"Laptop","quantity":1,"price":161.94,"order_date":1729452967393122,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478167394,"snapshot":"false","db":"testdb","sequence":"[\"66653535872\",\"66653535872\"]","schema":"public","table":"orders","txId":2195770,"lsn":66653535872,"xmin":null},"op":"c","ts_ms":1729478167687,"transaction":null} -{"before":null,"after":{"id":1070,"customer_name":"Leslie Wright","product_name":"Smartphone","quantity":4,"price":176.73,"order_date":1729452963320070,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478167418,"snapshot":"false","db":"testdb","sequence":"[\"66653536096\",\"66653536160\"]","schema":"public","table":"orders","txId":2195771,"lsn":66653536160,"xmin":null},"op":"u","ts_ms":1729478167687,"transaction":null} -{"before":null,"after":{"id":1149,"customer_name":"Craig Kelly","product_name":"Mouse","quantity":4,"price":251.6,"order_date":1729452967469303,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478167470,"snapshot":"false","db":"testdb","sequence":"[\"66653536368\",\"66653536368\"]","schema":"public","table":"orders","txId":2195772,"lsn":66653536368,"xmin":null},"op":"c","ts_ms":1729478167687,"transaction":null} -{"before":null,"after":{"id":1150,"customer_name":"Adriana Davis","product_name":"Monitor","quantity":1,"price":77.7,"order_date":1729452967508694,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478167510,"snapshot":"false","db":"testdb","sequence":"[\"66653536592\",\"66653536592\"]","schema":"public","table":"orders","txId":2195773,"lsn":66653536592,"xmin":null},"op":"c","ts_ms":1729478167687,"transaction":null} -{"before":null,"after":{"id":1151,"customer_name":"Michael Johnston","product_name":"Keyboard","quantity":4,"price":815.88,"order_date":1729452967542177,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478167543,"snapshot":"false","db":"testdb","sequence":"[\"66653536816\",\"66653536816\"]","schema":"public","table":"orders","txId":2195774,"lsn":66653536816,"xmin":null},"op":"c","ts_ms":1729478167687,"transaction":null} -{"before":null,"after":{"id":905,"customer_name":"Michelle Maldonado","product_name":"Headphones","quantity":5,"price":613.86,"order_date":1729452953583219,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478167593,"snapshot":"false","db":"testdb","sequence":"[\"66653537048\",\"66653537112\"]","schema":"public","table":"orders","txId":2195775,"lsn":66653537112,"xmin":null},"op":"u","ts_ms":1729478167687,"transaction":null} -{"before":null,"after":{"id":1152,"customer_name":"Brian Stephenson","product_name":"Headphones","quantity":3,"price":1303.25,"order_date":1729452967627295,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478167628,"snapshot":"false","db":"testdb","sequence":"[\"66653537296\",\"66653537296\"]","schema":"public","table":"orders","txId":2195776,"lsn":66653537296,"xmin":null},"op":"c","ts_ms":1729478167687,"transaction":null} -{"before":null,"after":{"id":1153,"customer_name":"Dana Green","product_name":"Headphones","quantity":1,"price":1529.87,"order_date":1729452967673996,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478167675,"snapshot":"false","db":"testdb","sequence":"[\"66653537536\",\"66653537536\"]","schema":"public","table":"orders","txId":2195777,"lsn":66653537536,"xmin":null},"op":"c","ts_ms":1729478167687,"transaction":null} -{"before":null,"after":{"id":1154,"customer_name":"Amy Cabrera DVM","product_name":"Keyboard","quantity":3,"price":414.32,"order_date":1729452967725150,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478167726,"snapshot":"false","db":"testdb","sequence":"[\"66653537760\",\"66653537760\"]","schema":"public","table":"orders","txId":2195778,"lsn":66653537760,"xmin":null},"op":"c","ts_ms":1729478168193,"transaction":null} -{"before":null,"after":{"id":1155,"customer_name":"Michael Weber","product_name":"Monitor","quantity":4,"price":1961.79,"order_date":1729452967786091,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478167787,"snapshot":"false","db":"testdb","sequence":"[\"66653538000\",\"66653538000\"]","schema":"public","table":"orders","txId":2195779,"lsn":66653538000,"xmin":null},"op":"c","ts_ms":1729478168193,"transaction":null} -{"before":null,"after":{"id":1156,"customer_name":"Mrs. Kara Chavez","product_name":"Keyboard","quantity":5,"price":1731.38,"order_date":1729452967809154,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478167811,"snapshot":"false","db":"testdb","sequence":"[\"66653538232\",\"66653538232\"]","schema":"public","table":"orders","txId":2195780,"lsn":66653538232,"xmin":null},"op":"c","ts_ms":1729478168193,"transaction":null} -{"before":null,"after":{"id":815,"customer_name":"James Mueller","product_name":"Smartphone","quantity":2,"price":1721.34,"order_date":1729452948721836,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478167841,"snapshot":"false","db":"testdb","sequence":"[\"66653538472\",\"66653538536\"]","schema":"public","table":"orders","txId":2195781,"lsn":66653538536,"xmin":null},"op":"u","ts_ms":1729478168193,"transaction":null} -{"before":null,"after":{"id":1157,"customer_name":"Jeffrey Cole","product_name":"Headphones","quantity":4,"price":1827.37,"order_date":1729452967870454,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478167871,"snapshot":"false","db":"testdb","sequence":"[\"66653538720\",\"66653538720\"]","schema":"public","table":"orders","txId":2195782,"lsn":66653538720,"xmin":null},"op":"c","ts_ms":1729478168193,"transaction":null} -{"before":null,"after":{"id":1158,"customer_name":"Jeremiah Hickman","product_name":"Smartphone","quantity":3,"price":1888.34,"order_date":1729452967915600,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478167917,"snapshot":"false","db":"testdb","sequence":"[\"66653538944\",\"66653538944\"]","schema":"public","table":"orders","txId":2195783,"lsn":66653538944,"xmin":null},"op":"c","ts_ms":1729478168193,"transaction":null} -{"before":null,"after":{"id":300,"customer_name":"Amanda Vasquez","product_name":"Laptop","quantity":1,"price":867.38,"order_date":1729452919628830,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478167937,"snapshot":"false","db":"testdb","sequence":"[\"66653539176\",\"66653539240\"]","schema":"public","table":"orders","txId":2195784,"lsn":66653539240,"xmin":null},"op":"u","ts_ms":1729478168193,"transaction":null} -{"before":null,"after":{"id":1159,"customer_name":"Kevin White","product_name":"Mouse","quantity":1,"price":1887.54,"order_date":1729452967959674,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478167961,"snapshot":"false","db":"testdb","sequence":"[\"66653539416\",\"66653539416\"]","schema":"public","table":"orders","txId":2195785,"lsn":66653539416,"xmin":null},"op":"c","ts_ms":1729478168193,"transaction":null} -{"before":null,"after":{"id":1160,"customer_name":"Tina Johnson","product_name":"Monitor","quantity":2,"price":1053.52,"order_date":1729452967985323,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478167987,"snapshot":"false","db":"testdb","sequence":"[\"66653539640\",\"66653539640\"]","schema":"public","table":"orders","txId":2195786,"lsn":66653539640,"xmin":null},"op":"c","ts_ms":1729478168193,"transaction":null} -{"before":null,"after":{"id":251,"customer_name":"Sharon Carrillo","product_name":"Headphones","quantity":1,"price":1416.44,"order_date":1729452916910238,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478168016,"snapshot":"false","db":"testdb","sequence":"[\"66653539872\",\"66653539992\"]","schema":"public","table":"orders","txId":2195787,"lsn":66653539992,"xmin":null},"op":"u","ts_ms":1729478168193,"transaction":null} -{"before":null,"after":{"id":1161,"customer_name":"Charles Johnson","product_name":"Laptop","quantity":2,"price":331.21,"order_date":1729452968047833,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478168049,"snapshot":"false","db":"testdb","sequence":"[\"66653540176\",\"66653540176\"]","schema":"public","table":"orders","txId":2195788,"lsn":66653540176,"xmin":null},"op":"c","ts_ms":1729478168193,"transaction":null} -{"before":null,"after":{"id":1162,"customer_name":"Nicole Caldwell","product_name":"Laptop","quantity":2,"price":669.34,"order_date":1729452968097386,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478168098,"snapshot":"false","db":"testdb","sequence":"[\"66653540408\",\"66653540408\"]","schema":"public","table":"orders","txId":2195789,"lsn":66653540408,"xmin":null},"op":"c","ts_ms":1729478168193,"transaction":null} -{"before":null,"after":{"id":1163,"customer_name":"Todd Gutierrez","product_name":"Keyboard","quantity":4,"price":744.73,"order_date":1729452968158801,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478168160,"snapshot":"false","db":"testdb","sequence":"[\"66653540632\",\"66653540632\"]","schema":"public","table":"orders","txId":2195790,"lsn":66653540632,"xmin":null},"op":"c","ts_ms":1729478168193,"transaction":null} -{"before":null,"after":{"id":76,"customer_name":"John Medina","product_name":"Headphones","quantity":1,"price":503.26,"order_date":1729452907679874,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478168218,"snapshot":"false","db":"testdb","sequence":"[\"66653540864\",\"66653540928\"]","schema":"public","table":"orders","txId":2195791,"lsn":66653540928,"xmin":null},"op":"u","ts_ms":1729478168703,"transaction":null} -{"before":null,"after":{"id":1164,"customer_name":"Cindy Stephens","product_name":"Laptop","quantity":1,"price":463.29,"order_date":1729452968246189,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478168248,"snapshot":"false","db":"testdb","sequence":"[\"66653541104\",\"66653541104\"]","schema":"public","table":"orders","txId":2195792,"lsn":66653541104,"xmin":null},"op":"c","ts_ms":1729478168703,"transaction":null} -{"before":null,"after":{"id":1165,"customer_name":"Kelly Collins","product_name":"Smartphone","quantity":2,"price":1220.85,"order_date":1729452968300240,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478168302,"snapshot":"false","db":"testdb","sequence":"[\"66653541336\",\"66653541336\"]","schema":"public","table":"orders","txId":2195793,"lsn":66653541336,"xmin":null},"op":"c","ts_ms":1729478168703,"transaction":null} -{"before":null,"after":{"id":1166,"customer_name":"Hailey Howell","product_name":"Monitor","quantity":5,"price":1490.37,"order_date":1729452968327048,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478168328,"snapshot":"false","db":"testdb","sequence":"[\"66653541568\",\"66653541568\"]","schema":"public","table":"orders","txId":2195794,"lsn":66653541568,"xmin":null},"op":"c","ts_ms":1729478168703,"transaction":null} -{"before":null,"after":{"id":1167,"customer_name":"John Gomez","product_name":"Headphones","quantity":3,"price":1235.97,"order_date":1729452968382545,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478168383,"snapshot":"false","db":"testdb","sequence":"[\"66653541800\",\"66653541800\"]","schema":"public","table":"orders","txId":2195795,"lsn":66653541800,"xmin":null},"op":"c","ts_ms":1729478168703,"transaction":null} -{"before":null,"after":{"id":494,"customer_name":"James Wood","product_name":"Keyboard","quantity":1,"price":1369.78,"order_date":1729452930526350,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478168439,"snapshot":"false","db":"testdb","sequence":"[\"66653542032\",\"66653542096\"]","schema":"public","table":"orders","txId":2195796,"lsn":66653542096,"xmin":null},"op":"u","ts_ms":1729478168703,"transaction":null} -{"before":null,"after":{"id":1168,"customer_name":"Alexander Hernandez","product_name":"Laptop","quantity":4,"price":1225.55,"order_date":1729452968461340,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478168462,"snapshot":"false","db":"testdb","sequence":"[\"66653542272\",\"66653542272\"]","schema":"public","table":"orders","txId":2195797,"lsn":66653542272,"xmin":null},"op":"c","ts_ms":1729478168703,"transaction":null} -{"before":null,"after":{"id":545,"customer_name":"Matthew Nelson","product_name":"Mouse","quantity":3,"price":275.02,"order_date":1729452933222625,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478168524,"snapshot":"false","db":"testdb","sequence":"[\"66653542504\",\"66653542568\"]","schema":"public","table":"orders","txId":2195798,"lsn":66653542568,"xmin":null},"op":"u","ts_ms":1729478168703,"transaction":null} -{"before":null,"after":{"id":1169,"customer_name":"Angel Parrish","product_name":"Monitor","quantity":2,"price":1096.05,"order_date":1729452968571410,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478168573,"snapshot":"false","db":"testdb","sequence":"[\"66653542744\",\"66653542744\"]","schema":"public","table":"orders","txId":2195799,"lsn":66653542744,"xmin":null},"op":"c","ts_ms":1729478168703,"transaction":null} -{"before":null,"after":{"id":1170,"customer_name":"Lauren Ramirez","product_name":"Laptop","quantity":2,"price":616.7,"order_date":1729452968590853,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478168591,"snapshot":"false","db":"testdb","sequence":"[\"66653542968\",\"66653542968\"]","schema":"public","table":"orders","txId":2195800,"lsn":66653542968,"xmin":null},"op":"c","ts_ms":1729478168703,"transaction":null} -{"before":null,"after":{"id":1171,"customer_name":"Larry Hickman","product_name":"Keyboard","quantity":2,"price":160.48,"order_date":1729452968608427,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478168609,"snapshot":"false","db":"testdb","sequence":"[\"66653543200\",\"66653543200\"]","schema":"public","table":"orders","txId":2195801,"lsn":66653543200,"xmin":null},"op":"c","ts_ms":1729478168703,"transaction":null} -{"before":null,"after":{"id":1172,"customer_name":"Brian Ford","product_name":"Mouse","quantity":3,"price":1549.14,"order_date":1729452968651225,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478168653,"snapshot":"false","db":"testdb","sequence":"[\"66653543424\",\"66653543424\"]","schema":"public","table":"orders","txId":2195802,"lsn":66653543424,"xmin":null},"op":"c","ts_ms":1729478168703,"transaction":null} -{"before":null,"after":{"id":1173,"customer_name":"Stephanie Martin","product_name":"Mouse","quantity":2,"price":142.87,"order_date":1729452968682137,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478168683,"snapshot":"false","db":"testdb","sequence":"[\"66653543656\",\"66653543760\"]","schema":"public","table":"orders","txId":2195803,"lsn":66653543760,"xmin":null},"op":"c","ts_ms":1729478168703,"transaction":null} -{"before":null,"after":{"id":1174,"customer_name":"James Gibson","product_name":"Headphones","quantity":1,"price":1361.67,"order_date":1729452968730794,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478168733,"snapshot":"false","db":"testdb","sequence":"[\"66653543992\",\"66653543992\"]","schema":"public","table":"orders","txId":2195804,"lsn":66653543992,"xmin":null},"op":"c","ts_ms":1729478169211,"transaction":null} -{"before":null,"after":{"id":307,"customer_name":"Michael Rodriguez","product_name":"Mouse","quantity":5,"price":483.99,"order_date":1729452920089767,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478168779,"snapshot":"false","db":"testdb","sequence":"[\"66653544224\",\"66653544288\"]","schema":"public","table":"orders","txId":2195805,"lsn":66653544288,"xmin":null},"op":"u","ts_ms":1729478169211,"transaction":null} -{"before":null,"after":{"id":1175,"customer_name":"Gary Williamson","product_name":"Monitor","quantity":2,"price":1611.0,"order_date":1729452968801819,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478168803,"snapshot":"false","db":"testdb","sequence":"[\"66653544488\",\"66653544488\"]","schema":"public","table":"orders","txId":2195806,"lsn":66653544488,"xmin":null},"op":"c","ts_ms":1729478169211,"transaction":null} -{"before":null,"after":{"id":686,"customer_name":"Richard Price","product_name":"Mouse","quantity":1,"price":1380.29,"order_date":1729452941207250,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478168860,"snapshot":"false","db":"testdb","sequence":"[\"66653544712\",\"66653544776\"]","schema":"public","table":"orders","txId":2195807,"lsn":66653544776,"xmin":null},"op":"u","ts_ms":1729478169212,"transaction":null} -{"before":null,"after":{"id":1176,"customer_name":"Carolyn Hernandez","product_name":"Smartphone","quantity":1,"price":601.07,"order_date":1729452968885694,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478168887,"snapshot":"false","db":"testdb","sequence":"[\"66653544952\",\"66653544952\"]","schema":"public","table":"orders","txId":2195808,"lsn":66653544952,"xmin":null},"op":"c","ts_ms":1729478169212,"transaction":null} -{"before":null,"after":{"id":1177,"customer_name":"Kimberly Jackson","product_name":"Laptop","quantity":5,"price":1288.53,"order_date":1729452968906242,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478168907,"snapshot":"false","db":"testdb","sequence":"[\"66653545184\",\"66653545184\"]","schema":"public","table":"orders","txId":2195809,"lsn":66653545184,"xmin":null},"op":"c","ts_ms":1729478169212,"transaction":null} -{"before":null,"after":{"id":1178,"customer_name":"Anthony Small","product_name":"Keyboard","quantity":1,"price":653.41,"order_date":1729452968970134,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478168971,"snapshot":"false","db":"testdb","sequence":"[\"66653545416\",\"66653545416\"]","schema":"public","table":"orders","txId":2195810,"lsn":66653545416,"xmin":null},"op":"c","ts_ms":1729478169212,"transaction":null} -{"before":null,"after":{"id":1179,"customer_name":"Justin Castro","product_name":"Mouse","quantity":1,"price":87.03,"order_date":1729452968996861,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478168998,"snapshot":"false","db":"testdb","sequence":"[\"66653545640\",\"66653545640\"]","schema":"public","table":"orders","txId":2195811,"lsn":66653545640,"xmin":null},"op":"c","ts_ms":1729478169212,"transaction":null} -{"before":null,"after":{"id":1180,"customer_name":"Alan Dennis","product_name":"Monitor","quantity":4,"price":1046.59,"order_date":1729452969022537,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478169023,"snapshot":"false","db":"testdb","sequence":"[\"66653545864\",\"66653545864\"]","schema":"public","table":"orders","txId":2195812,"lsn":66653545864,"xmin":null},"op":"c","ts_ms":1729478169212,"transaction":null} -{"before":null,"after":{"id":1181,"customer_name":"Jerry Adams","product_name":"Mouse","quantity":2,"price":273.34,"order_date":1729452969044824,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478169046,"snapshot":"false","db":"testdb","sequence":"[\"66653546096\",\"66653546096\"]","schema":"public","table":"orders","txId":2195813,"lsn":66653546096,"xmin":null},"op":"c","ts_ms":1729478169212,"transaction":null} -{"before":null,"after":{"id":652,"customer_name":"Matthew Christian","product_name":"Mouse","quantity":2,"price":1331.9,"order_date":1729452939230045,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478169087,"snapshot":"false","db":"testdb","sequence":"[\"66653546328\",\"66653546392\"]","schema":"public","table":"orders","txId":2195814,"lsn":66653546392,"xmin":null},"op":"u","ts_ms":1729478169212,"transaction":null} -{"before":null,"after":{"id":1182,"customer_name":"Craig Wells","product_name":"Smartphone","quantity":4,"price":1382.18,"order_date":1729452969106970,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478169108,"snapshot":"false","db":"testdb","sequence":"[\"66653546568\",\"66653546568\"]","schema":"public","table":"orders","txId":2195815,"lsn":66653546568,"xmin":null},"op":"c","ts_ms":1729478169212,"transaction":null} -{"before":{"id":843,"customer_name":null,"product_name":null,"quantity":null,"price":null,"order_date":null,"status":null},"after":null,"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478169132,"snapshot":"false","db":"testdb","sequence":"[\"66653546800\",\"66653546864\"]","schema":"public","table":"orders","txId":2195816,"lsn":66653546864,"xmin":null},"op":"d","ts_ms":1729478169212,"transaction":null} -{"before":null,"after":{"id":1183,"customer_name":"Geoffrey Mcdonald","product_name":"Mouse","quantity":3,"price":494.21,"order_date":1729452969187133,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478169189,"snapshot":"false","db":"testdb","sequence":"[\"66653546976\",\"66653546976\"]","schema":"public","table":"orders","txId":2195817,"lsn":66653546976,"xmin":null},"op":"c","ts_ms":1729478169212,"transaction":null} -{"before":null,"after":{"id":1184,"customer_name":"Sue Barron","product_name":"Laptop","quantity":4,"price":478.19,"order_date":1729452969213277,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478169214,"snapshot":"false","db":"testdb","sequence":"[\"66653547208\",\"66653547208\"]","schema":"public","table":"orders","txId":2195818,"lsn":66653547208,"xmin":null},"op":"c","ts_ms":1729478169215,"transaction":null} -{"before":null,"after":{"id":1185,"customer_name":"Kelly Avila","product_name":"Mouse","quantity":1,"price":1337.99,"order_date":1729452969261730,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478169263,"snapshot":"false","db":"testdb","sequence":"[\"66653547440\",\"66653547440\"]","schema":"public","table":"orders","txId":2195819,"lsn":66653547440,"xmin":null},"op":"c","ts_ms":1729478169724,"transaction":null} -{"before":null,"after":{"id":1186,"customer_name":"Rebecca Zamora","product_name":"Headphones","quantity":4,"price":1699.52,"order_date":1729452969292017,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478169293,"snapshot":"false","db":"testdb","sequence":"[\"66653547664\",\"66653547664\"]","schema":"public","table":"orders","txId":2195820,"lsn":66653547664,"xmin":null},"op":"c","ts_ms":1729478169724,"transaction":null} -{"before":null,"after":{"id":1187,"customer_name":"Robert Becker","product_name":"Monitor","quantity":4,"price":524.97,"order_date":1729452969339966,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478169341,"snapshot":"false","db":"testdb","sequence":"[\"66653547896\",\"66653547896\"]","schema":"public","table":"orders","txId":2195821,"lsn":66653547896,"xmin":null},"op":"c","ts_ms":1729478169724,"transaction":null} -{"before":null,"after":{"id":1188,"customer_name":"David Mejia","product_name":"Keyboard","quantity":2,"price":1477.93,"order_date":1729452969394166,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478169395,"snapshot":"false","db":"testdb","sequence":"[\"66653548120\",\"66653548120\"]","schema":"public","table":"orders","txId":2195822,"lsn":66653548120,"xmin":null},"op":"c","ts_ms":1729478169724,"transaction":null} -{"before":null,"after":{"id":1189,"customer_name":"Preston Lane","product_name":"Smartphone","quantity":4,"price":292.65,"order_date":1729452969447740,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478169449,"snapshot":"false","db":"testdb","sequence":"[\"66653548344\",\"66653548344\"]","schema":"public","table":"orders","txId":2195823,"lsn":66653548344,"xmin":null},"op":"c","ts_ms":1729478169724,"transaction":null} -{"before":null,"after":{"id":1190,"customer_name":"Grant Kennedy","product_name":"Keyboard","quantity":3,"price":574.31,"order_date":1729452969493845,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478169496,"snapshot":"false","db":"testdb","sequence":"[\"66653548568\",\"66653548568\"]","schema":"public","table":"orders","txId":2195824,"lsn":66653548568,"xmin":null},"op":"c","ts_ms":1729478169724,"transaction":null} -{"before":null,"after":{"id":805,"customer_name":"Sandra Underwood","product_name":"Smartphone","quantity":1,"price":1786.07,"order_date":1729452948233440,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478169543,"snapshot":"false","db":"testdb","sequence":"[\"66653548800\",\"66653548856\"]","schema":"public","table":"orders","txId":2195825,"lsn":66653548856,"xmin":null},"op":"u","ts_ms":1729478169724,"transaction":null} -{"before":{"id":475,"customer_name":null,"product_name":null,"quantity":null,"price":null,"order_date":null,"status":null},"after":null,"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478169585,"snapshot":"false","db":"testdb","sequence":"[\"66653549040\",\"66653549104\"]","schema":"public","table":"orders","txId":2195826,"lsn":66653549104,"xmin":null},"op":"d","ts_ms":1729478169724,"transaction":null} -{"before":null,"after":{"id":1191,"customer_name":"Steven Collins DDS","product_name":"Keyboard","quantity":2,"price":1559.31,"order_date":1729452969632583,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478169634,"snapshot":"false","db":"testdb","sequence":"[\"66653549216\",\"66653549216\"]","schema":"public","table":"orders","txId":2195827,"lsn":66653549216,"xmin":null},"op":"c","ts_ms":1729478169724,"transaction":null} -{"before":null,"after":{"id":1192,"customer_name":"Frank Nicholson","product_name":"Laptop","quantity":5,"price":827.41,"order_date":1729452969691007,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478169692,"snapshot":"false","db":"testdb","sequence":"[\"66653549448\",\"66653549448\"]","schema":"public","table":"orders","txId":2195828,"lsn":66653549448,"xmin":null},"op":"c","ts_ms":1729478169725,"transaction":null} -{"before":null,"after":{"id":1003,"customer_name":"Sharon Wells","product_name":"Mouse","quantity":3,"price":1173.22,"order_date":1729452959627412,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478169748,"snapshot":"false","db":"testdb","sequence":"[\"66653549672\",\"66653549728\"]","schema":"public","table":"orders","txId":2195829,"lsn":66653549728,"xmin":null},"op":"u","ts_ms":1729478170235,"transaction":null} -{"before":null,"after":{"id":1193,"customer_name":"Abigail Floyd","product_name":"Keyboard","quantity":3,"price":256.16,"order_date":1729452969776440,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478169778,"snapshot":"false","db":"testdb","sequence":"[\"66653549904\",\"66653549904\"]","schema":"public","table":"orders","txId":2195830,"lsn":66653549904,"xmin":null},"op":"c","ts_ms":1729478170235,"transaction":null} -{"before":null,"after":{"id":1194,"customer_name":"Hayden Smith","product_name":"Laptop","quantity":5,"price":1823.37,"order_date":1729452969827719,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478169830,"snapshot":"false","db":"testdb","sequence":"[\"66653550136\",\"66653550136\"]","schema":"public","table":"orders","txId":2195831,"lsn":66653550136,"xmin":null},"op":"c","ts_ms":1729478170235,"transaction":null} -{"before":null,"after":{"id":782,"customer_name":"Casey Nelson","product_name":"Mouse","quantity":1,"price":1610.23,"order_date":1729452946862172,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478169878,"snapshot":"false","db":"testdb","sequence":"[\"66653550360\",\"66653550424\"]","schema":"public","table":"orders","txId":2195832,"lsn":66653550424,"xmin":null},"op":"u","ts_ms":1729478170235,"transaction":null} -{"before":null,"after":{"id":1195,"customer_name":"Steven Hayden","product_name":"Smartphone","quantity":4,"price":527.58,"order_date":1729452969938506,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478169940,"snapshot":"false","db":"testdb","sequence":"[\"66653558784\",\"66653558784\"]","schema":"public","table":"orders","txId":2195833,"lsn":66653558784,"xmin":null},"op":"c","ts_ms":1729478170235,"transaction":null} -{"before":null,"after":{"id":1196,"customer_name":"Stephanie Smith","product_name":"Smartphone","quantity":4,"price":329.24,"order_date":1729452969986742,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478169989,"snapshot":"false","db":"testdb","sequence":"[\"66653559016\",\"66653559016\"]","schema":"public","table":"orders","txId":2195834,"lsn":66653559016,"xmin":null},"op":"c","ts_ms":1729478170235,"transaction":null} -{"before":null,"after":{"id":1197,"customer_name":"Melanie Nguyen","product_name":"Headphones","quantity":3,"price":198.72,"order_date":1729452970012579,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478170014,"snapshot":"false","db":"testdb","sequence":"[\"66653559256\",\"66653559256\"]","schema":"public","table":"orders","txId":2195835,"lsn":66653559256,"xmin":null},"op":"c","ts_ms":1729478170235,"transaction":null} -{"before":null,"after":{"id":1198,"customer_name":"Jennifer Peterson","product_name":"Headphones","quantity":1,"price":243.68,"order_date":1729452970052717,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478170054,"snapshot":"false","db":"testdb","sequence":"[\"66653559496\",\"66653559496\"]","schema":"public","table":"orders","txId":2195836,"lsn":66653559496,"xmin":null},"op":"c","ts_ms":1729478170235,"transaction":null} -{"before":null,"after":{"id":1199,"customer_name":"Mark Daniels","product_name":"Headphones","quantity":4,"price":1928.26,"order_date":1729452970072196,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478170073,"snapshot":"false","db":"testdb","sequence":"[\"66653559736\",\"66653559736\"]","schema":"public","table":"orders","txId":2195837,"lsn":66653559736,"xmin":null},"op":"c","ts_ms":1729478170235,"transaction":null} -{"before":null,"after":{"id":1200,"customer_name":"Robert Cole","product_name":"Monitor","quantity":3,"price":1219.91,"order_date":1729452970129102,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478170131,"snapshot":"false","db":"testdb","sequence":"[\"66653559968\",\"66653559968\"]","schema":"public","table":"orders","txId":2195838,"lsn":66653559968,"xmin":null},"op":"c","ts_ms":1729478170235,"transaction":null} -{"before":null,"after":{"id":454,"customer_name":"Marissa Garcia","product_name":"Mouse","quantity":4,"price":1337.95,"order_date":1729452928261757,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478170188,"snapshot":"false","db":"testdb","sequence":"[\"66653560200\",\"66653560264\"]","schema":"public","table":"orders","txId":2195839,"lsn":66653560264,"xmin":null},"op":"u","ts_ms":1729478170235,"transaction":null} -{"before":null,"after":{"id":1201,"customer_name":"Melanie Kirby","product_name":"Monitor","quantity":1,"price":1506.76,"order_date":1729452970237317,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478170238,"snapshot":"false","db":"testdb","sequence":"[\"66653560440\",\"66653560440\"]","schema":"public","table":"orders","txId":2195840,"lsn":66653560440,"xmin":null},"op":"c","ts_ms":1729478170239,"transaction":null} -{"before":null,"after":{"id":1202,"customer_name":"Sarah Howell","product_name":"Smartphone","quantity":3,"price":1218.3,"order_date":1729452970273587,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478170274,"snapshot":"false","db":"testdb","sequence":"[\"66653560664\",\"66653560664\"]","schema":"public","table":"orders","txId":2195841,"lsn":66653560664,"xmin":null},"op":"c","ts_ms":1729478170749,"transaction":null} -{"before":null,"after":{"id":1203,"customer_name":"Emily Cox","product_name":"Headphones","quantity":4,"price":661.54,"order_date":1729452970294916,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478170296,"snapshot":"false","db":"testdb","sequence":"[\"66653560912\",\"66653560912\"]","schema":"public","table":"orders","txId":2195842,"lsn":66653560912,"xmin":null},"op":"c","ts_ms":1729478170749,"transaction":null} -{"before":null,"after":{"id":1204,"customer_name":"Stephen Douglas","product_name":"Headphones","quantity":1,"price":1832.8,"order_date":1729452970361911,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478170364,"snapshot":"false","db":"testdb","sequence":"[\"66653561136\",\"66653561136\"]","schema":"public","table":"orders","txId":2195843,"lsn":66653561136,"xmin":null},"op":"c","ts_ms":1729478170749,"transaction":null} -{"before":null,"after":{"id":1205,"customer_name":"Raymond Archer","product_name":"Smartphone","quantity":4,"price":1376.26,"order_date":1729452970427975,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478170430,"snapshot":"false","db":"testdb","sequence":"[\"66653561376\",\"66653561376\"]","schema":"public","table":"orders","txId":2195844,"lsn":66653561376,"xmin":null},"op":"c","ts_ms":1729478170749,"transaction":null} -{"before":null,"after":{"id":462,"customer_name":"Renee Pena","product_name":"Laptop","quantity":1,"price":1697.84,"order_date":1729452928621386,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478170475,"snapshot":"false","db":"testdb","sequence":"[\"66653561616\",\"66653561680\"]","schema":"public","table":"orders","txId":2195845,"lsn":66653561680,"xmin":null},"op":"u","ts_ms":1729478170749,"transaction":null} -{"before":null,"after":{"id":1206,"customer_name":"Emily Wu","product_name":"Keyboard","quantity":3,"price":218.64,"order_date":1729452970529968,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478170531,"snapshot":"false","db":"testdb","sequence":"[\"66653561856\",\"66653561960\"]","schema":"public","table":"orders","txId":2195846,"lsn":66653561960,"xmin":null},"op":"c","ts_ms":1729478170749,"transaction":null} -{"before":null,"after":{"id":1207,"customer_name":"Noah Campbell","product_name":"Smartphone","quantity":5,"price":1565.22,"order_date":1729452970554731,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478170556,"snapshot":"false","db":"testdb","sequence":"[\"66653562192\",\"66653562192\"]","schema":"public","table":"orders","txId":2195847,"lsn":66653562192,"xmin":null},"op":"c","ts_ms":1729478170749,"transaction":null} -{"before":null,"after":{"id":1208,"customer_name":"Tammy Mccullough","product_name":"Headphones","quantity":2,"price":424.98,"order_date":1729452970598663,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478170600,"snapshot":"false","db":"testdb","sequence":"[\"66653562424\",\"66653562424\"]","schema":"public","table":"orders","txId":2195848,"lsn":66653562424,"xmin":null},"op":"c","ts_ms":1729478170749,"transaction":null} -{"before":null,"after":{"id":1209,"customer_name":"Joshua Cole","product_name":"Headphones","quantity":2,"price":868.22,"order_date":1729452970636915,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478170638,"snapshot":"false","db":"testdb","sequence":"[\"66653562664\",\"66653562664\"]","schema":"public","table":"orders","txId":2195849,"lsn":66653562664,"xmin":null},"op":"c","ts_ms":1729478170749,"transaction":null} -{"before":null,"after":{"id":87,"customer_name":"Stephen Decker","product_name":"Laptop","quantity":5,"price":1605.18,"order_date":1729452908291357,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478170682,"snapshot":"false","db":"testdb","sequence":"[\"66653562888\",\"66653562952\"]","schema":"public","table":"orders","txId":2195850,"lsn":66653562952,"xmin":null},"op":"u","ts_ms":1729478170749,"transaction":null} -{"before":null,"after":{"id":1210,"customer_name":"Jennifer Nelson","product_name":"Smartphone","quantity":1,"price":1991.67,"order_date":1729452970716191,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478170717,"snapshot":"false","db":"testdb","sequence":"[\"66653563128\",\"66653563128\"]","schema":"public","table":"orders","txId":2195851,"lsn":66653563128,"xmin":null},"op":"c","ts_ms":1729478170749,"transaction":null} -{"before":null,"after":{"id":1211,"customer_name":"Tracy Ayers","product_name":"Monitor","quantity":3,"price":919.87,"order_date":1729452970768750,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478170770,"snapshot":"false","db":"testdb","sequence":"[\"66653563360\",\"66653563360\"]","schema":"public","table":"orders","txId":2195852,"lsn":66653563360,"xmin":null},"op":"c","ts_ms":1729478171255,"transaction":null} -{"before":null,"after":{"id":230,"customer_name":"Kathleen Richardson","product_name":"Laptop","quantity":1,"price":419.86,"order_date":1729452915915004,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478170832,"snapshot":"false","db":"testdb","sequence":"[\"66653563592\",\"66653563656\"]","schema":"public","table":"orders","txId":2195853,"lsn":66653563656,"xmin":null},"op":"u","ts_ms":1729478171255,"transaction":null} -{"before":null,"after":{"id":1212,"customer_name":"James Rodgers","product_name":"Mouse","quantity":5,"price":985.8,"order_date":1729452970866296,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478170868,"snapshot":"false","db":"testdb","sequence":"[\"66653563840\",\"66653563840\"]","schema":"public","table":"orders","txId":2195854,"lsn":66653563840,"xmin":null},"op":"c","ts_ms":1729478171255,"transaction":null} -{"before":null,"after":{"id":1213,"customer_name":"Brandon Reyes PhD","product_name":"Laptop","quantity":1,"price":867.99,"order_date":1729452970933125,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478170934,"snapshot":"false","db":"testdb","sequence":"[\"66653662152\",\"66653662152\"]","schema":"public","table":"orders","txId":2195856,"lsn":66653662152,"xmin":null},"op":"c","ts_ms":1729478171263,"transaction":null} -{"before":null,"after":{"id":1214,"customer_name":"Sarah Martin","product_name":"Laptop","quantity":3,"price":892.45,"order_date":1729452970957744,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478170959,"snapshot":"false","db":"testdb","sequence":"[\"66653662384\",\"66653662384\"]","schema":"public","table":"orders","txId":2195857,"lsn":66653662384,"xmin":null},"op":"c","ts_ms":1729478171263,"transaction":null} -{"before":null,"after":{"id":1215,"customer_name":"Carolyn Murphy","product_name":"Headphones","quantity":3,"price":687.31,"order_date":1729452971010682,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478171012,"snapshot":"false","db":"testdb","sequence":"[\"66653662608\",\"66653668752\"]","schema":"public","table":"orders","txId":2195858,"lsn":66653668752,"xmin":null},"op":"c","ts_ms":1729478171263,"transaction":null} -{"before":null,"after":{"id":1216,"customer_name":"John Anderson","product_name":"Headphones","quantity":4,"price":774.51,"order_date":1729452971055181,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478171056,"snapshot":"false","db":"testdb","sequence":"[\"66653668984\",\"66653668984\"]","schema":"public","table":"orders","txId":2195859,"lsn":66653668984,"xmin":null},"op":"c","ts_ms":1729478171264,"transaction":null} -{"before":null,"after":{"id":185,"customer_name":"Jose Haynes","product_name":"Mouse","quantity":5,"price":881.24,"order_date":1729452913604588,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478171092,"snapshot":"false","db":"testdb","sequence":"[\"66653669216\",\"66653669216\"]","schema":"public","table":"orders","txId":2195860,"lsn":66653669216,"xmin":null},"op":"u","ts_ms":1729478171264,"transaction":null} -{"before":null,"after":{"id":1217,"customer_name":"Monica Moss","product_name":"Monitor","quantity":5,"price":938.75,"order_date":1729452971143105,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478171145,"snapshot":"false","db":"testdb","sequence":"[\"66653669392\",\"66653669392\"]","schema":"public","table":"orders","txId":2195861,"lsn":66653669392,"xmin":null},"op":"c","ts_ms":1729478171264,"transaction":null} -{"before":null,"after":{"id":1218,"customer_name":"Cindy Shea","product_name":"Mouse","quantity":5,"price":412.09,"order_date":1729452971199873,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478171201,"snapshot":"false","db":"testdb","sequence":"[\"66653669616\",\"66653669616\"]","schema":"public","table":"orders","txId":2195862,"lsn":66653669616,"xmin":null},"op":"c","ts_ms":1729478171264,"transaction":null} -{"before":null,"after":{"id":1219,"customer_name":"Walter Blevins","product_name":"Smartphone","quantity":4,"price":253.72,"order_date":1729452971223927,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478171225,"snapshot":"false","db":"testdb","sequence":"[\"66653669840\",\"66653669840\"]","schema":"public","table":"orders","txId":2195863,"lsn":66653669840,"xmin":null},"op":"c","ts_ms":1729478171264,"transaction":null} -{"before":null,"after":{"id":1220,"customer_name":"Justin Neal","product_name":"Mouse","quantity":3,"price":1920.96,"order_date":1729452971270196,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478171271,"snapshot":"false","db":"testdb","sequence":"[\"66653670072\",\"66653670072\"]","schema":"public","table":"orders","txId":2195864,"lsn":66653670072,"xmin":null},"op":"c","ts_ms":1729478171770,"transaction":null} -{"before":null,"after":{"id":1221,"customer_name":"Megan Hill","product_name":"Headphones","quantity":5,"price":1081.35,"order_date":1729452971310363,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478171311,"snapshot":"false","db":"testdb","sequence":"[\"66653670304\",\"66653670304\"]","schema":"public","table":"orders","txId":2195865,"lsn":66653670304,"xmin":null},"op":"c","ts_ms":1729478171770,"transaction":null} -{"before":null,"after":{"id":1222,"customer_name":"Micheal Gardner","product_name":"Mouse","quantity":4,"price":209.61,"order_date":1729452971348095,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478171349,"snapshot":"false","db":"testdb","sequence":"[\"66653670528\",\"66653670528\"]","schema":"public","table":"orders","txId":2195866,"lsn":66653670528,"xmin":null},"op":"c","ts_ms":1729478171771,"transaction":null} -{"before":null,"after":{"id":60,"customer_name":"Jennifer Ward","product_name":"Monitor","quantity":4,"price":1210.37,"order_date":1729452906849918,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478171404,"snapshot":"false","db":"testdb","sequence":"[\"66653670760\",\"66653670824\"]","schema":"public","table":"orders","txId":2195867,"lsn":66653670824,"xmin":null},"op":"u","ts_ms":1729478171771,"transaction":null} -{"before":null,"after":{"id":1223,"customer_name":"Stacy Rhodes","product_name":"Keyboard","quantity":2,"price":1611.51,"order_date":1729452971446563,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478171448,"snapshot":"false","db":"testdb","sequence":"[\"66653671000\",\"66653671000\"]","schema":"public","table":"orders","txId":2195868,"lsn":66653671000,"xmin":null},"op":"c","ts_ms":1729478171771,"transaction":null} -{"before":null,"after":{"id":313,"customer_name":"Joseph Guerrero","product_name":"Monitor","quantity":5,"price":980.31,"order_date":1729452920510840,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478171483,"snapshot":"false","db":"testdb","sequence":"[\"66653671224\",\"66653671288\"]","schema":"public","table":"orders","txId":2195869,"lsn":66653671288,"xmin":null},"op":"u","ts_ms":1729478171771,"transaction":null} -{"before":null,"after":{"id":1224,"customer_name":"Thomas Snyder","product_name":"Mouse","quantity":3,"price":592.36,"order_date":1729452971535020,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478171536,"snapshot":"false","db":"testdb","sequence":"[\"66653671464\",\"66653671464\"]","schema":"public","table":"orders","txId":2195870,"lsn":66653671464,"xmin":null},"op":"c","ts_ms":1729478171771,"transaction":null} -{"before":null,"after":{"id":1225,"customer_name":"Nathaniel Patel","product_name":"Laptop","quantity":2,"price":1140.39,"order_date":1729452971590542,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478171592,"snapshot":"false","db":"testdb","sequence":"[\"66653671688\",\"66653671688\"]","schema":"public","table":"orders","txId":2195871,"lsn":66653671688,"xmin":null},"op":"c","ts_ms":1729478171771,"transaction":null} -{"before":null,"after":{"id":174,"customer_name":"Lori Stokes PhD","product_name":"Keyboard","quantity":4,"price":118.87,"order_date":1729452912842359,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478171642,"snapshot":"false","db":"testdb","sequence":"[\"66653671920\",\"66653671984\"]","schema":"public","table":"orders","txId":2195872,"lsn":66653671984,"xmin":null},"op":"u","ts_ms":1729478171771,"transaction":null} -{"before":null,"after":{"id":1226,"customer_name":"Kara Cannon","product_name":"Smartphone","quantity":5,"price":1856.72,"order_date":1729452971660960,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478171662,"snapshot":"false","db":"testdb","sequence":"[\"66653672168\",\"66653672168\"]","schema":"public","table":"orders","txId":2195873,"lsn":66653672168,"xmin":null},"op":"c","ts_ms":1729478171771,"transaction":null} -{"before":null,"after":{"id":1227,"customer_name":"Christina Proctor","product_name":"Monitor","quantity":5,"price":1875.73,"order_date":1729452971689640,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478171691,"snapshot":"false","db":"testdb","sequence":"[\"66653672400\",\"66653672400\"]","schema":"public","table":"orders","txId":2195874,"lsn":66653672400,"xmin":null},"op":"c","ts_ms":1729478171771,"transaction":null} -{"before":null,"after":{"id":1228,"customer_name":"Courtney Drake MD","product_name":"Monitor","quantity":3,"price":1924.43,"order_date":1729452971708546,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478171711,"snapshot":"false","db":"testdb","sequence":"[\"66653672632\",\"66653672632\"]","schema":"public","table":"orders","txId":2195875,"lsn":66653672632,"xmin":null},"op":"c","ts_ms":1729478171771,"transaction":null} -{"before":null,"after":{"id":1229,"customer_name":"Nicole Pugh","product_name":"Mouse","quantity":5,"price":1591.79,"order_date":1729452971759367,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478171760,"snapshot":"false","db":"testdb","sequence":"[\"66653672872\",\"66653672872\"]","schema":"public","table":"orders","txId":2195876,"lsn":66653672872,"xmin":null},"op":"c","ts_ms":1729478171771,"transaction":null} -{"before":null,"after":{"id":1230,"customer_name":"Jennifer Mitchell","product_name":"Monitor","quantity":2,"price":557.48,"order_date":1729452971797696,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478171799,"snapshot":"false","db":"testdb","sequence":"[\"66653673096\",\"66653673096\"]","schema":"public","table":"orders","txId":2195877,"lsn":66653673096,"xmin":null},"op":"c","ts_ms":1729478172277,"transaction":null} -{"before":null,"after":{"id":1231,"customer_name":"Erin Robertson","product_name":"Monitor","quantity":3,"price":1527.98,"order_date":1729452971837198,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478171838,"snapshot":"false","db":"testdb","sequence":"[\"66653673328\",\"66653673328\"]","schema":"public","table":"orders","txId":2195878,"lsn":66653673328,"xmin":null},"op":"c","ts_ms":1729478172277,"transaction":null} -{"before":null,"after":{"id":1232,"customer_name":"Nathan Spencer","product_name":"Mouse","quantity":1,"price":1375.93,"order_date":1729452971861746,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478171863,"snapshot":"false","db":"testdb","sequence":"[\"66653673560\",\"66653673560\"]","schema":"public","table":"orders","txId":2195879,"lsn":66653673560,"xmin":null},"op":"c","ts_ms":1729478172277,"transaction":null} -{"before":null,"after":{"id":1233,"customer_name":"Jackie Reed","product_name":"Monitor","quantity":1,"price":57.56,"order_date":1729452971884171,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478171885,"snapshot":"false","db":"testdb","sequence":"[\"66653673792\",\"66653673792\"]","schema":"public","table":"orders","txId":2195880,"lsn":66653673792,"xmin":null},"op":"c","ts_ms":1729478172277,"transaction":null} -{"before":null,"after":{"id":1234,"customer_name":"Gabriella Johnson","product_name":"Smartphone","quantity":4,"price":1949.19,"order_date":1729452971917326,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478171918,"snapshot":"false","db":"testdb","sequence":"[\"66653674024\",\"66653674024\"]","schema":"public","table":"orders","txId":2195881,"lsn":66653674024,"xmin":null},"op":"c","ts_ms":1729478172277,"transaction":null} -{"before":null,"after":{"id":1235,"customer_name":"Jonathan Yang","product_name":"Keyboard","quantity":1,"price":1172.86,"order_date":1729452971973742,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478171974,"snapshot":"false","db":"testdb","sequence":"[\"66653674264\",\"66653674264\"]","schema":"public","table":"orders","txId":2195882,"lsn":66653674264,"xmin":null},"op":"c","ts_ms":1729478172277,"transaction":null} -{"before":null,"after":{"id":1236,"customer_name":"Mary Stafford","product_name":"Mouse","quantity":1,"price":1403.85,"order_date":1729452972011027,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478172012,"snapshot":"false","db":"testdb","sequence":"[\"66653674496\",\"66653674496\"]","schema":"public","table":"orders","txId":2195883,"lsn":66653674496,"xmin":null},"op":"c","ts_ms":1729478172277,"transaction":null} -{"before":null,"after":{"id":1237,"customer_name":"Jason Willis","product_name":"Mouse","quantity":1,"price":1191.98,"order_date":1729452972037319,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478172038,"snapshot":"false","db":"testdb","sequence":"[\"66653674720\",\"66653674720\"]","schema":"public","table":"orders","txId":2195884,"lsn":66653674720,"xmin":null},"op":"c","ts_ms":1729478172277,"transaction":null} -{"before":null,"after":{"id":1238,"customer_name":"Natalie Dunn","product_name":"Smartphone","quantity":1,"price":541.15,"order_date":1729452972065208,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478172066,"snapshot":"false","db":"testdb","sequence":"[\"66653674944\",\"66653674944\"]","schema":"public","table":"orders","txId":2195885,"lsn":66653674944,"xmin":null},"op":"c","ts_ms":1729478172277,"transaction":null} -{"before":null,"after":{"id":1239,"customer_name":"Elizabeth Kelly","product_name":"Headphones","quantity":2,"price":50.01,"order_date":1729452972090128,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478172090,"snapshot":"false","db":"testdb","sequence":"[\"66653675176\",\"66653675280\"]","schema":"public","table":"orders","txId":2195886,"lsn":66653675280,"xmin":null},"op":"c","ts_ms":1729478172277,"transaction":null} -{"before":null,"after":{"id":1240,"customer_name":"Susan Irwin","product_name":"Headphones","quantity":3,"price":335.66,"order_date":1729452972120785,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478172121,"snapshot":"false","db":"testdb","sequence":"[\"66653675512\",\"66653675512\"]","schema":"public","table":"orders","txId":2195887,"lsn":66653675512,"xmin":null},"op":"c","ts_ms":1729478172277,"transaction":null} -{"before":null,"after":{"id":1241,"customer_name":"Lisa Tucker","product_name":"Smartphone","quantity":3,"price":1078.46,"order_date":1729452972157614,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478172159,"snapshot":"false","db":"testdb","sequence":"[\"66653675768\",\"66653675768\"]","schema":"public","table":"orders","txId":2195888,"lsn":66653675768,"xmin":null},"op":"c","ts_ms":1729478172277,"transaction":null} -{"before":null,"after":{"id":1242,"customer_name":"Lawrence Peterson","product_name":"Headphones","quantity":3,"price":1883.25,"order_date":1729452972190314,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478172191,"snapshot":"false","db":"testdb","sequence":"[\"66653675992\",\"66653675992\"]","schema":"public","table":"orders","txId":2195889,"lsn":66653675992,"xmin":null},"op":"c","ts_ms":1729478172277,"transaction":null} -{"before":null,"after":{"id":825,"customer_name":"Michaela Johnson","product_name":"Smartphone","quantity":5,"price":1988.14,"order_date":1729452949213621,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478172227,"snapshot":"false","db":"testdb","sequence":"[\"66653676232\",\"66653676352\"]","schema":"public","table":"orders","txId":2195890,"lsn":66653676352,"xmin":null},"op":"u","ts_ms":1729478172277,"transaction":null} -{"before":null,"after":{"id":1243,"customer_name":"Melanie Roy","product_name":"Headphones","quantity":4,"price":362.99,"order_date":1729452972269662,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478172270,"snapshot":"false","db":"testdb","sequence":"[\"66653676608\",\"66653676608\"]","schema":"public","table":"orders","txId":2195891,"lsn":66653676608,"xmin":null},"op":"c","ts_ms":1729478172277,"transaction":null} -{"before":null,"after":{"id":1244,"customer_name":"Phillip Burton","product_name":"Keyboard","quantity":4,"price":1752.86,"order_date":1729452972329509,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478172332,"snapshot":"false","db":"testdb","sequence":"[\"66653676832\",\"66653676832\"]","schema":"public","table":"orders","txId":2195892,"lsn":66653676832,"xmin":null},"op":"c","ts_ms":1729478172788,"transaction":null} -{"before":null,"after":{"id":1245,"customer_name":"William Johnson","product_name":"Mouse","quantity":2,"price":1889.12,"order_date":1729452972367919,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478172369,"snapshot":"false","db":"testdb","sequence":"[\"66653677056\",\"66653677056\"]","schema":"public","table":"orders","txId":2195893,"lsn":66653677056,"xmin":null},"op":"c","ts_ms":1729478172788,"transaction":null} -{"before":null,"after":{"id":1246,"customer_name":"Timothy Spencer","product_name":"Headphones","quantity":5,"price":211.08,"order_date":1729452972411437,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478172412,"snapshot":"false","db":"testdb","sequence":"[\"66653677280\",\"66653677280\"]","schema":"public","table":"orders","txId":2195894,"lsn":66653677280,"xmin":null},"op":"c","ts_ms":1729478172788,"transaction":null} -{"before":null,"after":{"id":1247,"customer_name":"Jean Farrell","product_name":"Mouse","quantity":4,"price":1127.91,"order_date":1729452972445271,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478172446,"snapshot":"false","db":"testdb","sequence":"[\"66653677512\",\"66653677512\"]","schema":"public","table":"orders","txId":2195895,"lsn":66653677512,"xmin":null},"op":"c","ts_ms":1729478172788,"transaction":null} -{"before":null,"after":{"id":1248,"customer_name":"Clayton Brown","product_name":"Mouse","quantity":3,"price":1394.28,"order_date":1729452972487327,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478172488,"snapshot":"false","db":"testdb","sequence":"[\"66653677744\",\"66653677744\"]","schema":"public","table":"orders","txId":2195896,"lsn":66653677744,"xmin":null},"op":"c","ts_ms":1729478172788,"transaction":null} -{"before":null,"after":{"id":666,"customer_name":"Heather Jones","product_name":"Keyboard","quantity":5,"price":311.82,"order_date":1729452939956016,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478172546,"snapshot":"false","db":"testdb","sequence":"[\"66653677976\",\"66653678096\"]","schema":"public","table":"orders","txId":2195897,"lsn":66653678096,"xmin":null},"op":"u","ts_ms":1729478172788,"transaction":null} -{"before":null,"after":{"id":657,"customer_name":"John Ford","product_name":"Mouse","quantity":1,"price":570.03,"order_date":1729452939508129,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478172592,"snapshot":"false","db":"testdb","sequence":"[\"66653678344\",\"66653678400\"]","schema":"public","table":"orders","txId":2195898,"lsn":66653678400,"xmin":null},"op":"u","ts_ms":1729478172788,"transaction":null} -{"before":null,"after":{"id":527,"customer_name":"Robert Mooney","product_name":"Laptop","quantity":3,"price":1062.39,"order_date":1729452932345377,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478172634,"snapshot":"false","db":"testdb","sequence":"[\"66653678568\",\"66653678688\"]","schema":"public","table":"orders","txId":2195899,"lsn":66653678688,"xmin":null},"op":"u","ts_ms":1729478172788,"transaction":null} -{"before":null,"after":{"id":173,"customer_name":"Brittney Vaughn","product_name":"Smartphone","quantity":5,"price":597.71,"order_date":1729452912795194,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478172672,"snapshot":"false","db":"testdb","sequence":"[\"66653678936\",\"66653678992\"]","schema":"public","table":"orders","txId":2195900,"lsn":66653678992,"xmin":null},"op":"u","ts_ms":1729478172788,"transaction":null} -{"before":null,"after":{"id":1249,"customer_name":"Dylan Johnson","product_name":"Mouse","quantity":5,"price":1201.97,"order_date":1729452972718061,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478172719,"snapshot":"false","db":"testdb","sequence":"[\"66653679176\",\"66653679176\"]","schema":"public","table":"orders","txId":2195901,"lsn":66653679176,"xmin":null},"op":"c","ts_ms":1729478172788,"transaction":null} -{"before":null,"after":{"id":1250,"customer_name":"Jackie Cook","product_name":"Laptop","quantity":2,"price":1753.16,"order_date":1729452972768149,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478172769,"snapshot":"false","db":"testdb","sequence":"[\"66653679400\",\"66653679400\"]","schema":"public","table":"orders","txId":2195902,"lsn":66653679400,"xmin":null},"op":"c","ts_ms":1729478172788,"transaction":null} -{"before":null,"after":{"id":1251,"customer_name":"Scott Perez","product_name":"Laptop","quantity":3,"price":1738.91,"order_date":1729452972792561,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478172793,"snapshot":"false","db":"testdb","sequence":"[\"66653679624\",\"66653679624\"]","schema":"public","table":"orders","txId":2195903,"lsn":66653679624,"xmin":null},"op":"c","ts_ms":1729478173298,"transaction":null} -{"before":null,"after":{"id":955,"customer_name":"Joshua Long","product_name":"Headphones","quantity":3,"price":218.85,"order_date":1729452956499748,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478172822,"snapshot":"false","db":"testdb","sequence":"[\"66653679848\",\"66653679968\"]","schema":"public","table":"orders","txId":2195904,"lsn":66653679968,"xmin":null},"op":"u","ts_ms":1729478173298,"transaction":null} -{"before":null,"after":{"id":1252,"customer_name":"Brandy Morgan","product_name":"Smartphone","quantity":5,"price":1077.1,"order_date":1729452972867965,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478172869,"snapshot":"false","db":"testdb","sequence":"[\"66653680216\",\"66653680216\"]","schema":"public","table":"orders","txId":2195905,"lsn":66653680216,"xmin":null},"op":"c","ts_ms":1729478173298,"transaction":null} -{"before":null,"after":{"id":1253,"customer_name":"Molly Williams","product_name":"Mouse","quantity":2,"price":1997.8,"order_date":1729452972934385,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478172935,"snapshot":"false","db":"testdb","sequence":"[\"66653680448\",\"66653680448\"]","schema":"public","table":"orders","txId":2195906,"lsn":66653680448,"xmin":null},"op":"c","ts_ms":1729478173298,"transaction":null} -{"before":null,"after":{"id":1254,"customer_name":"Todd Hall","product_name":"Laptop","quantity":4,"price":1267.4,"order_date":1729452972990468,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478172991,"snapshot":"false","db":"testdb","sequence":"[\"66653680680\",\"66653680680\"]","schema":"public","table":"orders","txId":2195907,"lsn":66653680680,"xmin":null},"op":"c","ts_ms":1729478173299,"transaction":null} -{"before":null,"after":{"id":1211,"customer_name":"Tracy Ayers","product_name":"Monitor","quantity":3,"price":919.87,"order_date":1729452970768750,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478173025,"snapshot":"false","db":"testdb","sequence":"[\"66653680912\",\"66653680968\"]","schema":"public","table":"orders","txId":2195908,"lsn":66653680968,"xmin":null},"op":"u","ts_ms":1729478173299,"transaction":null} -{"before":null,"after":{"id":1255,"customer_name":"Melanie Long","product_name":"Monitor","quantity":2,"price":1473.47,"order_date":1729452973046710,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478173059,"snapshot":"false","db":"testdb","sequence":"[\"66653681144\",\"66653681144\"]","schema":"public","table":"orders","txId":2195909,"lsn":66653681144,"xmin":null},"op":"c","ts_ms":1729478173299,"transaction":null} -{"before":null,"after":{"id":1256,"customer_name":"Jocelyn Roberts","product_name":"Mouse","quantity":3,"price":1564.0,"order_date":1729452973097911,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478173099,"snapshot":"false","db":"testdb","sequence":"[\"66653681376\",\"66653681376\"]","schema":"public","table":"orders","txId":2195910,"lsn":66653681376,"xmin":null},"op":"c","ts_ms":1729478173299,"transaction":null} -{"before":null,"after":{"id":442,"customer_name":"Tyler Brown","product_name":"Headphones","quantity":1,"price":1857.88,"order_date":1729452927450635,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478173146,"snapshot":"false","db":"testdb","sequence":"[\"66653681608\",\"66653681728\"]","schema":"public","table":"orders","txId":2195911,"lsn":66653681728,"xmin":null},"op":"u","ts_ms":1729478173299,"transaction":null} -{"before":null,"after":{"id":1257,"customer_name":"Christopher Ryan","product_name":"Headphones","quantity":4,"price":380.91,"order_date":1729452973190568,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478173192,"snapshot":"false","db":"testdb","sequence":"[\"66653681976\",\"66653681976\"]","schema":"public","table":"orders","txId":2195912,"lsn":66653681976,"xmin":null},"op":"c","ts_ms":1729478173299,"transaction":null} -{"before":null,"after":{"id":1258,"customer_name":"Ashley Rivera","product_name":"Monitor","quantity":3,"price":225.01,"order_date":1729452973233523,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478173235,"snapshot":"false","db":"testdb","sequence":"[\"66653682216\",\"66653682216\"]","schema":"public","table":"orders","txId":2195913,"lsn":66653682216,"xmin":null},"op":"c","ts_ms":1729478173299,"transaction":null} -{"before":null,"after":{"id":1259,"customer_name":"Tina Ortiz","product_name":"Laptop","quantity":5,"price":1539.8,"order_date":1729452973277737,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478173278,"snapshot":"false","db":"testdb","sequence":"[\"66653682440\",\"66653682440\"]","schema":"public","table":"orders","txId":2195914,"lsn":66653682440,"xmin":null},"op":"c","ts_ms":1729478173299,"transaction":null} -{"before":null,"after":{"id":1260,"customer_name":"Robert Gonzales","product_name":"Laptop","quantity":1,"price":683.4,"order_date":1729452973308168,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478173309,"snapshot":"false","db":"testdb","sequence":"[\"66653682672\",\"66653682672\"]","schema":"public","table":"orders","txId":2195915,"lsn":66653682672,"xmin":null},"op":"c","ts_ms":1729478173812,"transaction":null} -{"before":{"id":610,"customer_name":null,"product_name":null,"quantity":null,"price":null,"order_date":null,"status":null},"after":null,"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478173335,"snapshot":"false","db":"testdb","sequence":"[\"66653682904\",\"66653682960\"]","schema":"public","table":"orders","txId":2195916,"lsn":66653682960,"xmin":null},"op":"d","ts_ms":1729478173812,"transaction":null} -{"before":null,"after":{"id":1261,"customer_name":"Jermaine David","product_name":"Headphones","quantity":4,"price":1046.76,"order_date":1729452973376363,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478173379,"snapshot":"false","db":"testdb","sequence":"[\"66653683072\",\"66653683072\"]","schema":"public","table":"orders","txId":2195917,"lsn":66653683072,"xmin":null},"op":"c","ts_ms":1729478173812,"transaction":null} -{"before":null,"after":{"id":1262,"customer_name":"Wayne Steele","product_name":"Smartphone","quantity":4,"price":753.84,"order_date":1729452973402279,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478173403,"snapshot":"false","db":"testdb","sequence":"[\"66653683312\",\"66653683312\"]","schema":"public","table":"orders","txId":2195918,"lsn":66653683312,"xmin":null},"op":"c","ts_ms":1729478173812,"transaction":null} -{"before":null,"after":{"id":1263,"customer_name":"Mary Moore","product_name":"Headphones","quantity":2,"price":1073.66,"order_date":1729452973440446,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478173442,"snapshot":"false","db":"testdb","sequence":"[\"66653683544\",\"66653683544\"]","schema":"public","table":"orders","txId":2195919,"lsn":66653683544,"xmin":null},"op":"c","ts_ms":1729478173812,"transaction":null} -{"before":null,"after":{"id":1264,"customer_name":"Jessica Harris","product_name":"Monitor","quantity":1,"price":1050.84,"order_date":1729452973481114,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478173483,"snapshot":"false","db":"testdb","sequence":"[\"66653683792\",\"66653683792\"]","schema":"public","table":"orders","txId":2195920,"lsn":66653683792,"xmin":null},"op":"c","ts_ms":1729478173812,"transaction":null} -{"before":null,"after":{"id":1265,"customer_name":"James Hodge","product_name":"Mouse","quantity":1,"price":372.28,"order_date":1729452973526146,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478173529,"snapshot":"false","db":"testdb","sequence":"[\"66653684016\",\"66653684016\"]","schema":"public","table":"orders","txId":2195921,"lsn":66653684016,"xmin":null},"op":"c","ts_ms":1729478173812,"transaction":null} -{"before":null,"after":{"id":1266,"customer_name":"Matthew Bradshaw","product_name":"Monitor","quantity":1,"price":1663.1,"order_date":1729452973567201,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478173569,"snapshot":"false","db":"testdb","sequence":"[\"66653684248\",\"66653684248\"]","schema":"public","table":"orders","txId":2195922,"lsn":66653684248,"xmin":null},"op":"c","ts_ms":1729478173812,"transaction":null} -{"before":null,"after":{"id":1267,"customer_name":"Mrs. Jillian Martinez","product_name":"Headphones","quantity":4,"price":1873.5,"order_date":1729452973609171,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478173610,"snapshot":"false","db":"testdb","sequence":"[\"66653684488\",\"66653684488\"]","schema":"public","table":"orders","txId":2195923,"lsn":66653684488,"xmin":null},"op":"c","ts_ms":1729478173813,"transaction":null} -{"before":null,"after":{"id":1268,"customer_name":"Marc Cruz","product_name":"Monitor","quantity":2,"price":643.83,"order_date":1729452973660975,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478173666,"snapshot":"false","db":"testdb","sequence":"[\"66653684736\",\"66653684912\"]","schema":"public","table":"orders","txId":2195924,"lsn":66653684912,"xmin":null},"op":"c","ts_ms":1729478173813,"transaction":null} -{"before":null,"after":{"id":1269,"customer_name":"Jenna Thornton","product_name":"Headphones","quantity":2,"price":270.2,"order_date":1729452973702203,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478173703,"snapshot":"false","db":"testdb","sequence":"[\"66653685136\",\"66653685136\"]","schema":"public","table":"orders","txId":2195925,"lsn":66653685136,"xmin":null},"op":"c","ts_ms":1729478173813,"transaction":null} -{"before":null,"after":{"id":1270,"customer_name":"Vanessa Hodges","product_name":"Smartphone","quantity":1,"price":838.61,"order_date":1729452973745744,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478173747,"snapshot":"false","db":"testdb","sequence":"[\"66653685376\",\"66653685376\"]","schema":"public","table":"orders","txId":2195926,"lsn":66653685376,"xmin":null},"op":"c","ts_ms":1729478173813,"transaction":null} -{"before":null,"after":{"id":1271,"customer_name":"Jessica Shelton","product_name":"Mouse","quantity":5,"price":555.22,"order_date":1729452973801246,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478173803,"snapshot":"false","db":"testdb","sequence":"[\"66653685608\",\"66653685608\"]","schema":"public","table":"orders","txId":2195927,"lsn":66653685608,"xmin":null},"op":"c","ts_ms":1729478173813,"transaction":null} -{"before":null,"after":{"id":1272,"customer_name":"Larry Myers","product_name":"Laptop","quantity":3,"price":662.15,"order_date":1729452973850220,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478173852,"snapshot":"false","db":"testdb","sequence":"[\"66653685840\",\"66653685944\"]","schema":"public","table":"orders","txId":2195928,"lsn":66653685944,"xmin":null},"op":"c","ts_ms":1729478174324,"transaction":null} -{"before":null,"after":{"id":1273,"customer_name":"Sheila Spencer","product_name":"Keyboard","quantity":1,"price":1099.48,"order_date":1729452973906035,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478173908,"snapshot":"false","db":"testdb","sequence":"[\"66653686176\",\"66653686176\"]","schema":"public","table":"orders","txId":2195929,"lsn":66653686176,"xmin":null},"op":"c","ts_ms":1729478174324,"transaction":null} -{"before":null,"after":{"id":1274,"customer_name":"Dillon Brown","product_name":"Monitor","quantity":3,"price":1784.19,"order_date":1729452973968032,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478173970,"snapshot":"false","db":"testdb","sequence":"[\"66653686408\",\"66653686408\"]","schema":"public","table":"orders","txId":2195930,"lsn":66653686408,"xmin":null},"op":"c","ts_ms":1729478174324,"transaction":null} -{"before":null,"after":{"id":1275,"customer_name":"Michael Gould","product_name":"Monitor","quantity":1,"price":1185.94,"order_date":1729452974003646,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478174005,"snapshot":"false","db":"testdb","sequence":"[\"66653686640\",\"66653686640\"]","schema":"public","table":"orders","txId":2195931,"lsn":66653686640,"xmin":null},"op":"c","ts_ms":1729478174324,"transaction":null} -{"before":null,"after":{"id":1276,"customer_name":"Anne Singh","product_name":"Headphones","quantity":5,"price":262.45,"order_date":1729452974055324,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478174057,"snapshot":"false","db":"testdb","sequence":"[\"66653686872\",\"66653686872\"]","schema":"public","table":"orders","txId":2195932,"lsn":66653686872,"xmin":null},"op":"c","ts_ms":1729478174324,"transaction":null} -{"before":null,"after":{"id":1277,"customer_name":"Michelle Tate","product_name":"Monitor","quantity":2,"price":693.27,"order_date":1729452974087696,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478174090,"snapshot":"false","db":"testdb","sequence":"[\"66653687096\",\"66653687096\"]","schema":"public","table":"orders","txId":2195933,"lsn":66653687096,"xmin":null},"op":"c","ts_ms":1729478174324,"transaction":null} -{"before":null,"after":{"id":1278,"customer_name":"Ronald Ponce","product_name":"Mouse","quantity":2,"price":161.83,"order_date":1729452974119794,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478174122,"snapshot":"false","db":"testdb","sequence":"[\"66653687328\",\"66653687328\"]","schema":"public","table":"orders","txId":2195934,"lsn":66653687328,"xmin":null},"op":"c","ts_ms":1729478174324,"transaction":null} -{"before":null,"after":{"id":1279,"customer_name":"Alan Wiley","product_name":"Monitor","quantity":1,"price":1473.63,"order_date":1729452974179539,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478174181,"snapshot":"false","db":"testdb","sequence":"[\"66653687552\",\"66653687552\"]","schema":"public","table":"orders","txId":2195935,"lsn":66653687552,"xmin":null},"op":"c","ts_ms":1729478174324,"transaction":null} -{"before":null,"after":{"id":1280,"customer_name":"Mrs. Virginia Wallace","product_name":"Headphones","quantity":3,"price":703.64,"order_date":1729452974239891,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478174241,"snapshot":"false","db":"testdb","sequence":"[\"66653687784\",\"66653687784\"]","schema":"public","table":"orders","txId":2195936,"lsn":66653687784,"xmin":null},"op":"c","ts_ms":1729478174324,"transaction":null} -{"before":null,"after":{"id":1281,"customer_name":"Natalie Clements","product_name":"Smartphone","quantity":5,"price":972.13,"order_date":1729452974273676,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478174275,"snapshot":"false","db":"testdb","sequence":"[\"66653688032\",\"66653688032\"]","schema":"public","table":"orders","txId":2195937,"lsn":66653688032,"xmin":null},"op":"c","ts_ms":1729478174324,"transaction":null} -{"before":null,"after":{"id":1282,"customer_name":"Samantha Caldwell","product_name":"Mouse","quantity":1,"price":1003.85,"order_date":1729452974312344,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478174314,"snapshot":"false","db":"testdb","sequence":"[\"66653688264\",\"66653688264\"]","schema":"public","table":"orders","txId":2195938,"lsn":66653688264,"xmin":null},"op":"c","ts_ms":1729478174325,"transaction":null} -{"before":null,"after":{"id":1283,"customer_name":"Cindy Palmer","product_name":"Mouse","quantity":4,"price":1599.18,"order_date":1729452974359104,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478174361,"snapshot":"false","db":"testdb","sequence":"[\"66653688496\",\"66653688496\"]","schema":"public","table":"orders","txId":2195939,"lsn":66653688496,"xmin":null},"op":"c","ts_ms":1729478174835,"transaction":null} -{"before":null,"after":{"id":1284,"customer_name":"Jonathan Vasquez","product_name":"Keyboard","quantity":2,"price":1608.84,"order_date":1729452974406974,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478174408,"snapshot":"false","db":"testdb","sequence":"[\"66653688728\",\"66653688728\"]","schema":"public","table":"orders","txId":2195940,"lsn":66653688728,"xmin":null},"op":"c","ts_ms":1729478174835,"transaction":null} -{"before":null,"after":{"id":290,"customer_name":"Cory Ramsey","product_name":"Monitor","quantity":4,"price":1528.82,"order_date":1729452919047854,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478174469,"snapshot":"false","db":"testdb","sequence":"[\"66653688960\",\"66653689072\"]","schema":"public","table":"orders","txId":2195941,"lsn":66653689072,"xmin":null},"op":"u","ts_ms":1729478174835,"transaction":null} -{"before":null,"after":{"id":1285,"customer_name":"Mr. Tom Smith","product_name":"Laptop","quantity":3,"price":1619.58,"order_date":1729452974502499,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478174504,"snapshot":"false","db":"testdb","sequence":"[\"66653689320\",\"66653689320\"]","schema":"public","table":"orders","txId":2195942,"lsn":66653689320,"xmin":null},"op":"c","ts_ms":1729478174835,"transaction":null} -{"before":null,"after":{"id":1286,"customer_name":"Melissa Ramsey","product_name":"Smartphone","quantity":1,"price":1691.72,"order_date":1729452974528768,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478174531,"snapshot":"false","db":"testdb","sequence":"[\"66653689552\",\"66653689552\"]","schema":"public","table":"orders","txId":2195943,"lsn":66653689552,"xmin":null},"op":"c","ts_ms":1729478174835,"transaction":null} -{"before":null,"after":{"id":1287,"customer_name":"Mr. Aaron Davis","product_name":"Laptop","quantity":3,"price":1641.66,"order_date":1729452974569892,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478174571,"snapshot":"false","db":"testdb","sequence":"[\"66653689784\",\"66653689784\"]","schema":"public","table":"orders","txId":2195944,"lsn":66653689784,"xmin":null},"op":"c","ts_ms":1729478174835,"transaction":null} -{"before":null,"after":{"id":268,"customer_name":"Michael Herrera","product_name":"Headphones","quantity":5,"price":141.52,"order_date":1729452917938325,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478174634,"snapshot":"false","db":"testdb","sequence":"[\"66653690016\",\"66653690128\"]","schema":"public","table":"orders","txId":2195945,"lsn":66653690128,"xmin":null},"op":"u","ts_ms":1729478174835,"transaction":null} -{"before":null,"after":{"id":1288,"customer_name":"Jason Sanders","product_name":"Keyboard","quantity":4,"price":181.6,"order_date":1729452974659690,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478174661,"snapshot":"false","db":"testdb","sequence":"[\"66653690384\",\"66653690384\"]","schema":"public","table":"orders","txId":2195946,"lsn":66653690384,"xmin":null},"op":"c","ts_ms":1729478174836,"transaction":null} -{"before":null,"after":{"id":1289,"customer_name":"Sean Thomas","product_name":"Keyboard","quantity":3,"price":457.59,"order_date":1729452974691976,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478174693,"snapshot":"false","db":"testdb","sequence":"[\"66653690616\",\"66653690616\"]","schema":"public","table":"orders","txId":2195947,"lsn":66653690616,"xmin":null},"op":"c","ts_ms":1729478174836,"transaction":null} -{"before":null,"after":{"id":635,"customer_name":"Scott Perry","product_name":"Smartphone","quantity":4,"price":1047.39,"order_date":1729452938379676,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478174735,"snapshot":"false","db":"testdb","sequence":"[\"66653690848\",\"66653690912\"]","schema":"public","table":"orders","txId":2195948,"lsn":66653690912,"xmin":null},"op":"u","ts_ms":1729478174836,"transaction":null} -{"before":null,"after":{"id":1290,"customer_name":"David Reed","product_name":"Monitor","quantity":2,"price":1710.85,"order_date":1729452974757190,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478174758,"snapshot":"false","db":"testdb","sequence":"[\"66653691088\",\"66653691088\"]","schema":"public","table":"orders","txId":2195949,"lsn":66653691088,"xmin":null},"op":"c","ts_ms":1729478174836,"transaction":null} -{"before":null,"after":{"id":1291,"customer_name":"Jessica Barnes","product_name":"Keyboard","quantity":2,"price":436.28,"order_date":1729452974784080,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478174785,"snapshot":"false","db":"testdb","sequence":"[\"66653691312\",\"66653691312\"]","schema":"public","table":"orders","txId":2195950,"lsn":66653691312,"xmin":null},"op":"c","ts_ms":1729478174836,"transaction":null} -{"before":null,"after":{"id":1292,"customer_name":"Victoria Flores","product_name":"Smartphone","quantity":3,"price":1021.79,"order_date":1729452974818872,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478174820,"snapshot":"false","db":"testdb","sequence":"[\"66653691536\",\"66653691536\"]","schema":"public","table":"orders","txId":2195951,"lsn":66653691536,"xmin":null},"op":"c","ts_ms":1729478174836,"transaction":null} -{"before":null,"after":{"id":1293,"customer_name":"Christina Anderson","product_name":"Monitor","quantity":5,"price":558.04,"order_date":1729452974869878,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478174871,"snapshot":"false","db":"testdb","sequence":"[\"66653691768\",\"66653691768\"]","schema":"public","table":"orders","txId":2195952,"lsn":66653691768,"xmin":null},"op":"c","ts_ms":1729478175344,"transaction":null} -{"before":null,"after":{"id":1294,"customer_name":"Kimberly Black","product_name":"Headphones","quantity":1,"price":1770.12,"order_date":1729452974892391,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478174901,"snapshot":"false","db":"testdb","sequence":"[\"66653692024\",\"66653692024\"]","schema":"public","table":"orders","txId":2195953,"lsn":66653692024,"xmin":null},"op":"c","ts_ms":1729478175345,"transaction":null} -{"before":null,"after":{"id":1295,"customer_name":"Gabriella Singh","product_name":"Keyboard","quantity":5,"price":140.32,"order_date":1729452974953666,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478174957,"snapshot":"false","db":"testdb","sequence":"[\"66653692264\",\"66653692264\"]","schema":"public","table":"orders","txId":2195954,"lsn":66653692264,"xmin":null},"op":"c","ts_ms":1729478175345,"transaction":null} -{"before":null,"after":{"id":1296,"customer_name":"Richard Juarez","product_name":"Monitor","quantity":5,"price":1852.28,"order_date":1729452974985129,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478174990,"snapshot":"false","db":"testdb","sequence":"[\"66653692504\",\"66653692504\"]","schema":"public","table":"orders","txId":2195955,"lsn":66653692504,"xmin":null},"op":"c","ts_ms":1729478175345,"transaction":null} -{"before":null,"after":{"id":1297,"customer_name":"Jerry Combs","product_name":"Headphones","quantity":5,"price":1980.69,"order_date":1729452975048277,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478175053,"snapshot":"false","db":"testdb","sequence":"[\"66653692728\",\"66653692728\"]","schema":"public","table":"orders","txId":2195956,"lsn":66653692728,"xmin":null},"op":"c","ts_ms":1729478175345,"transaction":null} -{"before":null,"after":{"id":1298,"customer_name":"Manuel Saunders","product_name":"Keyboard","quantity":3,"price":233.89,"order_date":1729452975075043,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478175077,"snapshot":"false","db":"testdb","sequence":"[\"66653692952\",\"66653692952\"]","schema":"public","table":"orders","txId":2195957,"lsn":66653692952,"xmin":null},"op":"c","ts_ms":1729478175345,"transaction":null} -{"before":null,"after":{"id":1299,"customer_name":"Angie Henry","product_name":"Laptop","quantity":3,"price":1621.48,"order_date":1729452975122849,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478175125,"snapshot":"false","db":"testdb","sequence":"[\"66653693192\",\"66653693192\"]","schema":"public","table":"orders","txId":2195958,"lsn":66653693192,"xmin":null},"op":"c","ts_ms":1729478175345,"transaction":null} -{"before":null,"after":{"id":1300,"customer_name":"Paula Willis","product_name":"Smartphone","quantity":4,"price":1097.74,"order_date":1729452975168121,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478175170,"snapshot":"false","db":"testdb","sequence":"[\"66653693424\",\"66653693424\"]","schema":"public","table":"orders","txId":2195959,"lsn":66653693424,"xmin":null},"op":"c","ts_ms":1729478175345,"transaction":null} -{"before":null,"after":{"id":1301,"customer_name":"Candice Mcclure","product_name":"Monitor","quantity":5,"price":1346.42,"order_date":1729452975225237,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478175227,"snapshot":"false","db":"testdb","sequence":"[\"66653693656\",\"66653693656\"]","schema":"public","table":"orders","txId":2195960,"lsn":66653693656,"xmin":null},"op":"c","ts_ms":1729478175345,"transaction":null} -{"before":null,"after":{"id":1302,"customer_name":"Crystal Frost","product_name":"Keyboard","quantity":3,"price":1257.49,"order_date":1729452975277614,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478175279,"snapshot":"false","db":"testdb","sequence":"[\"66653693888\",\"66653693888\"]","schema":"public","table":"orders","txId":2195961,"lsn":66653693888,"xmin":null},"op":"c","ts_ms":1729478175345,"transaction":null} -{"before":null,"after":{"id":1303,"customer_name":"Joseph Ryan","product_name":"Smartphone","quantity":1,"price":1268.75,"order_date":1729452975304708,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478175306,"snapshot":"false","db":"testdb","sequence":"[\"66653694112\",\"66653694112\"]","schema":"public","table":"orders","txId":2195962,"lsn":66653694112,"xmin":null},"op":"c","ts_ms":1729478175345,"transaction":null} -{"before":null,"after":{"id":1304,"customer_name":"Anthony Washington","product_name":"Keyboard","quantity":1,"price":52.59,"order_date":1729452975326944,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478175329,"snapshot":"false","db":"testdb","sequence":"[\"66653694336\",\"66653694336\"]","schema":"public","table":"orders","txId":2195963,"lsn":66653694336,"xmin":null},"op":"c","ts_ms":1729478175345,"transaction":null} -{"before":null,"after":{"id":1305,"customer_name":"Shannon Alvarado","product_name":"Mouse","quantity":4,"price":493.54,"order_date":1729452975353781,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478175355,"snapshot":"false","db":"testdb","sequence":"[\"66653694576\",\"66653694680\"]","schema":"public","table":"orders","txId":2195964,"lsn":66653694680,"xmin":null},"op":"c","ts_ms":1729478175856,"transaction":null} -{"before":null,"after":{"id":1306,"customer_name":"Heather Eaton","product_name":"Mouse","quantity":4,"price":896.36,"order_date":1729452975414448,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478175416,"snapshot":"false","db":"testdb","sequence":"[\"66653694912\",\"66653694912\"]","schema":"public","table":"orders","txId":2195965,"lsn":66653694912,"xmin":null},"op":"c","ts_ms":1729478175856,"transaction":null} -{"before":null,"after":{"id":386,"customer_name":"Michael Cole","product_name":"Smartphone","quantity":1,"price":1109.07,"order_date":1729452924419551,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478175473,"snapshot":"false","db":"testdb","sequence":"[\"66653695136\",\"66653695200\"]","schema":"public","table":"orders","txId":2195966,"lsn":66653695200,"xmin":null},"op":"u","ts_ms":1729478175856,"transaction":null} -{"before":null,"after":{"id":1307,"customer_name":"Laurie Martin","product_name":"Mouse","quantity":5,"price":866.5,"order_date":1729452975509344,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478175511,"snapshot":"false","db":"testdb","sequence":"[\"66653695376\",\"66653695376\"]","schema":"public","table":"orders","txId":2195967,"lsn":66653695376,"xmin":null},"op":"c","ts_ms":1729478175856,"transaction":null} -{"before":null,"after":{"id":1168,"customer_name":"Alexander Hernandez","product_name":"Laptop","quantity":4,"price":1225.55,"order_date":1729452968461340,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478175574,"snapshot":"false","db":"testdb","sequence":"[\"66653695600\",\"66653695720\"]","schema":"public","table":"orders","txId":2195968,"lsn":66653695720,"xmin":null},"op":"u","ts_ms":1729478175856,"transaction":null} -{"before":null,"after":{"id":1308,"customer_name":"Olivia Wilcox","product_name":"Smartphone","quantity":4,"price":1035.14,"order_date":1729452975614155,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478175615,"snapshot":"false","db":"testdb","sequence":"[\"66653695976\",\"66653695976\"]","schema":"public","table":"orders","txId":2195969,"lsn":66653695976,"xmin":null},"op":"c","ts_ms":1729478175856,"transaction":null} -{"before":null,"after":{"id":1309,"customer_name":"Andrew Klein","product_name":"Mouse","quantity":1,"price":1946.89,"order_date":1729452975648057,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478175649,"snapshot":"false","db":"testdb","sequence":"[\"66653696208\",\"66653696208\"]","schema":"public","table":"orders","txId":2195970,"lsn":66653696208,"xmin":null},"op":"c","ts_ms":1729478175856,"transaction":null} -{"before":null,"after":{"id":1002,"customer_name":"Barbara Anderson","product_name":"Monitor","quantity":5,"price":174.25,"order_date":1729452959538709,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478175690,"snapshot":"false","db":"testdb","sequence":"[\"66653696432\",\"66653696544\"]","schema":"public","table":"orders","txId":2195971,"lsn":66653696544,"xmin":null},"op":"u","ts_ms":1729478175856,"transaction":null} -{"before":null,"after":{"id":1310,"customer_name":"Christian Harper","product_name":"Headphones","quantity":3,"price":1132.41,"order_date":1729452975718889,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478175721,"snapshot":"false","db":"testdb","sequence":"[\"66653696800\",\"66653696800\"]","schema":"public","table":"orders","txId":2195972,"lsn":66653696800,"xmin":null},"op":"c","ts_ms":1729478175856,"transaction":null} -{"before":null,"after":{"id":1311,"customer_name":"Kevin Montgomery","product_name":"Mouse","quantity":3,"price":625.62,"order_date":1729452975750315,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478175752,"snapshot":"false","db":"testdb","sequence":"[\"66653697032\",\"66653697032\"]","schema":"public","table":"orders","txId":2195973,"lsn":66653697032,"xmin":null},"op":"c","ts_ms":1729478175856,"transaction":null} -{"before":null,"after":{"id":1312,"customer_name":"Sheila Alexander","product_name":"Monitor","quantity":1,"price":666.75,"order_date":1729452975804701,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478175806,"snapshot":"false","db":"testdb","sequence":"[\"66653697264\",\"66653697264\"]","schema":"public","table":"orders","txId":2195974,"lsn":66653697264,"xmin":null},"op":"c","ts_ms":1729478175856,"transaction":null} -{"before":null,"after":{"id":1313,"customer_name":"Leah Johnson","product_name":"Monitor","quantity":5,"price":1690.83,"order_date":1729452975866347,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478175868,"snapshot":"false","db":"testdb","sequence":"[\"66653697496\",\"66653697496\"]","schema":"public","table":"orders","txId":2195975,"lsn":66653697496,"xmin":null},"op":"c","ts_ms":1729478176363,"transaction":null} -{"before":null,"after":{"id":1314,"customer_name":"Tammy Flores","product_name":"Smartphone","quantity":5,"price":218.29,"order_date":1729452975906264,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478175908,"snapshot":"false","db":"testdb","sequence":"[\"66653697728\",\"66653697728\"]","schema":"public","table":"orders","txId":2195976,"lsn":66653697728,"xmin":null},"op":"c","ts_ms":1729478176363,"transaction":null} -{"before":null,"after":{"id":1315,"customer_name":"Anne Mendoza","product_name":"Laptop","quantity":2,"price":60.82,"order_date":1729452975934386,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478175936,"snapshot":"false","db":"testdb","sequence":"[\"66653697960\",\"66653697960\"]","schema":"public","table":"orders","txId":2195977,"lsn":66653697960,"xmin":null},"op":"c","ts_ms":1729478176363,"transaction":null} -{"before":null,"after":{"id":1316,"customer_name":"Mark Coleman","product_name":"Smartphone","quantity":1,"price":775.85,"order_date":1729452975956872,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478175958,"snapshot":"false","db":"testdb","sequence":"[\"66653698184\",\"66653698184\"]","schema":"public","table":"orders","txId":2195978,"lsn":66653698184,"xmin":null},"op":"c","ts_ms":1729478176363,"transaction":null} -{"before":null,"after":{"id":896,"customer_name":"Jennifer Sloan","product_name":"Laptop","quantity":2,"price":494.41,"order_date":1729452953191720,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478175989,"snapshot":"false","db":"testdb","sequence":"[\"66653698416\",\"66653698472\"]","schema":"public","table":"orders","txId":2195979,"lsn":66653698472,"xmin":null},"op":"u","ts_ms":1729478176364,"transaction":null} -{"before":null,"after":{"id":1317,"customer_name":"Aaron Walker","product_name":"Keyboard","quantity":1,"price":851.47,"order_date":1729452976031802,"status":"Pending"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478176033,"snapshot":"false","db":"testdb","sequence":"[\"66653698648\",\"66653698648\"]","schema":"public","table":"orders","txId":2195980,"lsn":66653698648,"xmin":null},"op":"c","ts_ms":1729478176364,"transaction":null} -{"before":null,"after":{"id":1318,"customer_name":"Randall Henry","product_name":"Monitor","quantity":5,"price":1232.49,"order_date":1729452976062060,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478176063,"snapshot":"false","db":"testdb","sequence":"[\"66653698872\",\"66653698872\"]","schema":"public","table":"orders","txId":2195981,"lsn":66653698872,"xmin":null},"op":"c","ts_ms":1729478176364,"transaction":null} -{"before":null,"after":{"id":1319,"customer_name":"Kelly Shaw","product_name":"Keyboard","quantity":3,"price":486.23,"order_date":1729452976112808,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478176114,"snapshot":"false","db":"testdb","sequence":"[\"66653699096\",\"66653699096\"]","schema":"public","table":"orders","txId":2195982,"lsn":66653699096,"xmin":null},"op":"c","ts_ms":1729478176364,"transaction":null} -{"before":null,"after":{"id":188,"customer_name":"Lisa Copeland","product_name":"Headphones","quantity":4,"price":1018.88,"order_date":1729452913752710,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478176165,"snapshot":"false","db":"testdb","sequence":"[\"66653699328\",\"66653699448\"]","schema":"public","table":"orders","txId":2195983,"lsn":66653699448,"xmin":null},"op":"u","ts_ms":1729478176364,"transaction":null} -{"before":null,"after":{"id":1320,"customer_name":"Stephanie Conrad","product_name":"Keyboard","quantity":1,"price":1126.05,"order_date":1729452976199074,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478176201,"snapshot":"false","db":"testdb","sequence":"[\"66653699704\",\"66653699704\"]","schema":"public","table":"orders","txId":2195984,"lsn":66653699704,"xmin":null},"op":"c","ts_ms":1729478176364,"transaction":null} -{"before":null,"after":{"id":1321,"customer_name":"Sharon Hernandez","product_name":"Keyboard","quantity":5,"price":1577.65,"order_date":1729452976225060,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478176227,"snapshot":"false","db":"testdb","sequence":"[\"66653699936\",\"66653699936\"]","schema":"public","table":"orders","txId":2195985,"lsn":66653699936,"xmin":null},"op":"c","ts_ms":1729478176364,"transaction":null} -{"before":null,"after":{"id":22,"customer_name":"David Lee","product_name":"Headphones","quantity":1,"price":293.37,"order_date":1729452904897168,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478176285,"snapshot":"false","db":"testdb","sequence":"[\"66653700200\",\"66653700312\"]","schema":"public","table":"orders","txId":2195986,"lsn":66653700312,"xmin":null},"op":"u","ts_ms":1729478176364,"transaction":null} -{"before":null,"after":{"id":1022,"customer_name":"Rebekah Torres","product_name":"Mouse","quantity":2,"price":1890.05,"order_date":1729452960740940,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478176325,"snapshot":"false","db":"testdb","sequence":"[\"66653700560\",\"66653700624\"]","schema":"public","table":"orders","txId":2195987,"lsn":66653700624,"xmin":null},"op":"u","ts_ms":1729478176364,"transaction":null} -{"before":null,"after":{"id":1322,"customer_name":"Kristin Floyd","product_name":"Laptop","quantity":5,"price":1530.13,"order_date":1729452976354156,"status":"Cancelled"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478176356,"snapshot":"false","db":"testdb","sequence":"[\"66653700800\",\"66653700800\"]","schema":"public","table":"orders","txId":2195988,"lsn":66653700800,"xmin":null},"op":"c","ts_ms":1729478176364,"transaction":null} -{"before":null,"after":{"id":1323,"customer_name":"Ryan Brown","product_name":"Laptop","quantity":4,"price":1503.61,"order_date":1729452976383663,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478176386,"snapshot":"false","db":"testdb","sequence":"[\"66653701032\",\"66653701032\"]","schema":"public","table":"orders","txId":2195989,"lsn":66653701032,"xmin":null},"op":"c","ts_ms":1729478176874,"transaction":null} -{"before":null,"after":{"id":1324,"customer_name":"Richard Phillips","product_name":"Laptop","quantity":3,"price":386.33,"order_date":1729452976414436,"status":"Shipped"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478176415,"snapshot":"false","db":"testdb","sequence":"[\"66653701256\",\"66653701256\"]","schema":"public","table":"orders","txId":2195990,"lsn":66653701256,"xmin":null},"op":"c","ts_ms":1729478176875,"transaction":null} -{"before":null,"after":{"id":1325,"customer_name":"Becky Daniels","product_name":"Keyboard","quantity":2,"price":360.13,"order_date":1729452976452948,"status":"Delivered"},"source":{"version":"2.5.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1729478176454,"snapshot":"false","db":"testdb","sequence":"[\"66653701480\",\"66653701480\"]","schema":"public","table":"orders","txId":2195991,"lsn":66653701480,"xmin":null},"op":"c","ts_ms":1729478176875,"transaction":null} +{"before":null,"after":{"id":3107,"customer_name":"Brenda Garcia","product_name":"Headphones","quantity":3,"price":392.25,"order_date":1734539354748899,"status":"Delivered"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568154752,"snapshot":"false","db":"testdb","sequence":"[\"66756334904\",\"66756335160\"]","schema":"public","table":"orders","txId":2218863,"lsn":66756335160,"xmin":null},"op":"c","ts_ms":1734568155168,"transaction":null} +{"before":null,"after":{"id":3108,"customer_name":"John Henry","product_name":"Laptop","quantity":1,"price":320.1,"order_date":1734539354773308,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568154774,"snapshot":"false","db":"testdb","sequence":"[\"66756335456\",\"66756335456\"]","schema":"public","table":"orders","txId":2218864,"lsn":66756335456,"xmin":null},"op":"c","ts_ms":1734568155169,"transaction":null} +{"before":null,"after":{"id":3109,"customer_name":"Jamie Munoz","product_name":"Headphones","quantity":3,"price":1797.72,"order_date":1734539354811015,"status":"Cancelled"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568154812,"snapshot":"false","db":"testdb","sequence":"[\"66756335680\",\"66756335680\"]","schema":"public","table":"orders","txId":2218865,"lsn":66756335680,"xmin":null},"op":"c","ts_ms":1734568155169,"transaction":null} +{"before":null,"after":{"id":3110,"customer_name":"Jason Wong","product_name":"Monitor","quantity":5,"price":1804.33,"order_date":1734539354863185,"status":"Pending"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568154864,"snapshot":"false","db":"testdb","sequence":"[\"66756335912\",\"66756335912\"]","schema":"public","table":"orders","txId":2218866,"lsn":66756335912,"xmin":null},"op":"c","ts_ms":1734568155169,"transaction":null} +{"before":{"id":3107,"customer_name":"Brenda Garcia","product_name":"Headphones","quantity":3,"price":392.25,"order_date":1734539354748899,"status":"Delivered"},"after":{"id":3107,"customer_name":"Brenda Garcia","product_name":"Headphones","quantity":3,"price":392.25,"order_date":1734539354748899,"status":"Delivered"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568154923,"snapshot":"false","db":"testdb","sequence":"[\"66756336136\",\"66756336136\"]","schema":"public","table":"orders","txId":2218867,"lsn":66756336136,"xmin":null},"op":"u","ts_ms":1734568155169,"transaction":null} +{"before":null,"after":{"id":3111,"customer_name":"Jessica Alexander","product_name":"Mouse","quantity":1,"price":1074.4,"order_date":1734539354979664,"status":"Cancelled"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568154981,"snapshot":"false","db":"testdb","sequence":"[\"66756336392\",\"66756336392\"]","schema":"public","table":"orders","txId":2218868,"lsn":66756336392,"xmin":null},"op":"c","ts_ms":1734568155169,"transaction":null} +{"before":null,"after":{"id":3112,"customer_name":"Janet Krause","product_name":"Headphones","quantity":4,"price":895.13,"order_date":1734539355006323,"status":"Pending"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568155007,"snapshot":"false","db":"testdb","sequence":"[\"66756336624\",\"66756336624\"]","schema":"public","table":"orders","txId":2218869,"lsn":66756336624,"xmin":null},"op":"c","ts_ms":1734568155169,"transaction":null} +{"before":null,"after":{"id":3113,"customer_name":"Christina Hayes","product_name":"Mouse","quantity":5,"price":1103.95,"order_date":1734539355030193,"status":"Pending"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568155031,"snapshot":"false","db":"testdb","sequence":"[\"66756336848\",\"66756336848\"]","schema":"public","table":"orders","txId":2218870,"lsn":66756336848,"xmin":null},"op":"c","ts_ms":1734568155169,"transaction":null} +{"before":null,"after":{"id":3114,"customer_name":"John Fields","product_name":"Monitor","quantity":3,"price":1856.86,"order_date":1734539355069306,"status":"Pending"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568155070,"snapshot":"false","db":"testdb","sequence":"[\"66756337072\",\"66756337072\"]","schema":"public","table":"orders","txId":2218871,"lsn":66756337072,"xmin":null},"op":"c","ts_ms":1734568155169,"transaction":null} +{"before":{"id":3108,"customer_name":"John Henry","product_name":"Laptop","quantity":1,"price":320.1,"order_date":1734539354773308,"status":"Shipped"},"after":{"id":3108,"customer_name":"John Henry","product_name":"Laptop","quantity":1,"price":320.1,"order_date":1734539354773308,"status":"Cancelled"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568155114,"snapshot":"false","db":"testdb","sequence":"[\"66756337296\",\"66756337296\"]","schema":"public","table":"orders","txId":2218872,"lsn":66756337296,"xmin":null},"op":"u","ts_ms":1734568155169,"transaction":null} +{"before":null,"after":{"id":3115,"customer_name":"Dennis Torres DVM","product_name":"Keyboard","quantity":1,"price":1010.15,"order_date":1734539355162877,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568155164,"snapshot":"false","db":"testdb","sequence":"[\"66756337536\",\"66756337536\"]","schema":"public","table":"orders","txId":2218873,"lsn":66756337536,"xmin":null},"op":"c","ts_ms":1734568155169,"transaction":null} +{"before":null,"after":{"id":3116,"customer_name":"Jeremy Harris","product_name":"Monitor","quantity":5,"price":1114.67,"order_date":1734539355212421,"status":"Cancelled"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568155213,"snapshot":"false","db":"testdb","sequence":"[\"66756337792\",\"66756337792\"]","schema":"public","table":"orders","txId":2218874,"lsn":66756337792,"xmin":null},"op":"c","ts_ms":1734568155682,"transaction":null} +{"before":null,"after":{"id":3117,"customer_name":"Brenda Brennan","product_name":"Headphones","quantity":1,"price":658.01,"order_date":1734539355251929,"status":"Cancelled"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568155252,"snapshot":"false","db":"testdb","sequence":"[\"66756338024\",\"66756338024\"]","schema":"public","table":"orders","txId":2218875,"lsn":66756338024,"xmin":null},"op":"c","ts_ms":1734568155682,"transaction":null} +{"before":{"id":3107,"customer_name":"Brenda Garcia","product_name":"Headphones","quantity":3,"price":392.25,"order_date":1734539354748899,"status":"Delivered"},"after":{"id":3107,"customer_name":"Brenda Garcia","product_name":"Headphones","quantity":3,"price":392.25,"order_date":1734539354748899,"status":"Cancelled"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568155292,"snapshot":"false","db":"testdb","sequence":"[\"66756338264\",\"66756338264\"]","schema":"public","table":"orders","txId":2218876,"lsn":66756338264,"xmin":null},"op":"u","ts_ms":1734568155682,"transaction":null} +{"before":null,"after":{"id":3118,"customer_name":"Anthony Robertson","product_name":"Keyboard","quantity":5,"price":1330.89,"order_date":1734539355333629,"status":"Cancelled"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568155341,"snapshot":"false","db":"testdb","sequence":"[\"66756338520\",\"66756338520\"]","schema":"public","table":"orders","txId":2218877,"lsn":66756338520,"xmin":null},"op":"c","ts_ms":1734568155682,"transaction":null} +{"before":{"id":3110,"customer_name":"Jason Wong","product_name":"Monitor","quantity":5,"price":1804.33,"order_date":1734539354863185,"status":"Pending"},"after":{"id":3110,"customer_name":"Jason Wong","product_name":"Monitor","quantity":5,"price":1804.33,"order_date":1734539354863185,"status":"Cancelled"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568155369,"snapshot":"false","db":"testdb","sequence":"[\"66756338760\",\"66756338760\"]","schema":"public","table":"orders","txId":2218878,"lsn":66756338760,"xmin":null},"op":"u","ts_ms":1734568155683,"transaction":null} +{"before":{"id":3116,"customer_name":"Jeremy Harris","product_name":"Monitor","quantity":5,"price":1114.67,"order_date":1734539355212421,"status":"Cancelled"},"after":{"id":3116,"customer_name":"Jeremy Harris","product_name":"Monitor","quantity":5,"price":1114.67,"order_date":1734539355212421,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568155391,"snapshot":"false","db":"testdb","sequence":"[\"66756339000\",\"66756339000\"]","schema":"public","table":"orders","txId":2218879,"lsn":66756339000,"xmin":null},"op":"u","ts_ms":1734568155683,"transaction":null} +{"before":null,"after":{"id":3119,"customer_name":"Jeremy Garcia","product_name":"Mouse","quantity":5,"price":1952.78,"order_date":1734539355447444,"status":"Pending"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568155448,"snapshot":"false","db":"testdb","sequence":"[\"66756339240\",\"66756339240\"]","schema":"public","table":"orders","txId":2218880,"lsn":66756339240,"xmin":null},"op":"c","ts_ms":1734568155683,"transaction":null} +{"before":null,"after":{"id":3120,"customer_name":"Sarah Jones","product_name":"Keyboard","quantity":3,"price":991.23,"order_date":1734539355487884,"status":"Delivered"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568155488,"snapshot":"false","db":"testdb","sequence":"[\"66756339464\",\"66756339464\"]","schema":"public","table":"orders","txId":2218881,"lsn":66756339464,"xmin":null},"op":"c","ts_ms":1734568155683,"transaction":null} +{"before":null,"after":{"id":3121,"customer_name":"Mr. James Huff","product_name":"Monitor","quantity":5,"price":91.49,"order_date":1734539355523265,"status":"Delivered"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568155535,"snapshot":"false","db":"testdb","sequence":"[\"66756339696\",\"66756339696\"]","schema":"public","table":"orders","txId":2218882,"lsn":66756339696,"xmin":null},"op":"c","ts_ms":1734568155683,"transaction":null} +{"before":{"id":3121,"customer_name":"Mr. James Huff","product_name":"Monitor","quantity":5,"price":91.49,"order_date":1734539355523265,"status":"Delivered"},"after":{"id":3121,"customer_name":"Mr. James Huff","product_name":"Monitor","quantity":5,"price":91.49,"order_date":1734539355523265,"status":"Cancelled"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568155566,"snapshot":"false","db":"testdb","sequence":"[\"66756339928\",\"66756339928\"]","schema":"public","table":"orders","txId":2218883,"lsn":66756339928,"xmin":null},"op":"u","ts_ms":1734568155683,"transaction":null} +{"before":{"id":3113,"customer_name":"Christina Hayes","product_name":"Mouse","quantity":5,"price":1103.95,"order_date":1734539355030193,"status":"Pending"},"after":{"id":3113,"customer_name":"Christina Hayes","product_name":"Mouse","quantity":5,"price":1103.95,"order_date":1734539355030193,"status":"Cancelled"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568155610,"snapshot":"false","db":"testdb","sequence":"[\"66756340168\",\"66756340168\"]","schema":"public","table":"orders","txId":2218884,"lsn":66756340168,"xmin":null},"op":"u","ts_ms":1734568155683,"transaction":null} +{"before":null,"after":{"id":3122,"customer_name":"Matthew Wright","product_name":"Monitor","quantity":3,"price":1251.83,"order_date":1734539355632801,"status":"Pending"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568155633,"snapshot":"false","db":"testdb","sequence":"[\"66756340408\",\"66756340408\"]","schema":"public","table":"orders","txId":2218885,"lsn":66756340408,"xmin":null},"op":"c","ts_ms":1734568155683,"transaction":null} +{"before":null,"after":{"id":3123,"customer_name":"Karl Massey","product_name":"Monitor","quantity":4,"price":1946.01,"order_date":1734539355669656,"status":"Delivered"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568155673,"snapshot":"false","db":"testdb","sequence":"[\"66756340632\",\"66756340632\"]","schema":"public","table":"orders","txId":2218886,"lsn":66756340632,"xmin":null},"op":"c","ts_ms":1734568155683,"transaction":null} +{"before":{"id":3121,"customer_name":"Mr. James Huff","product_name":"Monitor","quantity":5,"price":91.49,"order_date":1734539355523265,"status":"Cancelled"},"after":{"id":3121,"customer_name":"Mr. James Huff","product_name":"Monitor","quantity":5,"price":91.49,"order_date":1734539355523265,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568155734,"snapshot":"false","db":"testdb","sequence":"[\"66756340864\",\"66756340864\"]","schema":"public","table":"orders","txId":2218887,"lsn":66756340864,"xmin":null},"op":"u","ts_ms":1734568156196,"transaction":null} +{"before":null,"after":{"id":3124,"customer_name":"James Preston","product_name":"Laptop","quantity":3,"price":1958.64,"order_date":1734539355751819,"status":"Delivered"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568155753,"snapshot":"false","db":"testdb","sequence":"[\"66756341104\",\"66756341104\"]","schema":"public","table":"orders","txId":2218888,"lsn":66756341104,"xmin":null},"op":"c","ts_ms":1734568156196,"transaction":null} +{"before":null,"after":{"id":3125,"customer_name":"Heather Owens","product_name":"Monitor","quantity":3,"price":1076.91,"order_date":1734539355804959,"status":"Delivered"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568155806,"snapshot":"false","db":"testdb","sequence":"[\"66756341336\",\"66756341336\"]","schema":"public","table":"orders","txId":2218889,"lsn":66756341336,"xmin":null},"op":"c","ts_ms":1734568156196,"transaction":null} +{"before":{"id":3111,"customer_name":"Jessica Alexander","product_name":"Mouse","quantity":1,"price":1074.4,"order_date":1734539354979664,"status":"Cancelled"},"after":{"id":3111,"customer_name":"Jessica Alexander","product_name":"Mouse","quantity":1,"price":1074.4,"order_date":1734539354979664,"status":"Cancelled"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568155834,"snapshot":"false","db":"testdb","sequence":"[\"66756341568\",\"66756341568\"]","schema":"public","table":"orders","txId":2218890,"lsn":66756341568,"xmin":null},"op":"u","ts_ms":1734568156197,"transaction":null} +{"before":null,"after":{"id":3126,"customer_name":"Janet Dominguez","product_name":"Laptop","quantity":1,"price":706.74,"order_date":1734539355858462,"status":"Pending"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568155860,"snapshot":"false","db":"testdb","sequence":"[\"66756341808\",\"66756341808\"]","schema":"public","table":"orders","txId":2218891,"lsn":66756341808,"xmin":null},"op":"c","ts_ms":1734568156197,"transaction":null} +{"before":null,"after":{"id":3127,"customer_name":"Sandra Brown","product_name":"Monitor","quantity":4,"price":573.5,"order_date":1734539355896880,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568155898,"snapshot":"false","db":"testdb","sequence":"[\"66756342032\",\"66756342032\"]","schema":"public","table":"orders","txId":2218892,"lsn":66756342032,"xmin":null},"op":"c","ts_ms":1734568156197,"transaction":null} +{"before":null,"after":{"id":3128,"customer_name":"Stephanie Estes","product_name":"Laptop","quantity":5,"price":692.21,"order_date":1734539355947925,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568155949,"snapshot":"false","db":"testdb","sequence":"[\"66756342256\",\"66756342256\"]","schema":"public","table":"orders","txId":2218893,"lsn":66756342256,"xmin":null},"op":"c","ts_ms":1734568156197,"transaction":null} +{"before":{"id":3127,"customer_name":"Sandra Brown","product_name":"Monitor","quantity":4,"price":573.5,"order_date":1734539355896880,"status":"Shipped"},"after":{"id":3127,"customer_name":"Sandra Brown","product_name":"Monitor","quantity":4,"price":573.5,"order_date":1734539355896880,"status":"Cancelled"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568155973,"snapshot":"false","db":"testdb","sequence":"[\"66756342480\",\"66756342480\"]","schema":"public","table":"orders","txId":2218894,"lsn":66756342480,"xmin":null},"op":"u","ts_ms":1734568156197,"transaction":null} +{"before":null,"after":{"id":3129,"customer_name":"Ellen Jordan","product_name":"Smartphone","quantity":2,"price":295.84,"order_date":1734539356009163,"status":"Pending"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568156011,"snapshot":"false","db":"testdb","sequence":"[\"66756342720\",\"66756342720\"]","schema":"public","table":"orders","txId":2218895,"lsn":66756342720,"xmin":null},"op":"c","ts_ms":1734568156197,"transaction":null} +{"before":null,"after":{"id":3130,"customer_name":"Theresa Allen","product_name":"Smartphone","quantity":3,"price":1740.06,"order_date":1734539356031682,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568156032,"snapshot":"false","db":"testdb","sequence":"[\"66756342944\",\"66756342944\"]","schema":"public","table":"orders","txId":2218896,"lsn":66756342944,"xmin":null},"op":"c","ts_ms":1734568156197,"transaction":null} +{"before":null,"after":{"id":3131,"customer_name":"Miss Lisa Evans","product_name":"Laptop","quantity":1,"price":1290.56,"order_date":1734539356065349,"status":"Cancelled"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568156066,"snapshot":"false","db":"testdb","sequence":"[\"66756343176\",\"66756343176\"]","schema":"public","table":"orders","txId":2218897,"lsn":66756343176,"xmin":null},"op":"c","ts_ms":1734568156197,"transaction":null} +{"before":null,"after":{"id":3132,"customer_name":"Alan Larsen","product_name":"Headphones","quantity":5,"price":1727.37,"order_date":1734539356127887,"status":"Pending"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568156129,"snapshot":"false","db":"testdb","sequence":"[\"66756343408\",\"66756343408\"]","schema":"public","table":"orders","txId":2218898,"lsn":66756343408,"xmin":null},"op":"c","ts_ms":1734568156198,"transaction":null} +{"before":null,"after":{"id":3133,"customer_name":"Bruce Boyd","product_name":"Mouse","quantity":3,"price":1758.73,"order_date":1734539356160288,"status":"Pending"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568156161,"snapshot":"false","db":"testdb","sequence":"[\"66756343632\",\"66756343632\"]","schema":"public","table":"orders","txId":2218899,"lsn":66756343632,"xmin":null},"op":"c","ts_ms":1734568156198,"transaction":null} +{"before":null,"after":{"id":3134,"customer_name":"Daniel Singh","product_name":"Laptop","quantity":1,"price":1934.98,"order_date":1734539356209815,"status":"Delivered"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568156211,"snapshot":"false","db":"testdb","sequence":"[\"66756343856\",\"66756343856\"]","schema":"public","table":"orders","txId":2218900,"lsn":66756343856,"xmin":null},"op":"c","ts_ms":1734568156711,"transaction":null} +{"before":null,"after":{"id":3135,"customer_name":"Robert Green","product_name":"Smartphone","quantity":5,"price":655.04,"order_date":1734539356237308,"status":"Cancelled"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568156238,"snapshot":"false","db":"testdb","sequence":"[\"66756344088\",\"66756344088\"]","schema":"public","table":"orders","txId":2218901,"lsn":66756344088,"xmin":null},"op":"c","ts_ms":1734568156711,"transaction":null} +{"before":null,"after":{"id":3136,"customer_name":"Matthew Patel","product_name":"Mouse","quantity":4,"price":1366.9,"order_date":1734539356287629,"status":"Pending"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568156288,"snapshot":"false","db":"testdb","sequence":"[\"66756344320\",\"66756344320\"]","schema":"public","table":"orders","txId":2218902,"lsn":66756344320,"xmin":null},"op":"c","ts_ms":1734568156711,"transaction":null} +{"before":null,"after":{"id":3137,"customer_name":"Eduardo Bond","product_name":"Mouse","quantity":3,"price":818.63,"order_date":1734539356330223,"status":"Pending"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568156331,"snapshot":"false","db":"testdb","sequence":"[\"66756344544\",\"66756344544\"]","schema":"public","table":"orders","txId":2218903,"lsn":66756344544,"xmin":null},"op":"c","ts_ms":1734568156712,"transaction":null} +{"before":null,"after":{"id":3138,"customer_name":"Michelle Hernandez","product_name":"Smartphone","quantity":4,"price":957.67,"order_date":1734539356346216,"status":"Pending"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568156347,"snapshot":"false","db":"testdb","sequence":"[\"66756344768\",\"66756344768\"]","schema":"public","table":"orders","txId":2218904,"lsn":66756344768,"xmin":null},"op":"c","ts_ms":1734568156712,"transaction":null} +{"before":null,"after":{"id":3139,"customer_name":"William Hogan","product_name":"Headphones","quantity":3,"price":1540.91,"order_date":1734539356386939,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568156387,"snapshot":"false","db":"testdb","sequence":"[\"66756345000\",\"66756345000\"]","schema":"public","table":"orders","txId":2218905,"lsn":66756345000,"xmin":null},"op":"c","ts_ms":1734568156715,"transaction":null} +{"before":null,"after":{"id":3140,"customer_name":"Kimberly Owen","product_name":"Smartphone","quantity":5,"price":1297.8,"order_date":1734539356407098,"status":"Pending"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568156408,"snapshot":"false","db":"testdb","sequence":"[\"66756345232\",\"66756345336\"]","schema":"public","table":"orders","txId":2218906,"lsn":66756345336,"xmin":null},"op":"c","ts_ms":1734568156715,"transaction":null} +{"before":{"id":3139,"customer_name":"William Hogan","product_name":"Headphones","quantity":3,"price":1540.91,"order_date":1734539356386939,"status":"Shipped"},"after":{"id":3139,"customer_name":"William Hogan","product_name":"Headphones","quantity":3,"price":1540.91,"order_date":1734539356386939,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568156463,"snapshot":"false","db":"testdb","sequence":"[\"66756345568\",\"66756345568\"]","schema":"public","table":"orders","txId":2218907,"lsn":66756345568,"xmin":null},"op":"u","ts_ms":1734568156715,"transaction":null} +{"before":{"id":3134,"customer_name":"Daniel Singh","product_name":"Laptop","quantity":1,"price":1934.98,"order_date":1734539356209815,"status":"Delivered"},"after":{"id":3134,"customer_name":"Daniel Singh","product_name":"Laptop","quantity":1,"price":1934.98,"order_date":1734539356209815,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568156525,"snapshot":"false","db":"testdb","sequence":"[\"66756345816\",\"66756345816\"]","schema":"public","table":"orders","txId":2218908,"lsn":66756345816,"xmin":null},"op":"u","ts_ms":1734568156715,"transaction":null} +{"before":null,"after":{"id":3141,"customer_name":"Anna Jordan","product_name":"Smartphone","quantity":2,"price":830.64,"order_date":1734539356573928,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568156575,"snapshot":"false","db":"testdb","sequence":"[\"66756346080\",\"66756346080\"]","schema":"public","table":"orders","txId":2218909,"lsn":66756346080,"xmin":null},"op":"c","ts_ms":1734568156715,"transaction":null} +{"before":{"id":3141,"customer_name":"Anna Jordan","product_name":"Smartphone","quantity":2,"price":830.64,"order_date":1734539356573928,"status":"Shipped"},"after":{"id":3141,"customer_name":"Anna Jordan","product_name":"Smartphone","quantity":2,"price":830.64,"order_date":1734539356573928,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568156602,"snapshot":"false","db":"testdb","sequence":"[\"66756346304\",\"66756346304\"]","schema":"public","table":"orders","txId":2218910,"lsn":66756346304,"xmin":null},"op":"u","ts_ms":1734568156715,"transaction":null} +{"before":null,"after":{"id":3142,"customer_name":"Jennifer Nelson","product_name":"Smartphone","quantity":3,"price":639.56,"order_date":1734539356650171,"status":"Pending"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568156651,"snapshot":"false","db":"testdb","sequence":"[\"66756346536\",\"66756346536\"]","schema":"public","table":"orders","txId":2218911,"lsn":66756346536,"xmin":null},"op":"c","ts_ms":1734568156715,"transaction":null} +{"before":null,"after":{"id":3143,"customer_name":"Steven Brown","product_name":"Keyboard","quantity":2,"price":1523.01,"order_date":1734539356689628,"status":"Delivered"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568156690,"snapshot":"false","db":"testdb","sequence":"[\"66756346768\",\"66756346768\"]","schema":"public","table":"orders","txId":2218912,"lsn":66756346768,"xmin":null},"op":"c","ts_ms":1734568156715,"transaction":null} +{"before":null,"after":{"id":3144,"customer_name":"Carol Lyons","product_name":"Monitor","quantity":1,"price":1640.49,"order_date":1734539356728586,"status":"Pending"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568156729,"snapshot":"false","db":"testdb","sequence":"[\"66756347000\",\"66756347000\"]","schema":"public","table":"orders","txId":2218913,"lsn":66756347000,"xmin":null},"op":"c","ts_ms":1734568157227,"transaction":null} +{"before":null,"after":{"id":3145,"customer_name":"Robin Davenport","product_name":"Monitor","quantity":3,"price":959.56,"order_date":1734539356781683,"status":"Delivered"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568156782,"snapshot":"false","db":"testdb","sequence":"[\"66756347224\",\"66756347224\"]","schema":"public","table":"orders","txId":2218914,"lsn":66756347224,"xmin":null},"op":"c","ts_ms":1734568157227,"transaction":null} +{"before":null,"after":{"id":3146,"customer_name":"Jonathan Harrell","product_name":"Mouse","quantity":5,"price":1653.53,"order_date":1734539356799279,"status":"Cancelled"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568156800,"snapshot":"false","db":"testdb","sequence":"[\"66756347456\",\"66756347456\"]","schema":"public","table":"orders","txId":2218915,"lsn":66756347456,"xmin":null},"op":"c","ts_ms":1734568157227,"transaction":null} +{"before":{"id":3142,"customer_name":"Jennifer Nelson","product_name":"Smartphone","quantity":3,"price":639.56,"order_date":1734539356650171,"status":"Pending"},"after":null,"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568156832,"snapshot":"false","db":"testdb","sequence":"[\"66756347688\",\"66756347688\"]","schema":"public","table":"orders","txId":2218916,"lsn":66756347688,"xmin":null},"op":"d","ts_ms":1734568157227,"transaction":null} +{"before":null,"after":{"id":3147,"customer_name":"Allen Curry","product_name":"Laptop","quantity":5,"price":319.04,"order_date":1734539356873693,"status":"Pending"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568156874,"snapshot":"false","db":"testdb","sequence":"[\"66756347864\",\"66756347864\"]","schema":"public","table":"orders","txId":2218917,"lsn":66756347864,"xmin":null},"op":"c","ts_ms":1734568157227,"transaction":null} +{"before":null,"after":{"id":3148,"customer_name":"Connie Ellis","product_name":"Keyboard","quantity":3,"price":1538.55,"order_date":1734539356932279,"status":"Delivered"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568156933,"snapshot":"false","db":"testdb","sequence":"[\"66756348088\",\"66756348088\"]","schema":"public","table":"orders","txId":2218918,"lsn":66756348088,"xmin":null},"op":"c","ts_ms":1734568157227,"transaction":null} +{"before":null,"after":{"id":3149,"customer_name":"Emma Martin","product_name":"Monitor","quantity":3,"price":1264.64,"order_date":1734539356961273,"status":"Pending"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568156962,"snapshot":"false","db":"testdb","sequence":"[\"66756348320\",\"66756348320\"]","schema":"public","table":"orders","txId":2218919,"lsn":66756348320,"xmin":null},"op":"c","ts_ms":1734568157227,"transaction":null} +{"before":{"id":3119,"customer_name":"Jeremy Garcia","product_name":"Mouse","quantity":5,"price":1952.78,"order_date":1734539355447444,"status":"Pending"},"after":{"id":3119,"customer_name":"Jeremy Garcia","product_name":"Mouse","quantity":5,"price":1952.78,"order_date":1734539355447444,"status":"Delivered"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568157010,"snapshot":"false","db":"testdb","sequence":"[\"66756348544\",\"66756348544\"]","schema":"public","table":"orders","txId":2218920,"lsn":66756348544,"xmin":null},"op":"u","ts_ms":1734568157228,"transaction":null} +{"before":null,"after":{"id":3150,"customer_name":"Tina Goodwin","product_name":"Smartphone","quantity":5,"price":1283.65,"order_date":1734539357040554,"status":"Pending"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568157042,"snapshot":"false","db":"testdb","sequence":"[\"66756348784\",\"66756348784\"]","schema":"public","table":"orders","txId":2218921,"lsn":66756348784,"xmin":null},"op":"c","ts_ms":1734568157228,"transaction":null} +{"before":null,"after":{"id":3151,"customer_name":"John James","product_name":"Laptop","quantity":2,"price":645.47,"order_date":1734539357097769,"status":"Pending"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568157099,"snapshot":"false","db":"testdb","sequence":"[\"66756349008\",\"66756349008\"]","schema":"public","table":"orders","txId":2218922,"lsn":66756349008,"xmin":null},"op":"c","ts_ms":1734568157228,"transaction":null} +{"before":{"id":3141,"customer_name":"Anna Jordan","product_name":"Smartphone","quantity":2,"price":830.64,"order_date":1734539356573928,"status":"Shipped"},"after":{"id":3141,"customer_name":"Anna Jordan","product_name":"Smartphone","quantity":2,"price":830.64,"order_date":1734539356573928,"status":"Delivered"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568157144,"snapshot":"false","db":"testdb","sequence":"[\"66756349232\",\"66756349232\"]","schema":"public","table":"orders","txId":2218923,"lsn":66756349232,"xmin":null},"op":"u","ts_ms":1734568157228,"transaction":null} +{"before":null,"after":{"id":3152,"customer_name":"Tina White","product_name":"Laptop","quantity":3,"price":1991.5,"order_date":1734539357186476,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568157187,"snapshot":"false","db":"testdb","sequence":"[\"66756349472\",\"66756349472\"]","schema":"public","table":"orders","txId":2218924,"lsn":66756349472,"xmin":null},"op":"c","ts_ms":1734568157228,"transaction":null} +{"before":null,"after":{"id":3153,"customer_name":"Joseph Jones","product_name":"Keyboard","quantity":4,"price":1021.95,"order_date":1734539357244909,"status":"Delivered"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568157247,"snapshot":"false","db":"testdb","sequence":"[\"66756349696\",\"66756349696\"]","schema":"public","table":"orders","txId":2218925,"lsn":66756349696,"xmin":null},"op":"c","ts_ms":1734568157742,"transaction":null} +{"before":null,"after":{"id":3154,"customer_name":"Angela Young","product_name":"Monitor","quantity":2,"price":1115.64,"order_date":1734539357281892,"status":"Cancelled"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568157282,"snapshot":"false","db":"testdb","sequence":"[\"66756349928\",\"66756349928\"]","schema":"public","table":"orders","txId":2218926,"lsn":66756349928,"xmin":null},"op":"c","ts_ms":1734568157742,"transaction":null} +{"before":null,"after":{"id":3155,"customer_name":"Christina Kramer","product_name":"Smartphone","quantity":5,"price":1952.33,"order_date":1734539357331842,"status":"Delivered"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568157333,"snapshot":"false","db":"testdb","sequence":"[\"66756350160\",\"66756350160\"]","schema":"public","table":"orders","txId":2218927,"lsn":66756350160,"xmin":null},"op":"c","ts_ms":1734568157742,"transaction":null} +{"before":{"id":3114,"customer_name":"John Fields","product_name":"Monitor","quantity":3,"price":1856.86,"order_date":1734539355069306,"status":"Pending"},"after":{"id":3114,"customer_name":"John Fields","product_name":"Monitor","quantity":3,"price":1856.86,"order_date":1734539355069306,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568157390,"snapshot":"false","db":"testdb","sequence":"[\"66756350400\",\"66756350400\"]","schema":"public","table":"orders","txId":2218928,"lsn":66756350400,"xmin":null},"op":"u","ts_ms":1734568157742,"transaction":null} +{"before":null,"after":{"id":3156,"customer_name":"Nicole Johnson","product_name":"Laptop","quantity":5,"price":133.2,"order_date":1734539357446791,"status":"Pending"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568157447,"snapshot":"false","db":"testdb","sequence":"[\"66756350632\",\"66756350632\"]","schema":"public","table":"orders","txId":2218929,"lsn":66756350632,"xmin":null},"op":"c","ts_ms":1734568157743,"transaction":null} +{"before":null,"after":{"id":3157,"customer_name":"Donna Smith","product_name":"Laptop","quantity":1,"price":1932.13,"order_date":1734539357477738,"status":"Delivered"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568157478,"snapshot":"false","db":"testdb","sequence":"[\"66756350856\",\"66756350856\"]","schema":"public","table":"orders","txId":2218930,"lsn":66756350856,"xmin":null},"op":"c","ts_ms":1734568157743,"transaction":null} +{"before":null,"after":{"id":3158,"customer_name":"Tracy Bell","product_name":"Monitor","quantity":1,"price":369.64,"order_date":1734539357518564,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568157519,"snapshot":"false","db":"testdb","sequence":"[\"66756351088\",\"66756351088\"]","schema":"public","table":"orders","txId":2218931,"lsn":66756351088,"xmin":null},"op":"c","ts_ms":1734568157743,"transaction":null} +{"before":{"id":3152,"customer_name":"Tina White","product_name":"Laptop","quantity":3,"price":1991.5,"order_date":1734539357186476,"status":"Shipped"},"after":{"id":3152,"customer_name":"Tina White","product_name":"Laptop","quantity":3,"price":1991.5,"order_date":1734539357186476,"status":"Delivered"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568157537,"snapshot":"false","db":"testdb","sequence":"[\"66756351312\",\"66756351312\"]","schema":"public","table":"orders","txId":2218932,"lsn":66756351312,"xmin":null},"op":"u","ts_ms":1734568157743,"transaction":null} +{"before":{"id":3109,"customer_name":"Jamie Munoz","product_name":"Headphones","quantity":3,"price":1797.72,"order_date":1734539354811015,"status":"Cancelled"},"after":null,"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568157595,"snapshot":"false","db":"testdb","sequence":"[\"66756351552\",\"66756351552\"]","schema":"public","table":"orders","txId":2218933,"lsn":66756351552,"xmin":null},"op":"d","ts_ms":1734568157743,"transaction":null} +{"before":null,"after":{"id":3159,"customer_name":"Paige Stephens","product_name":"Mouse","quantity":3,"price":1461.34,"order_date":1734539357630277,"status":"Pending"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568157631,"snapshot":"false","db":"testdb","sequence":"[\"66756351720\",\"66756351720\"]","schema":"public","table":"orders","txId":2218934,"lsn":66756351720,"xmin":null},"op":"c","ts_ms":1734568157743,"transaction":null} +{"before":{"id":3118,"customer_name":"Anthony Robertson","product_name":"Keyboard","quantity":5,"price":1330.89,"order_date":1734539355333629,"status":"Cancelled"},"after":{"id":3118,"customer_name":"Anthony Robertson","product_name":"Keyboard","quantity":5,"price":1330.89,"order_date":1734539355333629,"status":"Delivered"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568157685,"snapshot":"false","db":"testdb","sequence":"[\"66756351944\",\"66756351944\"]","schema":"public","table":"orders","txId":2218935,"lsn":66756351944,"xmin":null},"op":"u","ts_ms":1734568157743,"transaction":null} +{"before":null,"after":{"id":3160,"customer_name":"Barbara Wilson","product_name":"Smartphone","quantity":4,"price":1958.81,"order_date":1734539357744912,"status":"Pending"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568157745,"snapshot":"false","db":"testdb","sequence":"[\"66756352200\",\"66756352200\"]","schema":"public","table":"orders","txId":2218936,"lsn":66756352200,"xmin":null},"op":"c","ts_ms":1734568157746,"transaction":null} +{"before":null,"after":{"id":3161,"customer_name":"Daniel Vazquez","product_name":"Laptop","quantity":3,"price":627.03,"order_date":1734539357805520,"status":"Pending"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568157806,"snapshot":"false","db":"testdb","sequence":"[\"66756352432\",\"66756352432\"]","schema":"public","table":"orders","txId":2218937,"lsn":66756352432,"xmin":null},"op":"c","ts_ms":1734568158257,"transaction":null} +{"before":{"id":3134,"customer_name":"Daniel Singh","product_name":"Laptop","quantity":1,"price":1934.98,"order_date":1734539356209815,"status":"Shipped"},"after":{"id":3134,"customer_name":"Daniel Singh","product_name":"Laptop","quantity":1,"price":1934.98,"order_date":1734539356209815,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568157863,"snapshot":"false","db":"testdb","sequence":"[\"66756352656\",\"66756352656\"]","schema":"public","table":"orders","txId":2218938,"lsn":66756352656,"xmin":null},"op":"u","ts_ms":1734568158257,"transaction":null} +{"before":null,"after":{"id":3162,"customer_name":"Ashley Miller","product_name":"Laptop","quantity":3,"price":318.99,"order_date":1734539357904933,"status":"Pending"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568157906,"snapshot":"false","db":"testdb","sequence":"[\"66756352888\",\"66756352888\"]","schema":"public","table":"orders","txId":2218939,"lsn":66756352888,"xmin":null},"op":"c","ts_ms":1734568158258,"transaction":null} +{"before":null,"after":{"id":3163,"customer_name":"Roger Sanders","product_name":"Keyboard","quantity":4,"price":472.83,"order_date":1734539357953093,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568157955,"snapshot":"false","db":"testdb","sequence":"[\"66756353112\",\"66756353112\"]","schema":"public","table":"orders","txId":2218940,"lsn":66756353112,"xmin":null},"op":"c","ts_ms":1734568158258,"transaction":null} +{"before":null,"after":{"id":3164,"customer_name":"Timothy Deleon","product_name":"Keyboard","quantity":3,"price":1967.96,"order_date":1734539358001072,"status":"Pending"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568158002,"snapshot":"false","db":"testdb","sequence":"[\"66756353336\",\"66756353336\"]","schema":"public","table":"orders","txId":2218941,"lsn":66756353336,"xmin":null},"op":"c","ts_ms":1734568158258,"transaction":null} +{"before":{"id":3111,"customer_name":"Jessica Alexander","product_name":"Mouse","quantity":1,"price":1074.4,"order_date":1734539354979664,"status":"Cancelled"},"after":{"id":3111,"customer_name":"Jessica Alexander","product_name":"Mouse","quantity":1,"price":1074.4,"order_date":1734539354979664,"status":"Cancelled"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568158039,"snapshot":"false","db":"testdb","sequence":"[\"66756353560\",\"66756353560\"]","schema":"public","table":"orders","txId":2218942,"lsn":66756353560,"xmin":null},"op":"u","ts_ms":1734568158258,"transaction":null} +{"before":null,"after":{"id":3165,"customer_name":"Heather Mcfarland","product_name":"Headphones","quantity":5,"price":1537.91,"order_date":1734539358073870,"status":"Pending"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568158074,"snapshot":"false","db":"testdb","sequence":"[\"66756353800\",\"66756353800\"]","schema":"public","table":"orders","txId":2218943,"lsn":66756353800,"xmin":null},"op":"c","ts_ms":1734568158258,"transaction":null} +{"before":{"id":3125,"customer_name":"Heather Owens","product_name":"Monitor","quantity":3,"price":1076.91,"order_date":1734539355804959,"status":"Delivered"},"after":{"id":3125,"customer_name":"Heather Owens","product_name":"Monitor","quantity":3,"price":1076.91,"order_date":1734539355804959,"status":"Cancelled"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568158102,"snapshot":"false","db":"testdb","sequence":"[\"66756354032\",\"66756354032\"]","schema":"public","table":"orders","txId":2218944,"lsn":66756354032,"xmin":null},"op":"u","ts_ms":1734568158259,"transaction":null} +{"before":null,"after":{"id":3166,"customer_name":"Gregory Martin","product_name":"Keyboard","quantity":3,"price":499.86,"order_date":1734539358151466,"status":"Cancelled"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568158152,"snapshot":"false","db":"testdb","sequence":"[\"66756354296\",\"66756354296\"]","schema":"public","table":"orders","txId":2218945,"lsn":66756354296,"xmin":null},"op":"c","ts_ms":1734568158259,"transaction":null} +{"before":null,"after":{"id":3167,"customer_name":"Kyle Thomas","product_name":"Laptop","quantity":3,"price":1228.2,"order_date":1734539358193290,"status":"Delivered"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568158196,"snapshot":"false","db":"testdb","sequence":"[\"66756354528\",\"66756354528\"]","schema":"public","table":"orders","txId":2218946,"lsn":66756354528,"xmin":null},"op":"c","ts_ms":1734568158259,"transaction":null} +{"before":{"id":3107,"customer_name":"Brenda Garcia","product_name":"Headphones","quantity":3,"price":392.25,"order_date":1734539354748899,"status":"Cancelled"},"after":{"id":3107,"customer_name":"Brenda Garcia","product_name":"Headphones","quantity":3,"price":392.25,"order_date":1734539354748899,"status":"Delivered"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568158247,"snapshot":"false","db":"testdb","sequence":"[\"66756354760\",\"66756354760\"]","schema":"public","table":"orders","txId":2218947,"lsn":66756354760,"xmin":null},"op":"u","ts_ms":1734568158259,"transaction":null} +{"before":null,"after":{"id":3168,"customer_name":"Rachel Harper","product_name":"Mouse","quantity":1,"price":1796.29,"order_date":1734539358274688,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568158278,"snapshot":"false","db":"testdb","sequence":"[\"66756355016\",\"66756355016\"]","schema":"public","table":"orders","txId":2218948,"lsn":66756355016,"xmin":null},"op":"c","ts_ms":1734568158771,"transaction":null} +{"before":null,"after":{"id":3169,"customer_name":"Charles Buck","product_name":"Keyboard","quantity":4,"price":1395.1,"order_date":1734539358335136,"status":"Cancelled"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568158336,"snapshot":"false","db":"testdb","sequence":"[\"66756355240\",\"66756355240\"]","schema":"public","table":"orders","txId":2218949,"lsn":66756355240,"xmin":null},"op":"c","ts_ms":1734568158771,"transaction":null} +{"before":{"id":3157,"customer_name":"Donna Smith","product_name":"Laptop","quantity":1,"price":1932.13,"order_date":1734539357477738,"status":"Delivered"},"after":{"id":3157,"customer_name":"Donna Smith","product_name":"Laptop","quantity":1,"price":1932.13,"order_date":1734539357477738,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568158380,"snapshot":"false","db":"testdb","sequence":"[\"66756355472\",\"66756355608\"]","schema":"public","table":"orders","txId":2218950,"lsn":66756355608,"xmin":null},"op":"u","ts_ms":1734568158771,"transaction":null} +{"before":null,"after":{"id":3170,"customer_name":"Richard Chavez","product_name":"Headphones","quantity":2,"price":518.13,"order_date":1734539358433359,"status":"Delivered"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568158434,"snapshot":"false","db":"testdb","sequence":"[\"66756355848\",\"66756355848\"]","schema":"public","table":"orders","txId":2218951,"lsn":66756355848,"xmin":null},"op":"c","ts_ms":1734568158772,"transaction":null} +{"before":{"id":3112,"customer_name":"Janet Krause","product_name":"Headphones","quantity":4,"price":895.13,"order_date":1734539355006323,"status":"Pending"},"after":{"id":3112,"customer_name":"Janet Krause","product_name":"Headphones","quantity":4,"price":895.13,"order_date":1734539355006323,"status":"Delivered"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568158460,"snapshot":"false","db":"testdb","sequence":"[\"66756356088\",\"66756356088\"]","schema":"public","table":"orders","txId":2218952,"lsn":66756356088,"xmin":null},"op":"u","ts_ms":1734568158772,"transaction":null} +{"before":null,"after":{"id":3171,"customer_name":"David Thomas","product_name":"Smartphone","quantity":5,"price":773.69,"order_date":1734539358504071,"status":"Delivered"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568158505,"snapshot":"false","db":"testdb","sequence":"[\"66756356328\",\"66756356328\"]","schema":"public","table":"orders","txId":2218953,"lsn":66756356328,"xmin":null},"op":"c","ts_ms":1734568158772,"transaction":null} +{"before":{"id":3171,"customer_name":"David Thomas","product_name":"Smartphone","quantity":5,"price":773.69,"order_date":1734539358504071,"status":"Delivered"},"after":{"id":3171,"customer_name":"David Thomas","product_name":"Smartphone","quantity":5,"price":773.69,"order_date":1734539358504071,"status":"Cancelled"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568158538,"snapshot":"false","db":"testdb","sequence":"[\"66756356560\",\"66756356560\"]","schema":"public","table":"orders","txId":2218954,"lsn":66756356560,"xmin":null},"op":"u","ts_ms":1734568158772,"transaction":null} +{"before":null,"after":{"id":3172,"customer_name":"Rachel Gray","product_name":"Keyboard","quantity":5,"price":1288.19,"order_date":1734539358595118,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568158596,"snapshot":"false","db":"testdb","sequence":"[\"66756356800\",\"66756356800\"]","schema":"public","table":"orders","txId":2218955,"lsn":66756356800,"xmin":null},"op":"c","ts_ms":1734568158772,"transaction":null} +{"before":null,"after":{"id":3173,"customer_name":"Jacob Rodriguez","product_name":"Headphones","quantity":1,"price":227.81,"order_date":1734539358650581,"status":"Pending"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568158651,"snapshot":"false","db":"testdb","sequence":"[\"66756357024\",\"66756357128\"]","schema":"public","table":"orders","txId":2218956,"lsn":66756357128,"xmin":null},"op":"c","ts_ms":1734568158772,"transaction":null} +{"before":{"id":3171,"customer_name":"David Thomas","product_name":"Smartphone","quantity":5,"price":773.69,"order_date":1734539358504071,"status":"Cancelled"},"after":{"id":3171,"customer_name":"David Thomas","product_name":"Smartphone","quantity":5,"price":773.69,"order_date":1734539358504071,"status":"Delivered"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568158698,"snapshot":"false","db":"testdb","sequence":"[\"66756357360\",\"66756357360\"]","schema":"public","table":"orders","txId":2218957,"lsn":66756357360,"xmin":null},"op":"u","ts_ms":1734568158772,"transaction":null} +{"before":null,"after":{"id":3174,"customer_name":"Hannah Robertson","product_name":"Headphones","quantity":1,"price":1958.22,"order_date":1734539358744340,"status":"Delivered"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568158745,"snapshot":"false","db":"testdb","sequence":"[\"66756357600\",\"66756357600\"]","schema":"public","table":"orders","txId":2218958,"lsn":66756357600,"xmin":null},"op":"c","ts_ms":1734568158772,"transaction":null} +{"before":null,"after":{"id":3175,"customer_name":"Thomas Mullen","product_name":"Monitor","quantity":1,"price":360.36,"order_date":1734539358815782,"status":"Pending"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568158817,"snapshot":"false","db":"testdb","sequence":"[\"66756357840\",\"66756357840\"]","schema":"public","table":"orders","txId":2218959,"lsn":66756357840,"xmin":null},"op":"c","ts_ms":1734568159284,"transaction":null} +{"before":null,"after":{"id":3176,"customer_name":"Ashley Garrett DDS","product_name":"Mouse","quantity":3,"price":1525.87,"order_date":1734539358872600,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568158873,"snapshot":"false","db":"testdb","sequence":"[\"66756358064\",\"66756358064\"]","schema":"public","table":"orders","txId":2218960,"lsn":66756358064,"xmin":null},"op":"c","ts_ms":1734568159284,"transaction":null} +{"before":{"id":3157,"customer_name":"Donna Smith","product_name":"Laptop","quantity":1,"price":1932.13,"order_date":1734539357477738,"status":"Shipped"},"after":{"id":3157,"customer_name":"Donna Smith","product_name":"Laptop","quantity":1,"price":1932.13,"order_date":1734539357477738,"status":"Delivered"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568158910,"snapshot":"false","db":"testdb","sequence":"[\"66756358296\",\"66756358296\"]","schema":"public","table":"orders","txId":2218961,"lsn":66756358296,"xmin":null},"op":"u","ts_ms":1734568159284,"transaction":null} +{"before":null,"after":{"id":3177,"customer_name":"Cynthia Boyle","product_name":"Laptop","quantity":2,"price":1635.75,"order_date":1734539358950129,"status":"Delivered"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568158951,"snapshot":"false","db":"testdb","sequence":"[\"66756358536\",\"66756358536\"]","schema":"public","table":"orders","txId":2218962,"lsn":66756358536,"xmin":null},"op":"c","ts_ms":1734568159285,"transaction":null} +{"before":null,"after":{"id":3178,"customer_name":"Nicole Hansen","product_name":"Laptop","quantity":3,"price":888.11,"order_date":1734539359010686,"status":"Cancelled"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568159012,"snapshot":"false","db":"testdb","sequence":"[\"66756358768\",\"66756358768\"]","schema":"public","table":"orders","txId":2218963,"lsn":66756358768,"xmin":null},"op":"c","ts_ms":1734568159285,"transaction":null} +{"before":null,"after":{"id":3179,"customer_name":"Regina Rodriguez","product_name":"Monitor","quantity":3,"price":696.31,"order_date":1734539359051054,"status":"Cancelled"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568159052,"snapshot":"false","db":"testdb","sequence":"[\"66756359000\",\"66756359000\"]","schema":"public","table":"orders","txId":2218964,"lsn":66756359000,"xmin":null},"op":"c","ts_ms":1734568159285,"transaction":null} +{"before":{"id":3165,"customer_name":"Heather Mcfarland","product_name":"Headphones","quantity":5,"price":1537.91,"order_date":1734539358073870,"status":"Pending"},"after":{"id":3165,"customer_name":"Heather Mcfarland","product_name":"Headphones","quantity":5,"price":1537.91,"order_date":1734539358073870,"status":"Delivered"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568159121,"snapshot":"false","db":"testdb","sequence":"[\"66756359240\",\"66756359240\"]","schema":"public","table":"orders","txId":2218965,"lsn":66756359240,"xmin":null},"op":"u","ts_ms":1734568159285,"transaction":null} +{"before":null,"after":{"id":3180,"customer_name":"Natalie Johnson","product_name":"Headphones","quantity":4,"price":71.19,"order_date":1734539359171506,"status":"Delivered"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568159172,"snapshot":"false","db":"testdb","sequence":"[\"66756359496\",\"66756359496\"]","schema":"public","table":"orders","txId":2218966,"lsn":66756359496,"xmin":null},"op":"c","ts_ms":1734568159285,"transaction":null} +{"before":{"id":3131,"customer_name":"Miss Lisa Evans","product_name":"Laptop","quantity":1,"price":1290.56,"order_date":1734539356065349,"status":"Cancelled"},"after":{"id":3131,"customer_name":"Miss Lisa Evans","product_name":"Laptop","quantity":1,"price":1290.56,"order_date":1734539356065349,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568159199,"snapshot":"false","db":"testdb","sequence":"[\"66756359736\",\"66756359736\"]","schema":"public","table":"orders","txId":2218967,"lsn":66756359736,"xmin":null},"op":"u","ts_ms":1734568159285,"transaction":null} +{"before":{"id":3141,"customer_name":"Anna Jordan","product_name":"Smartphone","quantity":2,"price":830.64,"order_date":1734539356573928,"status":"Delivered"},"after":{"id":3141,"customer_name":"Anna Jordan","product_name":"Smartphone","quantity":2,"price":830.64,"order_date":1734539356573928,"status":"Delivered"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568159246,"snapshot":"false","db":"testdb","sequence":"[\"66756359976\",\"66756359976\"]","schema":"public","table":"orders","txId":2218968,"lsn":66756359976,"xmin":null},"op":"u","ts_ms":1734568159286,"transaction":null} +{"before":null,"after":{"id":3181,"customer_name":"Heidi Torres","product_name":"Mouse","quantity":4,"price":1082.88,"order_date":1734539359283082,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568159284,"snapshot":"false","db":"testdb","sequence":"[\"66756360216\",\"66756360216\"]","schema":"public","table":"orders","txId":2218969,"lsn":66756360216,"xmin":null},"op":"c","ts_ms":1734568159286,"transaction":null} +{"before":{"id":3114,"customer_name":"John Fields","product_name":"Monitor","quantity":3,"price":1856.86,"order_date":1734539355069306,"status":"Shipped"},"after":{"id":3114,"customer_name":"John Fields","product_name":"Monitor","quantity":3,"price":1856.86,"order_date":1734539355069306,"status":"Cancelled"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568159345,"snapshot":"false","db":"testdb","sequence":"[\"66756360440\",\"66756360528\"]","schema":"public","table":"orders","txId":2218970,"lsn":66756360528,"xmin":null},"op":"u","ts_ms":1734568159798,"transaction":null} +{"before":null,"after":{"id":3182,"customer_name":"Randy Dawson","product_name":"Mouse","quantity":2,"price":1773.6,"order_date":1734539359379664,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568159381,"snapshot":"false","db":"testdb","sequence":"[\"66756360768\",\"66756360768\"]","schema":"public","table":"orders","txId":2218971,"lsn":66756360768,"xmin":null},"op":"c","ts_ms":1734568159798,"transaction":null} +{"before":{"id":3110,"customer_name":"Jason Wong","product_name":"Monitor","quantity":5,"price":1804.33,"order_date":1734539354863185,"status":"Cancelled"},"after":{"id":3110,"customer_name":"Jason Wong","product_name":"Monitor","quantity":5,"price":1804.33,"order_date":1734539354863185,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568159441,"snapshot":"false","db":"testdb","sequence":"[\"66756360992\",\"66756360992\"]","schema":"public","table":"orders","txId":2218972,"lsn":66756360992,"xmin":null},"op":"u","ts_ms":1734568159799,"transaction":null} +{"before":null,"after":{"id":3183,"customer_name":"Cody Fletcher","product_name":"Keyboard","quantity":5,"price":205.95,"order_date":1734539359475813,"status":"Delivered"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568159478,"snapshot":"false","db":"testdb","sequence":"[\"66756361232\",\"66756361232\"]","schema":"public","table":"orders","txId":2218973,"lsn":66756361232,"xmin":null},"op":"c","ts_ms":1734568159799,"transaction":null} +{"before":null,"after":{"id":3184,"customer_name":"Janet Ho","product_name":"Headphones","quantity":2,"price":212.84,"order_date":1734539359517740,"status":"Delivered"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568159522,"snapshot":"false","db":"testdb","sequence":"[\"66756361464\",\"66756361464\"]","schema":"public","table":"orders","txId":2218974,"lsn":66756361464,"xmin":null},"op":"c","ts_ms":1734568159799,"transaction":null} +{"before":{"id":3168,"customer_name":"Rachel Harper","product_name":"Mouse","quantity":1,"price":1796.29,"order_date":1734539358274688,"status":"Shipped"},"after":{"id":3168,"customer_name":"Rachel Harper","product_name":"Mouse","quantity":1,"price":1796.29,"order_date":1734539358274688,"status":"Cancelled"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568159543,"snapshot":"false","db":"testdb","sequence":"[\"66756361696\",\"66756361696\"]","schema":"public","table":"orders","txId":2218975,"lsn":66756361696,"xmin":null},"op":"u","ts_ms":1734568159799,"transaction":null} +{"before":{"id":3172,"customer_name":"Rachel Gray","product_name":"Keyboard","quantity":5,"price":1288.19,"order_date":1734539358595118,"status":"Shipped"},"after":{"id":3172,"customer_name":"Rachel Gray","product_name":"Keyboard","quantity":5,"price":1288.19,"order_date":1734539358595118,"status":"Delivered"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568159584,"snapshot":"false","db":"testdb","sequence":"[\"66756361936\",\"66756361936\"]","schema":"public","table":"orders","txId":2218976,"lsn":66756361936,"xmin":null},"op":"u","ts_ms":1734568159799,"transaction":null} +{"before":null,"after":{"id":3185,"customer_name":"Nicholas Lamb","product_name":"Mouse","quantity":5,"price":739.13,"order_date":1734539359613171,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568159614,"snapshot":"false","db":"testdb","sequence":"[\"66756362176\",\"66756362176\"]","schema":"public","table":"orders","txId":2218977,"lsn":66756362176,"xmin":null},"op":"c","ts_ms":1734568159799,"transaction":null} +{"before":null,"after":{"id":3186,"customer_name":"Karen Myers","product_name":"Laptop","quantity":5,"price":783.84,"order_date":1734539359664163,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568159665,"snapshot":"false","db":"testdb","sequence":"[\"66756362424\",\"66756362424\"]","schema":"public","table":"orders","txId":2218978,"lsn":66756362424,"xmin":null},"op":"c","ts_ms":1734568159799,"transaction":null} +{"before":null,"after":{"id":3187,"customer_name":"Julie Beasley","product_name":"Monitor","quantity":5,"price":871.07,"order_date":1734539359717959,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568159719,"snapshot":"false","db":"testdb","sequence":"[\"66756362648\",\"66756362648\"]","schema":"public","table":"orders","txId":2218979,"lsn":66756362648,"xmin":null},"op":"c","ts_ms":1734568159799,"transaction":null} +{"before":null,"after":{"id":3188,"customer_name":"Dillon Harper","product_name":"Mouse","quantity":3,"price":382.11,"order_date":1734539359783305,"status":"Delivered"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568159786,"snapshot":"false","db":"testdb","sequence":"[\"66756362872\",\"66756362872\"]","schema":"public","table":"orders","txId":2218980,"lsn":66756362872,"xmin":null},"op":"c","ts_ms":1734568159799,"transaction":null} +{"before":null,"after":{"id":3189,"customer_name":"Chris Tate","product_name":"Smartphone","quantity":2,"price":1571.97,"order_date":1734539359830310,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568159831,"snapshot":"false","db":"testdb","sequence":"[\"66756363104\",\"66756363104\"]","schema":"public","table":"orders","txId":2218981,"lsn":66756363104,"xmin":null},"op":"c","ts_ms":1734568160311,"transaction":null} +{"before":{"id":3138,"customer_name":"Michelle Hernandez","product_name":"Smartphone","quantity":4,"price":957.67,"order_date":1734539356346216,"status":"Pending"},"after":{"id":3138,"customer_name":"Michelle Hernandez","product_name":"Smartphone","quantity":4,"price":957.67,"order_date":1734539356346216,"status":"Delivered"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568159879,"snapshot":"false","db":"testdb","sequence":"[\"66756363328\",\"66756363408\"]","schema":"public","table":"orders","txId":2218982,"lsn":66756363408,"xmin":null},"op":"u","ts_ms":1734568160311,"transaction":null} +{"before":null,"after":{"id":3190,"customer_name":"April Morales","product_name":"Mouse","quantity":2,"price":898.76,"order_date":1734539359922652,"status":"Cancelled"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568159924,"snapshot":"false","db":"testdb","sequence":"[\"66756363664\",\"66756363664\"]","schema":"public","table":"orders","txId":2218983,"lsn":66756363664,"xmin":null},"op":"c","ts_ms":1734568160311,"transaction":null} +{"before":null,"after":{"id":3191,"customer_name":"Matthew Brown","product_name":"Headphones","quantity":5,"price":478.54,"order_date":1734539359955021,"status":"Delivered"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568159956,"snapshot":"false","db":"testdb","sequence":"[\"66756363896\",\"66756363896\"]","schema":"public","table":"orders","txId":2218984,"lsn":66756363896,"xmin":null},"op":"c","ts_ms":1734568160311,"transaction":null} +{"before":null,"after":{"id":3192,"customer_name":"David Foster","product_name":"Laptop","quantity":1,"price":1566.0,"order_date":1734539360024981,"status":"Delivered"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568160026,"snapshot":"false","db":"testdb","sequence":"[\"66756364136\",\"66756364136\"]","schema":"public","table":"orders","txId":2218985,"lsn":66756364136,"xmin":null},"op":"c","ts_ms":1734568160311,"transaction":null} +{"before":null,"after":{"id":3193,"customer_name":"Frank Brooks","product_name":"Keyboard","quantity":5,"price":355.14,"order_date":1734539360092254,"status":"Pending"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568160094,"snapshot":"false","db":"testdb","sequence":"[\"66756364368\",\"66756364368\"]","schema":"public","table":"orders","txId":2218986,"lsn":66756364368,"xmin":null},"op":"c","ts_ms":1734568160311,"transaction":null} +{"before":null,"after":{"id":3194,"customer_name":"Karen Kirby","product_name":"Laptop","quantity":1,"price":747.65,"order_date":1734539360133677,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568160135,"snapshot":"false","db":"testdb","sequence":"[\"66756364592\",\"66756364592\"]","schema":"public","table":"orders","txId":2218987,"lsn":66756364592,"xmin":null},"op":"c","ts_ms":1734568160311,"transaction":null} +{"before":null,"after":{"id":3195,"customer_name":"Lisa Morrison","product_name":"Mouse","quantity":2,"price":1613.28,"order_date":1734539360204302,"status":"Delivered"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568160205,"snapshot":"false","db":"testdb","sequence":"[\"66756364816\",\"66756364816\"]","schema":"public","table":"orders","txId":2218988,"lsn":66756364816,"xmin":null},"op":"c","ts_ms":1734568160312,"transaction":null} +{"before":null,"after":{"id":3196,"customer_name":"Diana Harris","product_name":"Smartphone","quantity":5,"price":307.2,"order_date":1734539360255981,"status":"Pending"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568160257,"snapshot":"false","db":"testdb","sequence":"[\"66756365048\",\"66756365048\"]","schema":"public","table":"orders","txId":2218989,"lsn":66756365048,"xmin":null},"op":"c","ts_ms":1734568160312,"transaction":null} +{"before":{"id":3187,"customer_name":"Julie Beasley","product_name":"Monitor","quantity":5,"price":871.07,"order_date":1734539359717959,"status":"Shipped"},"after":{"id":3187,"customer_name":"Julie Beasley","product_name":"Monitor","quantity":5,"price":871.07,"order_date":1734539359717959,"status":"Delivered"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568160313,"snapshot":"false","db":"testdb","sequence":"[\"66756365272\",\"66756365336\"]","schema":"public","table":"orders","txId":2218990,"lsn":66756365336,"xmin":null},"op":"u","ts_ms":1734568160314,"transaction":null} +{"before":null,"after":{"id":3197,"customer_name":"Donna Maynard","product_name":"Headphones","quantity":3,"price":140.24,"order_date":1734539360357710,"status":"Delivered"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568160367,"snapshot":"false","db":"testdb","sequence":"[\"66756365576\",\"66756365576\"]","schema":"public","table":"orders","txId":2218991,"lsn":66756365576,"xmin":null},"op":"c","ts_ms":1734568160829,"transaction":null} +{"before":null,"after":{"id":3198,"customer_name":"Steven Cline","product_name":"Laptop","quantity":5,"price":1427.42,"order_date":1734539360410012,"status":"Cancelled"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568160431,"snapshot":"false","db":"testdb","sequence":"[\"66756365816\",\"66756365816\"]","schema":"public","table":"orders","txId":2218992,"lsn":66756365816,"xmin":null},"op":"c","ts_ms":1734568160829,"transaction":null} +{"before":null,"after":{"id":3199,"customer_name":"Christina Roach","product_name":"Laptop","quantity":2,"price":1656.34,"order_date":1734539360470860,"status":"Delivered"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568160472,"snapshot":"false","db":"testdb","sequence":"[\"66756366048\",\"66756366048\"]","schema":"public","table":"orders","txId":2218993,"lsn":66756366048,"xmin":null},"op":"c","ts_ms":1734568160829,"transaction":null} +{"before":{"id":3147,"customer_name":"Allen Curry","product_name":"Laptop","quantity":5,"price":319.04,"order_date":1734539356873693,"status":"Pending"},"after":{"id":3147,"customer_name":"Allen Curry","product_name":"Laptop","quantity":5,"price":319.04,"order_date":1734539356873693,"status":"Cancelled"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568160499,"snapshot":"false","db":"testdb","sequence":"[\"66756366280\",\"66756366344\"]","schema":"public","table":"orders","txId":2218994,"lsn":66756366344,"xmin":null},"op":"u","ts_ms":1734568160829,"transaction":null} +{"before":{"id":3184,"customer_name":"Janet Ho","product_name":"Headphones","quantity":2,"price":212.84,"order_date":1734539359517740,"status":"Delivered"},"after":{"id":3184,"customer_name":"Janet Ho","product_name":"Headphones","quantity":2,"price":212.84,"order_date":1734539359517740,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568160546,"snapshot":"false","db":"testdb","sequence":"[\"66756366584\",\"66756366648\"]","schema":"public","table":"orders","txId":2218995,"lsn":66756366648,"xmin":null},"op":"u","ts_ms":1734568160829,"transaction":null} +{"before":null,"after":{"id":3200,"customer_name":"Michael Clark","product_name":"Keyboard","quantity":1,"price":153.52,"order_date":1734539360600797,"status":"Pending"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568160603,"snapshot":"false","db":"testdb","sequence":"[\"66756366888\",\"66756366888\"]","schema":"public","table":"orders","txId":2218996,"lsn":66756366888,"xmin":null},"op":"c","ts_ms":1734568160829,"transaction":null} +{"before":null,"after":{"id":3201,"customer_name":"Carl Walker","product_name":"Mouse","quantity":3,"price":149.7,"order_date":1734539360644050,"status":"Pending"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568160646,"snapshot":"false","db":"testdb","sequence":"[\"66756367112\",\"66756367112\"]","schema":"public","table":"orders","txId":2218997,"lsn":66756367112,"xmin":null},"op":"c","ts_ms":1734568160830,"transaction":null} +{"before":null,"after":{"id":3202,"customer_name":"Carmen Castro","product_name":"Mouse","quantity":1,"price":1826.0,"order_date":1734539360697459,"status":"Pending"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568160699,"snapshot":"false","db":"testdb","sequence":"[\"66756367336\",\"66756367336\"]","schema":"public","table":"orders","txId":2218998,"lsn":66756367336,"xmin":null},"op":"c","ts_ms":1734568160830,"transaction":null} +{"before":null,"after":{"id":3203,"customer_name":"Charles Moreno","product_name":"Headphones","quantity":2,"price":407.78,"order_date":1734539360755228,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568160756,"snapshot":"false","db":"testdb","sequence":"[\"66756367560\",\"66756367560\"]","schema":"public","table":"orders","txId":2218999,"lsn":66756367560,"xmin":null},"op":"c","ts_ms":1734568160830,"transaction":null} +{"before":null,"after":{"id":3204,"customer_name":"Barbara Jones","product_name":"Headphones","quantity":2,"price":1139.68,"order_date":1734539360799375,"status":"Pending"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568160800,"snapshot":"false","db":"testdb","sequence":"[\"66756367792\",\"66756367792\"]","schema":"public","table":"orders","txId":2219000,"lsn":66756367792,"xmin":null},"op":"c","ts_ms":1734568160830,"transaction":null} +{"before":{"id":3188,"customer_name":"Dillon Harper","product_name":"Mouse","quantity":3,"price":382.11,"order_date":1734539359783305,"status":"Delivered"},"after":{"id":3188,"customer_name":"Dillon Harper","product_name":"Mouse","quantity":3,"price":382.11,"order_date":1734539359783305,"status":"Delivered"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568160854,"snapshot":"false","db":"testdb","sequence":"[\"66756368024\",\"66756368088\"]","schema":"public","table":"orders","txId":2219001,"lsn":66756368088,"xmin":null},"op":"u","ts_ms":1734568161344,"transaction":null} +{"before":null,"after":{"id":3205,"customer_name":"Mary Johnson","product_name":"Laptop","quantity":5,"price":797.73,"order_date":1734539360903571,"status":"Delivered"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568160904,"snapshot":"false","db":"testdb","sequence":"[\"66756368328\",\"66756368328\"]","schema":"public","table":"orders","txId":2219002,"lsn":66756368328,"xmin":null},"op":"c","ts_ms":1734568161345,"transaction":null} +{"before":null,"after":{"id":3206,"customer_name":"Lisa Le","product_name":"Keyboard","quantity":3,"price":1910.7,"order_date":1734539360933438,"status":"Cancelled"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568160935,"snapshot":"false","db":"testdb","sequence":"[\"66756368560\",\"66756368664\"]","schema":"public","table":"orders","txId":2219003,"lsn":66756368664,"xmin":null},"op":"c","ts_ms":1734568161345,"transaction":null} +{"before":{"id":3133,"customer_name":"Bruce Boyd","product_name":"Mouse","quantity":3,"price":1758.73,"order_date":1734539356160288,"status":"Pending"},"after":{"id":3133,"customer_name":"Bruce Boyd","product_name":"Mouse","quantity":3,"price":1758.73,"order_date":1734539356160288,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568160974,"snapshot":"false","db":"testdb","sequence":"[\"66756368896\",\"66756368960\"]","schema":"public","table":"orders","txId":2219004,"lsn":66756368960,"xmin":null},"op":"u","ts_ms":1734568161345,"transaction":null} +{"before":{"id":3162,"customer_name":"Ashley Miller","product_name":"Laptop","quantity":3,"price":318.99,"order_date":1734539357904933,"status":"Pending"},"after":{"id":3162,"customer_name":"Ashley Miller","product_name":"Laptop","quantity":3,"price":318.99,"order_date":1734539357904933,"status":"Cancelled"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568161001,"snapshot":"false","db":"testdb","sequence":"[\"66756369192\",\"66756369256\"]","schema":"public","table":"orders","txId":2219005,"lsn":66756369256,"xmin":null},"op":"u","ts_ms":1734568161345,"transaction":null} +{"before":null,"after":{"id":3207,"customer_name":"Jacqueline Montoya","product_name":"Headphones","quantity":1,"price":1478.84,"order_date":1734539361024306,"status":"Cancelled"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568161025,"snapshot":"false","db":"testdb","sequence":"[\"66756369496\",\"66756369496\"]","schema":"public","table":"orders","txId":2219006,"lsn":66756369496,"xmin":null},"op":"c","ts_ms":1734568161345,"transaction":null} +{"before":{"id":3158,"customer_name":"Tracy Bell","product_name":"Monitor","quantity":1,"price":369.64,"order_date":1734539357518564,"status":"Shipped"},"after":{"id":3158,"customer_name":"Tracy Bell","product_name":"Monitor","quantity":1,"price":369.64,"order_date":1734539357518564,"status":"Delivered"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568161064,"snapshot":"false","db":"testdb","sequence":"[\"66756369736\",\"66756369800\"]","schema":"public","table":"orders","txId":2219007,"lsn":66756369800,"xmin":null},"op":"u","ts_ms":1734568161345,"transaction":null} +{"before":null,"after":{"id":3208,"customer_name":"Leslie Lam","product_name":"Smartphone","quantity":3,"price":204.91,"order_date":1734539361104579,"status":"Delivered"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568161105,"snapshot":"false","db":"testdb","sequence":"[\"66756370040\",\"66756370040\"]","schema":"public","table":"orders","txId":2219008,"lsn":66756370040,"xmin":null},"op":"c","ts_ms":1734568161345,"transaction":null} +{"before":null,"after":{"id":3209,"customer_name":"Jessica Rose","product_name":"Monitor","quantity":4,"price":1087.78,"order_date":1734539361128136,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568161129,"snapshot":"false","db":"testdb","sequence":"[\"66756370272\",\"66756370272\"]","schema":"public","table":"orders","txId":2219009,"lsn":66756370272,"xmin":null},"op":"c","ts_ms":1734568161345,"transaction":null} +{"before":{"id":3160,"customer_name":"Barbara Wilson","product_name":"Smartphone","quantity":4,"price":1958.81,"order_date":1734539357744912,"status":"Pending"},"after":{"id":3160,"customer_name":"Barbara Wilson","product_name":"Smartphone","quantity":4,"price":1958.81,"order_date":1734539357744912,"status":"Cancelled"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568161167,"snapshot":"false","db":"testdb","sequence":"[\"66756370520\",\"66756370584\"]","schema":"public","table":"orders","txId":2219010,"lsn":66756370584,"xmin":null},"op":"u","ts_ms":1734568161345,"transaction":null} +{"before":null,"after":{"id":3210,"customer_name":"Lauren Carr","product_name":"Smartphone","quantity":2,"price":1855.66,"order_date":1734539361224344,"status":"Pending"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568161227,"snapshot":"false","db":"testdb","sequence":"[\"66756370840\",\"66756370840\"]","schema":"public","table":"orders","txId":2219011,"lsn":66756370840,"xmin":null},"op":"c","ts_ms":1734568161345,"transaction":null} +{"before":null,"after":{"id":3211,"customer_name":"Briana Peters","product_name":"Monitor","quantity":1,"price":1076.71,"order_date":1734539361281393,"status":"Pending"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568161282,"snapshot":"false","db":"testdb","sequence":"[\"66756371064\",\"66756371064\"]","schema":"public","table":"orders","txId":2219012,"lsn":66756371064,"xmin":null},"op":"c","ts_ms":1734568161345,"transaction":null} +{"before":null,"after":{"id":3212,"customer_name":"Pamela Anderson","product_name":"Keyboard","quantity":2,"price":1761.8,"order_date":1734539361308412,"status":"Delivered"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568161309,"snapshot":"false","db":"testdb","sequence":"[\"66756371288\",\"66756371288\"]","schema":"public","table":"orders","txId":2219013,"lsn":66756371288,"xmin":null},"op":"c","ts_ms":1734568161345,"transaction":null} +{"before":{"id":3180,"customer_name":"Natalie Johnson","product_name":"Headphones","quantity":4,"price":71.19,"order_date":1734539359171506,"status":"Delivered"},"after":{"id":3180,"customer_name":"Natalie Johnson","product_name":"Headphones","quantity":4,"price":71.19,"order_date":1734539359171506,"status":"Delivered"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568161351,"snapshot":"false","db":"testdb","sequence":"[\"66756371528\",\"66756371648\"]","schema":"public","table":"orders","txId":2219014,"lsn":66756371648,"xmin":null},"op":"u","ts_ms":1734568161351,"transaction":null} +{"before":null,"after":{"id":3213,"customer_name":"Cameron Smith","product_name":"Keyboard","quantity":5,"price":1468.17,"order_date":1734539361396214,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568161397,"snapshot":"false","db":"testdb","sequence":"[\"66756423504\",\"66756423504\"]","schema":"public","table":"orders","txId":2219016,"lsn":66756423504,"xmin":null},"op":"c","ts_ms":1734568161876,"transaction":null} +{"before":{"id":3120,"customer_name":"Sarah Jones","product_name":"Keyboard","quantity":3,"price":991.23,"order_date":1734539355487884,"status":"Delivered"},"after":{"id":3120,"customer_name":"Sarah Jones","product_name":"Keyboard","quantity":3,"price":991.23,"order_date":1734539355487884,"status":"Delivered"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568161454,"snapshot":"false","db":"testdb","sequence":"[\"66756423728\",\"66756423784\"]","schema":"public","table":"orders","txId":2219017,"lsn":66756423784,"xmin":null},"op":"u","ts_ms":1734568161876,"transaction":null} +{"before":null,"after":{"id":3214,"customer_name":"Erika Ortega","product_name":"Smartphone","quantity":3,"price":1354.65,"order_date":1734539361497930,"status":"Cancelled"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568161499,"snapshot":"false","db":"testdb","sequence":"[\"66756424024\",\"66756424024\"]","schema":"public","table":"orders","txId":2219018,"lsn":66756424024,"xmin":null},"op":"c","ts_ms":1734568161876,"transaction":null} +{"before":null,"after":{"id":3215,"customer_name":"Jonathan Lopez","product_name":"Headphones","quantity":4,"price":545.4,"order_date":1734539361538609,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568161539,"snapshot":"false","db":"testdb","sequence":"[\"66756424256\",\"66756424256\"]","schema":"public","table":"orders","txId":2219019,"lsn":66756424256,"xmin":null},"op":"c","ts_ms":1734568161876,"transaction":null} +{"before":null,"after":{"id":3216,"customer_name":"John Price","product_name":"Keyboard","quantity":5,"price":1207.84,"order_date":1734539361591725,"status":"Pending"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568161593,"snapshot":"false","db":"testdb","sequence":"[\"66756424488\",\"66756424488\"]","schema":"public","table":"orders","txId":2219020,"lsn":66756424488,"xmin":null},"op":"c","ts_ms":1734568161876,"transaction":null} +{"before":null,"after":{"id":3217,"customer_name":"Kevin Gonzales","product_name":"Headphones","quantity":1,"price":1657.21,"order_date":1734539361648472,"status":"Delivered"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568161649,"snapshot":"false","db":"testdb","sequence":"[\"66756424712\",\"66756424712\"]","schema":"public","table":"orders","txId":2219021,"lsn":66756424712,"xmin":null},"op":"c","ts_ms":1734568161876,"transaction":null} +{"before":null,"after":{"id":3218,"customer_name":"Dustin Cooper","product_name":"Laptop","quantity":5,"price":1187.08,"order_date":1734539361669753,"status":"Pending"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568161673,"snapshot":"false","db":"testdb","sequence":"[\"66756424952\",\"66756424952\"]","schema":"public","table":"orders","txId":2219022,"lsn":66756424952,"xmin":null},"op":"c","ts_ms":1734568161876,"transaction":null} +{"before":null,"after":{"id":3219,"customer_name":"Richard Perkins","product_name":"Laptop","quantity":1,"price":121.22,"order_date":1734539361695542,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568161697,"snapshot":"false","db":"testdb","sequence":"[\"66756425176\",\"66756425176\"]","schema":"public","table":"orders","txId":2219023,"lsn":66756425176,"xmin":null},"op":"c","ts_ms":1734568161876,"transaction":null} +{"before":null,"after":{"id":3220,"customer_name":"Paul Mack","product_name":"Monitor","quantity":3,"price":1986.46,"order_date":1734539361765936,"status":"Pending"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568161767,"snapshot":"false","db":"testdb","sequence":"[\"66756425400\",\"66756425400\"]","schema":"public","table":"orders","txId":2219024,"lsn":66756425400,"xmin":null},"op":"c","ts_ms":1734568161876,"transaction":null} +{"before":null,"after":{"id":3221,"customer_name":"Nancy Johnson","product_name":"Keyboard","quantity":3,"price":1164.48,"order_date":1734539361812398,"status":"Pending"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568161813,"snapshot":"false","db":"testdb","sequence":"[\"66756425624\",\"66756425624\"]","schema":"public","table":"orders","txId":2219025,"lsn":66756425624,"xmin":null},"op":"c","ts_ms":1734568161877,"transaction":null} +{"before":null,"after":{"id":3222,"customer_name":"David Phillips","product_name":"Headphones","quantity":5,"price":211.07,"order_date":1734539361855099,"status":"Cancelled"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568161856,"snapshot":"false","db":"testdb","sequence":"[\"66756425848\",\"66756425848\"]","schema":"public","table":"orders","txId":2219026,"lsn":66756425848,"xmin":null},"op":"c","ts_ms":1734568161877,"transaction":null} +{"before":null,"after":{"id":3223,"customer_name":"Faith Flores","product_name":"Monitor","quantity":1,"price":977.22,"order_date":1734539361914317,"status":"Delivered"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568161915,"snapshot":"false","db":"testdb","sequence":"[\"66756426088\",\"66756426088\"]","schema":"public","table":"orders","txId":2219027,"lsn":66756426088,"xmin":null},"op":"c","ts_ms":1734568162387,"transaction":null} +{"before":{"id":3143,"customer_name":"Steven Brown","product_name":"Keyboard","quantity":2,"price":1523.01,"order_date":1734539356689628,"status":"Delivered"},"after":{"id":3143,"customer_name":"Steven Brown","product_name":"Keyboard","quantity":2,"price":1523.01,"order_date":1734539356689628,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568161958,"snapshot":"false","db":"testdb","sequence":"[\"66756426320\",\"66756426384\"]","schema":"public","table":"orders","txId":2219028,"lsn":66756426384,"xmin":null},"op":"u","ts_ms":1734568162388,"transaction":null} +{"before":{"id":3139,"customer_name":"William Hogan","product_name":"Headphones","quantity":3,"price":1540.91,"order_date":1734539356386939,"status":"Shipped"},"after":{"id":3139,"customer_name":"William Hogan","product_name":"Headphones","quantity":3,"price":1540.91,"order_date":1734539356386939,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568162021,"snapshot":"false","db":"testdb","sequence":"[\"66756426624\",\"66756426688\"]","schema":"public","table":"orders","txId":2219029,"lsn":66756426688,"xmin":null},"op":"u","ts_ms":1734568162388,"transaction":null} +{"before":null,"after":{"id":3224,"customer_name":"Wesley Macdonald","product_name":"Keyboard","quantity":3,"price":1105.69,"order_date":1734539362050184,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568162051,"snapshot":"false","db":"testdb","sequence":"[\"66756426936\",\"66756426936\"]","schema":"public","table":"orders","txId":2219030,"lsn":66756426936,"xmin":null},"op":"c","ts_ms":1734568162388,"transaction":null} +{"before":null,"after":{"id":3225,"customer_name":"Caitlyn Moore","product_name":"Laptop","quantity":5,"price":1271.82,"order_date":1734539362071363,"status":"Delivered"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568162072,"snapshot":"false","db":"testdb","sequence":"[\"66756427168\",\"66756427168\"]","schema":"public","table":"orders","txId":2219031,"lsn":66756427168,"xmin":null},"op":"c","ts_ms":1734568162388,"transaction":null} +{"before":null,"after":{"id":3226,"customer_name":"Pamela Elliott","product_name":"Mouse","quantity":1,"price":514.06,"order_date":1734539362130624,"status":"Pending"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568162131,"snapshot":"false","db":"testdb","sequence":"[\"66756427400\",\"66756427400\"]","schema":"public","table":"orders","txId":2219032,"lsn":66756427400,"xmin":null},"op":"c","ts_ms":1734568162388,"transaction":null} +{"before":null,"after":{"id":3227,"customer_name":"Emily Flores","product_name":"Laptop","quantity":2,"price":1610.36,"order_date":1734539362156578,"status":"Cancelled"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568162157,"snapshot":"false","db":"testdb","sequence":"[\"66756427624\",\"66756427624\"]","schema":"public","table":"orders","txId":2219033,"lsn":66756427624,"xmin":null},"op":"c","ts_ms":1734568162388,"transaction":null} +{"before":null,"after":{"id":3228,"customer_name":"Mrs. Theresa Thompson MD","product_name":"Monitor","quantity":4,"price":631.33,"order_date":1734539362184427,"status":"Pending"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568162185,"snapshot":"false","db":"testdb","sequence":"[\"66756427880\",\"66756427880\"]","schema":"public","table":"orders","txId":2219034,"lsn":66756427880,"xmin":null},"op":"c","ts_ms":1734568162388,"transaction":null} +{"before":null,"after":{"id":3229,"customer_name":"Cassandra Thornton","product_name":"Monitor","quantity":4,"price":1547.12,"order_date":1734539362204828,"status":"Cancelled"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568162206,"snapshot":"false","db":"testdb","sequence":"[\"66756428120\",\"66756428120\"]","schema":"public","table":"orders","txId":2219035,"lsn":66756428120,"xmin":null},"op":"c","ts_ms":1734568162388,"transaction":null} +{"before":null,"after":{"id":3230,"customer_name":"Laurie Boyd","product_name":"Smartphone","quantity":3,"price":1846.46,"order_date":1734539362250733,"status":"Delivered"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568162252,"snapshot":"false","db":"testdb","sequence":"[\"66756428360\",\"66756428360\"]","schema":"public","table":"orders","txId":2219036,"lsn":66756428360,"xmin":null},"op":"c","ts_ms":1734568162388,"transaction":null} +{"before":{"id":3198,"customer_name":"Steven Cline","product_name":"Laptop","quantity":5,"price":1427.42,"order_date":1734539360410012,"status":"Cancelled"},"after":{"id":3198,"customer_name":"Steven Cline","product_name":"Laptop","quantity":5,"price":1427.42,"order_date":1734539360410012,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568162296,"snapshot":"false","db":"testdb","sequence":"[\"66756428592\",\"66756428656\"]","schema":"public","table":"orders","txId":2219037,"lsn":66756428656,"xmin":null},"op":"u","ts_ms":1734568162388,"transaction":null} +{"before":null,"after":{"id":3231,"customer_name":"Michael Mason","product_name":"Smartphone","quantity":2,"price":616.96,"order_date":1734539362345203,"status":"Delivered"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568162347,"snapshot":"false","db":"testdb","sequence":"[\"66756428896\",\"66756428896\"]","schema":"public","table":"orders","txId":2219038,"lsn":66756428896,"xmin":null},"op":"c","ts_ms":1734568162388,"transaction":null} +{"before":{"id":3179,"customer_name":"Regina Rodriguez","product_name":"Monitor","quantity":3,"price":696.31,"order_date":1734539359051054,"status":"Cancelled"},"after":{"id":3179,"customer_name":"Regina Rodriguez","product_name":"Monitor","quantity":3,"price":696.31,"order_date":1734539359051054,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568162383,"snapshot":"false","db":"testdb","sequence":"[\"66756429136\",\"66756429136\"]","schema":"public","table":"orders","txId":2219039,"lsn":66756429136,"xmin":null},"op":"u","ts_ms":1734568162389,"transaction":null} +{"before":null,"after":{"id":3232,"customer_name":"Summer Powell","product_name":"Smartphone","quantity":4,"price":865.86,"order_date":1734539362439687,"status":"Pending"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568162442,"snapshot":"false","db":"testdb","sequence":"[\"66756429392\",\"66756429392\"]","schema":"public","table":"orders","txId":2219040,"lsn":66756429392,"xmin":null},"op":"c","ts_ms":1734568162913,"transaction":null} +{"before":null,"after":{"id":3233,"customer_name":"Melinda Stanton","product_name":"Headphones","quantity":5,"price":1015.23,"order_date":1734539362466298,"status":"Cancelled"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568162467,"snapshot":"false","db":"testdb","sequence":"[\"66756429624\",\"66756429624\"]","schema":"public","table":"orders","txId":2219041,"lsn":66756429624,"xmin":null},"op":"c","ts_ms":1734568162913,"transaction":null} +{"before":null,"after":{"id":3234,"customer_name":"Steven Cummings","product_name":"Headphones","quantity":4,"price":1871.95,"order_date":1734539362504124,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568162505,"snapshot":"false","db":"testdb","sequence":"[\"66756429864\",\"66756429864\"]","schema":"public","table":"orders","txId":2219042,"lsn":66756429864,"xmin":null},"op":"c","ts_ms":1734568162915,"transaction":null} +{"before":null,"after":{"id":3235,"customer_name":"Alyssa Parker","product_name":"Keyboard","quantity":1,"price":1639.7,"order_date":1734539362551624,"status":"Pending"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568162552,"snapshot":"false","db":"testdb","sequence":"[\"66756430096\",\"66756430096\"]","schema":"public","table":"orders","txId":2219043,"lsn":66756430096,"xmin":null},"op":"c","ts_ms":1734568162915,"transaction":null} +{"before":{"id":3218,"customer_name":"Dustin Cooper","product_name":"Laptop","quantity":5,"price":1187.08,"order_date":1734539361669753,"status":"Pending"},"after":{"id":3218,"customer_name":"Dustin Cooper","product_name":"Laptop","quantity":5,"price":1187.08,"order_date":1734539361669753,"status":"Delivered"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568162578,"snapshot":"false","db":"testdb","sequence":"[\"66756430320\",\"66756430384\"]","schema":"public","table":"orders","txId":2219044,"lsn":66756430384,"xmin":null},"op":"u","ts_ms":1734568162915,"transaction":null} +{"before":null,"after":{"id":3236,"customer_name":"Jodi Hamilton","product_name":"Mouse","quantity":1,"price":945.99,"order_date":1734539362603088,"status":"Pending"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568162604,"snapshot":"false","db":"testdb","sequence":"[\"66756430624\",\"66756430624\"]","schema":"public","table":"orders","txId":2219045,"lsn":66756430624,"xmin":null},"op":"c","ts_ms":1734568162915,"transaction":null} +{"before":{"id":3232,"customer_name":"Summer Powell","product_name":"Smartphone","quantity":4,"price":865.86,"order_date":1734539362439687,"status":"Pending"},"after":{"id":3232,"customer_name":"Summer Powell","product_name":"Smartphone","quantity":4,"price":865.86,"order_date":1734539362439687,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568162635,"snapshot":"false","db":"testdb","sequence":"[\"66756430848\",\"66756430848\"]","schema":"public","table":"orders","txId":2219046,"lsn":66756430848,"xmin":null},"op":"u","ts_ms":1734568162915,"transaction":null} +{"before":{"id":3175,"customer_name":"Thomas Mullen","product_name":"Monitor","quantity":1,"price":360.36,"order_date":1734539358815782,"status":"Pending"},"after":{"id":3175,"customer_name":"Thomas Mullen","product_name":"Monitor","quantity":1,"price":360.36,"order_date":1734539358815782,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568162677,"snapshot":"false","db":"testdb","sequence":"[\"66756431096\",\"66756431096\"]","schema":"public","table":"orders","txId":2219047,"lsn":66756431096,"xmin":null},"op":"u","ts_ms":1734568162915,"transaction":null} +{"before":null,"after":{"id":3237,"customer_name":"David Sanchez","product_name":"Smartphone","quantity":5,"price":1630.44,"order_date":1734539362711111,"status":"Pending"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568162713,"snapshot":"false","db":"testdb","sequence":"[\"66756431328\",\"66756431328\"]","schema":"public","table":"orders","txId":2219048,"lsn":66756431328,"xmin":null},"op":"c","ts_ms":1734568162916,"transaction":null} +{"before":{"id":3224,"customer_name":"Wesley Macdonald","product_name":"Keyboard","quantity":3,"price":1105.69,"order_date":1734539362050184,"status":"Shipped"},"after":{"id":3224,"customer_name":"Wesley Macdonald","product_name":"Keyboard","quantity":3,"price":1105.69,"order_date":1734539362050184,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568162748,"snapshot":"false","db":"testdb","sequence":"[\"66756431560\",\"66756431624\"]","schema":"public","table":"orders","txId":2219049,"lsn":66756431624,"xmin":null},"op":"u","ts_ms":1734568162916,"transaction":null} +{"before":null,"after":{"id":3238,"customer_name":"Zachary Mcknight","product_name":"Laptop","quantity":4,"price":1462.59,"order_date":1734539362770192,"status":"Pending"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568162771,"snapshot":"false","db":"testdb","sequence":"[\"66756431872\",\"66756431872\"]","schema":"public","table":"orders","txId":2219050,"lsn":66756431872,"xmin":null},"op":"c","ts_ms":1734568162916,"transaction":null} +{"before":null,"after":{"id":3239,"customer_name":"Jason Lewis","product_name":"Smartphone","quantity":4,"price":593.81,"order_date":1734539362891844,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568162894,"snapshot":"false","db":"testdb","sequence":"[\"66756432096\",\"66756432200\"]","schema":"public","table":"orders","txId":2219051,"lsn":66756432200,"xmin":null},"op":"c","ts_ms":1734568162916,"transaction":null} +{"before":null,"after":{"id":3240,"customer_name":"Tami Hopkins","product_name":"Smartphone","quantity":4,"price":1238.77,"order_date":1734539362965226,"status":"Pending"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568162966,"snapshot":"false","db":"testdb","sequence":"[\"66756432424\",\"66756432424\"]","schema":"public","table":"orders","txId":2219052,"lsn":66756432424,"xmin":null},"op":"c","ts_ms":1734568163429,"transaction":null} +{"before":{"id":3127,"customer_name":"Sandra Brown","product_name":"Monitor","quantity":4,"price":573.5,"order_date":1734539355896880,"status":"Cancelled"},"after":null,"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568163048,"snapshot":"false","db":"testdb","sequence":"[\"66756432648\",\"66756432648\"]","schema":"public","table":"orders","txId":2219053,"lsn":66756432648,"xmin":null},"op":"d","ts_ms":1734568163430,"transaction":null} +{"before":null,"after":{"id":3241,"customer_name":"Mary Collins","product_name":"Laptop","quantity":2,"price":1528.97,"order_date":1734539363105532,"status":"Pending"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568163106,"snapshot":"false","db":"testdb","sequence":"[\"66756432816\",\"66756432816\"]","schema":"public","table":"orders","txId":2219054,"lsn":66756432816,"xmin":null},"op":"c","ts_ms":1734568163430,"transaction":null} +{"before":null,"after":{"id":3242,"customer_name":"Shannon Frye","product_name":"Laptop","quantity":1,"price":800.41,"order_date":1734539363164523,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568163165,"snapshot":"false","db":"testdb","sequence":"[\"66756433040\",\"66756433040\"]","schema":"public","table":"orders","txId":2219055,"lsn":66756433040,"xmin":null},"op":"c","ts_ms":1734568163431,"transaction":null} +{"before":null,"after":{"id":3243,"customer_name":"Michelle Peterson","product_name":"Mouse","quantity":1,"price":1639.99,"order_date":1734539363218264,"status":"Delivered"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568163220,"snapshot":"false","db":"testdb","sequence":"[\"66756433264\",\"66756433264\"]","schema":"public","table":"orders","txId":2219056,"lsn":66756433264,"xmin":null},"op":"c","ts_ms":1734568163431,"transaction":null} +{"before":null,"after":{"id":3244,"customer_name":"Kevin Brown","product_name":"Keyboard","quantity":1,"price":1430.93,"order_date":1734539363269520,"status":"Pending"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568163271,"snapshot":"false","db":"testdb","sequence":"[\"66756433496\",\"66756433496\"]","schema":"public","table":"orders","txId":2219057,"lsn":66756433496,"xmin":null},"op":"c","ts_ms":1734568163432,"transaction":null} +{"before":{"id":3225,"customer_name":"Caitlyn Moore","product_name":"Laptop","quantity":5,"price":1271.82,"order_date":1734539362071363,"status":"Delivered"},"after":null,"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568163304,"snapshot":"false","db":"testdb","sequence":"[\"66756433720\",\"66756433784\"]","schema":"public","table":"orders","txId":2219058,"lsn":66756433784,"xmin":null},"op":"d","ts_ms":1734568163432,"transaction":null} +{"before":null,"after":{"id":3245,"customer_name":"Michael Evans","product_name":"Monitor","quantity":5,"price":319.36,"order_date":1734539363349559,"status":"Cancelled"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568163352,"snapshot":"false","db":"testdb","sequence":"[\"66756433952\",\"66756433952\"]","schema":"public","table":"orders","txId":2219059,"lsn":66756433952,"xmin":null},"op":"c","ts_ms":1734568163432,"transaction":null} +{"before":null,"after":{"id":3246,"customer_name":"Nancy Glenn","product_name":"Mouse","quantity":2,"price":928.61,"order_date":1734539363385798,"status":"Pending"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568163387,"snapshot":"false","db":"testdb","sequence":"[\"66756434184\",\"66756434184\"]","schema":"public","table":"orders","txId":2219060,"lsn":66756434184,"xmin":null},"op":"c","ts_ms":1734568163432,"transaction":null} +{"before":{"id":3217,"customer_name":"Kevin Gonzales","product_name":"Headphones","quantity":1,"price":1657.21,"order_date":1734539361648472,"status":"Delivered"},"after":{"id":3217,"customer_name":"Kevin Gonzales","product_name":"Headphones","quantity":1,"price":1657.21,"order_date":1734539361648472,"status":"Delivered"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568163465,"snapshot":"false","db":"testdb","sequence":"[\"66756434408\",\"66756434408\"]","schema":"public","table":"orders","txId":2219061,"lsn":66756434408,"xmin":null},"op":"u","ts_ms":1734568163948,"transaction":null} +{"before":null,"after":{"id":3247,"customer_name":"Ann Hall","product_name":"Monitor","quantity":4,"price":1886.69,"order_date":1734539363520503,"status":"Delivered"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568163521,"snapshot":"false","db":"testdb","sequence":"[\"66756434664\",\"66756434664\"]","schema":"public","table":"orders","txId":2219062,"lsn":66756434664,"xmin":null},"op":"c","ts_ms":1734568163948,"transaction":null} +{"before":null,"after":{"id":3248,"customer_name":"Jennifer Henry","product_name":"Monitor","quantity":5,"price":628.45,"order_date":1734539363552038,"status":"Delivered"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568163553,"snapshot":"false","db":"testdb","sequence":"[\"66756434896\",\"66756434896\"]","schema":"public","table":"orders","txId":2219063,"lsn":66756434896,"xmin":null},"op":"c","ts_ms":1734568163948,"transaction":null} +{"before":null,"after":{"id":3249,"customer_name":"Joseph Hughes","product_name":"Keyboard","quantity":3,"price":1137.46,"order_date":1734539363601114,"status":"Pending"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568163619,"snapshot":"false","db":"testdb","sequence":"[\"66756435128\",\"66756435128\"]","schema":"public","table":"orders","txId":2219064,"lsn":66756435128,"xmin":null},"op":"c","ts_ms":1734568163948,"transaction":null} +{"before":null,"after":{"id":3250,"customer_name":"Ashley King","product_name":"Smartphone","quantity":4,"price":208.31,"order_date":1734539363668460,"status":"Pending"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568163673,"snapshot":"false","db":"testdb","sequence":"[\"66756435352\",\"66756435352\"]","schema":"public","table":"orders","txId":2219065,"lsn":66756435352,"xmin":null},"op":"c","ts_ms":1734568163948,"transaction":null} +{"before":null,"after":{"id":3251,"customer_name":"Kim Mclean","product_name":"Monitor","quantity":3,"price":1387.78,"order_date":1734539363724946,"status":"Cancelled"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568163726,"snapshot":"false","db":"testdb","sequence":"[\"66756435576\",\"66756435576\"]","schema":"public","table":"orders","txId":2219066,"lsn":66756435576,"xmin":null},"op":"c","ts_ms":1734568163949,"transaction":null} +{"before":null,"after":{"id":3252,"customer_name":"Jennifer Garcia","product_name":"Keyboard","quantity":4,"price":1300.08,"order_date":1734539363787195,"status":"Delivered"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568163790,"snapshot":"false","db":"testdb","sequence":"[\"66756435808\",\"66756435808\"]","schema":"public","table":"orders","txId":2219067,"lsn":66756435808,"xmin":null},"op":"c","ts_ms":1734568163949,"transaction":null} +{"before":null,"after":{"id":3253,"customer_name":"Dennis Jones","product_name":"Monitor","quantity":3,"price":1402.34,"order_date":1734539363823275,"status":"Delivered"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568163826,"snapshot":"false","db":"testdb","sequence":"[\"66756436072\",\"66756436072\"]","schema":"public","table":"orders","txId":2219068,"lsn":66756436072,"xmin":null},"op":"c","ts_ms":1734568163949,"transaction":null} +{"before":{"id":3136,"customer_name":"Matthew Patel","product_name":"Mouse","quantity":4,"price":1366.9,"order_date":1734539356287629,"status":"Pending"},"after":{"id":3136,"customer_name":"Matthew Patel","product_name":"Mouse","quantity":4,"price":1366.9,"order_date":1734539356287629,"status":"Delivered"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568163855,"snapshot":"false","db":"testdb","sequence":"[\"66756436304\",\"66756436304\"]","schema":"public","table":"orders","txId":2219069,"lsn":66756436304,"xmin":null},"op":"u","ts_ms":1734568163949,"transaction":null} +{"before":null,"after":{"id":3254,"customer_name":"Maria Martinez","product_name":"Monitor","quantity":3,"price":426.91,"order_date":1734539363901258,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568163903,"snapshot":"false","db":"testdb","sequence":"[\"66756436544\",\"66756436544\"]","schema":"public","table":"orders","txId":2219070,"lsn":66756436544,"xmin":null},"op":"c","ts_ms":1734568163949,"transaction":null} +{"before":null,"after":{"id":3255,"customer_name":"Jonathan Suarez","product_name":"Laptop","quantity":5,"price":658.69,"order_date":1734539363947839,"status":"Delivered"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568163950,"snapshot":"false","db":"testdb","sequence":"[\"66756436768\",\"66756436768\"]","schema":"public","table":"orders","txId":2219071,"lsn":66756436768,"xmin":null},"op":"c","ts_ms":1734568163951,"transaction":null} +{"before":{"id":3143,"customer_name":"Steven Brown","product_name":"Keyboard","quantity":2,"price":1523.01,"order_date":1734539356689628,"status":"Shipped"},"after":{"id":3143,"customer_name":"Steven Brown","product_name":"Keyboard","quantity":2,"price":1523.01,"order_date":1734539356689628,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568163992,"snapshot":"false","db":"testdb","sequence":"[\"66756437000\",\"66756437064\"]","schema":"public","table":"orders","txId":2219072,"lsn":66756437064,"xmin":null},"op":"u","ts_ms":1734568164466,"transaction":null} +{"before":{"id":3174,"customer_name":"Hannah Robertson","product_name":"Headphones","quantity":1,"price":1958.22,"order_date":1734539358744340,"status":"Delivered"},"after":{"id":3174,"customer_name":"Hannah Robertson","product_name":"Headphones","quantity":1,"price":1958.22,"order_date":1734539358744340,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568164051,"snapshot":"false","db":"testdb","sequence":"[\"66756437296\",\"66756437360\"]","schema":"public","table":"orders","txId":2219073,"lsn":66756437360,"xmin":null},"op":"u","ts_ms":1734568164466,"transaction":null} +{"before":{"id":3235,"customer_name":"Alyssa Parker","product_name":"Keyboard","quantity":1,"price":1639.7,"order_date":1734539362551624,"status":"Pending"},"after":{"id":3235,"customer_name":"Alyssa Parker","product_name":"Keyboard","quantity":1,"price":1639.7,"order_date":1734539362551624,"status":"Cancelled"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568164099,"snapshot":"false","db":"testdb","sequence":"[\"66756437616\",\"66756437680\"]","schema":"public","table":"orders","txId":2219074,"lsn":66756437680,"xmin":null},"op":"u","ts_ms":1734568164467,"transaction":null} +{"before":{"id":3211,"customer_name":"Briana Peters","product_name":"Monitor","quantity":1,"price":1076.71,"order_date":1734539361281393,"status":"Pending"},"after":{"id":3211,"customer_name":"Briana Peters","product_name":"Monitor","quantity":1,"price":1076.71,"order_date":1734539361281393,"status":"Cancelled"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568164158,"snapshot":"false","db":"testdb","sequence":"[\"66756437920\",\"66756437920\"]","schema":"public","table":"orders","txId":2219075,"lsn":66756437920,"xmin":null},"op":"u","ts_ms":1734568164468,"transaction":null} +{"before":null,"after":{"id":3256,"customer_name":"Tanya Cooper","product_name":"Mouse","quantity":2,"price":228.46,"order_date":1734539364228413,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568164229,"snapshot":"false","db":"testdb","sequence":"[\"66756438160\",\"66756438160\"]","schema":"public","table":"orders","txId":2219076,"lsn":66756438160,"xmin":null},"op":"c","ts_ms":1734568164468,"transaction":null} +{"before":null,"after":{"id":3257,"customer_name":"Lee Mclean","product_name":"Laptop","quantity":4,"price":820.46,"order_date":1734539364277217,"status":"Pending"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568164278,"snapshot":"false","db":"testdb","sequence":"[\"66756438384\",\"66756438384\"]","schema":"public","table":"orders","txId":2219077,"lsn":66756438384,"xmin":null},"op":"c","ts_ms":1734568164468,"transaction":null} +{"before":{"id":3162,"customer_name":"Ashley Miller","product_name":"Laptop","quantity":3,"price":318.99,"order_date":1734539357904933,"status":"Cancelled"},"after":{"id":3162,"customer_name":"Ashley Miller","product_name":"Laptop","quantity":3,"price":318.99,"order_date":1734539357904933,"status":"Cancelled"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568164315,"snapshot":"false","db":"testdb","sequence":"[\"66756438608\",\"66756438608\"]","schema":"public","table":"orders","txId":2219078,"lsn":66756438608,"xmin":null},"op":"u","ts_ms":1734568164468,"transaction":null} +{"before":null,"after":{"id":3258,"customer_name":"Mark Gentry","product_name":"Laptop","quantity":2,"price":1141.47,"order_date":1734539364343824,"status":"Delivered"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568164346,"snapshot":"false","db":"testdb","sequence":"[\"66756438848\",\"66756438848\"]","schema":"public","table":"orders","txId":2219079,"lsn":66756438848,"xmin":null},"op":"c","ts_ms":1734568164468,"transaction":null} +{"before":{"id":3172,"customer_name":"Rachel Gray","product_name":"Keyboard","quantity":5,"price":1288.19,"order_date":1734539358595118,"status":"Delivered"},"after":null,"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568164394,"snapshot":"false","db":"testdb","sequence":"[\"66756439080\",\"66756439144\"]","schema":"public","table":"orders","txId":2219080,"lsn":66756439144,"xmin":null},"op":"d","ts_ms":1734568164468,"transaction":null} +{"before":{"id":3137,"customer_name":"Eduardo Bond","product_name":"Mouse","quantity":3,"price":818.63,"order_date":1734539356330223,"status":"Pending"},"after":{"id":3137,"customer_name":"Eduardo Bond","product_name":"Mouse","quantity":3,"price":818.63,"order_date":1734539356330223,"status":"Cancelled"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568164422,"snapshot":"false","db":"testdb","sequence":"[\"66756439312\",\"66756439376\"]","schema":"public","table":"orders","txId":2219081,"lsn":66756439376,"xmin":null},"op":"u","ts_ms":1734568164468,"transaction":null} +{"before":null,"after":{"id":3259,"customer_name":"John Palmer","product_name":"Keyboard","quantity":4,"price":1246.53,"order_date":1734539364446685,"status":"Cancelled"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568164450,"snapshot":"false","db":"testdb","sequence":"[\"66756439616\",\"66756439616\"]","schema":"public","table":"orders","txId":2219082,"lsn":66756439616,"xmin":null},"op":"c","ts_ms":1734568164469,"transaction":null} +{"before":null,"after":{"id":3260,"customer_name":"Jason Campbell","product_name":"Monitor","quantity":4,"price":1600.3,"order_date":1734539364495660,"status":"Pending"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568164496,"snapshot":"false","db":"testdb","sequence":"[\"66756439848\",\"66756439848\"]","schema":"public","table":"orders","txId":2219083,"lsn":66756439848,"xmin":null},"op":"c","ts_ms":1734568164980,"transaction":null} +{"before":null,"after":{"id":3261,"customer_name":"Amy Cox","product_name":"Monitor","quantity":4,"price":70.76,"order_date":1734539364525804,"status":"Pending"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568164530,"snapshot":"false","db":"testdb","sequence":"[\"66756440072\",\"66756440072\"]","schema":"public","table":"orders","txId":2219084,"lsn":66756440072,"xmin":null},"op":"c","ts_ms":1734568164980,"transaction":null} +{"before":null,"after":{"id":3262,"customer_name":"Olivia Sullivan","product_name":"Mouse","quantity":3,"price":493.94,"order_date":1734539364596937,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568164599,"snapshot":"false","db":"testdb","sequence":"[\"66756440288\",\"66756440288\"]","schema":"public","table":"orders","txId":2219085,"lsn":66756440288,"xmin":null},"op":"c","ts_ms":1734568164980,"transaction":null} +{"before":null,"after":{"id":3263,"customer_name":"Dr. Daniel Vance PhD","product_name":"Smartphone","quantity":1,"price":471.74,"order_date":1734539364661120,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568164666,"snapshot":"false","db":"testdb","sequence":"[\"66756440512\",\"66756440512\"]","schema":"public","table":"orders","txId":2219086,"lsn":66756440512,"xmin":null},"op":"c","ts_ms":1734568164980,"transaction":null} +{"before":null,"after":{"id":3264,"customer_name":"Ruth Harding","product_name":"Headphones","quantity":3,"price":1051.64,"order_date":1734539364709200,"status":"Pending"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568164710,"snapshot":"false","db":"testdb","sequence":"[\"66756440744\",\"66756440744\"]","schema":"public","table":"orders","txId":2219087,"lsn":66756440744,"xmin":null},"op":"c","ts_ms":1734568164981,"transaction":null} +{"before":null,"after":{"id":3265,"customer_name":"Rebecca Carter MD","product_name":"Headphones","quantity":2,"price":462.78,"order_date":1734539364756966,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568164759,"snapshot":"false","db":"testdb","sequence":"[\"66756440968\",\"66756440968\"]","schema":"public","table":"orders","txId":2219088,"lsn":66756440968,"xmin":null},"op":"c","ts_ms":1734568164981,"transaction":null} +{"before":{"id":3219,"customer_name":"Richard Perkins","product_name":"Laptop","quantity":1,"price":121.22,"order_date":1734539361695542,"status":"Shipped"},"after":{"id":3219,"customer_name":"Richard Perkins","product_name":"Laptop","quantity":1,"price":121.22,"order_date":1734539361695542,"status":"Delivered"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568164817,"snapshot":"false","db":"testdb","sequence":"[\"66756441200\",\"66756441264\"]","schema":"public","table":"orders","txId":2219089,"lsn":66756441264,"xmin":null},"op":"u","ts_ms":1734568164981,"transaction":null} +{"before":{"id":3111,"customer_name":"Jessica Alexander","product_name":"Mouse","quantity":1,"price":1074.4,"order_date":1734539354979664,"status":"Cancelled"},"after":{"id":3111,"customer_name":"Jessica Alexander","product_name":"Mouse","quantity":1,"price":1074.4,"order_date":1734539354979664,"status":"Delivered"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568164870,"snapshot":"false","db":"testdb","sequence":"[\"66756441504\",\"66756441504\"]","schema":"public","table":"orders","txId":2219090,"lsn":66756441504,"xmin":null},"op":"u","ts_ms":1734568164981,"transaction":null} +{"before":null,"after":{"id":3266,"customer_name":"Charles Ellis","product_name":"Keyboard","quantity":1,"price":839.15,"order_date":1734539364909750,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568164911,"snapshot":"false","db":"testdb","sequence":"[\"66756441744\",\"66756441744\"]","schema":"public","table":"orders","txId":2219091,"lsn":66756441744,"xmin":null},"op":"c","ts_ms":1734568164981,"transaction":null} +{"before":null,"after":{"id":3267,"customer_name":"Jesse Jones","product_name":"Mouse","quantity":2,"price":779.6,"order_date":1734539364965871,"status":"Pending"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568164967,"snapshot":"false","db":"testdb","sequence":"[\"66756441968\",\"66756441968\"]","schema":"public","table":"orders","txId":2219092,"lsn":66756441968,"xmin":null},"op":"c","ts_ms":1734568164981,"transaction":null} +{"before":null,"after":{"id":3268,"customer_name":"Valerie Herman","product_name":"Smartphone","quantity":4,"price":1004.31,"order_date":1734539365013074,"status":"Pending"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568165014,"snapshot":"false","db":"testdb","sequence":"[\"66756442192\",\"66756442192\"]","schema":"public","table":"orders","txId":2219093,"lsn":66756442192,"xmin":null},"op":"c","ts_ms":1734568165509,"transaction":null} +{"before":null,"after":{"id":3269,"customer_name":"Teresa Luna","product_name":"Laptop","quantity":3,"price":368.14,"order_date":1734539365039649,"status":"Delivered"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568165041,"snapshot":"false","db":"testdb","sequence":"[\"66756442424\",\"66756442424\"]","schema":"public","table":"orders","txId":2219094,"lsn":66756442424,"xmin":null},"op":"c","ts_ms":1734568165509,"transaction":null} +{"before":null,"after":{"id":3270,"customer_name":"Melissa Fisher","product_name":"Mouse","quantity":1,"price":1901.31,"order_date":1734539365080284,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568165081,"snapshot":"false","db":"testdb","sequence":"[\"66756442656\",\"66756442656\"]","schema":"public","table":"orders","txId":2219095,"lsn":66756442656,"xmin":null},"op":"c","ts_ms":1734568165510,"transaction":null} +{"before":null,"after":{"id":3271,"customer_name":"Stephen Rodriguez","product_name":"Smartphone","quantity":4,"price":1923.67,"order_date":1734539365123813,"status":"Pending"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568165125,"snapshot":"false","db":"testdb","sequence":"[\"66756442880\",\"66756442880\"]","schema":"public","table":"orders","txId":2219096,"lsn":66756442880,"xmin":null},"op":"c","ts_ms":1734568165510,"transaction":null} +{"before":{"id":3256,"customer_name":"Tanya Cooper","product_name":"Mouse","quantity":2,"price":228.46,"order_date":1734539364228413,"status":"Shipped"},"after":{"id":3256,"customer_name":"Tanya Cooper","product_name":"Mouse","quantity":2,"price":228.46,"order_date":1734539364228413,"status":"Delivered"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568165158,"snapshot":"false","db":"testdb","sequence":"[\"66756443112\",\"66756443264\"]","schema":"public","table":"orders","txId":2219097,"lsn":66756443264,"xmin":null},"op":"u","ts_ms":1734568165510,"transaction":null} +{"before":null,"after":{"id":3272,"customer_name":"Jesse Boyd","product_name":"Laptop","quantity":4,"price":295.49,"order_date":1734539365186825,"status":"Cancelled"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568165188,"snapshot":"false","db":"testdb","sequence":"[\"66756443504\",\"66756443608\"]","schema":"public","table":"orders","txId":2219098,"lsn":66756443608,"xmin":null},"op":"c","ts_ms":1734568165510,"transaction":null} +{"before":null,"after":{"id":3273,"customer_name":"Angela Campos","product_name":"Headphones","quantity":3,"price":424.6,"order_date":1734539365246824,"status":"Delivered"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568165249,"snapshot":"false","db":"testdb","sequence":"[\"66756443840\",\"66756443840\"]","schema":"public","table":"orders","txId":2219099,"lsn":66756443840,"xmin":null},"op":"c","ts_ms":1734568165510,"transaction":null} +{"before":null,"after":{"id":3274,"customer_name":"Daniel Ramirez","product_name":"Smartphone","quantity":2,"price":60.63,"order_date":1734539365275308,"status":"Delivered"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568165279,"snapshot":"false","db":"testdb","sequence":"[\"66756444080\",\"66756444080\"]","schema":"public","table":"orders","txId":2219100,"lsn":66756444080,"xmin":null},"op":"c","ts_ms":1734568165510,"transaction":null} +{"before":null,"after":{"id":3275,"customer_name":"Pamela Sandoval","product_name":"Mouse","quantity":2,"price":852.0,"order_date":1734539365320090,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568165325,"snapshot":"false","db":"testdb","sequence":"[\"66756444344\",\"66756444344\"]","schema":"public","table":"orders","txId":2219101,"lsn":66756444344,"xmin":null},"op":"c","ts_ms":1734568165510,"transaction":null} +{"before":{"id":3210,"customer_name":"Lauren Carr","product_name":"Smartphone","quantity":2,"price":1855.66,"order_date":1734539361224344,"status":"Pending"},"after":{"id":3210,"customer_name":"Lauren Carr","product_name":"Smartphone","quantity":2,"price":1855.66,"order_date":1734539361224344,"status":"Delivered"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568165366,"snapshot":"false","db":"testdb","sequence":"[\"66756444568\",\"66756444568\"]","schema":"public","table":"orders","txId":2219102,"lsn":66756444568,"xmin":null},"op":"u","ts_ms":1734568165510,"transaction":null} +{"before":null,"after":{"id":3276,"customer_name":"Luis Price","product_name":"Mouse","quantity":1,"price":831.84,"order_date":1734539365390010,"status":"Pending"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568165391,"snapshot":"false","db":"testdb","sequence":"[\"66756444808\",\"66756444808\"]","schema":"public","table":"orders","txId":2219103,"lsn":66756444808,"xmin":null},"op":"c","ts_ms":1734568165510,"transaction":null} +{"before":null,"after":{"id":3277,"customer_name":"Julie Collins","product_name":"Headphones","quantity":2,"price":1222.74,"order_date":1734539365450684,"status":"Cancelled"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568165452,"snapshot":"false","db":"testdb","sequence":"[\"66756445032\",\"66756445032\"]","schema":"public","table":"orders","txId":2219104,"lsn":66756445032,"xmin":null},"op":"c","ts_ms":1734568165510,"transaction":null} +{"before":null,"after":{"id":3278,"customer_name":"Gregory Garcia","product_name":"Headphones","quantity":4,"price":714.68,"order_date":1734539365485124,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568165486,"snapshot":"false","db":"testdb","sequence":"[\"66756445272\",\"66756445272\"]","schema":"public","table":"orders","txId":2219105,"lsn":66756445272,"xmin":null},"op":"c","ts_ms":1734568165510,"transaction":null} +{"before":null,"after":{"id":3279,"customer_name":"Charles Smith","product_name":"Headphones","quantity":5,"price":139.41,"order_date":1734539365521756,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568165523,"snapshot":"false","db":"testdb","sequence":"[\"66756445504\",\"66756445504\"]","schema":"public","table":"orders","txId":2219106,"lsn":66756445504,"xmin":null},"op":"c","ts_ms":1734568166022,"transaction":null} +{"before":{"id":3203,"customer_name":"Charles Moreno","product_name":"Headphones","quantity":2,"price":407.78,"order_date":1734539360755228,"status":"Shipped"},"after":{"id":3203,"customer_name":"Charles Moreno","product_name":"Headphones","quantity":2,"price":407.78,"order_date":1734539360755228,"status":"Delivered"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568165563,"snapshot":"false","db":"testdb","sequence":"[\"66756445736\",\"66756445800\"]","schema":"public","table":"orders","txId":2219107,"lsn":66756445800,"xmin":null},"op":"u","ts_ms":1734568166022,"transaction":null} +{"before":{"id":3253,"customer_name":"Dennis Jones","product_name":"Monitor","quantity":3,"price":1402.34,"order_date":1734539363823275,"status":"Delivered"},"after":{"id":3253,"customer_name":"Dennis Jones","product_name":"Monitor","quantity":3,"price":1402.34,"order_date":1734539363823275,"status":"Delivered"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568165587,"snapshot":"false","db":"testdb","sequence":"[\"66756446056\",\"66756446120\"]","schema":"public","table":"orders","txId":2219108,"lsn":66756446120,"xmin":null},"op":"u","ts_ms":1734568166022,"transaction":null} +{"before":null,"after":{"id":3280,"customer_name":"Brenda Alvarado","product_name":"Laptop","quantity":2,"price":1435.51,"order_date":1734539365629930,"status":"Delivered"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568165632,"snapshot":"false","db":"testdb","sequence":"[\"66756446360\",\"66756446360\"]","schema":"public","table":"orders","txId":2219109,"lsn":66756446360,"xmin":null},"op":"c","ts_ms":1734568166022,"transaction":null} +{"before":null,"after":{"id":3281,"customer_name":"Sandra Thompson","product_name":"Laptop","quantity":1,"price":1023.75,"order_date":1734539365681489,"status":"Delivered"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568165683,"snapshot":"false","db":"testdb","sequence":"[\"66756446592\",\"66756446592\"]","schema":"public","table":"orders","txId":2219110,"lsn":66756446592,"xmin":null},"op":"c","ts_ms":1734568166022,"transaction":null} +{"before":null,"after":{"id":3282,"customer_name":"Maurice Tucker","product_name":"Monitor","quantity":5,"price":199.78,"order_date":1734539365717787,"status":"Pending"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568165719,"snapshot":"false","db":"testdb","sequence":"[\"66756446824\",\"66756446824\"]","schema":"public","table":"orders","txId":2219111,"lsn":66756446824,"xmin":null},"op":"c","ts_ms":1734568166022,"transaction":null} +{"before":null,"after":{"id":3283,"customer_name":"Ronald Acevedo","product_name":"Headphones","quantity":4,"price":336.3,"order_date":1734539365761698,"status":"Pending"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568165762,"snapshot":"false","db":"testdb","sequence":"[\"66756447048\",\"66756447048\"]","schema":"public","table":"orders","txId":2219112,"lsn":66756447048,"xmin":null},"op":"c","ts_ms":1734568166022,"transaction":null} +{"before":{"id":3123,"customer_name":"Karl Massey","product_name":"Monitor","quantity":4,"price":1946.01,"order_date":1734539355669656,"status":"Delivered"},"after":{"id":3123,"customer_name":"Karl Massey","product_name":"Monitor","quantity":4,"price":1946.01,"order_date":1734539355669656,"status":"Cancelled"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568165786,"snapshot":"false","db":"testdb","sequence":"[\"66756447280\",\"66756447344\"]","schema":"public","table":"orders","txId":2219113,"lsn":66756447344,"xmin":null},"op":"u","ts_ms":1734568166022,"transaction":null} +{"before":null,"after":{"id":3284,"customer_name":"Phillip Smith","product_name":"Keyboard","quantity":2,"price":820.47,"order_date":1734539365855900,"status":"Cancelled"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568165857,"snapshot":"false","db":"testdb","sequence":"[\"66756447584\",\"66756447584\"]","schema":"public","table":"orders","txId":2219114,"lsn":66756447584,"xmin":null},"op":"c","ts_ms":1734568166022,"transaction":null} +{"before":null,"after":{"id":3285,"customer_name":"Jill Ball","product_name":"Laptop","quantity":5,"price":803.31,"order_date":1734539365889633,"status":"Cancelled"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568165896,"snapshot":"false","db":"testdb","sequence":"[\"66756447816\",\"66756447816\"]","schema":"public","table":"orders","txId":2219115,"lsn":66756447816,"xmin":null},"op":"c","ts_ms":1734568166022,"transaction":null} +{"before":null,"after":{"id":3286,"customer_name":"Craig Riley","product_name":"Keyboard","quantity":5,"price":1804.41,"order_date":1734539365944699,"status":"Cancelled"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568165947,"snapshot":"false","db":"testdb","sequence":"[\"66756448048\",\"66756448048\"]","schema":"public","table":"orders","txId":2219116,"lsn":66756448048,"xmin":null},"op":"c","ts_ms":1734568166022,"transaction":null} +{"before":null,"after":{"id":3287,"customer_name":"Billy Hamilton","product_name":"Laptop","quantity":4,"price":469.38,"order_date":1734539365990744,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568165991,"snapshot":"false","db":"testdb","sequence":"[\"66756448280\",\"66756448280\"]","schema":"public","table":"orders","txId":2219117,"lsn":66756448280,"xmin":null},"op":"c","ts_ms":1734568166022,"transaction":null} +{"before":null,"after":{"id":3288,"customer_name":"Maureen Burns","product_name":"Monitor","quantity":2,"price":1313.13,"order_date":1734539366040605,"status":"Delivered"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568166042,"snapshot":"false","db":"testdb","sequence":"[\"66756448504\",\"66756448504\"]","schema":"public","table":"orders","txId":2219118,"lsn":66756448504,"xmin":null},"op":"c","ts_ms":1734568166536,"transaction":null} +{"before":null,"after":{"id":3289,"customer_name":"Melissa Robinson","product_name":"Headphones","quantity":5,"price":870.45,"order_date":1734539366097232,"status":"Pending"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568166098,"snapshot":"false","db":"testdb","sequence":"[\"66756448736\",\"66756448736\"]","schema":"public","table":"orders","txId":2219119,"lsn":66756448736,"xmin":null},"op":"c","ts_ms":1734568166536,"transaction":null} +{"before":null,"after":{"id":3290,"customer_name":"Jason Bush","product_name":"Laptop","quantity":5,"price":1176.27,"order_date":1734539366163264,"status":"Cancelled"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568166164,"snapshot":"false","db":"testdb","sequence":"[\"66756448968\",\"66756448968\"]","schema":"public","table":"orders","txId":2219120,"lsn":66756448968,"xmin":null},"op":"c","ts_ms":1734568166536,"transaction":null} +{"before":{"id":3251,"customer_name":"Kim Mclean","product_name":"Monitor","quantity":3,"price":1387.78,"order_date":1734539363724946,"status":"Cancelled"},"after":{"id":3251,"customer_name":"Kim Mclean","product_name":"Monitor","quantity":3,"price":1387.78,"order_date":1734539363724946,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568166200,"snapshot":"false","db":"testdb","sequence":"[\"66756449200\",\"66756449320\"]","schema":"public","table":"orders","txId":2219121,"lsn":66756449320,"xmin":null},"op":"u","ts_ms":1734568166536,"transaction":null} +{"before":null,"after":{"id":3291,"customer_name":"Taylor Ramirez","product_name":"Monitor","quantity":5,"price":1974.62,"order_date":1734539366240070,"status":"Pending"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568166241,"snapshot":"false","db":"testdb","sequence":"[\"66756449632\",\"66756449632\"]","schema":"public","table":"orders","txId":2219122,"lsn":66756449632,"xmin":null},"op":"c","ts_ms":1734568166536,"transaction":null} +{"before":null,"after":{"id":3292,"customer_name":"Daniel Anderson","product_name":"Laptop","quantity":1,"price":921.76,"order_date":1734539366301123,"status":"Pending"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568166306,"snapshot":"false","db":"testdb","sequence":"[\"66756449856\",\"66756449856\"]","schema":"public","table":"orders","txId":2219123,"lsn":66756449856,"xmin":null},"op":"c","ts_ms":1734568166536,"transaction":null} +{"before":null,"after":{"id":3293,"customer_name":"Nicole Terry","product_name":"Headphones","quantity":4,"price":1359.94,"order_date":1734539366365006,"status":"Delivered"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568166367,"snapshot":"false","db":"testdb","sequence":"[\"66756450080\",\"66756450080\"]","schema":"public","table":"orders","txId":2219124,"lsn":66756450080,"xmin":null},"op":"c","ts_ms":1734568166537,"transaction":null} +{"before":{"id":3111,"customer_name":"Jessica Alexander","product_name":"Mouse","quantity":1,"price":1074.4,"order_date":1734539354979664,"status":"Delivered"},"after":{"id":3111,"customer_name":"Jessica Alexander","product_name":"Mouse","quantity":1,"price":1074.4,"order_date":1734539354979664,"status":"Delivered"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568166402,"snapshot":"false","db":"testdb","sequence":"[\"66756450312\",\"66756450368\"]","schema":"public","table":"orders","txId":2219125,"lsn":66756450368,"xmin":null},"op":"u","ts_ms":1734568166537,"transaction":null} +{"before":null,"after":{"id":3294,"customer_name":"Jennifer Hill","product_name":"Smartphone","quantity":4,"price":1367.37,"order_date":1734539366448885,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568166451,"snapshot":"false","db":"testdb","sequence":"[\"66756450608\",\"66756450608\"]","schema":"public","table":"orders","txId":2219126,"lsn":66756450608,"xmin":null},"op":"c","ts_ms":1734568166537,"transaction":null} +{"before":null,"after":{"id":3295,"customer_name":"Elizabeth Glover","product_name":"Keyboard","quantity":4,"price":118.77,"order_date":1734539366511636,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568166515,"snapshot":"false","db":"testdb","sequence":"[\"66756450840\",\"66756450840\"]","schema":"public","table":"orders","txId":2219127,"lsn":66756450840,"xmin":null},"op":"c","ts_ms":1734568166537,"transaction":null} +{"before":null,"after":{"id":3296,"customer_name":"Justin Nguyen","product_name":"Headphones","quantity":1,"price":1685.28,"order_date":1734539366563169,"status":"Delivered"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568166565,"snapshot":"false","db":"testdb","sequence":"[\"66756451072\",\"66756451072\"]","schema":"public","table":"orders","txId":2219128,"lsn":66756451072,"xmin":null},"op":"c","ts_ms":1734568167054,"transaction":null} +{"before":null,"after":{"id":3297,"customer_name":"Emily Lee","product_name":"Headphones","quantity":1,"price":142.18,"order_date":1734539366611935,"status":"Cancelled"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568166615,"snapshot":"false","db":"testdb","sequence":"[\"66756451312\",\"66756451312\"]","schema":"public","table":"orders","txId":2219129,"lsn":66756451312,"xmin":null},"op":"c","ts_ms":1734568167054,"transaction":null} +{"before":null,"after":{"id":3298,"customer_name":"Dr. Courtney Ray","product_name":"Laptop","quantity":2,"price":703.08,"order_date":1734539366637626,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568166638,"snapshot":"false","db":"testdb","sequence":"[\"66756451544\",\"66756451544\"]","schema":"public","table":"orders","txId":2219130,"lsn":66756451544,"xmin":null},"op":"c","ts_ms":1734568167054,"transaction":null} +{"before":null,"after":{"id":3299,"customer_name":"Jeffrey Deleon","product_name":"Keyboard","quantity":4,"price":1677.69,"order_date":1734539366676285,"status":"Cancelled"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568166678,"snapshot":"false","db":"testdb","sequence":"[\"66756451768\",\"66756451768\"]","schema":"public","table":"orders","txId":2219131,"lsn":66756451768,"xmin":null},"op":"c","ts_ms":1734568167054,"transaction":null} +{"before":null,"after":{"id":3300,"customer_name":"Clayton Stewart","product_name":"Laptop","quantity":5,"price":1344.01,"order_date":1734539366714996,"status":"Pending"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568166716,"snapshot":"false","db":"testdb","sequence":"[\"66756452000\",\"66756452000\"]","schema":"public","table":"orders","txId":2219132,"lsn":66756452000,"xmin":null},"op":"c","ts_ms":1734568167054,"transaction":null} +{"before":null,"after":{"id":3301,"customer_name":"Michael Kennedy","product_name":"Keyboard","quantity":5,"price":1430.79,"order_date":1734539366751482,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568166752,"snapshot":"false","db":"testdb","sequence":"[\"66756452224\",\"66756452224\"]","schema":"public","table":"orders","txId":2219133,"lsn":66756452224,"xmin":null},"op":"c","ts_ms":1734568167054,"transaction":null} +{"before":{"id":3183,"customer_name":"Cody Fletcher","product_name":"Keyboard","quantity":5,"price":205.95,"order_date":1734539359475813,"status":"Delivered"},"after":{"id":3183,"customer_name":"Cody Fletcher","product_name":"Keyboard","quantity":5,"price":205.95,"order_date":1734539359475813,"status":"Delivered"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568166775,"snapshot":"false","db":"testdb","sequence":"[\"66756452480\",\"66756452544\"]","schema":"public","table":"orders","txId":2219134,"lsn":66756452544,"xmin":null},"op":"u","ts_ms":1734568167054,"transaction":null} +{"before":null,"after":{"id":3302,"customer_name":"Lisa Jones","product_name":"Headphones","quantity":5,"price":669.96,"order_date":1734539366801955,"status":"Pending"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568166803,"snapshot":"false","db":"testdb","sequence":"[\"66756452784\",\"66756452784\"]","schema":"public","table":"orders","txId":2219135,"lsn":66756452784,"xmin":null},"op":"c","ts_ms":1734568167054,"transaction":null} +{"before":null,"after":{"id":3303,"customer_name":"Peter Salinas","product_name":"Smartphone","quantity":4,"price":1686.8,"order_date":1734539366832541,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568166834,"snapshot":"false","db":"testdb","sequence":"[\"66756453008\",\"66756453008\"]","schema":"public","table":"orders","txId":2219136,"lsn":66756453008,"xmin":null},"op":"c","ts_ms":1734568167054,"transaction":null} +{"before":null,"after":{"id":3304,"customer_name":"Brandi Benson","product_name":"Keyboard","quantity":1,"price":491.69,"order_date":1734539366857923,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568166861,"snapshot":"false","db":"testdb","sequence":"[\"66756453240\",\"66756453240\"]","schema":"public","table":"orders","txId":2219137,"lsn":66756453240,"xmin":null},"op":"c","ts_ms":1734568167054,"transaction":null} +{"before":{"id":3116,"customer_name":"Jeremy Harris","product_name":"Monitor","quantity":5,"price":1114.67,"order_date":1734539355212421,"status":"Shipped"},"after":{"id":3116,"customer_name":"Jeremy Harris","product_name":"Monitor","quantity":5,"price":1114.67,"order_date":1734539355212421,"status":"Cancelled"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568166941,"snapshot":"false","db":"testdb","sequence":"[\"66756453464\",\"66756453528\"]","schema":"public","table":"orders","txId":2219138,"lsn":66756453528,"xmin":null},"op":"u","ts_ms":1734568167054,"transaction":null} +{"before":{"id":3234,"customer_name":"Steven Cummings","product_name":"Headphones","quantity":4,"price":1871.95,"order_date":1734539362504124,"status":"Shipped"},"after":{"id":3234,"customer_name":"Steven Cummings","product_name":"Headphones","quantity":4,"price":1871.95,"order_date":1734539362504124,"status":"Cancelled"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568166982,"snapshot":"false","db":"testdb","sequence":"[\"66756453768\",\"66756453832\"]","schema":"public","table":"orders","txId":2219139,"lsn":66756453832,"xmin":null},"op":"u","ts_ms":1734568167054,"transaction":null} +{"before":{"id":3181,"customer_name":"Heidi Torres","product_name":"Mouse","quantity":4,"price":1082.88,"order_date":1734539359283082,"status":"Shipped"},"after":{"id":3181,"customer_name":"Heidi Torres","product_name":"Mouse","quantity":4,"price":1082.88,"order_date":1734539359283082,"status":"Cancelled"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568167022,"snapshot":"false","db":"testdb","sequence":"[\"66756454088\",\"66756454152\"]","schema":"public","table":"orders","txId":2219140,"lsn":66756454152,"xmin":null},"op":"u","ts_ms":1734568167054,"transaction":null} +{"before":{"id":3133,"customer_name":"Bruce Boyd","product_name":"Mouse","quantity":3,"price":1758.73,"order_date":1734539356160288,"status":"Shipped"},"after":{"id":3133,"customer_name":"Bruce Boyd","product_name":"Mouse","quantity":3,"price":1758.73,"order_date":1734539356160288,"status":"Cancelled"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568167089,"snapshot":"false","db":"testdb","sequence":"[\"66756454392\",\"66756454456\"]","schema":"public","table":"orders","txId":2219141,"lsn":66756454456,"xmin":null},"op":"u","ts_ms":1734568167570,"transaction":null} +{"before":null,"after":{"id":3305,"customer_name":"Dominic Williams","product_name":"Smartphone","quantity":4,"price":1364.33,"order_date":1734539367122857,"status":"Cancelled"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568167124,"snapshot":"false","db":"testdb","sequence":"[\"66756454696\",\"66756454800\"]","schema":"public","table":"orders","txId":2219142,"lsn":66756454800,"xmin":null},"op":"c","ts_ms":1734568167570,"transaction":null} +{"before":{"id":3274,"customer_name":"Daniel Ramirez","product_name":"Smartphone","quantity":2,"price":60.63,"order_date":1734539365275308,"status":"Delivered"},"after":{"id":3274,"customer_name":"Daniel Ramirez","product_name":"Smartphone","quantity":2,"price":60.63,"order_date":1734539365275308,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568167182,"snapshot":"false","db":"testdb","sequence":"[\"66756455040\",\"66756455104\"]","schema":"public","table":"orders","txId":2219143,"lsn":66756455104,"xmin":null},"op":"u","ts_ms":1734568167570,"transaction":null} +{"before":null,"after":{"id":3306,"customer_name":"Melissa Forbes","product_name":"Laptop","quantity":2,"price":1992.35,"order_date":1734539367224649,"status":"Delivered"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568167226,"snapshot":"false","db":"testdb","sequence":"[\"66756455360\",\"66756455360\"]","schema":"public","table":"orders","txId":2219144,"lsn":66756455360,"xmin":null},"op":"c","ts_ms":1734568167570,"transaction":null} +{"before":null,"after":{"id":3307,"customer_name":"Christian Graves","product_name":"Laptop","quantity":3,"price":401.07,"order_date":1734539367259576,"status":"Delivered"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568167261,"snapshot":"false","db":"testdb","sequence":"[\"66756455592\",\"66756455592\"]","schema":"public","table":"orders","txId":2219145,"lsn":66756455592,"xmin":null},"op":"c","ts_ms":1734568167570,"transaction":null} +{"before":{"id":3306,"customer_name":"Melissa Forbes","product_name":"Laptop","quantity":2,"price":1992.35,"order_date":1734539367224649,"status":"Delivered"},"after":{"id":3306,"customer_name":"Melissa Forbes","product_name":"Laptop","quantity":2,"price":1992.35,"order_date":1734539367224649,"status":"Delivered"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568167299,"snapshot":"false","db":"testdb","sequence":"[\"66756455824\",\"66756455888\"]","schema":"public","table":"orders","txId":2219146,"lsn":66756455888,"xmin":null},"op":"u","ts_ms":1734568167570,"transaction":null} +{"before":null,"after":{"id":3308,"customer_name":"Melissa Miller","product_name":"Keyboard","quantity":4,"price":923.18,"order_date":1734539367334429,"status":"Delivered"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568167336,"snapshot":"false","db":"testdb","sequence":"[\"66756456128\",\"66756456128\"]","schema":"public","table":"orders","txId":2219147,"lsn":66756456128,"xmin":null},"op":"c","ts_ms":1734568167570,"transaction":null} +{"before":null,"after":{"id":3309,"customer_name":"Matthew Malone","product_name":"Laptop","quantity":5,"price":1868.11,"order_date":1734539367389882,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568167392,"snapshot":"false","db":"testdb","sequence":"[\"66756456360\",\"66756456360\"]","schema":"public","table":"orders","txId":2219148,"lsn":66756456360,"xmin":null},"op":"c","ts_ms":1734568167570,"transaction":null} +{"before":{"id":3236,"customer_name":"Jodi Hamilton","product_name":"Mouse","quantity":1,"price":945.99,"order_date":1734539362603088,"status":"Pending"},"after":{"id":3236,"customer_name":"Jodi Hamilton","product_name":"Mouse","quantity":1,"price":945.99,"order_date":1734539362603088,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568167471,"snapshot":"false","db":"testdb","sequence":"[\"66756456584\",\"66756456584\"]","schema":"public","table":"orders","txId":2219149,"lsn":66756456584,"xmin":null},"op":"u","ts_ms":1734568167570,"transaction":null} +{"before":{"id":3129,"customer_name":"Ellen Jordan","product_name":"Smartphone","quantity":2,"price":295.84,"order_date":1734539356009163,"status":"Pending"},"after":{"id":3129,"customer_name":"Ellen Jordan","product_name":"Smartphone","quantity":2,"price":295.84,"order_date":1734539356009163,"status":"Delivered"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568167506,"snapshot":"false","db":"testdb","sequence":"[\"66756456816\",\"66756456880\"]","schema":"public","table":"orders","txId":2219150,"lsn":66756456880,"xmin":null},"op":"u","ts_ms":1734568167570,"transaction":null} +{"before":null,"after":{"id":3310,"customer_name":"Kyle Wilkerson","product_name":"Headphones","quantity":3,"price":1894.31,"order_date":1734539367539093,"status":"Delivered"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568167540,"snapshot":"false","db":"testdb","sequence":"[\"66756457120\",\"66756457120\"]","schema":"public","table":"orders","txId":2219151,"lsn":66756457120,"xmin":null},"op":"c","ts_ms":1734568167570,"transaction":null} +{"before":null,"after":{"id":3311,"customer_name":"Ethan Mcguire MD","product_name":"Headphones","quantity":2,"price":1433.87,"order_date":1734539367573827,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568167575,"snapshot":"false","db":"testdb","sequence":"[\"66756457360\",\"66756457360\"]","schema":"public","table":"orders","txId":2219152,"lsn":66756457360,"xmin":null},"op":"c","ts_ms":1734568167576,"transaction":null} +{"before":null,"after":{"id":3312,"customer_name":"Eric Price","product_name":"Laptop","quantity":3,"price":1917.04,"order_date":1734539367593352,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568167600,"snapshot":"false","db":"testdb","sequence":"[\"66756457592\",\"66756457592\"]","schema":"public","table":"orders","txId":2219153,"lsn":66756457592,"xmin":null},"op":"c","ts_ms":1734568168089,"transaction":null} +{"before":{"id":3132,"customer_name":"Alan Larsen","product_name":"Headphones","quantity":5,"price":1727.37,"order_date":1734539356127887,"status":"Pending"},"after":{"id":3132,"customer_name":"Alan Larsen","product_name":"Headphones","quantity":5,"price":1727.37,"order_date":1734539356127887,"status":"Cancelled"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568167630,"snapshot":"false","db":"testdb","sequence":"[\"66756457816\",\"66756457880\"]","schema":"public","table":"orders","txId":2219154,"lsn":66756457880,"xmin":null},"op":"u","ts_ms":1734568168089,"transaction":null} +{"before":null,"after":{"id":3313,"customer_name":"Alexander Flores","product_name":"Headphones","quantity":4,"price":116.28,"order_date":1734539367651824,"status":"Cancelled"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568167653,"snapshot":"false","db":"testdb","sequence":"[\"66756458120\",\"66756458120\"]","schema":"public","table":"orders","txId":2219155,"lsn":66756458120,"xmin":null},"op":"c","ts_ms":1734568168089,"transaction":null} +{"before":{"id":3280,"customer_name":"Brenda Alvarado","product_name":"Laptop","quantity":2,"price":1435.51,"order_date":1734539365629930,"status":"Delivered"},"after":{"id":3280,"customer_name":"Brenda Alvarado","product_name":"Laptop","quantity":2,"price":1435.51,"order_date":1734539365629930,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568167699,"snapshot":"false","db":"testdb","sequence":"[\"66756458360\",\"66756458424\"]","schema":"public","table":"orders","txId":2219156,"lsn":66756458424,"xmin":null},"op":"u","ts_ms":1734568168089,"transaction":null} +{"before":null,"after":{"id":3314,"customer_name":"Jennifer Williams","product_name":"Smartphone","quantity":5,"price":1675.77,"order_date":1734539367756548,"status":"Cancelled"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568167758,"snapshot":"false","db":"testdb","sequence":"[\"66756458664\",\"66756458664\"]","schema":"public","table":"orders","txId":2219157,"lsn":66756458664,"xmin":null},"op":"c","ts_ms":1734568168089,"transaction":null} +{"before":null,"after":{"id":3315,"customer_name":"Matthew Cole","product_name":"Mouse","quantity":5,"price":289.1,"order_date":1734539367805350,"status":"Delivered"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568167807,"snapshot":"false","db":"testdb","sequence":"[\"66756458904\",\"66756458904\"]","schema":"public","table":"orders","txId":2219158,"lsn":66756458904,"xmin":null},"op":"c","ts_ms":1734568168089,"transaction":null} +{"before":null,"after":{"id":3316,"customer_name":"Melissa Melton","product_name":"Monitor","quantity":2,"price":941.34,"order_date":1734539367831219,"status":"Pending"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568167833,"snapshot":"false","db":"testdb","sequence":"[\"66756459136\",\"66756459136\"]","schema":"public","table":"orders","txId":2219159,"lsn":66756459136,"xmin":null},"op":"c","ts_ms":1734568168089,"transaction":null} +{"before":null,"after":{"id":3317,"customer_name":"Rebecca Jackson","product_name":"Headphones","quantity":2,"price":543.99,"order_date":1734539367855831,"status":"Pending"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568167858,"snapshot":"false","db":"testdb","sequence":"[\"66756459360\",\"66756459360\"]","schema":"public","table":"orders","txId":2219160,"lsn":66756459360,"xmin":null},"op":"c","ts_ms":1734568168089,"transaction":null} +{"before":null,"after":{"id":3318,"customer_name":"Christine Murphy","product_name":"Monitor","quantity":1,"price":358.92,"order_date":1734539367960330,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568167963,"snapshot":"false","db":"testdb","sequence":"[\"66756459592\",\"66756459592\"]","schema":"public","table":"orders","txId":2219161,"lsn":66756459592,"xmin":null},"op":"c","ts_ms":1734568168089,"transaction":null} +{"before":null,"after":{"id":3319,"customer_name":"Gerald Gaines","product_name":"Smartphone","quantity":3,"price":531.28,"order_date":1734539368007987,"status":"Delivered"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568168009,"snapshot":"false","db":"testdb","sequence":"[\"66756459824\",\"66756459824\"]","schema":"public","table":"orders","txId":2219162,"lsn":66756459824,"xmin":null},"op":"c","ts_ms":1734568168089,"transaction":null} +{"before":{"id":3203,"customer_name":"Charles Moreno","product_name":"Headphones","quantity":2,"price":407.78,"order_date":1734539360755228,"status":"Delivered"},"after":{"id":3203,"customer_name":"Charles Moreno","product_name":"Headphones","quantity":2,"price":407.78,"order_date":1734539360755228,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568168067,"snapshot":"false","db":"testdb","sequence":"[\"66756460064\",\"66756460128\"]","schema":"public","table":"orders","txId":2219163,"lsn":66756460128,"xmin":null},"op":"u","ts_ms":1734568168089,"transaction":null} +{"before":null,"after":{"id":3320,"customer_name":"Fernando Jenkins","product_name":"Monitor","quantity":2,"price":416.76,"order_date":1734539368103235,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568168104,"snapshot":"false","db":"testdb","sequence":"[\"66756460384\",\"66756460384\"]","schema":"public","table":"orders","txId":2219164,"lsn":66756460384,"xmin":null},"op":"c","ts_ms":1734568168601,"transaction":null} +{"before":{"id":3211,"customer_name":"Briana Peters","product_name":"Monitor","quantity":1,"price":1076.71,"order_date":1734539361281393,"status":"Cancelled"},"after":null,"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568168151,"snapshot":"false","db":"testdb","sequence":"[\"66756460640\",\"66756460704\"]","schema":"public","table":"orders","txId":2219165,"lsn":66756460704,"xmin":null},"op":"d","ts_ms":1734568168602,"transaction":null} +{"before":{"id":3222,"customer_name":"David Phillips","product_name":"Headphones","quantity":5,"price":211.07,"order_date":1734539361855099,"status":"Cancelled"},"after":{"id":3222,"customer_name":"David Phillips","product_name":"Headphones","quantity":5,"price":211.07,"order_date":1734539361855099,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568168186,"snapshot":"false","db":"testdb","sequence":"[\"66756460872\",\"66756460936\"]","schema":"public","table":"orders","txId":2219166,"lsn":66756460936,"xmin":null},"op":"u","ts_ms":1734568168602,"transaction":null} +{"before":{"id":3249,"customer_name":"Joseph Hughes","product_name":"Keyboard","quantity":3,"price":1137.46,"order_date":1734539363601114,"status":"Pending"},"after":{"id":3249,"customer_name":"Joseph Hughes","product_name":"Keyboard","quantity":3,"price":1137.46,"order_date":1734539363601114,"status":"Cancelled"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568168234,"snapshot":"false","db":"testdb","sequence":"[\"66756461192\",\"66756461256\"]","schema":"public","table":"orders","txId":2219167,"lsn":66756461256,"xmin":null},"op":"u","ts_ms":1734568168604,"transaction":null} +{"before":{"id":3255,"customer_name":"Jonathan Suarez","product_name":"Laptop","quantity":5,"price":658.69,"order_date":1734539363947839,"status":"Delivered"},"after":{"id":3255,"customer_name":"Jonathan Suarez","product_name":"Laptop","quantity":5,"price":658.69,"order_date":1734539363947839,"status":"Delivered"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568168264,"snapshot":"false","db":"testdb","sequence":"[\"66756461496\",\"66756461560\"]","schema":"public","table":"orders","txId":2219168,"lsn":66756461560,"xmin":null},"op":"u","ts_ms":1734568168606,"transaction":null} +{"before":null,"after":{"id":3321,"customer_name":"Timothy Trevino","product_name":"Mouse","quantity":1,"price":1443.04,"order_date":1734539368291072,"status":"Delivered"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568168294,"snapshot":"false","db":"testdb","sequence":"[\"66756461800\",\"66756461800\"]","schema":"public","table":"orders","txId":2219169,"lsn":66756461800,"xmin":null},"op":"c","ts_ms":1734568168606,"transaction":null} +{"before":null,"after":{"id":3322,"customer_name":"Daniel Harris","product_name":"Mouse","quantity":5,"price":898.64,"order_date":1734539368325874,"status":"Pending"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568168328,"snapshot":"false","db":"testdb","sequence":"[\"66756462032\",\"66756462032\"]","schema":"public","table":"orders","txId":2219170,"lsn":66756462032,"xmin":null},"op":"c","ts_ms":1734568168606,"transaction":null} +{"before":null,"after":{"id":3323,"customer_name":"Nathan Jones","product_name":"Headphones","quantity":1,"price":1964.79,"order_date":1734539368372481,"status":"Delivered"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568168375,"snapshot":"false","db":"testdb","sequence":"[\"66756462256\",\"66756462256\"]","schema":"public","table":"orders","txId":2219171,"lsn":66756462256,"xmin":null},"op":"c","ts_ms":1734568168606,"transaction":null} +{"before":null,"after":{"id":3324,"customer_name":"Alicia Walker","product_name":"Mouse","quantity":2,"price":1861.24,"order_date":1734539368437652,"status":"Cancelled"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568168439,"snapshot":"false","db":"testdb","sequence":"[\"66756462488\",\"66756462488\"]","schema":"public","table":"orders","txId":2219172,"lsn":66756462488,"xmin":null},"op":"c","ts_ms":1734568168606,"transaction":null} +{"before":{"id":3275,"customer_name":"Pamela Sandoval","product_name":"Mouse","quantity":2,"price":852.0,"order_date":1734539365320090,"status":"Shipped"},"after":{"id":3275,"customer_name":"Pamela Sandoval","product_name":"Mouse","quantity":2,"price":852.0,"order_date":1734539365320090,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568168491,"snapshot":"false","db":"testdb","sequence":"[\"66756462720\",\"66756462784\"]","schema":"public","table":"orders","txId":2219173,"lsn":66756462784,"xmin":null},"op":"u","ts_ms":1734568168606,"transaction":null} +{"before":{"id":3147,"customer_name":"Allen Curry","product_name":"Laptop","quantity":5,"price":319.04,"order_date":1734539356873693,"status":"Cancelled"},"after":{"id":3147,"customer_name":"Allen Curry","product_name":"Laptop","quantity":5,"price":319.04,"order_date":1734539356873693,"status":"Delivered"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568168536,"snapshot":"false","db":"testdb","sequence":"[\"66756463016\",\"66756463080\"]","schema":"public","table":"orders","txId":2219174,"lsn":66756463080,"xmin":null},"op":"u","ts_ms":1734568168606,"transaction":null} +{"before":null,"after":{"id":3325,"customer_name":"Scott Ellis","product_name":"Mouse","quantity":1,"price":1443.18,"order_date":1734539368595960,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568168598,"snapshot":"false","db":"testdb","sequence":"[\"66756463320\",\"66756463320\"]","schema":"public","table":"orders","txId":2219175,"lsn":66756463320,"xmin":null},"op":"c","ts_ms":1734568168606,"transaction":null} +{"before":null,"after":{"id":3326,"customer_name":"Anthony Garcia","product_name":"Laptop","quantity":3,"price":1890.79,"order_date":1734539368652361,"status":"Pending"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568168653,"snapshot":"false","db":"testdb","sequence":"[\"66756463544\",\"66756463544\"]","schema":"public","table":"orders","txId":2219176,"lsn":66756463544,"xmin":null},"op":"c","ts_ms":1734568169123,"transaction":null} +{"before":null,"after":{"id":3327,"customer_name":"Jennifer Davis","product_name":"Laptop","quantity":4,"price":1380.65,"order_date":1734539368705851,"status":"Delivered"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568168707,"snapshot":"false","db":"testdb","sequence":"[\"66756463768\",\"66756463768\"]","schema":"public","table":"orders","txId":2219177,"lsn":66756463768,"xmin":null},"op":"c","ts_ms":1734568169123,"transaction":null} +{"before":{"id":3313,"customer_name":"Alexander Flores","product_name":"Headphones","quantity":4,"price":116.28,"order_date":1734539367651824,"status":"Cancelled"},"after":{"id":3313,"customer_name":"Alexander Flores","product_name":"Headphones","quantity":4,"price":116.28,"order_date":1734539367651824,"status":"Delivered"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568168766,"snapshot":"false","db":"testdb","sequence":"[\"66756464000\",\"66756464064\"]","schema":"public","table":"orders","txId":2219178,"lsn":66756464064,"xmin":null},"op":"u","ts_ms":1734568169124,"transaction":null} +{"before":null,"after":{"id":3328,"customer_name":"Julie Clark","product_name":"Mouse","quantity":3,"price":759.97,"order_date":1734539368798311,"status":"Cancelled"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568168799,"snapshot":"false","db":"testdb","sequence":"[\"66756464320\",\"66756464320\"]","schema":"public","table":"orders","txId":2219179,"lsn":66756464320,"xmin":null},"op":"c","ts_ms":1734568169124,"transaction":null} +{"before":{"id":3151,"customer_name":"John James","product_name":"Laptop","quantity":2,"price":645.47,"order_date":1734539357097769,"status":"Pending"},"after":null,"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568168849,"snapshot":"false","db":"testdb","sequence":"[\"66756464552\",\"66756464552\"]","schema":"public","table":"orders","txId":2219180,"lsn":66756464552,"xmin":null},"op":"d","ts_ms":1734568169124,"transaction":null} +{"before":null,"after":{"id":3329,"customer_name":"Mrs. Michelle Adams PhD","product_name":"Headphones","quantity":3,"price":1670.29,"order_date":1734539368905132,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568168909,"snapshot":"false","db":"testdb","sequence":"[\"66756464720\",\"66756464720\"]","schema":"public","table":"orders","txId":2219181,"lsn":66756464720,"xmin":null},"op":"c","ts_ms":1734568169124,"transaction":null} +{"before":{"id":3317,"customer_name":"Rebecca Jackson","product_name":"Headphones","quantity":2,"price":543.99,"order_date":1734539367855831,"status":"Pending"},"after":{"id":3317,"customer_name":"Rebecca Jackson","product_name":"Headphones","quantity":2,"price":543.99,"order_date":1734539367855831,"status":"Delivered"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568168972,"snapshot":"false","db":"testdb","sequence":"[\"66756464960\",\"66756465016\"]","schema":"public","table":"orders","txId":2219182,"lsn":66756465016,"xmin":null},"op":"u","ts_ms":1734568169124,"transaction":null} +{"before":null,"after":{"id":3330,"customer_name":"Cynthia Juarez","product_name":"Headphones","quantity":3,"price":1993.75,"order_date":1734539368991907,"status":"Delivered"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568168994,"snapshot":"false","db":"testdb","sequence":"[\"66756465272\",\"66756465272\"]","schema":"public","table":"orders","txId":2219183,"lsn":66756465272,"xmin":null},"op":"c","ts_ms":1734568169124,"transaction":null} +{"before":null,"after":{"id":3331,"customer_name":"Mark Phillips","product_name":"Smartphone","quantity":2,"price":1886.6,"order_date":1734539369025835,"status":"Delivered"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568169029,"snapshot":"false","db":"testdb","sequence":"[\"66756465512\",\"66756465512\"]","schema":"public","table":"orders","txId":2219184,"lsn":66756465512,"xmin":null},"op":"c","ts_ms":1734568169124,"transaction":null} +{"before":{"id":3114,"customer_name":"John Fields","product_name":"Monitor","quantity":3,"price":1856.86,"order_date":1734539355069306,"status":"Cancelled"},"after":{"id":3114,"customer_name":"John Fields","product_name":"Monitor","quantity":3,"price":1856.86,"order_date":1734539355069306,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568169058,"snapshot":"false","db":"testdb","sequence":"[\"66756465752\",\"66756465752\"]","schema":"public","table":"orders","txId":2219185,"lsn":66756465752,"xmin":null},"op":"u","ts_ms":1734568169124,"transaction":null} +{"before":null,"after":{"id":3332,"customer_name":"Victoria Phillips","product_name":"Monitor","quantity":3,"price":1936.42,"order_date":1734539369089357,"status":"Delivered"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568169091,"snapshot":"false","db":"testdb","sequence":"[\"66756465992\",\"66756465992\"]","schema":"public","table":"orders","txId":2219186,"lsn":66756465992,"xmin":null},"op":"c","ts_ms":1734568169124,"transaction":null} +{"before":null,"after":{"id":3333,"customer_name":"Christopher Santiago","product_name":"Headphones","quantity":2,"price":526.26,"order_date":1734539369151809,"status":"Pending"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568169154,"snapshot":"false","db":"testdb","sequence":"[\"66756466232\",\"66756466232\"]","schema":"public","table":"orders","txId":2219187,"lsn":66756466232,"xmin":null},"op":"c","ts_ms":1734568169635,"transaction":null} +{"before":null,"after":{"id":3334,"customer_name":"Joseph Terry","product_name":"Keyboard","quantity":2,"price":859.06,"order_date":1734539369209040,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568169210,"snapshot":"false","db":"testdb","sequence":"[\"66756466464\",\"66756466464\"]","schema":"public","table":"orders","txId":2219188,"lsn":66756466464,"xmin":null},"op":"c","ts_ms":1734568169635,"transaction":null} +{"before":null,"after":{"id":3335,"customer_name":"Sharon Ford","product_name":"Headphones","quantity":2,"price":904.84,"order_date":1734539369264957,"status":"Delivered"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568169266,"snapshot":"false","db":"testdb","sequence":"[\"66756466688\",\"66756466688\"]","schema":"public","table":"orders","txId":2219189,"lsn":66756466688,"xmin":null},"op":"c","ts_ms":1734568169635,"transaction":null} +{"before":null,"after":{"id":3336,"customer_name":"Phyllis Anderson","product_name":"Mouse","quantity":1,"price":1701.04,"order_date":1734539369307427,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568169309,"snapshot":"false","db":"testdb","sequence":"[\"66756466920\",\"66756466920\"]","schema":"public","table":"orders","txId":2219190,"lsn":66756466920,"xmin":null},"op":"c","ts_ms":1734568169635,"transaction":null} +{"before":null,"after":{"id":3337,"customer_name":"Angela Caldwell","product_name":"Keyboard","quantity":1,"price":150.39,"order_date":1734539369367088,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568169368,"snapshot":"false","db":"testdb","sequence":"[\"66756467144\",\"66756467144\"]","schema":"public","table":"orders","txId":2219191,"lsn":66756467144,"xmin":null},"op":"c","ts_ms":1734568169635,"transaction":null} +{"before":null,"after":{"id":3338,"customer_name":"Erica Munoz","product_name":"Monitor","quantity":1,"price":1101.45,"order_date":1734539369413385,"status":"Delivered"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568169416,"snapshot":"false","db":"testdb","sequence":"[\"66756467376\",\"66756467480\"]","schema":"public","table":"orders","txId":2219192,"lsn":66756467480,"xmin":null},"op":"c","ts_ms":1734568169635,"transaction":null} +{"before":{"id":3140,"customer_name":"Kimberly Owen","product_name":"Smartphone","quantity":5,"price":1297.8,"order_date":1734539356407098,"status":"Pending"},"after":{"id":3140,"customer_name":"Kimberly Owen","product_name":"Smartphone","quantity":5,"price":1297.8,"order_date":1734539356407098,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568169456,"snapshot":"false","db":"testdb","sequence":"[\"66756467712\",\"66756467776\"]","schema":"public","table":"orders","txId":2219193,"lsn":66756467776,"xmin":null},"op":"u","ts_ms":1734568169635,"transaction":null} +{"before":null,"after":{"id":3339,"customer_name":"Tracy Trujillo","product_name":"Monitor","quantity":4,"price":1950.71,"order_date":1734539369493728,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568169496,"snapshot":"false","db":"testdb","sequence":"[\"66756468024\",\"66756468024\"]","schema":"public","table":"orders","txId":2219194,"lsn":66756468024,"xmin":null},"op":"c","ts_ms":1734568169636,"transaction":null} +{"before":null,"after":{"id":3340,"customer_name":"Andrew Wilson","product_name":"Headphones","quantity":4,"price":420.12,"order_date":1734539369542895,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568169544,"snapshot":"false","db":"testdb","sequence":"[\"66756468248\",\"66756468248\"]","schema":"public","table":"orders","txId":2219195,"lsn":66756468248,"xmin":null},"op":"c","ts_ms":1734568169636,"transaction":null} +{"before":null,"after":{"id":3341,"customer_name":"Dr. Steven Mooney DVM","product_name":"Keyboard","quantity":5,"price":879.63,"order_date":1734539369600712,"status":"Pending"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568169601,"snapshot":"false","db":"testdb","sequence":"[\"66756468480\",\"66756468480\"]","schema":"public","table":"orders","txId":2219196,"lsn":66756468480,"xmin":null},"op":"c","ts_ms":1734568169636,"transaction":null} +{"before":null,"after":{"id":3342,"customer_name":"Dan Rodriguez","product_name":"Smartphone","quantity":1,"price":878.8,"order_date":1734539369630245,"status":"Cancelled"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568169632,"snapshot":"false","db":"testdb","sequence":"[\"66756468712\",\"66756468712\"]","schema":"public","table":"orders","txId":2219197,"lsn":66756468712,"xmin":null},"op":"c","ts_ms":1734568169636,"transaction":null} +{"before":null,"after":{"id":3343,"customer_name":"Casey Chen","product_name":"Headphones","quantity":1,"price":1764.16,"order_date":1734539369689953,"status":"Pending"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568169691,"snapshot":"false","db":"testdb","sequence":"[\"66756468976\",\"66756468976\"]","schema":"public","table":"orders","txId":2219198,"lsn":66756468976,"xmin":null},"op":"c","ts_ms":1734568170152,"transaction":null} +{"before":null,"after":{"id":3344,"customer_name":"Robert Allison","product_name":"Laptop","quantity":2,"price":1986.13,"order_date":1734539369724389,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568169725,"snapshot":"false","db":"testdb","sequence":"[\"66756469200\",\"66756469200\"]","schema":"public","table":"orders","txId":2219199,"lsn":66756469200,"xmin":null},"op":"c","ts_ms":1734568170153,"transaction":null} +{"before":null,"after":{"id":3345,"customer_name":"Cameron Carpenter","product_name":"Keyboard","quantity":1,"price":131.11,"order_date":1734539369761177,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568169763,"snapshot":"false","db":"testdb","sequence":"[\"66756469424\",\"66756469424\"]","schema":"public","table":"orders","txId":2219200,"lsn":66756469424,"xmin":null},"op":"c","ts_ms":1734568170153,"transaction":null} +{"before":{"id":3287,"customer_name":"Billy Hamilton","product_name":"Laptop","quantity":4,"price":469.38,"order_date":1734539365990744,"status":"Shipped"},"after":{"id":3287,"customer_name":"Billy Hamilton","product_name":"Laptop","quantity":4,"price":469.38,"order_date":1734539365990744,"status":"Cancelled"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568169821,"snapshot":"false","db":"testdb","sequence":"[\"66756469656\",\"66756469720\"]","schema":"public","table":"orders","txId":2219201,"lsn":66756469720,"xmin":null},"op":"u","ts_ms":1734568170153,"transaction":null} +{"before":null,"after":{"id":3346,"customer_name":"Heidi Ortega","product_name":"Mouse","quantity":1,"price":858.98,"order_date":1734539369872928,"status":"Delivered"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568169879,"snapshot":"false","db":"testdb","sequence":"[\"66756469960\",\"66756469960\"]","schema":"public","table":"orders","txId":2219202,"lsn":66756469960,"xmin":null},"op":"c","ts_ms":1734568170154,"transaction":null} +{"before":null,"after":{"id":3347,"customer_name":"Alexander Adams","product_name":"Monitor","quantity":2,"price":226.22,"order_date":1734539369915426,"status":"Pending"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568169916,"snapshot":"false","db":"testdb","sequence":"[\"66756470192\",\"66756470192\"]","schema":"public","table":"orders","txId":2219203,"lsn":66756470192,"xmin":null},"op":"c","ts_ms":1734568170154,"transaction":null} +{"before":{"id":3284,"customer_name":"Phillip Smith","product_name":"Keyboard","quantity":2,"price":820.47,"order_date":1734539365855900,"status":"Cancelled"},"after":{"id":3284,"customer_name":"Phillip Smith","product_name":"Keyboard","quantity":2,"price":820.47,"order_date":1734539365855900,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568169955,"snapshot":"false","db":"testdb","sequence":"[\"66756470416\",\"66756470416\"]","schema":"public","table":"orders","txId":2219204,"lsn":66756470416,"xmin":null},"op":"u","ts_ms":1734568170154,"transaction":null} +{"before":{"id":3122,"customer_name":"Matthew Wright","product_name":"Monitor","quantity":3,"price":1251.83,"order_date":1734539355632801,"status":"Pending"},"after":{"id":3122,"customer_name":"Matthew Wright","product_name":"Monitor","quantity":3,"price":1251.83,"order_date":1734539355632801,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568169996,"snapshot":"false","db":"testdb","sequence":"[\"66756470656\",\"66756470720\"]","schema":"public","table":"orders","txId":2219205,"lsn":66756470720,"xmin":null},"op":"u","ts_ms":1734568170154,"transaction":null} +{"before":{"id":3137,"customer_name":"Eduardo Bond","product_name":"Mouse","quantity":3,"price":818.63,"order_date":1734539356330223,"status":"Cancelled"},"after":{"id":3137,"customer_name":"Eduardo Bond","product_name":"Mouse","quantity":3,"price":818.63,"order_date":1734539356330223,"status":"Cancelled"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568170045,"snapshot":"false","db":"testdb","sequence":"[\"66756470952\",\"66756471016\"]","schema":"public","table":"orders","txId":2219206,"lsn":66756471016,"xmin":null},"op":"u","ts_ms":1734568170154,"transaction":null} +{"before":null,"after":{"id":3348,"customer_name":"Stephen Frost","product_name":"Keyboard","quantity":2,"price":1187.13,"order_date":1734539370089461,"status":"Pending"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568170090,"snapshot":"false","db":"testdb","sequence":"[\"66756471256\",\"66756471256\"]","schema":"public","table":"orders","txId":2219207,"lsn":66756471256,"xmin":null},"op":"c","ts_ms":1734568170154,"transaction":null} +{"before":null,"after":{"id":3349,"customer_name":"Jillian Brown","product_name":"Monitor","quantity":5,"price":176.05,"order_date":1734539370121508,"status":"Pending"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568170123,"snapshot":"false","db":"testdb","sequence":"[\"66756471480\",\"66756471480\"]","schema":"public","table":"orders","txId":2219208,"lsn":66756471480,"xmin":null},"op":"c","ts_ms":1734568170154,"transaction":null} +{"before":{"id":3314,"customer_name":"Jennifer Williams","product_name":"Smartphone","quantity":5,"price":1675.77,"order_date":1734539367756548,"status":"Cancelled"},"after":null,"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568170157,"snapshot":"false","db":"testdb","sequence":"[\"66756471704\",\"66756471768\"]","schema":"public","table":"orders","txId":2219209,"lsn":66756471768,"xmin":null},"op":"d","ts_ms":1734568170158,"transaction":null} +{"before":{"id":3257,"customer_name":"Lee Mclean","product_name":"Laptop","quantity":4,"price":820.46,"order_date":1734539364277217,"status":"Pending"},"after":{"id":3257,"customer_name":"Lee Mclean","product_name":"Laptop","quantity":4,"price":820.46,"order_date":1734539364277217,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568170206,"snapshot":"false","db":"testdb","sequence":"[\"66756471944\",\"66756471944\"]","schema":"public","table":"orders","txId":2219210,"lsn":66756471944,"xmin":null},"op":"u","ts_ms":1734568170682,"transaction":null} +{"before":null,"after":{"id":3350,"customer_name":"Matthew Branch","product_name":"Keyboard","quantity":2,"price":891.78,"order_date":1734539370241652,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568170243,"snapshot":"false","db":"testdb","sequence":"[\"66756472176\",\"66756472176\"]","schema":"public","table":"orders","txId":2219211,"lsn":66756472176,"xmin":null},"op":"c","ts_ms":1734568170684,"transaction":null} +{"before":null,"after":{"id":3351,"customer_name":"Joshua Morgan","product_name":"Headphones","quantity":3,"price":1995.26,"order_date":1734539370270029,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568170271,"snapshot":"false","db":"testdb","sequence":"[\"66756472400\",\"66756472400\"]","schema":"public","table":"orders","txId":2219212,"lsn":66756472400,"xmin":null},"op":"c","ts_ms":1734568170684,"transaction":null} +{"before":null,"after":{"id":3352,"customer_name":"Michael Jackson","product_name":"Smartphone","quantity":1,"price":742.94,"order_date":1734539370325436,"status":"Cancelled"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568170326,"snapshot":"false","db":"testdb","sequence":"[\"66756472632\",\"66756472632\"]","schema":"public","table":"orders","txId":2219213,"lsn":66756472632,"xmin":null},"op":"c","ts_ms":1734568170684,"transaction":null} +{"before":{"id":3266,"customer_name":"Charles Ellis","product_name":"Keyboard","quantity":1,"price":839.15,"order_date":1734539364909750,"status":"Shipped"},"after":{"id":3266,"customer_name":"Charles Ellis","product_name":"Keyboard","quantity":1,"price":839.15,"order_date":1734539364909750,"status":"Delivered"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568170375,"snapshot":"false","db":"testdb","sequence":"[\"66756472872\",\"66756472936\"]","schema":"public","table":"orders","txId":2219214,"lsn":66756472936,"xmin":null},"op":"u","ts_ms":1734568170684,"transaction":null} +{"before":{"id":3137,"customer_name":"Eduardo Bond","product_name":"Mouse","quantity":3,"price":818.63,"order_date":1734539356330223,"status":"Cancelled"},"after":{"id":3137,"customer_name":"Eduardo Bond","product_name":"Mouse","quantity":3,"price":818.63,"order_date":1734539356330223,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568170420,"snapshot":"false","db":"testdb","sequence":"[\"66756473176\",\"66756473240\"]","schema":"public","table":"orders","txId":2219215,"lsn":66756473240,"xmin":null},"op":"u","ts_ms":1734568170684,"transaction":null} +{"before":null,"after":{"id":3353,"customer_name":"Margaret Chaney","product_name":"Headphones","quantity":3,"price":441.73,"order_date":1734539370453322,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568170455,"snapshot":"false","db":"testdb","sequence":"[\"66756473480\",\"66756473480\"]","schema":"public","table":"orders","txId":2219216,"lsn":66756473480,"xmin":null},"op":"c","ts_ms":1734568170684,"transaction":null} +{"before":{"id":3338,"customer_name":"Erica Munoz","product_name":"Monitor","quantity":1,"price":1101.45,"order_date":1734539369413385,"status":"Delivered"},"after":null,"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568170509,"snapshot":"false","db":"testdb","sequence":"[\"66756473712\",\"66756473776\"]","schema":"public","table":"orders","txId":2219217,"lsn":66756473776,"xmin":null},"op":"d","ts_ms":1734568170684,"transaction":null} +{"before":null,"after":{"id":3354,"customer_name":"Steven Blackburn","product_name":"Mouse","quantity":3,"price":1917.16,"order_date":1734539370577710,"status":"Pending"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568170583,"snapshot":"false","db":"testdb","sequence":"[\"66756473944\",\"66756473944\"]","schema":"public","table":"orders","txId":2219218,"lsn":66756473944,"xmin":null},"op":"c","ts_ms":1734568170684,"transaction":null} +{"before":null,"after":{"id":3355,"customer_name":"Daniel Watson","product_name":"Keyboard","quantity":4,"price":1202.16,"order_date":1734539370650152,"status":"Cancelled"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568170652,"snapshot":"false","db":"testdb","sequence":"[\"66756474168\",\"66756474168\"]","schema":"public","table":"orders","txId":2219219,"lsn":66756474168,"xmin":null},"op":"c","ts_ms":1734568170684,"transaction":null} +{"before":null,"after":{"id":3356,"customer_name":"Andrew Best","product_name":"Smartphone","quantity":4,"price":799.46,"order_date":1734539370704590,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568170709,"snapshot":"false","db":"testdb","sequence":"[\"66756474400\",\"66756474400\"]","schema":"public","table":"orders","txId":2219220,"lsn":66756474400,"xmin":null},"op":"c","ts_ms":1734568171196,"transaction":null} +{"before":{"id":3243,"customer_name":"Michelle Peterson","product_name":"Mouse","quantity":1,"price":1639.99,"order_date":1734539363218264,"status":"Delivered"},"after":{"id":3243,"customer_name":"Michelle Peterson","product_name":"Mouse","quantity":1,"price":1639.99,"order_date":1734539363218264,"status":"Delivered"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568170758,"snapshot":"false","db":"testdb","sequence":"[\"66756474624\",\"66756474624\"]","schema":"public","table":"orders","txId":2219221,"lsn":66756474624,"xmin":null},"op":"u","ts_ms":1734568171197,"transaction":null} +{"before":{"id":3304,"customer_name":"Brandi Benson","product_name":"Keyboard","quantity":1,"price":491.69,"order_date":1734539366857923,"status":"Shipped"},"after":null,"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568170812,"snapshot":"false","db":"testdb","sequence":"[\"66756474864\",\"66756474928\"]","schema":"public","table":"orders","txId":2219222,"lsn":66756474928,"xmin":null},"op":"d","ts_ms":1734568171198,"transaction":null} +{"before":null,"after":{"id":3357,"customer_name":"Traci Chen","product_name":"Monitor","quantity":4,"price":1273.95,"order_date":1734539370868663,"status":"Pending"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568170870,"snapshot":"false","db":"testdb","sequence":"[\"66756475096\",\"66756475096\"]","schema":"public","table":"orders","txId":2219223,"lsn":66756475096,"xmin":null},"op":"c","ts_ms":1734568171198,"transaction":null} +{"before":null,"after":{"id":3358,"customer_name":"Brianna Phillips","product_name":"Headphones","quantity":1,"price":671.93,"order_date":1734539370904538,"status":"Delivered"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568170906,"snapshot":"false","db":"testdb","sequence":"[\"66756475320\",\"66756475320\"]","schema":"public","table":"orders","txId":2219224,"lsn":66756475320,"xmin":null},"op":"c","ts_ms":1734568171198,"transaction":null} +{"before":{"id":3339,"customer_name":"Tracy Trujillo","product_name":"Monitor","quantity":4,"price":1950.71,"order_date":1734539369493728,"status":"Shipped"},"after":{"id":3339,"customer_name":"Tracy Trujillo","product_name":"Monitor","quantity":4,"price":1950.71,"order_date":1734539369493728,"status":"Cancelled"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568170948,"snapshot":"false","db":"testdb","sequence":"[\"66756475560\",\"66756475560\"]","schema":"public","table":"orders","txId":2219225,"lsn":66756475560,"xmin":null},"op":"u","ts_ms":1734568171198,"transaction":null} +{"before":{"id":3220,"customer_name":"Paul Mack","product_name":"Monitor","quantity":3,"price":1986.46,"order_date":1734539361765936,"status":"Pending"},"after":{"id":3220,"customer_name":"Paul Mack","product_name":"Monitor","quantity":3,"price":1986.46,"order_date":1734539361765936,"status":"Delivered"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568170986,"snapshot":"false","db":"testdb","sequence":"[\"66756475800\",\"66756475800\"]","schema":"public","table":"orders","txId":2219226,"lsn":66756475800,"xmin":null},"op":"u","ts_ms":1734568171198,"transaction":null} +{"before":{"id":3164,"customer_name":"Timothy Deleon","product_name":"Keyboard","quantity":3,"price":1967.96,"order_date":1734539358001072,"status":"Pending"},"after":{"id":3164,"customer_name":"Timothy Deleon","product_name":"Keyboard","quantity":3,"price":1967.96,"order_date":1734539358001072,"status":"Cancelled"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568171006,"snapshot":"false","db":"testdb","sequence":"[\"66756476040\",\"66756476104\"]","schema":"public","table":"orders","txId":2219227,"lsn":66756476104,"xmin":null},"op":"u","ts_ms":1734568171198,"transaction":null} +{"before":null,"after":{"id":3359,"customer_name":"Michael Thornton","product_name":"Smartphone","quantity":2,"price":1475.95,"order_date":1734539371062827,"status":"Cancelled"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568171065,"snapshot":"false","db":"testdb","sequence":"[\"66756476344\",\"66756476344\"]","schema":"public","table":"orders","txId":2219228,"lsn":66756476344,"xmin":null},"op":"c","ts_ms":1734568171199,"transaction":null} +{"before":{"id":3196,"customer_name":"Diana Harris","product_name":"Smartphone","quantity":5,"price":307.2,"order_date":1734539360255981,"status":"Pending"},"after":{"id":3196,"customer_name":"Diana Harris","product_name":"Smartphone","quantity":5,"price":307.2,"order_date":1734539360255981,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568171098,"snapshot":"false","db":"testdb","sequence":"[\"66756476584\",\"66756476648\"]","schema":"public","table":"orders","txId":2219229,"lsn":66756476648,"xmin":null},"op":"u","ts_ms":1734568171199,"transaction":null} +{"before":{"id":3203,"customer_name":"Charles Moreno","product_name":"Headphones","quantity":2,"price":407.78,"order_date":1734539360755228,"status":"Shipped"},"after":{"id":3203,"customer_name":"Charles Moreno","product_name":"Headphones","quantity":2,"price":407.78,"order_date":1734539360755228,"status":"Cancelled"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568171133,"snapshot":"false","db":"testdb","sequence":"[\"66756476880\",\"66756476968\"]","schema":"public","table":"orders","txId":2219230,"lsn":66756476968,"xmin":null},"op":"u","ts_ms":1734568171199,"transaction":null} +{"before":null,"after":{"id":3360,"customer_name":"Madeline Dennis","product_name":"Laptop","quantity":4,"price":93.4,"order_date":1734539371162578,"status":"Delivered"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568171166,"snapshot":"false","db":"testdb","sequence":"[\"66756477224\",\"66756477224\"]","schema":"public","table":"orders","txId":2219231,"lsn":66756477224,"xmin":null},"op":"c","ts_ms":1734568171199,"transaction":null} +{"before":{"id":3195,"customer_name":"Lisa Morrison","product_name":"Mouse","quantity":2,"price":1613.28,"order_date":1734539360204302,"status":"Delivered"},"after":{"id":3195,"customer_name":"Lisa Morrison","product_name":"Mouse","quantity":2,"price":1613.28,"order_date":1734539360204302,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568171216,"snapshot":"false","db":"testdb","sequence":"[\"66756477456\",\"66756477600\"]","schema":"public","table":"orders","txId":2219232,"lsn":66756477600,"xmin":null},"op":"u","ts_ms":1734568171712,"transaction":null} +{"before":{"id":3208,"customer_name":"Leslie Lam","product_name":"Smartphone","quantity":3,"price":204.91,"order_date":1734539361104579,"status":"Delivered"},"after":null,"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568171243,"snapshot":"false","db":"testdb","sequence":"[\"66756477840\",\"66756477904\"]","schema":"public","table":"orders","txId":2219233,"lsn":66756477904,"xmin":null},"op":"d","ts_ms":1734568171713,"transaction":null} +{"before":{"id":3315,"customer_name":"Matthew Cole","product_name":"Mouse","quantity":5,"price":289.1,"order_date":1734539367805350,"status":"Delivered"},"after":{"id":3315,"customer_name":"Matthew Cole","product_name":"Mouse","quantity":5,"price":289.1,"order_date":1734539367805350,"status":"Cancelled"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568171284,"snapshot":"false","db":"testdb","sequence":"[\"66756478072\",\"66756478128\"]","schema":"public","table":"orders","txId":2219234,"lsn":66756478128,"xmin":null},"op":"u","ts_ms":1734568171713,"transaction":null} +{"before":null,"after":{"id":3361,"customer_name":"Patrick Garrett","product_name":"Laptop","quantity":2,"price":89.95,"order_date":1734539371312845,"status":"Delivered"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568171315,"snapshot":"false","db":"testdb","sequence":"[\"66756478368\",\"66756478368\"]","schema":"public","table":"orders","txId":2219235,"lsn":66756478368,"xmin":null},"op":"c","ts_ms":1734568171713,"transaction":null} +{"before":null,"after":{"id":3362,"customer_name":"Nicholas Wilson","product_name":"Monitor","quantity":5,"price":1206.91,"order_date":1734539371346785,"status":"Pending"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568171348,"snapshot":"false","db":"testdb","sequence":"[\"66756478600\",\"66756478600\"]","schema":"public","table":"orders","txId":2219236,"lsn":66756478600,"xmin":null},"op":"c","ts_ms":1734568171713,"transaction":null} +{"before":null,"after":{"id":3363,"customer_name":"Zachary Moore","product_name":"Laptop","quantity":3,"price":1749.6,"order_date":1734539371400398,"status":"Pending"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568171401,"snapshot":"false","db":"testdb","sequence":"[\"66756478824\",\"66756478824\"]","schema":"public","table":"orders","txId":2219237,"lsn":66756478824,"xmin":null},"op":"c","ts_ms":1734568171713,"transaction":null} +{"before":{"id":3294,"customer_name":"Jennifer Hill","product_name":"Smartphone","quantity":4,"price":1367.37,"order_date":1734539366448885,"status":"Shipped"},"after":{"id":3294,"customer_name":"Jennifer Hill","product_name":"Smartphone","quantity":4,"price":1367.37,"order_date":1734539366448885,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568171458,"snapshot":"false","db":"testdb","sequence":"[\"66756479048\",\"66756479048\"]","schema":"public","table":"orders","txId":2219238,"lsn":66756479048,"xmin":null},"op":"u","ts_ms":1734568171713,"transaction":null} +{"before":null,"after":{"id":3364,"customer_name":"Sarah Perkins","product_name":"Laptop","quantity":5,"price":1226.35,"order_date":1734539371516519,"status":"Cancelled"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568171518,"snapshot":"false","db":"testdb","sequence":"[\"66756479296\",\"66756479296\"]","schema":"public","table":"orders","txId":2219239,"lsn":66756479296,"xmin":null},"op":"c","ts_ms":1734568171713,"transaction":null} +{"before":null,"after":{"id":3365,"customer_name":"Cassie Kane","product_name":"Smartphone","quantity":4,"price":579.53,"order_date":1734539371565777,"status":"Cancelled"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568171566,"snapshot":"false","db":"testdb","sequence":"[\"66756496192\",\"66756496192\"]","schema":"public","table":"orders","txId":2219241,"lsn":66756496192,"xmin":null},"op":"c","ts_ms":1734568171728,"transaction":null} +{"before":{"id":3242,"customer_name":"Shannon Frye","product_name":"Laptop","quantity":1,"price":800.41,"order_date":1734539363164523,"status":"Shipped"},"after":{"id":3242,"customer_name":"Shannon Frye","product_name":"Laptop","quantity":1,"price":800.41,"order_date":1734539363164523,"status":"Delivered"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568171599,"snapshot":"false","db":"testdb","sequence":"[\"66756496424\",\"66756502568\"]","schema":"public","table":"orders","txId":2219242,"lsn":66756502568,"xmin":null},"op":"u","ts_ms":1734568171728,"transaction":null} +{"before":null,"after":{"id":3366,"customer_name":"Kylie Clark","product_name":"Keyboard","quantity":5,"price":254.13,"order_date":1734539371652556,"status":"Pending"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568171653,"snapshot":"false","db":"testdb","sequence":"[\"66756502808\",\"66756502808\"]","schema":"public","table":"orders","txId":2219243,"lsn":66756502808,"xmin":null},"op":"c","ts_ms":1734568171728,"transaction":null} +{"before":null,"after":{"id":3367,"customer_name":"Mary Mcguire","product_name":"Monitor","quantity":2,"price":259.87,"order_date":1734539371680804,"status":"Pending"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568171682,"snapshot":"false","db":"testdb","sequence":"[\"66756503032\",\"66756503032\"]","schema":"public","table":"orders","txId":2219244,"lsn":66756503032,"xmin":null},"op":"c","ts_ms":1734568171728,"transaction":null} +{"before":null,"after":{"id":3368,"customer_name":"Linda Norton","product_name":"Mouse","quantity":2,"price":435.63,"order_date":1734539371725604,"status":"Pending"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568171728,"snapshot":"false","db":"testdb","sequence":"[\"66756503256\",\"66756503256\"]","schema":"public","table":"orders","txId":2219245,"lsn":66756503256,"xmin":null},"op":"c","ts_ms":1734568171730,"transaction":null} +{"before":{"id":3193,"customer_name":"Frank Brooks","product_name":"Keyboard","quantity":5,"price":355.14,"order_date":1734539360092254,"status":"Pending"},"after":{"id":3193,"customer_name":"Frank Brooks","product_name":"Keyboard","quantity":5,"price":355.14,"order_date":1734539360092254,"status":"Delivered"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568171781,"snapshot":"false","db":"testdb","sequence":"[\"66756503480\",\"66756503608\"]","schema":"public","table":"orders","txId":2219246,"lsn":66756503608,"xmin":null},"op":"u","ts_ms":1734568172247,"transaction":null} +{"before":null,"after":{"id":3369,"customer_name":"James Guerra","product_name":"Laptop","quantity":4,"price":1391.85,"order_date":1734539371820974,"status":"Cancelled"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568171822,"snapshot":"false","db":"testdb","sequence":"[\"66756503848\",\"66756503848\"]","schema":"public","table":"orders","txId":2219247,"lsn":66756503848,"xmin":null},"op":"c","ts_ms":1734568172247,"transaction":null} +{"before":null,"after":{"id":3370,"customer_name":"Daniel Schneider","product_name":"Mouse","quantity":3,"price":758.28,"order_date":1734539371860426,"status":"Delivered"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568171862,"snapshot":"false","db":"testdb","sequence":"[\"66756504080\",\"66756504080\"]","schema":"public","table":"orders","txId":2219248,"lsn":66756504080,"xmin":null},"op":"c","ts_ms":1734568172248,"transaction":null} +{"before":null,"after":{"id":3371,"customer_name":"Jeffrey Yoder","product_name":"Monitor","quantity":1,"price":1791.01,"order_date":1734539371919675,"status":"Cancelled"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568171922,"snapshot":"false","db":"testdb","sequence":"[\"66756504312\",\"66756504416\"]","schema":"public","table":"orders","txId":2219249,"lsn":66756504416,"xmin":null},"op":"c","ts_ms":1734568172248,"transaction":null} +{"before":null,"after":{"id":3372,"customer_name":"Frank Miller","product_name":"Smartphone","quantity":4,"price":1544.66,"order_date":1734539372007196,"status":"Pending"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568172008,"snapshot":"false","db":"testdb","sequence":"[\"66756504648\",\"66756504648\"]","schema":"public","table":"orders","txId":2219250,"lsn":66756504648,"xmin":null},"op":"c","ts_ms":1734568172248,"transaction":null} +{"before":null,"after":{"id":3373,"customer_name":"Keith Mccullough","product_name":"Smartphone","quantity":2,"price":549.15,"order_date":1734539372050988,"status":"Delivered"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568172052,"snapshot":"false","db":"testdb","sequence":"[\"66756504872\",\"66756504872\"]","schema":"public","table":"orders","txId":2219251,"lsn":66756504872,"xmin":null},"op":"c","ts_ms":1734568172248,"transaction":null} +{"before":null,"after":{"id":3374,"customer_name":"Edwin Mcdonald","product_name":"Monitor","quantity":2,"price":1984.25,"order_date":1734539372082421,"status":"Cancelled"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568172084,"snapshot":"false","db":"testdb","sequence":"[\"66756505112\",\"66756505112\"]","schema":"public","table":"orders","txId":2219252,"lsn":66756505112,"xmin":null},"op":"c","ts_ms":1734568172248,"transaction":null} +{"before":null,"after":{"id":3375,"customer_name":"Kent Castillo","product_name":"Keyboard","quantity":3,"price":805.73,"order_date":1734539372125813,"status":"Pending"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568172128,"snapshot":"false","db":"testdb","sequence":"[\"66756505344\",\"66756505344\"]","schema":"public","table":"orders","txId":2219253,"lsn":66756505344,"xmin":null},"op":"c","ts_ms":1734568172248,"transaction":null} +{"before":{"id":3116,"customer_name":"Jeremy Harris","product_name":"Monitor","quantity":5,"price":1114.67,"order_date":1734539355212421,"status":"Cancelled"},"after":null,"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568172181,"snapshot":"false","db":"testdb","sequence":"[\"66756505568\",\"66756505632\"]","schema":"public","table":"orders","txId":2219254,"lsn":66756505632,"xmin":null},"op":"d","ts_ms":1734568172248,"transaction":null} +{"before":{"id":3199,"customer_name":"Christina Roach","product_name":"Laptop","quantity":2,"price":1656.34,"order_date":1734539360470860,"status":"Delivered"},"after":{"id":3199,"customer_name":"Christina Roach","product_name":"Laptop","quantity":2,"price":1656.34,"order_date":1734539360470860,"status":"Delivered"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568172239,"snapshot":"false","db":"testdb","sequence":"[\"66756505800\",\"66756505864\"]","schema":"public","table":"orders","txId":2219255,"lsn":66756505864,"xmin":null},"op":"u","ts_ms":1734568172254,"transaction":null} +{"before":null,"after":{"id":3376,"customer_name":"Hailey Miller","product_name":"Monitor","quantity":4,"price":721.99,"order_date":1734539372301322,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568172305,"snapshot":"false","db":"testdb","sequence":"[\"66756506104\",\"66756506104\"]","schema":"public","table":"orders","txId":2219256,"lsn":66756506104,"xmin":null},"op":"c","ts_ms":1734568172768,"transaction":null} +{"before":null,"after":{"id":3377,"customer_name":"Kristina Novak","product_name":"Keyboard","quantity":3,"price":1038.65,"order_date":1734539372364203,"status":"Cancelled"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568172368,"snapshot":"false","db":"testdb","sequence":"[\"66756506328\",\"66756506384\"]","schema":"public","table":"orders","txId":2219257,"lsn":66756506384,"xmin":null},"op":"c","ts_ms":1734568172768,"transaction":null} +{"before":{"id":3321,"customer_name":"Timothy Trevino","product_name":"Mouse","quantity":1,"price":1443.04,"order_date":1734539368291072,"status":"Delivered"},"after":{"id":3321,"customer_name":"Timothy Trevino","product_name":"Mouse","quantity":1,"price":1443.04,"order_date":1734539368291072,"status":"Delivered"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568172397,"snapshot":"false","db":"testdb","sequence":"[\"66756506616\",\"66756506736\"]","schema":"public","table":"orders","txId":2219258,"lsn":66756506736,"xmin":null},"op":"u","ts_ms":1734568172768,"transaction":null} +{"before":null,"after":{"id":3378,"customer_name":"Michelle Taylor","product_name":"Smartphone","quantity":5,"price":1266.92,"order_date":1734539372427836,"status":"Cancelled"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568172429,"snapshot":"false","db":"testdb","sequence":"[\"66756507048\",\"66756507048\"]","schema":"public","table":"orders","txId":2219259,"lsn":66756507048,"xmin":null},"op":"c","ts_ms":1734568172768,"transaction":null} +{"before":{"id":3288,"customer_name":"Maureen Burns","product_name":"Monitor","quantity":2,"price":1313.13,"order_date":1734539366040605,"status":"Delivered"},"after":{"id":3288,"customer_name":"Maureen Burns","product_name":"Monitor","quantity":2,"price":1313.13,"order_date":1734539366040605,"status":"Delivered"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568172461,"snapshot":"false","db":"testdb","sequence":"[\"66756507288\",\"66756507344\"]","schema":"public","table":"orders","txId":2219260,"lsn":66756507344,"xmin":null},"op":"u","ts_ms":1734568172768,"transaction":null} +{"before":null,"after":{"id":3379,"customer_name":"Sandra Stephens","product_name":"Smartphone","quantity":1,"price":897.24,"order_date":1734539372506906,"status":"Pending"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568172511,"snapshot":"false","db":"testdb","sequence":"[\"66756507584\",\"66756507584\"]","schema":"public","table":"orders","txId":2219261,"lsn":66756507584,"xmin":null},"op":"c","ts_ms":1734568172768,"transaction":null} +{"before":null,"after":{"id":3380,"customer_name":"Maria Graham","product_name":"Keyboard","quantity":2,"price":1940.51,"order_date":1734539372573373,"status":"Cancelled"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568172575,"snapshot":"false","db":"testdb","sequence":"[\"66756507816\",\"66756507816\"]","schema":"public","table":"orders","txId":2219262,"lsn":66756507816,"xmin":null},"op":"c","ts_ms":1734568172769,"transaction":null} +{"before":{"id":3257,"customer_name":"Lee Mclean","product_name":"Laptop","quantity":4,"price":820.46,"order_date":1734539364277217,"status":"Shipped"},"after":{"id":3257,"customer_name":"Lee Mclean","product_name":"Laptop","quantity":4,"price":820.46,"order_date":1734539364277217,"status":"Delivered"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568172604,"snapshot":"false","db":"testdb","sequence":"[\"66756508048\",\"66756508112\"]","schema":"public","table":"orders","txId":2219263,"lsn":66756508112,"xmin":null},"op":"u","ts_ms":1734568172769,"transaction":null} +{"before":{"id":3359,"customer_name":"Michael Thornton","product_name":"Smartphone","quantity":2,"price":1475.95,"order_date":1734539371062827,"status":"Cancelled"},"after":{"id":3359,"customer_name":"Michael Thornton","product_name":"Smartphone","quantity":2,"price":1475.95,"order_date":1734539371062827,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568172664,"snapshot":"false","db":"testdb","sequence":"[\"66756508352\",\"66756508416\"]","schema":"public","table":"orders","txId":2219264,"lsn":66756508416,"xmin":null},"op":"u","ts_ms":1734568172769,"transaction":null} +{"before":null,"after":{"id":3381,"customer_name":"Tammie Andrews","product_name":"Keyboard","quantity":5,"price":947.39,"order_date":1734539372701591,"status":"Cancelled"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568172702,"snapshot":"false","db":"testdb","sequence":"[\"66756508672\",\"66756508672\"]","schema":"public","table":"orders","txId":2219265,"lsn":66756508672,"xmin":null},"op":"c","ts_ms":1734568172769,"transaction":null} +{"before":null,"after":{"id":3382,"customer_name":"Christine Saunders","product_name":"Mouse","quantity":3,"price":521.56,"order_date":1734539372759375,"status":"Pending"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568172762,"snapshot":"false","db":"testdb","sequence":"[\"66756508904\",\"66756508904\"]","schema":"public","table":"orders","txId":2219266,"lsn":66756508904,"xmin":null},"op":"c","ts_ms":1734568172769,"transaction":null} +{"before":null,"after":{"id":3383,"customer_name":"Daniel Martinez","product_name":"Mouse","quantity":1,"price":1187.17,"order_date":1734539372789551,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568172791,"snapshot":"false","db":"testdb","sequence":"[\"66756509136\",\"66756509136\"]","schema":"public","table":"orders","txId":2219267,"lsn":66756509136,"xmin":null},"op":"c","ts_ms":1734568173285,"transaction":null} +{"before":null,"after":{"id":3384,"customer_name":"Geoffrey Clark","product_name":"Smartphone","quantity":1,"price":1032.04,"order_date":1734539372835053,"status":"Delivered"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568172837,"snapshot":"false","db":"testdb","sequence":"[\"66756509360\",\"66756509360\"]","schema":"public","table":"orders","txId":2219268,"lsn":66756509360,"xmin":null},"op":"c","ts_ms":1734568173285,"transaction":null} +{"before":{"id":3232,"customer_name":"Summer Powell","product_name":"Smartphone","quantity":4,"price":865.86,"order_date":1734539362439687,"status":"Shipped"},"after":null,"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568172895,"snapshot":"false","db":"testdb","sequence":"[\"66756509600\",\"66756509664\"]","schema":"public","table":"orders","txId":2219269,"lsn":66756509664,"xmin":null},"op":"d","ts_ms":1734568173285,"transaction":null} +{"before":{"id":3203,"customer_name":"Charles Moreno","product_name":"Headphones","quantity":2,"price":407.78,"order_date":1734539360755228,"status":"Cancelled"},"after":null,"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568172947,"snapshot":"false","db":"testdb","sequence":"[\"66756509864\",\"66756509928\"]","schema":"public","table":"orders","txId":2219270,"lsn":66756509928,"xmin":null},"op":"d","ts_ms":1734568173285,"transaction":null} +{"before":null,"after":{"id":3385,"customer_name":"Sabrina Diaz","product_name":"Headphones","quantity":3,"price":1870.86,"order_date":1734539372974527,"status":"Pending"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568172976,"snapshot":"false","db":"testdb","sequence":"[\"66756510104\",\"66756510104\"]","schema":"public","table":"orders","txId":2219271,"lsn":66756510104,"xmin":null},"op":"c","ts_ms":1734568173285,"transaction":null} +{"before":null,"after":{"id":3386,"customer_name":"Renee Russell","product_name":"Mouse","quantity":4,"price":327.89,"order_date":1734539373014817,"status":"Delivered"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568173015,"snapshot":"false","db":"testdb","sequence":"[\"66756510328\",\"66756510328\"]","schema":"public","table":"orders","txId":2219272,"lsn":66756510328,"xmin":null},"op":"c","ts_ms":1734568173285,"transaction":null} +{"before":{"id":3271,"customer_name":"Stephen Rodriguez","product_name":"Smartphone","quantity":4,"price":1923.67,"order_date":1734539365123813,"status":"Pending"},"after":{"id":3271,"customer_name":"Stephen Rodriguez","product_name":"Smartphone","quantity":4,"price":1923.67,"order_date":1734539365123813,"status":"Delivered"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568173066,"snapshot":"false","db":"testdb","sequence":"[\"66756510560\",\"66756510624\"]","schema":"public","table":"orders","txId":2219273,"lsn":66756510624,"xmin":null},"op":"u","ts_ms":1734568173286,"transaction":null} +{"before":null,"after":{"id":3387,"customer_name":"Justin Allen","product_name":"Keyboard","quantity":3,"price":1060.14,"order_date":1734539373100911,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568173103,"snapshot":"false","db":"testdb","sequence":"[\"66756510880\",\"66756510880\"]","schema":"public","table":"orders","txId":2219274,"lsn":66756510880,"xmin":null},"op":"c","ts_ms":1734568173286,"transaction":null} +{"before":{"id":3156,"customer_name":"Nicole Johnson","product_name":"Laptop","quantity":5,"price":133.2,"order_date":1734539357446791,"status":"Pending"},"after":{"id":3156,"customer_name":"Nicole Johnson","product_name":"Laptop","quantity":5,"price":133.2,"order_date":1734539357446791,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568173133,"snapshot":"false","db":"testdb","sequence":"[\"66756511104\",\"66756511168\"]","schema":"public","table":"orders","txId":2219275,"lsn":66756511168,"xmin":null},"op":"u","ts_ms":1734568173286,"transaction":null} +{"before":null,"after":{"id":3388,"customer_name":"Laura Lang","product_name":"Mouse","quantity":1,"price":441.91,"order_date":1734539373173548,"status":"Pending"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568173175,"snapshot":"false","db":"testdb","sequence":"[\"66756511400\",\"66756511400\"]","schema":"public","table":"orders","txId":2219276,"lsn":66756511400,"xmin":null},"op":"c","ts_ms":1734568173286,"transaction":null} +{"before":{"id":3198,"customer_name":"Steven Cline","product_name":"Laptop","quantity":5,"price":1427.42,"order_date":1734539360410012,"status":"Shipped"},"after":{"id":3198,"customer_name":"Steven Cline","product_name":"Laptop","quantity":5,"price":1427.42,"order_date":1734539360410012,"status":"Cancelled"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568173215,"snapshot":"false","db":"testdb","sequence":"[\"66756511624\",\"66756511688\"]","schema":"public","table":"orders","txId":2219277,"lsn":66756511688,"xmin":null},"op":"u","ts_ms":1734568173286,"transaction":null} +{"before":null,"after":{"id":3389,"customer_name":"Theodore Blackburn","product_name":"Smartphone","quantity":3,"price":1280.25,"order_date":1734539373271516,"status":"Cancelled"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568173277,"snapshot":"false","db":"testdb","sequence":"[\"66756511928\",\"66756511928\"]","schema":"public","table":"orders","txId":2219278,"lsn":66756511928,"xmin":null},"op":"c","ts_ms":1734568173286,"transaction":null} +{"before":null,"after":{"id":3390,"customer_name":"Matthew Riley","product_name":"Monitor","quantity":4,"price":55.79,"order_date":1734539373331118,"status":"Pending"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568173336,"snapshot":"false","db":"testdb","sequence":"[\"66756512168\",\"66756512168\"]","schema":"public","table":"orders","txId":2219279,"lsn":66756512168,"xmin":null},"op":"c","ts_ms":1734568173806,"transaction":null} +{"before":null,"after":{"id":3391,"customer_name":"Jessica Wright","product_name":"Mouse","quantity":1,"price":1885.87,"order_date":1734539373369053,"status":"Delivered"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568173373,"snapshot":"false","db":"testdb","sequence":"[\"66756512392\",\"66756512392\"]","schema":"public","table":"orders","txId":2219280,"lsn":66756512392,"xmin":null},"op":"c","ts_ms":1734568173806,"transaction":null} +{"before":null,"after":{"id":3392,"customer_name":"Heather Kennedy","product_name":"Headphones","quantity":3,"price":1858.25,"order_date":1734539373411845,"status":"Delivered"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568173415,"snapshot":"false","db":"testdb","sequence":"[\"66756512624\",\"66756512624\"]","schema":"public","table":"orders","txId":2219281,"lsn":66756512624,"xmin":null},"op":"c","ts_ms":1734568173806,"transaction":null} +{"before":{"id":3268,"customer_name":"Valerie Herman","product_name":"Smartphone","quantity":4,"price":1004.31,"order_date":1734539365013074,"status":"Pending"},"after":{"id":3268,"customer_name":"Valerie Herman","product_name":"Smartphone","quantity":4,"price":1004.31,"order_date":1734539365013074,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568173449,"snapshot":"false","db":"testdb","sequence":"[\"66756512864\",\"66756512928\"]","schema":"public","table":"orders","txId":2219282,"lsn":66756512928,"xmin":null},"op":"u","ts_ms":1734568173806,"transaction":null} +{"before":{"id":3210,"customer_name":"Lauren Carr","product_name":"Smartphone","quantity":2,"price":1855.66,"order_date":1734539361224344,"status":"Delivered"},"after":{"id":3210,"customer_name":"Lauren Carr","product_name":"Smartphone","quantity":2,"price":1855.66,"order_date":1734539361224344,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568173528,"snapshot":"false","db":"testdb","sequence":"[\"66756513176\",\"66756513240\"]","schema":"public","table":"orders","txId":2219283,"lsn":66756513240,"xmin":null},"op":"u","ts_ms":1734568173806,"transaction":null} +{"before":null,"after":{"id":3393,"customer_name":"Glen Smith","product_name":"Monitor","quantity":2,"price":1816.6,"order_date":1734539373569631,"status":"Delivered"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568173582,"snapshot":"false","db":"testdb","sequence":"[\"66756513480\",\"66756513480\"]","schema":"public","table":"orders","txId":2219284,"lsn":66756513480,"xmin":null},"op":"c","ts_ms":1734568173806,"transaction":null} +{"before":{"id":3301,"customer_name":"Michael Kennedy","product_name":"Keyboard","quantity":5,"price":1430.79,"order_date":1734539366751482,"status":"Shipped"},"after":{"id":3301,"customer_name":"Michael Kennedy","product_name":"Keyboard","quantity":5,"price":1430.79,"order_date":1734539366751482,"status":"Delivered"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568173618,"snapshot":"false","db":"testdb","sequence":"[\"66756513712\",\"66756513776\"]","schema":"public","table":"orders","txId":2219285,"lsn":66756513776,"xmin":null},"op":"u","ts_ms":1734568173806,"transaction":null} +{"before":null,"after":{"id":3394,"customer_name":"Christopher Murray","product_name":"Monitor","quantity":5,"price":1314.71,"order_date":1734539373650002,"status":"Delivered"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568173651,"snapshot":"false","db":"testdb","sequence":"[\"66756514032\",\"66756514032\"]","schema":"public","table":"orders","txId":2219286,"lsn":66756514032,"xmin":null},"op":"c","ts_ms":1734568173806,"transaction":null} +{"before":null,"after":{"id":3395,"customer_name":"Michael Hughes","product_name":"Headphones","quantity":3,"price":1351.29,"order_date":1734539373682051,"status":"Cancelled"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568173683,"snapshot":"false","db":"testdb","sequence":"[\"66756514272\",\"66756514272\"]","schema":"public","table":"orders","txId":2219287,"lsn":66756514272,"xmin":null},"op":"c","ts_ms":1734568173807,"transaction":null} +{"before":{"id":3188,"customer_name":"Dillon Harper","product_name":"Mouse","quantity":3,"price":382.11,"order_date":1734539359783305,"status":"Delivered"},"after":{"id":3188,"customer_name":"Dillon Harper","product_name":"Mouse","quantity":3,"price":382.11,"order_date":1734539359783305,"status":"Cancelled"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568173721,"snapshot":"false","db":"testdb","sequence":"[\"66756514512\",\"66756514576\"]","schema":"public","table":"orders","txId":2219288,"lsn":66756514576,"xmin":null},"op":"u","ts_ms":1734568173807,"transaction":null} +{"before":null,"after":{"id":3396,"customer_name":"Dr. Ryan Gordon","product_name":"Headphones","quantity":3,"price":1566.55,"order_date":1734539373756699,"status":"Delivered"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568173758,"snapshot":"false","db":"testdb","sequence":"[\"66756514816\",\"66756514816\"]","schema":"public","table":"orders","txId":2219289,"lsn":66756514816,"xmin":null},"op":"c","ts_ms":1734568173807,"transaction":null} +{"before":null,"after":{"id":3397,"customer_name":"Darryl Johnson","product_name":"Laptop","quantity":3,"price":1516.2,"order_date":1734539373819074,"status":"Pending"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568173821,"snapshot":"false","db":"testdb","sequence":"[\"66756515056\",\"66756515056\"]","schema":"public","table":"orders","txId":2219290,"lsn":66756515056,"xmin":null},"op":"c","ts_ms":1734568174318,"transaction":null} +{"before":null,"after":{"id":3398,"customer_name":"Michelle Huber","product_name":"Monitor","quantity":3,"price":663.26,"order_date":1734539373841411,"status":"Pending"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568173844,"snapshot":"false","db":"testdb","sequence":"[\"66756515280\",\"66756515280\"]","schema":"public","table":"orders","txId":2219291,"lsn":66756515280,"xmin":null},"op":"c","ts_ms":1734568174319,"transaction":null} +{"before":null,"after":{"id":3399,"customer_name":"Rhonda Miller","product_name":"Keyboard","quantity":4,"price":1677.07,"order_date":1734539373902465,"status":"Delivered"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568173904,"snapshot":"false","db":"testdb","sequence":"[\"66756515504\",\"66756515504\"]","schema":"public","table":"orders","txId":2219292,"lsn":66756515504,"xmin":null},"op":"c","ts_ms":1734568174319,"transaction":null} +{"before":null,"after":{"id":3400,"customer_name":"Dr. Stacy King","product_name":"Smartphone","quantity":1,"price":1353.47,"order_date":1734539373934769,"status":"Delivered"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568173936,"snapshot":"false","db":"testdb","sequence":"[\"66756515736\",\"66756515736\"]","schema":"public","table":"orders","txId":2219293,"lsn":66756515736,"xmin":null},"op":"c","ts_ms":1734568174319,"transaction":null} +{"before":null,"after":{"id":3401,"customer_name":"Rebecca Jackson","product_name":"Monitor","quantity":1,"price":1326.66,"order_date":1734539373982410,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568173985,"snapshot":"false","db":"testdb","sequence":"[\"66756515976\",\"66756515976\"]","schema":"public","table":"orders","txId":2219294,"lsn":66756515976,"xmin":null},"op":"c","ts_ms":1734568174319,"transaction":null} +{"before":{"id":3349,"customer_name":"Jillian Brown","product_name":"Monitor","quantity":5,"price":176.05,"order_date":1734539370121508,"status":"Pending"},"after":{"id":3349,"customer_name":"Jillian Brown","product_name":"Monitor","quantity":5,"price":176.05,"order_date":1734539370121508,"status":"Cancelled"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568174039,"snapshot":"false","db":"testdb","sequence":"[\"66756516200\",\"66756516264\"]","schema":"public","table":"orders","txId":2219295,"lsn":66756516264,"xmin":null},"op":"u","ts_ms":1734568174319,"transaction":null} +{"before":null,"after":{"id":3402,"customer_name":"Jeffrey Mccoy","product_name":"Monitor","quantity":4,"price":914.65,"order_date":1734539374094851,"status":"Delivered"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568174096,"snapshot":"false","db":"testdb","sequence":"[\"66756516504\",\"66756516504\"]","schema":"public","table":"orders","txId":2219296,"lsn":66756516504,"xmin":null},"op":"c","ts_ms":1734568174319,"transaction":null} +{"before":null,"after":{"id":3403,"customer_name":"Renee Welch","product_name":"Smartphone","quantity":1,"price":1820.73,"order_date":1734539374138522,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568174140,"snapshot":"false","db":"testdb","sequence":"[\"66756516736\",\"66756516736\"]","schema":"public","table":"orders","txId":2219297,"lsn":66756516736,"xmin":null},"op":"c","ts_ms":1734568174319,"transaction":null} +{"before":{"id":3290,"customer_name":"Jason Bush","product_name":"Laptop","quantity":5,"price":1176.27,"order_date":1734539366163264,"status":"Cancelled"},"after":{"id":3290,"customer_name":"Jason Bush","product_name":"Laptop","quantity":5,"price":1176.27,"order_date":1734539366163264,"status":"Cancelled"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568174197,"snapshot":"false","db":"testdb","sequence":"[\"66756516960\",\"66756517024\"]","schema":"public","table":"orders","txId":2219298,"lsn":66756517024,"xmin":null},"op":"u","ts_ms":1734568174319,"transaction":null} +{"before":null,"after":{"id":3404,"customer_name":"Theodore Johnson","product_name":"Monitor","quantity":1,"price":1958.1,"order_date":1734539374238441,"status":"Pending"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568174241,"snapshot":"false","db":"testdb","sequence":"[\"66756517264\",\"66756517368\"]","schema":"public","table":"orders","txId":2219299,"lsn":66756517368,"xmin":null},"op":"c","ts_ms":1734568174319,"transaction":null} +{"before":{"id":3376,"customer_name":"Hailey Miller","product_name":"Monitor","quantity":4,"price":721.99,"order_date":1734539372301322,"status":"Shipped"},"after":{"id":3376,"customer_name":"Hailey Miller","product_name":"Monitor","quantity":4,"price":721.99,"order_date":1734539372301322,"status":"Cancelled"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568174271,"snapshot":"false","db":"testdb","sequence":"[\"66756517600\",\"66756517664\"]","schema":"public","table":"orders","txId":2219300,"lsn":66756517664,"xmin":null},"op":"u","ts_ms":1734568174319,"transaction":null} +{"before":{"id":3111,"customer_name":"Jessica Alexander","product_name":"Mouse","quantity":1,"price":1074.4,"order_date":1734539354979664,"status":"Delivered"},"after":{"id":3111,"customer_name":"Jessica Alexander","product_name":"Mouse","quantity":1,"price":1074.4,"order_date":1734539354979664,"status":"Delivered"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568174322,"snapshot":"false","db":"testdb","sequence":"[\"66756517928\",\"66756517992\"]","schema":"public","table":"orders","txId":2219301,"lsn":66756517992,"xmin":null},"op":"u","ts_ms":1734568174335,"transaction":null} +{"before":{"id":3394,"customer_name":"Christopher Murray","product_name":"Monitor","quantity":5,"price":1314.71,"order_date":1734539373650002,"status":"Delivered"},"after":{"id":3394,"customer_name":"Christopher Murray","product_name":"Monitor","quantity":5,"price":1314.71,"order_date":1734539373650002,"status":"Cancelled"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568174375,"snapshot":"false","db":"testdb","sequence":"[\"66756518232\",\"66756518296\"]","schema":"public","table":"orders","txId":2219302,"lsn":66756518296,"xmin":null},"op":"u","ts_ms":1734568174847,"transaction":null} +{"before":null,"after":{"id":3405,"customer_name":"Michael Cooper","product_name":"Laptop","quantity":5,"price":1009.16,"order_date":1734539374438369,"status":"Cancelled"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568174444,"snapshot":"false","db":"testdb","sequence":"[\"66756518552\",\"66756518552\"]","schema":"public","table":"orders","txId":2219303,"lsn":66756518552,"xmin":null},"op":"c","ts_ms":1734568174848,"transaction":null} +{"before":{"id":3363,"customer_name":"Zachary Moore","product_name":"Laptop","quantity":3,"price":1749.6,"order_date":1734539371400398,"status":"Pending"},"after":{"id":3363,"customer_name":"Zachary Moore","product_name":"Laptop","quantity":3,"price":1749.6,"order_date":1734539371400398,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568174506,"snapshot":"false","db":"testdb","sequence":"[\"66756518784\",\"66756518784\"]","schema":"public","table":"orders","txId":2219304,"lsn":66756518784,"xmin":null},"op":"u","ts_ms":1734568174848,"transaction":null} +{"before":null,"after":{"id":3406,"customer_name":"Michael Arias","product_name":"Mouse","quantity":3,"price":1261.22,"order_date":1734539374549774,"status":"Cancelled"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568174552,"snapshot":"false","db":"testdb","sequence":"[\"66756519016\",\"66756519016\"]","schema":"public","table":"orders","txId":2219305,"lsn":66756519016,"xmin":null},"op":"c","ts_ms":1734568174848,"transaction":null} +{"before":null,"after":{"id":3407,"customer_name":"Carlos Bruce","product_name":"Mouse","quantity":3,"price":995.93,"order_date":1734539374600096,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568174602,"snapshot":"false","db":"testdb","sequence":"[\"66756519248\",\"66756519248\"]","schema":"public","table":"orders","txId":2219306,"lsn":66756519248,"xmin":null},"op":"c","ts_ms":1734568174848,"transaction":null} +{"before":null,"after":{"id":3408,"customer_name":"Jennifer Delacruz","product_name":"Laptop","quantity":4,"price":737.3,"order_date":1734539374647392,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568174649,"snapshot":"false","db":"testdb","sequence":"[\"66756519472\",\"66756519472\"]","schema":"public","table":"orders","txId":2219307,"lsn":66756519472,"xmin":null},"op":"c","ts_ms":1734568174848,"transaction":null} +{"before":null,"after":{"id":3409,"customer_name":"Tanner Johnson","product_name":"Keyboard","quantity":5,"price":1474.48,"order_date":1734539374705727,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568174708,"snapshot":"false","db":"testdb","sequence":"[\"66756519704\",\"66756519704\"]","schema":"public","table":"orders","txId":2219308,"lsn":66756519704,"xmin":null},"op":"c","ts_ms":1734568174848,"transaction":null} +{"before":{"id":3123,"customer_name":"Karl Massey","product_name":"Monitor","quantity":4,"price":1946.01,"order_date":1734539355669656,"status":"Cancelled"},"after":{"id":3123,"customer_name":"Karl Massey","product_name":"Monitor","quantity":4,"price":1946.01,"order_date":1734539355669656,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568174751,"snapshot":"false","db":"testdb","sequence":"[\"66756519928\",\"66756519992\"]","schema":"public","table":"orders","txId":2219309,"lsn":66756519992,"xmin":null},"op":"u","ts_ms":1734568174848,"transaction":null} +{"before":null,"after":{"id":3410,"customer_name":"Tamara Clark","product_name":"Laptop","quantity":1,"price":1141.09,"order_date":1734539374806931,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568174809,"snapshot":"false","db":"testdb","sequence":"[\"66756520232\",\"66756520232\"]","schema":"public","table":"orders","txId":2219310,"lsn":66756520232,"xmin":null},"op":"c","ts_ms":1734568174848,"transaction":null} +{"before":{"id":3353,"customer_name":"Margaret Chaney","product_name":"Headphones","quantity":3,"price":441.73,"order_date":1734539370453322,"status":"Shipped"},"after":{"id":3353,"customer_name":"Margaret Chaney","product_name":"Headphones","quantity":3,"price":441.73,"order_date":1734539370453322,"status":"Delivered"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568174845,"snapshot":"false","db":"testdb","sequence":"[\"66756520456\",\"66756520520\"]","schema":"public","table":"orders","txId":2219311,"lsn":66756520520,"xmin":null},"op":"u","ts_ms":1734568174849,"transaction":null} +{"before":null,"after":{"id":3411,"customer_name":"Tara Paul","product_name":"Headphones","quantity":5,"price":64.65,"order_date":1734539374887217,"status":"Delivered"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568174889,"snapshot":"false","db":"testdb","sequence":"[\"66756520776\",\"66756520776\"]","schema":"public","table":"orders","txId":2219312,"lsn":66756520776,"xmin":null},"op":"c","ts_ms":1734568175361,"transaction":null} +{"before":null,"after":{"id":3412,"customer_name":"John Andrade","product_name":"Keyboard","quantity":1,"price":840.49,"order_date":1734539374950023,"status":"Cancelled"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568174953,"snapshot":"false","db":"testdb","sequence":"[\"66756521008\",\"66756521008\"]","schema":"public","table":"orders","txId":2219313,"lsn":66756521008,"xmin":null},"op":"c","ts_ms":1734568175362,"transaction":null} +{"before":null,"after":{"id":3413,"customer_name":"Jessica Howe","product_name":"Laptop","quantity":4,"price":1094.51,"order_date":1734539375039371,"status":"Pending"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568175047,"snapshot":"false","db":"testdb","sequence":"[\"66756521240\",\"66756521240\"]","schema":"public","table":"orders","txId":2219314,"lsn":66756521240,"xmin":null},"op":"c","ts_ms":1734568175362,"transaction":null} +{"before":{"id":3349,"customer_name":"Jillian Brown","product_name":"Monitor","quantity":5,"price":176.05,"order_date":1734539370121508,"status":"Cancelled"},"after":{"id":3349,"customer_name":"Jillian Brown","product_name":"Monitor","quantity":5,"price":176.05,"order_date":1734539370121508,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568175113,"snapshot":"false","db":"testdb","sequence":"[\"66756521464\",\"66756521528\"]","schema":"public","table":"orders","txId":2219315,"lsn":66756521528,"xmin":null},"op":"u","ts_ms":1734568175362,"transaction":null} +{"before":null,"after":{"id":3414,"customer_name":"Ann Gregory","product_name":"Keyboard","quantity":5,"price":984.62,"order_date":1734539375142149,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568175143,"snapshot":"false","db":"testdb","sequence":"[\"66756521768\",\"66756521768\"]","schema":"public","table":"orders","txId":2219316,"lsn":66756521768,"xmin":null},"op":"c","ts_ms":1734568175362,"transaction":null} +{"before":null,"after":{"id":3415,"customer_name":"Christine Smith","product_name":"Monitor","quantity":2,"price":928.8,"order_date":1734539375176134,"status":"Pending"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568175179,"snapshot":"false","db":"testdb","sequence":"[\"66756521992\",\"66756521992\"]","schema":"public","table":"orders","txId":2219317,"lsn":66756521992,"xmin":null},"op":"c","ts_ms":1734568175362,"transaction":null} +{"before":null,"after":{"id":3416,"customer_name":"Raymond Flores","product_name":"Mouse","quantity":1,"price":1693.88,"order_date":1734539375249584,"status":"Delivered"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568175253,"snapshot":"false","db":"testdb","sequence":"[\"66756522216\",\"66756522216\"]","schema":"public","table":"orders","txId":2219318,"lsn":66756522216,"xmin":null},"op":"c","ts_ms":1734568175362,"transaction":null} +{"before":null,"after":{"id":3417,"customer_name":"Adam Jacobs","product_name":"Headphones","quantity":2,"price":1511.73,"order_date":1734539375282243,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568175284,"snapshot":"false","db":"testdb","sequence":"[\"66756522448\",\"66756522448\"]","schema":"public","table":"orders","txId":2219319,"lsn":66756522448,"xmin":null},"op":"c","ts_ms":1734568175362,"transaction":null} +{"before":null,"after":{"id":3418,"customer_name":"Bryan Jackson","product_name":"Monitor","quantity":2,"price":651.7,"order_date":1734539375332834,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568175334,"snapshot":"false","db":"testdb","sequence":"[\"66756522672\",\"66756522672\"]","schema":"public","table":"orders","txId":2219320,"lsn":66756522672,"xmin":null},"op":"c","ts_ms":1734568175362,"transaction":null} +{"before":null,"after":{"id":3419,"customer_name":"Joseph Mitchell","product_name":"Keyboard","quantity":3,"price":341.51,"order_date":1734539375375632,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568175377,"snapshot":"false","db":"testdb","sequence":"[\"66756522896\",\"66756522896\"]","schema":"public","table":"orders","txId":2219321,"lsn":66756522896,"xmin":null},"op":"c","ts_ms":1734568175878,"transaction":null} +{"before":null,"after":{"id":3420,"customer_name":"Robert Wade","product_name":"Laptop","quantity":2,"price":610.73,"order_date":1734539375429830,"status":"Cancelled"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568175431,"snapshot":"false","db":"testdb","sequence":"[\"66756523128\",\"66756523128\"]","schema":"public","table":"orders","txId":2219322,"lsn":66756523128,"xmin":null},"op":"c","ts_ms":1734568175878,"transaction":null} +{"before":{"id":3242,"customer_name":"Shannon Frye","product_name":"Laptop","quantity":1,"price":800.41,"order_date":1734539363164523,"status":"Delivered"},"after":{"id":3242,"customer_name":"Shannon Frye","product_name":"Laptop","quantity":1,"price":800.41,"order_date":1734539363164523,"status":"Cancelled"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568175487,"snapshot":"false","db":"testdb","sequence":"[\"66756523360\",\"66756523424\"]","schema":"public","table":"orders","txId":2219323,"lsn":66756523424,"xmin":null},"op":"u","ts_ms":1734568175878,"transaction":null} +{"before":{"id":3243,"customer_name":"Michelle Peterson","product_name":"Mouse","quantity":1,"price":1639.99,"order_date":1734539363218264,"status":"Delivered"},"after":{"id":3243,"customer_name":"Michelle Peterson","product_name":"Mouse","quantity":1,"price":1639.99,"order_date":1734539363218264,"status":"Cancelled"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568175536,"snapshot":"false","db":"testdb","sequence":"[\"66756523664\",\"66756523728\"]","schema":"public","table":"orders","txId":2219324,"lsn":66756523728,"xmin":null},"op":"u","ts_ms":1734568175879,"transaction":null} +{"before":null,"after":{"id":3421,"customer_name":"Mason Parrish","product_name":"Smartphone","quantity":1,"price":731.07,"order_date":1734539375557395,"status":"Pending"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568175559,"snapshot":"false","db":"testdb","sequence":"[\"66756523968\",\"66756523968\"]","schema":"public","table":"orders","txId":2219325,"lsn":66756523968,"xmin":null},"op":"c","ts_ms":1734568175879,"transaction":null} +{"before":{"id":3131,"customer_name":"Miss Lisa Evans","product_name":"Laptop","quantity":1,"price":1290.56,"order_date":1734539356065349,"status":"Shipped"},"after":{"id":3131,"customer_name":"Miss Lisa Evans","product_name":"Laptop","quantity":1,"price":1290.56,"order_date":1734539356065349,"status":"Delivered"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568175623,"snapshot":"false","db":"testdb","sequence":"[\"66756524200\",\"66756524264\"]","schema":"public","table":"orders","txId":2219326,"lsn":66756524264,"xmin":null},"op":"u","ts_ms":1734568175879,"transaction":null} +{"before":null,"after":{"id":3422,"customer_name":"Paul Rodriguez","product_name":"Keyboard","quantity":1,"price":1738.1,"order_date":1734539375683493,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568175685,"snapshot":"false","db":"testdb","sequence":"[\"66756524504\",\"66756524504\"]","schema":"public","table":"orders","txId":2219327,"lsn":66756524504,"xmin":null},"op":"c","ts_ms":1734568175879,"transaction":null} +{"before":null,"after":{"id":3423,"customer_name":"Carolyn Cantu","product_name":"Headphones","quantity":1,"price":1458.6,"order_date":1734539375739941,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568175741,"snapshot":"false","db":"testdb","sequence":"[\"66756524728\",\"66756524728\"]","schema":"public","table":"orders","txId":2219328,"lsn":66756524728,"xmin":null},"op":"c","ts_ms":1734568175879,"transaction":null} +{"before":null,"after":{"id":3424,"customer_name":"John Martinez","product_name":"Keyboard","quantity":2,"price":1396.62,"order_date":1734539375800400,"status":"Pending"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568175801,"snapshot":"false","db":"testdb","sequence":"[\"66756524960\",\"66756524960\"]","schema":"public","table":"orders","txId":2219329,"lsn":66756524960,"xmin":null},"op":"c","ts_ms":1734568175879,"transaction":null} +{"before":{"id":3333,"customer_name":"Christopher Santiago","product_name":"Headphones","quantity":2,"price":526.26,"order_date":1734539369151809,"status":"Pending"},"after":{"id":3333,"customer_name":"Christopher Santiago","product_name":"Headphones","quantity":2,"price":526.26,"order_date":1734539369151809,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568175842,"snapshot":"false","db":"testdb","sequence":"[\"66756525184\",\"66756525248\"]","schema":"public","table":"orders","txId":2219330,"lsn":66756525248,"xmin":null},"op":"u","ts_ms":1734568175879,"transaction":null} +{"before":null,"after":{"id":3425,"customer_name":"Chelsea Pena","product_name":"Laptop","quantity":1,"price":1803.76,"order_date":1734539375885025,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568175886,"snapshot":"false","db":"testdb","sequence":"[\"66756525496\",\"66756525496\"]","schema":"public","table":"orders","txId":2219331,"lsn":66756525496,"xmin":null},"op":"c","ts_ms":1734568175888,"transaction":null} +{"before":{"id":3389,"customer_name":"Theodore Blackburn","product_name":"Smartphone","quantity":3,"price":1280.25,"order_date":1734539373271516,"status":"Cancelled"},"after":{"id":3389,"customer_name":"Theodore Blackburn","product_name":"Smartphone","quantity":3,"price":1280.25,"order_date":1734539373271516,"status":"Cancelled"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568175938,"snapshot":"false","db":"testdb","sequence":"[\"66756525720\",\"66756525784\"]","schema":"public","table":"orders","txId":2219332,"lsn":66756525784,"xmin":null},"op":"u","ts_ms":1734568176404,"transaction":null} +{"before":{"id":3319,"customer_name":"Gerald Gaines","product_name":"Smartphone","quantity":3,"price":531.28,"order_date":1734539368007987,"status":"Delivered"},"after":{"id":3319,"customer_name":"Gerald Gaines","product_name":"Smartphone","quantity":3,"price":531.28,"order_date":1734539368007987,"status":"Cancelled"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568175978,"snapshot":"false","db":"testdb","sequence":"[\"66756526040\",\"66756526040\"]","schema":"public","table":"orders","txId":2219333,"lsn":66756526040,"xmin":null},"op":"u","ts_ms":1734568176404,"transaction":null} +{"before":null,"after":{"id":3426,"customer_name":"Ricardo Golden","product_name":"Headphones","quantity":4,"price":1191.2,"order_date":1734539376003341,"status":"Delivered"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568176005,"snapshot":"false","db":"testdb","sequence":"[\"66756526320\",\"66756526320\"]","schema":"public","table":"orders","txId":2219334,"lsn":66756526320,"xmin":null},"op":"c","ts_ms":1734568176404,"transaction":null} +{"before":{"id":3138,"customer_name":"Michelle Hernandez","product_name":"Smartphone","quantity":4,"price":957.67,"order_date":1734539356346216,"status":"Delivered"},"after":{"id":3138,"customer_name":"Michelle Hernandez","product_name":"Smartphone","quantity":4,"price":957.67,"order_date":1734539356346216,"status":"Cancelled"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568176057,"snapshot":"false","db":"testdb","sequence":"[\"66756526560\",\"66756526624\"]","schema":"public","table":"orders","txId":2219335,"lsn":66756526624,"xmin":null},"op":"u","ts_ms":1734568176404,"transaction":null} +{"before":null,"after":{"id":3427,"customer_name":"Crystal Rodriguez","product_name":"Mouse","quantity":3,"price":445.63,"order_date":1734539376096778,"status":"Pending"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568176098,"snapshot":"false","db":"testdb","sequence":"[\"66756526880\",\"66756526880\"]","schema":"public","table":"orders","txId":2219336,"lsn":66756526880,"xmin":null},"op":"c","ts_ms":1734568176404,"transaction":null} +{"before":null,"after":{"id":3428,"customer_name":"Mary Orr","product_name":"Smartphone","quantity":4,"price":624.82,"order_date":1734539376125552,"status":"Pending"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568176128,"snapshot":"false","db":"testdb","sequence":"[\"66756527104\",\"66756527104\"]","schema":"public","table":"orders","txId":2219337,"lsn":66756527104,"xmin":null},"op":"c","ts_ms":1734568176404,"transaction":null} +{"before":{"id":3221,"customer_name":"Nancy Johnson","product_name":"Keyboard","quantity":3,"price":1164.48,"order_date":1734539361812398,"status":"Pending"},"after":{"id":3221,"customer_name":"Nancy Johnson","product_name":"Keyboard","quantity":3,"price":1164.48,"order_date":1734539361812398,"status":"Cancelled"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568176183,"snapshot":"false","db":"testdb","sequence":"[\"66756527328\",\"66756527392\"]","schema":"public","table":"orders","txId":2219338,"lsn":66756527392,"xmin":null},"op":"u","ts_ms":1734568176404,"transaction":null} +{"before":{"id":3183,"customer_name":"Cody Fletcher","product_name":"Keyboard","quantity":5,"price":205.95,"order_date":1734539359475813,"status":"Delivered"},"after":{"id":3183,"customer_name":"Cody Fletcher","product_name":"Keyboard","quantity":5,"price":205.95,"order_date":1734539359475813,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568176224,"snapshot":"false","db":"testdb","sequence":"[\"66756527632\",\"66756527696\"]","schema":"public","table":"orders","txId":2219339,"lsn":66756527696,"xmin":null},"op":"u","ts_ms":1734568176405,"transaction":null} +{"before":null,"after":{"id":3429,"customer_name":"Matthew Rhodes","product_name":"Mouse","quantity":5,"price":937.69,"order_date":1734539376260544,"status":"Pending"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568176262,"snapshot":"false","db":"testdb","sequence":"[\"66756527936\",\"66756527936\"]","schema":"public","table":"orders","txId":2219340,"lsn":66756527936,"xmin":null},"op":"c","ts_ms":1734568176405,"transaction":null} +{"before":{"id":3412,"customer_name":"John Andrade","product_name":"Keyboard","quantity":1,"price":840.49,"order_date":1734539374950023,"status":"Cancelled"},"after":{"id":3412,"customer_name":"John Andrade","product_name":"Keyboard","quantity":1,"price":840.49,"order_date":1734539374950023,"status":"Cancelled"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568176296,"snapshot":"false","db":"testdb","sequence":"[\"66756528160\",\"66756528224\"]","schema":"public","table":"orders","txId":2219341,"lsn":66756528224,"xmin":null},"op":"u","ts_ms":1734568176405,"transaction":null} +{"before":null,"after":{"id":3430,"customer_name":"Benjamin Carr","product_name":"Keyboard","quantity":3,"price":190.28,"order_date":1734539376335419,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568176336,"snapshot":"false","db":"testdb","sequence":"[\"66756528464\",\"66756528464\"]","schema":"public","table":"orders","txId":2219342,"lsn":66756528464,"xmin":null},"op":"c","ts_ms":1734568176405,"transaction":null} +{"before":null,"after":{"id":3431,"customer_name":"Tina Hernandez","product_name":"Keyboard","quantity":1,"price":1383.02,"order_date":1734539376368945,"status":"Pending"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568176370,"snapshot":"false","db":"testdb","sequence":"[\"66756528688\",\"66756528688\"]","schema":"public","table":"orders","txId":2219343,"lsn":66756528688,"xmin":null},"op":"c","ts_ms":1734568176405,"transaction":null} +{"before":{"id":3216,"customer_name":"John Price","product_name":"Keyboard","quantity":5,"price":1207.84,"order_date":1734539361591725,"status":"Pending"},"after":{"id":3216,"customer_name":"John Price","product_name":"Keyboard","quantity":5,"price":1207.84,"order_date":1734539361591725,"status":"Cancelled"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568176428,"snapshot":"false","db":"testdb","sequence":"[\"66756528912\",\"66756528912\"]","schema":"public","table":"orders","txId":2219344,"lsn":66756528912,"xmin":null},"op":"u","ts_ms":1734568176918,"transaction":null} +{"before":{"id":3191,"customer_name":"Matthew Brown","product_name":"Headphones","quantity":5,"price":478.54,"order_date":1734539359955021,"status":"Delivered"},"after":null,"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568176489,"snapshot":"false","db":"testdb","sequence":"[\"66756529152\",\"66756529216\"]","schema":"public","table":"orders","txId":2219345,"lsn":66756529216,"xmin":null},"op":"d","ts_ms":1734568176918,"transaction":null} +{"before":null,"after":{"id":3432,"customer_name":"Rose Newton","product_name":"Headphones","quantity":2,"price":410.75,"order_date":1734539376534277,"status":"Delivered"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568176535,"snapshot":"false","db":"testdb","sequence":"[\"66756529392\",\"66756529392\"]","schema":"public","table":"orders","txId":2219346,"lsn":66756529392,"xmin":null},"op":"c","ts_ms":1734568176918,"transaction":null} +{"before":null,"after":{"id":3433,"customer_name":"Linda Johnson","product_name":"Mouse","quantity":3,"price":1773.39,"order_date":1734539376572740,"status":"Delivered"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568176574,"snapshot":"false","db":"testdb","sequence":"[\"66756529624\",\"66756529624\"]","schema":"public","table":"orders","txId":2219347,"lsn":66756529624,"xmin":null},"op":"c","ts_ms":1734568176918,"transaction":null} +{"before":null,"after":{"id":3434,"customer_name":"Scott Morris","product_name":"Keyboard","quantity":5,"price":1253.88,"order_date":1734539376612498,"status":"Pending"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568176614,"snapshot":"false","db":"testdb","sequence":"[\"66756529856\",\"66756529856\"]","schema":"public","table":"orders","txId":2219348,"lsn":66756529856,"xmin":null},"op":"c","ts_ms":1734568176918,"transaction":null} +{"before":null,"after":{"id":3435,"customer_name":"Michelle Martinez","product_name":"Mouse","quantity":5,"price":1157.72,"order_date":1734539376658301,"status":"Delivered"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568176660,"snapshot":"false","db":"testdb","sequence":"[\"66756530080\",\"66756530080\"]","schema":"public","table":"orders","txId":2219349,"lsn":66756530080,"xmin":null},"op":"c","ts_ms":1734568176918,"transaction":null} +{"before":{"id":3293,"customer_name":"Nicole Terry","product_name":"Headphones","quantity":4,"price":1359.94,"order_date":1734539366365006,"status":"Delivered"},"after":{"id":3293,"customer_name":"Nicole Terry","product_name":"Headphones","quantity":4,"price":1359.94,"order_date":1734539366365006,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568176708,"snapshot":"false","db":"testdb","sequence":"[\"66756530312\",\"66756530368\"]","schema":"public","table":"orders","txId":2219350,"lsn":66756530368,"xmin":null},"op":"u","ts_ms":1734568176918,"transaction":null} +{"before":{"id":3240,"customer_name":"Tami Hopkins","product_name":"Smartphone","quantity":4,"price":1238.77,"order_date":1734539362965226,"status":"Pending"},"after":{"id":3240,"customer_name":"Tami Hopkins","product_name":"Smartphone","quantity":4,"price":1238.77,"order_date":1734539362965226,"status":"Cancelled"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568176745,"snapshot":"false","db":"testdb","sequence":"[\"66756530608\",\"66756530672\"]","schema":"public","table":"orders","txId":2219351,"lsn":66756530672,"xmin":null},"op":"u","ts_ms":1734568176919,"transaction":null} +{"before":{"id":3152,"customer_name":"Tina White","product_name":"Laptop","quantity":3,"price":1991.5,"order_date":1734539357186476,"status":"Delivered"},"after":{"id":3152,"customer_name":"Tina White","product_name":"Laptop","quantity":3,"price":1991.5,"order_date":1734539357186476,"status":"Cancelled"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568176772,"snapshot":"false","db":"testdb","sequence":"[\"66756530912\",\"66756530976\"]","schema":"public","table":"orders","txId":2219352,"lsn":66756530976,"xmin":null},"op":"u","ts_ms":1734568176919,"transaction":null} +{"before":{"id":3291,"customer_name":"Taylor Ramirez","product_name":"Monitor","quantity":5,"price":1974.62,"order_date":1734539366240070,"status":"Pending"},"after":{"id":3291,"customer_name":"Taylor Ramirez","product_name":"Monitor","quantity":5,"price":1974.62,"order_date":1734539366240070,"status":"Delivered"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568176829,"snapshot":"false","db":"testdb","sequence":"[\"66756531216\",\"66756531280\"]","schema":"public","table":"orders","txId":2219353,"lsn":66756531280,"xmin":null},"op":"u","ts_ms":1734568176919,"transaction":null} +{"before":null,"after":{"id":3436,"customer_name":"Samuel Moore","product_name":"Keyboard","quantity":1,"price":1817.8,"order_date":1734539376883665,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568176885,"snapshot":"false","db":"testdb","sequence":"[\"66756531520\",\"66756531520\"]","schema":"public","table":"orders","txId":2219354,"lsn":66756531520,"xmin":null},"op":"c","ts_ms":1734568176919,"transaction":null} +{"before":null,"after":{"id":3437,"customer_name":"Natalie Spears","product_name":"Laptop","quantity":2,"price":134.79,"order_date":1734539376924948,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568176930,"snapshot":"false","db":"testdb","sequence":"[\"66756531744\",\"66756531848\"]","schema":"public","table":"orders","txId":2219355,"lsn":66756531848,"xmin":null},"op":"c","ts_ms":1734568177433,"transaction":null} +{"before":null,"after":{"id":3438,"customer_name":"Jill Jackson","product_name":"Keyboard","quantity":1,"price":131.61,"order_date":1734539376976641,"status":"Cancelled"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568176978,"snapshot":"false","db":"testdb","sequence":"[\"66756532072\",\"66756532072\"]","schema":"public","table":"orders","txId":2219356,"lsn":66756532072,"xmin":null},"op":"c","ts_ms":1734568177433,"transaction":null} +{"before":{"id":3193,"customer_name":"Frank Brooks","product_name":"Keyboard","quantity":5,"price":355.14,"order_date":1734539360092254,"status":"Delivered"},"after":{"id":3193,"customer_name":"Frank Brooks","product_name":"Keyboard","quantity":5,"price":355.14,"order_date":1734539360092254,"status":"Delivered"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568177012,"snapshot":"false","db":"testdb","sequence":"[\"66756532304\",\"66756532368\"]","schema":"public","table":"orders","txId":2219357,"lsn":66756532368,"xmin":null},"op":"u","ts_ms":1734568177434,"transaction":null} +{"before":{"id":3184,"customer_name":"Janet Ho","product_name":"Headphones","quantity":2,"price":212.84,"order_date":1734539359517740,"status":"Shipped"},"after":{"id":3184,"customer_name":"Janet Ho","product_name":"Headphones","quantity":2,"price":212.84,"order_date":1734539359517740,"status":"Delivered"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568177039,"snapshot":"false","db":"testdb","sequence":"[\"66756532608\",\"66756532672\"]","schema":"public","table":"orders","txId":2219358,"lsn":66756532672,"xmin":null},"op":"u","ts_ms":1734568177434,"transaction":null} +{"before":null,"after":{"id":3439,"customer_name":"Joshua Carlson","product_name":"Monitor","quantity":2,"price":1803.3,"order_date":1734539377086826,"status":"Pending"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568177088,"snapshot":"false","db":"testdb","sequence":"[\"66756532912\",\"66756532912\"]","schema":"public","table":"orders","txId":2219359,"lsn":66756532912,"xmin":null},"op":"c","ts_ms":1734568177435,"transaction":null} +{"before":null,"after":{"id":3440,"customer_name":"Philip Fisher","product_name":"Monitor","quantity":3,"price":1108.86,"order_date":1734539377139875,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568177144,"snapshot":"false","db":"testdb","sequence":"[\"66756533136\",\"66756533136\"]","schema":"public","table":"orders","txId":2219360,"lsn":66756533136,"xmin":null},"op":"c","ts_ms":1734568177435,"transaction":null} +{"before":null,"after":{"id":3441,"customer_name":"Victoria Mckinney","product_name":"Mouse","quantity":2,"price":547.89,"order_date":1734539377189768,"status":"Pending"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568177213,"snapshot":"false","db":"testdb","sequence":"[\"66756533360\",\"66756533360\"]","schema":"public","table":"orders","txId":2219361,"lsn":66756533360,"xmin":null},"op":"c","ts_ms":1734568177435,"transaction":null} +{"before":{"id":3173,"customer_name":"Jacob Rodriguez","product_name":"Headphones","quantity":1,"price":227.81,"order_date":1734539358650581,"status":"Pending"},"after":{"id":3173,"customer_name":"Jacob Rodriguez","product_name":"Headphones","quantity":1,"price":227.81,"order_date":1734539358650581,"status":"Cancelled"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568177235,"snapshot":"false","db":"testdb","sequence":"[\"66756533584\",\"66756533648\"]","schema":"public","table":"orders","txId":2219362,"lsn":66756533648,"xmin":null},"op":"u","ts_ms":1734568177436,"transaction":null} +{"before":null,"after":{"id":3442,"customer_name":"Tina Nunez","product_name":"Mouse","quantity":1,"price":1556.56,"order_date":1734539377287818,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568177289,"snapshot":"false","db":"testdb","sequence":"[\"66756533904\",\"66756534008\"]","schema":"public","table":"orders","txId":2219363,"lsn":66756534008,"xmin":null},"op":"c","ts_ms":1734568177436,"transaction":null} +{"before":null,"after":{"id":3443,"customer_name":"Daniel Cannon","product_name":"Laptop","quantity":2,"price":941.98,"order_date":1734539377346740,"status":"Pending"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568177348,"snapshot":"false","db":"testdb","sequence":"[\"66756547416\",\"66756547416\"]","schema":"public","table":"orders","txId":2219364,"lsn":66756547416,"xmin":null},"op":"c","ts_ms":1734568177436,"transaction":null} +{"before":null,"after":{"id":3444,"customer_name":"Lawrence Schaefer","product_name":"Smartphone","quantity":3,"price":1447.03,"order_date":1734539377391650,"status":"Pending"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568177393,"snapshot":"false","db":"testdb","sequence":"[\"66756547640\",\"66756547640\"]","schema":"public","table":"orders","txId":2219365,"lsn":66756547640,"xmin":null},"op":"c","ts_ms":1734568177436,"transaction":null} +{"before":null,"after":{"id":3445,"customer_name":"Jennifer Harris","product_name":"Monitor","quantity":5,"price":1327.49,"order_date":1734539377444629,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568177445,"snapshot":"false","db":"testdb","sequence":"[\"66756547872\",\"66756547872\"]","schema":"public","table":"orders","txId":2219366,"lsn":66756547872,"xmin":null},"op":"c","ts_ms":1734568177447,"transaction":null} +{"before":{"id":3424,"customer_name":"John Martinez","product_name":"Keyboard","quantity":2,"price":1396.62,"order_date":1734539375800400,"status":"Pending"},"after":{"id":3424,"customer_name":"John Martinez","product_name":"Keyboard","quantity":2,"price":1396.62,"order_date":1734539375800400,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568177505,"snapshot":"false","db":"testdb","sequence":"[\"66756548096\",\"66756555840\"]","schema":"public","table":"orders","txId":2219367,"lsn":66756555840,"xmin":null},"op":"u","ts_ms":1734568177961,"transaction":null} +{"before":{"id":3161,"customer_name":"Daniel Vazquez","product_name":"Laptop","quantity":3,"price":627.03,"order_date":1734539357805520,"status":"Pending"},"after":{"id":3161,"customer_name":"Daniel Vazquez","product_name":"Laptop","quantity":3,"price":627.03,"order_date":1734539357805520,"status":"Delivered"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568177537,"snapshot":"false","db":"testdb","sequence":"[\"66756556072\",\"66756556072\"]","schema":"public","table":"orders","txId":2219368,"lsn":66756556072,"xmin":null},"op":"u","ts_ms":1734568177961,"transaction":null} +{"before":null,"after":{"id":3446,"customer_name":"Sherry Kim","product_name":"Smartphone","quantity":3,"price":1342.3,"order_date":1734539377584244,"status":"Delivered"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568177586,"snapshot":"false","db":"testdb","sequence":"[\"66756556312\",\"66756556312\"]","schema":"public","table":"orders","txId":2219369,"lsn":66756556312,"xmin":null},"op":"c","ts_ms":1734568177961,"transaction":null} +{"before":{"id":3236,"customer_name":"Jodi Hamilton","product_name":"Mouse","quantity":1,"price":945.99,"order_date":1734539362603088,"status":"Shipped"},"after":{"id":3236,"customer_name":"Jodi Hamilton","product_name":"Mouse","quantity":1,"price":945.99,"order_date":1734539362603088,"status":"Cancelled"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568177606,"snapshot":"false","db":"testdb","sequence":"[\"66756556544\",\"66756556608\"]","schema":"public","table":"orders","txId":2219370,"lsn":66756556608,"xmin":null},"op":"u","ts_ms":1734568177961,"transaction":null} +{"before":null,"after":{"id":3447,"customer_name":"Tina Michael","product_name":"Smartphone","quantity":3,"price":1463.39,"order_date":1734539377661316,"status":"Delivered"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568177663,"snapshot":"false","db":"testdb","sequence":"[\"66756564752\",\"66756564752\"]","schema":"public","table":"orders","txId":2219371,"lsn":66756564752,"xmin":null},"op":"c","ts_ms":1734568177961,"transaction":null} +{"before":null,"after":{"id":3448,"customer_name":"Kevin Gibson","product_name":"Laptop","quantity":4,"price":1612.42,"order_date":1734539377721347,"status":"Cancelled"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568177722,"snapshot":"false","db":"testdb","sequence":"[\"66756564984\",\"66756564984\"]","schema":"public","table":"orders","txId":2219372,"lsn":66756564984,"xmin":null},"op":"c","ts_ms":1734568177961,"transaction":null} +{"before":null,"after":{"id":3449,"customer_name":"Michelle Riggs","product_name":"Monitor","quantity":5,"price":745.39,"order_date":1734539377787336,"status":"Cancelled"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568177788,"snapshot":"false","db":"testdb","sequence":"[\"66756565216\",\"66756565216\"]","schema":"public","table":"orders","txId":2219373,"lsn":66756565216,"xmin":null},"op":"c","ts_ms":1734568177961,"transaction":null} +{"before":{"id":3310,"customer_name":"Kyle Wilkerson","product_name":"Headphones","quantity":3,"price":1894.31,"order_date":1734539367539093,"status":"Delivered"},"after":{"id":3310,"customer_name":"Kyle Wilkerson","product_name":"Headphones","quantity":3,"price":1894.31,"order_date":1734539367539093,"status":"Delivered"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568177849,"snapshot":"false","db":"testdb","sequence":"[\"66756565448\",\"66756573696\"]","schema":"public","table":"orders","txId":2219374,"lsn":66756573696,"xmin":null},"op":"u","ts_ms":1734568177961,"transaction":null} +{"before":null,"after":{"id":3450,"customer_name":"Anthony Graves","product_name":"Keyboard","quantity":1,"price":1560.44,"order_date":1734539377880592,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568177881,"snapshot":"false","db":"testdb","sequence":"[\"66756574024\",\"66756574024\"]","schema":"public","table":"orders","txId":2219375,"lsn":66756574024,"xmin":null},"op":"c","ts_ms":1734568177961,"transaction":null} +{"before":null,"after":{"id":3451,"customer_name":"Mark Davis","product_name":"Headphones","quantity":2,"price":1639.08,"order_date":1734539377920408,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568177921,"snapshot":"false","db":"testdb","sequence":"[\"66756574248\",\"66756574248\"]","schema":"public","table":"orders","txId":2219376,"lsn":66756574248,"xmin":null},"op":"c","ts_ms":1734568177961,"transaction":null} +{"before":null,"after":{"id":3452,"customer_name":"Lee Bryant","product_name":"Keyboard","quantity":5,"price":1870.14,"order_date":1734539377944666,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568177945,"snapshot":"false","db":"testdb","sequence":"[\"66756574472\",\"66756574472\"]","schema":"public","table":"orders","txId":2219377,"lsn":66756574472,"xmin":null},"op":"c","ts_ms":1734568177961,"transaction":null} +{"before":null,"after":{"id":3453,"customer_name":"Stephanie Mercado","product_name":"Monitor","quantity":2,"price":1196.81,"order_date":1734539377999893,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568178001,"snapshot":"false","db":"testdb","sequence":"[\"66756574696\",\"66756574696\"]","schema":"public","table":"orders","txId":2219378,"lsn":66756574696,"xmin":null},"op":"c","ts_ms":1734568178479,"transaction":null} +{"before":null,"after":{"id":3454,"customer_name":"Melissa Parker","product_name":"Keyboard","quantity":2,"price":1158.99,"order_date":1734539378075157,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568178076,"snapshot":"false","db":"testdb","sequence":"[\"66756574928\",\"66756574928\"]","schema":"public","table":"orders","txId":2219379,"lsn":66756574928,"xmin":null},"op":"c","ts_ms":1734568178479,"transaction":null} +{"before":{"id":3386,"customer_name":"Renee Russell","product_name":"Mouse","quantity":4,"price":327.89,"order_date":1734539373014817,"status":"Delivered"},"after":null,"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568178123,"snapshot":"false","db":"testdb","sequence":"[\"66756575152\",\"66756575304\"]","schema":"public","table":"orders","txId":2219380,"lsn":66756575304,"xmin":null},"op":"d","ts_ms":1734568178479,"transaction":null} +{"before":null,"after":{"id":3455,"customer_name":"James Atkinson","product_name":"Laptop","quantity":5,"price":597.81,"order_date":1734539378162176,"status":"Delivered"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568178164,"snapshot":"false","db":"testdb","sequence":"[\"66756575472\",\"66756575472\"]","schema":"public","table":"orders","txId":2219381,"lsn":66756575472,"xmin":null},"op":"c","ts_ms":1734568178479,"transaction":null} +{"before":null,"after":{"id":3456,"customer_name":"Christina Griffith","product_name":"Smartphone","quantity":5,"price":828.22,"order_date":1734539378188918,"status":"Pending"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568178190,"snapshot":"false","db":"testdb","sequence":"[\"66756575704\",\"66756575704\"]","schema":"public","table":"orders","txId":2219382,"lsn":66756575704,"xmin":null},"op":"c","ts_ms":1734568178479,"transaction":null} +{"before":null,"after":{"id":3457,"customer_name":"Mr. Ricardo Joseph","product_name":"Mouse","quantity":1,"price":166.53,"order_date":1734539378249221,"status":"Cancelled"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568178251,"snapshot":"false","db":"testdb","sequence":"[\"66756575936\",\"66756575936\"]","schema":"public","table":"orders","txId":2219383,"lsn":66756575936,"xmin":null},"op":"c","ts_ms":1734568178479,"transaction":null} +{"before":null,"after":{"id":3458,"customer_name":"Christina David","product_name":"Mouse","quantity":5,"price":479.68,"order_date":1734539378299822,"status":"Cancelled"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568178301,"snapshot":"false","db":"testdb","sequence":"[\"66756576176\",\"66756576176\"]","schema":"public","table":"orders","txId":2219384,"lsn":66756576176,"xmin":null},"op":"c","ts_ms":1734568178479,"transaction":null} +{"before":null,"after":{"id":3459,"customer_name":"Zoe Wagner","product_name":"Laptop","quantity":4,"price":1153.19,"order_date":1734539378355726,"status":"Delivered"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568178357,"snapshot":"false","db":"testdb","sequence":"[\"66756576408\",\"66756576408\"]","schema":"public","table":"orders","txId":2219385,"lsn":66756576408,"xmin":null},"op":"c","ts_ms":1734568178479,"transaction":null} +{"before":null,"after":{"id":3460,"customer_name":"Melissa Fisher","product_name":"Mouse","quantity":4,"price":881.75,"order_date":1734539378415794,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568178418,"snapshot":"false","db":"testdb","sequence":"[\"66756576640\",\"66756576640\"]","schema":"public","table":"orders","txId":2219386,"lsn":66756576640,"xmin":null},"op":"c","ts_ms":1734568178480,"transaction":null} +{"before":{"id":3247,"customer_name":"Ann Hall","product_name":"Monitor","quantity":4,"price":1886.69,"order_date":1734539363520503,"status":"Delivered"},"after":null,"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568178453,"snapshot":"false","db":"testdb","sequence":"[\"66756576864\",\"66756576920\"]","schema":"public","table":"orders","txId":2219387,"lsn":66756576920,"xmin":null},"op":"d","ts_ms":1734568178480,"transaction":null} +{"before":null,"after":{"id":3461,"customer_name":"Dennis Adkins","product_name":"Mouse","quantity":3,"price":1341.87,"order_date":1734539378496683,"status":"Pending"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568178498,"snapshot":"false","db":"testdb","sequence":"[\"66756577088\",\"66756577088\"]","schema":"public","table":"orders","txId":2219388,"lsn":66756577088,"xmin":null},"op":"c","ts_ms":1734568178991,"transaction":null} +{"before":null,"after":{"id":3462,"customer_name":"Robert Castillo","product_name":"Mouse","quantity":3,"price":681.6,"order_date":1734539378549092,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568178551,"snapshot":"false","db":"testdb","sequence":"[\"66756577312\",\"66756577312\"]","schema":"public","table":"orders","txId":2219389,"lsn":66756577312,"xmin":null},"op":"c","ts_ms":1734568178991,"transaction":null} +{"before":null,"after":{"id":3463,"customer_name":"Angie Simpson","product_name":"Monitor","quantity":1,"price":1637.91,"order_date":1734539378582671,"status":"Pending"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568178584,"snapshot":"false","db":"testdb","sequence":"[\"66756577536\",\"66756577536\"]","schema":"public","table":"orders","txId":2219390,"lsn":66756577536,"xmin":null},"op":"c","ts_ms":1734568178991,"transaction":null} +{"before":null,"after":{"id":3464,"customer_name":"Wanda Russell","product_name":"Keyboard","quantity":3,"price":1691.41,"order_date":1734539378630463,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568178632,"snapshot":"false","db":"testdb","sequence":"[\"66756577760\",\"66756577760\"]","schema":"public","table":"orders","txId":2219391,"lsn":66756577760,"xmin":null},"op":"c","ts_ms":1734568178992,"transaction":null} +{"before":null,"after":{"id":3465,"customer_name":"Jessica James","product_name":"Mouse","quantity":5,"price":1661.2,"order_date":1734539378668962,"status":"Cancelled"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568178675,"snapshot":"false","db":"testdb","sequence":"[\"66756577984\",\"66756577984\"]","schema":"public","table":"orders","txId":2219392,"lsn":66756577984,"xmin":null},"op":"c","ts_ms":1734568178992,"transaction":null} +{"before":null,"after":{"id":3466,"customer_name":"Amy Collins","product_name":"Smartphone","quantity":1,"price":1583.6,"order_date":1734539378737595,"status":"Pending"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568178748,"snapshot":"false","db":"testdb","sequence":"[\"66756578216\",\"66756578216\"]","schema":"public","table":"orders","txId":2219393,"lsn":66756578216,"xmin":null},"op":"c","ts_ms":1734568178992,"transaction":null} +{"before":{"id":3262,"customer_name":"Olivia Sullivan","product_name":"Mouse","quantity":3,"price":493.94,"order_date":1734539364596937,"status":"Shipped"},"after":{"id":3262,"customer_name":"Olivia Sullivan","product_name":"Mouse","quantity":3,"price":493.94,"order_date":1734539364596937,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568178775,"snapshot":"false","db":"testdb","sequence":"[\"66756578440\",\"66756578496\"]","schema":"public","table":"orders","txId":2219394,"lsn":66756578496,"xmin":null},"op":"u","ts_ms":1734568178992,"transaction":null} +{"before":{"id":3379,"customer_name":"Sandra Stephens","product_name":"Smartphone","quantity":1,"price":897.24,"order_date":1734539372506906,"status":"Pending"},"after":{"id":3379,"customer_name":"Sandra Stephens","product_name":"Smartphone","quantity":1,"price":897.24,"order_date":1734539372506906,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568178806,"snapshot":"false","db":"testdb","sequence":"[\"66756578728\",\"66756578848\"]","schema":"public","table":"orders","txId":2219395,"lsn":66756578848,"xmin":null},"op":"u","ts_ms":1734568178992,"transaction":null} +{"before":null,"after":{"id":3467,"customer_name":"Tiffany Woods","product_name":"Mouse","quantity":1,"price":461.62,"order_date":1734539378865886,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568178867,"snapshot":"false","db":"testdb","sequence":"[\"66756579168\",\"66756579168\"]","schema":"public","table":"orders","txId":2219396,"lsn":66756579168,"xmin":null},"op":"c","ts_ms":1734568178992,"transaction":null} +{"before":null,"after":{"id":3468,"customer_name":"Lauren Johnson","product_name":"Mouse","quantity":1,"price":1986.7,"order_date":1734539378891001,"status":"Pending"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568178892,"snapshot":"false","db":"testdb","sequence":"[\"66756579392\",\"66756579392\"]","schema":"public","table":"orders","txId":2219397,"lsn":66756579392,"xmin":null},"op":"c","ts_ms":1734568178992,"transaction":null} +{"before":null,"after":{"id":3469,"customer_name":"Lindsay Livingston","product_name":"Smartphone","quantity":1,"price":533.86,"order_date":1734539378930170,"status":"Delivered"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568178932,"snapshot":"false","db":"testdb","sequence":"[\"66756579616\",\"66756579616\"]","schema":"public","table":"orders","txId":2219398,"lsn":66756579616,"xmin":null},"op":"c","ts_ms":1734568178992,"transaction":null} +{"before":null,"after":{"id":3470,"customer_name":"Eugene Davis","product_name":"Smartphone","quantity":2,"price":1197.46,"order_date":1734539378963576,"status":"Cancelled"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568178965,"snapshot":"false","db":"testdb","sequence":"[\"66756579856\",\"66756579856\"]","schema":"public","table":"orders","txId":2219399,"lsn":66756579856,"xmin":null},"op":"c","ts_ms":1734568178992,"transaction":null} +{"before":null,"after":{"id":3471,"customer_name":"Renee Maldonado","product_name":"Laptop","quantity":4,"price":1407.02,"order_date":1734539379004238,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568179006,"snapshot":"false","db":"testdb","sequence":"[\"66756580088\",\"66756580088\"]","schema":"public","table":"orders","txId":2219400,"lsn":66756580088,"xmin":null},"op":"c","ts_ms":1734568179504,"transaction":null} +{"before":null,"after":{"id":3472,"customer_name":"Julia Smith","product_name":"Monitor","quantity":1,"price":1866.64,"order_date":1734539379055356,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568179057,"snapshot":"false","db":"testdb","sequence":"[\"66756580312\",\"66756580312\"]","schema":"public","table":"orders","txId":2219401,"lsn":66756580312,"xmin":null},"op":"c","ts_ms":1734568179504,"transaction":null} +{"before":null,"after":{"id":3473,"customer_name":"Robert Wilson","product_name":"Keyboard","quantity":5,"price":1285.03,"order_date":1734539379113240,"status":"Delivered"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568179115,"snapshot":"false","db":"testdb","sequence":"[\"66756580536\",\"66756580536\"]","schema":"public","table":"orders","txId":2219402,"lsn":66756580536,"xmin":null},"op":"c","ts_ms":1734568179504,"transaction":null} +{"before":null,"after":{"id":3474,"customer_name":"Steven Brown","product_name":"Smartphone","quantity":5,"price":1606.75,"order_date":1734539379167955,"status":"Delivered"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568179169,"snapshot":"false","db":"testdb","sequence":"[\"66756580768\",\"66756580768\"]","schema":"public","table":"orders","txId":2219403,"lsn":66756580768,"xmin":null},"op":"c","ts_ms":1734568179504,"transaction":null} +{"before":null,"after":{"id":3475,"customer_name":"Paul Reed","product_name":"Laptop","quantity":4,"price":1786.16,"order_date":1734539379190193,"status":"Delivered"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568179191,"snapshot":"false","db":"testdb","sequence":"[\"66756581000\",\"66756581104\"]","schema":"public","table":"orders","txId":2219404,"lsn":66756581104,"xmin":null},"op":"c","ts_ms":1734568179504,"transaction":null} +{"before":null,"after":{"id":3476,"customer_name":"William Price","product_name":"Monitor","quantity":3,"price":61.93,"order_date":1734539379215224,"status":"Pending"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568179217,"snapshot":"false","db":"testdb","sequence":"[\"66756581336\",\"66756581336\"]","schema":"public","table":"orders","txId":2219405,"lsn":66756581336,"xmin":null},"op":"c","ts_ms":1734568179504,"transaction":null} +{"before":null,"after":{"id":3477,"customer_name":"Melissa Hoffman","product_name":"Smartphone","quantity":2,"price":585.34,"order_date":1734539379237683,"status":"Pending"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568179239,"snapshot":"false","db":"testdb","sequence":"[\"66756581560\",\"66756581560\"]","schema":"public","table":"orders","txId":2219406,"lsn":66756581560,"xmin":null},"op":"c","ts_ms":1734568179504,"transaction":null} +{"before":null,"after":{"id":3478,"customer_name":"Allison Walker","product_name":"Mouse","quantity":4,"price":1143.47,"order_date":1734539379298457,"status":"Pending"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568179299,"snapshot":"false","db":"testdb","sequence":"[\"66756581792\",\"66756581792\"]","schema":"public","table":"orders","txId":2219407,"lsn":66756581792,"xmin":null},"op":"c","ts_ms":1734568179504,"transaction":null} +{"before":{"id":3147,"customer_name":"Allen Curry","product_name":"Laptop","quantity":5,"price":319.04,"order_date":1734539356873693,"status":"Delivered"},"after":{"id":3147,"customer_name":"Allen Curry","product_name":"Laptop","quantity":5,"price":319.04,"order_date":1734539356873693,"status":"Delivered"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568179331,"snapshot":"false","db":"testdb","sequence":"[\"66756582016\",\"66756582072\"]","schema":"public","table":"orders","txId":2219408,"lsn":66756582072,"xmin":null},"op":"u","ts_ms":1734568179504,"transaction":null} +{"before":null,"after":{"id":3479,"customer_name":"Sherri Murray","product_name":"Laptop","quantity":5,"price":1830.89,"order_date":1734539379367157,"status":"Delivered"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568179368,"snapshot":"false","db":"testdb","sequence":"[\"66756582312\",\"66756582312\"]","schema":"public","table":"orders","txId":2219409,"lsn":66756582312,"xmin":null},"op":"c","ts_ms":1734568179504,"transaction":null} +{"before":null,"after":{"id":3480,"customer_name":"Jimmy Fisher","product_name":"Monitor","quantity":1,"price":1164.3,"order_date":1734539379398972,"status":"Delivered"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568179400,"snapshot":"false","db":"testdb","sequence":"[\"66756582544\",\"66756582544\"]","schema":"public","table":"orders","txId":2219410,"lsn":66756582544,"xmin":null},"op":"c","ts_ms":1734568179504,"transaction":null} +{"before":null,"after":{"id":3481,"customer_name":"Caitlin Evans","product_name":"Smartphone","quantity":3,"price":1160.96,"order_date":1734539379437433,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568179438,"snapshot":"false","db":"testdb","sequence":"[\"66756582776\",\"66756582776\"]","schema":"public","table":"orders","txId":2219411,"lsn":66756582776,"xmin":null},"op":"c","ts_ms":1734568179504,"transaction":null} +{"before":null,"after":{"id":3482,"customer_name":"Brenda Martin","product_name":"Mouse","quantity":2,"price":1694.2,"order_date":1734539379495416,"status":"Pending"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568179496,"snapshot":"false","db":"testdb","sequence":"[\"66756583008\",\"66756583008\"]","schema":"public","table":"orders","txId":2219412,"lsn":66756583008,"xmin":null},"op":"c","ts_ms":1734568179504,"transaction":null} +{"before":null,"after":{"id":3483,"customer_name":"Vanessa Houston","product_name":"Mouse","quantity":2,"price":693.17,"order_date":1734539379549186,"status":"Delivered"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568179550,"snapshot":"false","db":"testdb","sequence":"[\"66756583232\",\"66756583232\"]","schema":"public","table":"orders","txId":2219413,"lsn":66756583232,"xmin":null},"op":"c","ts_ms":1734568180016,"transaction":null} +{"before":null,"after":{"id":3484,"customer_name":"Joseph Torres","product_name":"Keyboard","quantity":5,"price":337.66,"order_date":1734539379572013,"status":"Cancelled"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568179573,"snapshot":"false","db":"testdb","sequence":"[\"66756583488\",\"66756583488\"]","schema":"public","table":"orders","txId":2219414,"lsn":66756583488,"xmin":null},"op":"c","ts_ms":1734568180016,"transaction":null} +{"before":null,"after":{"id":3485,"customer_name":"Kellie Miller","product_name":"Smartphone","quantity":4,"price":1037.3,"order_date":1734539379595673,"status":"Pending"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568179596,"snapshot":"false","db":"testdb","sequence":"[\"66756583720\",\"66756583720\"]","schema":"public","table":"orders","txId":2219415,"lsn":66756583720,"xmin":null},"op":"c","ts_ms":1734568180016,"transaction":null} +{"before":null,"after":{"id":3486,"customer_name":"Patrick Williams","product_name":"Mouse","quantity":3,"price":552.49,"order_date":1734539379614667,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568179616,"snapshot":"false","db":"testdb","sequence":"[\"66756583952\",\"66756583952\"]","schema":"public","table":"orders","txId":2219416,"lsn":66756583952,"xmin":null},"op":"c","ts_ms":1734568180016,"transaction":null} +{"before":{"id":3198,"customer_name":"Steven Cline","product_name":"Laptop","quantity":5,"price":1427.42,"order_date":1734539360410012,"status":"Cancelled"},"after":{"id":3198,"customer_name":"Steven Cline","product_name":"Laptop","quantity":5,"price":1427.42,"order_date":1734539360410012,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568179675,"snapshot":"false","db":"testdb","sequence":"[\"66756584176\",\"66756584240\"]","schema":"public","table":"orders","txId":2219417,"lsn":66756584240,"xmin":null},"op":"u","ts_ms":1734568180016,"transaction":null} +{"before":{"id":3250,"customer_name":"Ashley King","product_name":"Smartphone","quantity":4,"price":208.31,"order_date":1734539363668460,"status":"Pending"},"after":{"id":3250,"customer_name":"Ashley King","product_name":"Smartphone","quantity":4,"price":208.31,"order_date":1734539363668460,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568179707,"snapshot":"false","db":"testdb","sequence":"[\"66756584480\",\"66756584544\"]","schema":"public","table":"orders","txId":2219418,"lsn":66756584544,"xmin":null},"op":"u","ts_ms":1734568180016,"transaction":null} +{"before":null,"after":{"id":3487,"customer_name":"Debra Caldwell","product_name":"Laptop","quantity":5,"price":139.9,"order_date":1734539379729480,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568179730,"snapshot":"false","db":"testdb","sequence":"[\"66756584776\",\"66756584776\"]","schema":"public","table":"orders","txId":2219419,"lsn":66756584776,"xmin":null},"op":"c","ts_ms":1734568180017,"transaction":null} +{"before":{"id":3402,"customer_name":"Jeffrey Mccoy","product_name":"Monitor","quantity":4,"price":914.65,"order_date":1734539374094851,"status":"Delivered"},"after":null,"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568179754,"snapshot":"false","db":"testdb","sequence":"[\"66756585000\",\"66756585064\"]","schema":"public","table":"orders","txId":2219420,"lsn":66756585064,"xmin":null},"op":"d","ts_ms":1734568180017,"transaction":null} +{"before":null,"after":{"id":3488,"customer_name":"Lee Williams","product_name":"Headphones","quantity":2,"price":1129.59,"order_date":1734539379771691,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568179773,"snapshot":"false","db":"testdb","sequence":"[\"66756585232\",\"66756585232\"]","schema":"public","table":"orders","txId":2219421,"lsn":66756585232,"xmin":null},"op":"c","ts_ms":1734568180017,"transaction":null} +{"before":null,"after":{"id":3489,"customer_name":"Jonathan Thompson","product_name":"Mouse","quantity":4,"price":1093.1,"order_date":1734539379793364,"status":"Pending"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568179795,"snapshot":"false","db":"testdb","sequence":"[\"66756585456\",\"66756585456\"]","schema":"public","table":"orders","txId":2219422,"lsn":66756585456,"xmin":null},"op":"c","ts_ms":1734568180017,"transaction":null} +{"before":null,"after":{"id":3490,"customer_name":"Roger Jensen MD","product_name":"Keyboard","quantity":1,"price":1022.25,"order_date":1734539379824300,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568179826,"snapshot":"false","db":"testdb","sequence":"[\"66756585680\",\"66756585680\"]","schema":"public","table":"orders","txId":2219423,"lsn":66756585680,"xmin":null},"op":"c","ts_ms":1734568180017,"transaction":null} +{"before":{"id":3333,"customer_name":"Christopher Santiago","product_name":"Headphones","quantity":2,"price":526.26,"order_date":1734539369151809,"status":"Shipped"},"after":{"id":3333,"customer_name":"Christopher Santiago","product_name":"Headphones","quantity":2,"price":526.26,"order_date":1734539369151809,"status":"Cancelled"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568179887,"snapshot":"false","db":"testdb","sequence":"[\"66756585912\",\"66756585968\"]","schema":"public","table":"orders","txId":2219424,"lsn":66756585968,"xmin":null},"op":"u","ts_ms":1734568180017,"transaction":null} +{"before":null,"after":{"id":3491,"customer_name":"Gloria Martin","product_name":"Keyboard","quantity":3,"price":179.29,"order_date":1734539379933973,"status":"Pending"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568179935,"snapshot":"false","db":"testdb","sequence":"[\"66756586224\",\"66756586224\"]","schema":"public","table":"orders","txId":2219425,"lsn":66756586224,"xmin":null},"op":"c","ts_ms":1734568180017,"transaction":null} +{"before":null,"after":{"id":3492,"customer_name":"Ashley Anderson","product_name":"Laptop","quantity":3,"price":1429.06,"order_date":1734539379955789,"status":"Pending"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568179957,"snapshot":"false","db":"testdb","sequence":"[\"66756586448\",\"66756586448\"]","schema":"public","table":"orders","txId":2219426,"lsn":66756586448,"xmin":null},"op":"c","ts_ms":1734568180017,"transaction":null} +{"before":null,"after":{"id":3493,"customer_name":"Pam Blankenship","product_name":"Smartphone","quantity":5,"price":1626.94,"order_date":1734539379991958,"status":"Cancelled"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568179994,"snapshot":"false","db":"testdb","sequence":"[\"66756586672\",\"66756586672\"]","schema":"public","table":"orders","txId":2219427,"lsn":66756586672,"xmin":null},"op":"c","ts_ms":1734568180017,"transaction":null} +{"before":null,"after":{"id":3494,"customer_name":"Ronald Pacheco","product_name":"Mouse","quantity":5,"price":95.78,"order_date":1734539380036646,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568180045,"snapshot":"false","db":"testdb","sequence":"[\"66756586912\",\"66756586912\"]","schema":"public","table":"orders","txId":2219428,"lsn":66756586912,"xmin":null},"op":"c","ts_ms":1734568180534,"transaction":null} +{"before":null,"after":{"id":3495,"customer_name":"Cory Brown","product_name":"Smartphone","quantity":1,"price":397.0,"order_date":1734539380081585,"status":"Delivered"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568180083,"snapshot":"false","db":"testdb","sequence":"[\"66756587136\",\"66756587136\"]","schema":"public","table":"orders","txId":2219429,"lsn":66756587136,"xmin":null},"op":"c","ts_ms":1734568180534,"transaction":null} +{"before":{"id":3213,"customer_name":"Cameron Smith","product_name":"Keyboard","quantity":5,"price":1468.17,"order_date":1734539361396214,"status":"Shipped"},"after":{"id":3213,"customer_name":"Cameron Smith","product_name":"Keyboard","quantity":5,"price":1468.17,"order_date":1734539361396214,"status":"Cancelled"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568180138,"snapshot":"false","db":"testdb","sequence":"[\"66756587368\",\"66756587432\"]","schema":"public","table":"orders","txId":2219430,"lsn":66756587432,"xmin":null},"op":"u","ts_ms":1734568180534,"transaction":null} +{"before":null,"after":{"id":3496,"customer_name":"Jeffrey Douglas","product_name":"Mouse","quantity":2,"price":869.77,"order_date":1734539380165199,"status":"Delivered"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568180167,"snapshot":"false","db":"testdb","sequence":"[\"66756587672\",\"66756587672\"]","schema":"public","table":"orders","txId":2219431,"lsn":66756587672,"xmin":null},"op":"c","ts_ms":1734568180534,"transaction":null} +{"before":null,"after":{"id":3497,"customer_name":"Justin Rodriguez","product_name":"Smartphone","quantity":3,"price":1507.56,"order_date":1734539380226537,"status":"Pending"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568180229,"snapshot":"false","db":"testdb","sequence":"[\"66756587904\",\"66756587904\"]","schema":"public","table":"orders","txId":2219432,"lsn":66756587904,"xmin":null},"op":"c","ts_ms":1734568180534,"transaction":null} +{"before":null,"after":{"id":3498,"customer_name":"Crystal Pierce","product_name":"Mouse","quantity":3,"price":947.73,"order_date":1734539380279824,"status":"Pending"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568180281,"snapshot":"false","db":"testdb","sequence":"[\"66756588136\",\"66756588136\"]","schema":"public","table":"orders","txId":2219433,"lsn":66756588136,"xmin":null},"op":"c","ts_ms":1734568180535,"transaction":null} +{"before":null,"after":{"id":3499,"customer_name":"Sarah Anderson","product_name":"Headphones","quantity":5,"price":756.21,"order_date":1734539380306018,"status":"Pending"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568180308,"snapshot":"false","db":"testdb","sequence":"[\"66756588360\",\"66756588360\"]","schema":"public","table":"orders","txId":2219434,"lsn":66756588360,"xmin":null},"op":"c","ts_ms":1734568180535,"transaction":null} +{"before":null,"after":{"id":3500,"customer_name":"Jerry Wallace","product_name":"Keyboard","quantity":3,"price":1522.5,"order_date":1734539380372047,"status":"Cancelled"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568180373,"snapshot":"false","db":"testdb","sequence":"[\"66756588592\",\"66756588592\"]","schema":"public","table":"orders","txId":2219435,"lsn":66756588592,"xmin":null},"op":"c","ts_ms":1734568180535,"transaction":null} +{"before":null,"after":{"id":3501,"customer_name":"Marc Stanley","product_name":"Headphones","quantity":1,"price":1377.99,"order_date":1734539380422575,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568180424,"snapshot":"false","db":"testdb","sequence":"[\"66756588824\",\"66756588824\"]","schema":"public","table":"orders","txId":2219436,"lsn":66756588824,"xmin":null},"op":"c","ts_ms":1734568180535,"transaction":null} +{"before":null,"after":{"id":3502,"customer_name":"Christina Wilson","product_name":"Keyboard","quantity":3,"price":102.49,"order_date":1734539380467027,"status":"Pending"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568180468,"snapshot":"false","db":"testdb","sequence":"[\"66756589048\",\"66756589048\"]","schema":"public","table":"orders","txId":2219437,"lsn":66756589048,"xmin":null},"op":"c","ts_ms":1734568180535,"transaction":null} +{"before":null,"after":{"id":3503,"customer_name":"Carla Barrera","product_name":"Smartphone","quantity":2,"price":1109.41,"order_date":1734539380520770,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568180522,"snapshot":"false","db":"testdb","sequence":"[\"66756589280\",\"66756589280\"]","schema":"public","table":"orders","txId":2219438,"lsn":66756589280,"xmin":null},"op":"c","ts_ms":1734568180535,"transaction":null} +{"before":null,"after":{"id":3504,"customer_name":"David Ford","product_name":"Laptop","quantity":3,"price":380.52,"order_date":1734539380572009,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568180573,"snapshot":"false","db":"testdb","sequence":"[\"66756589512\",\"66756589512\"]","schema":"public","table":"orders","txId":2219439,"lsn":66756589512,"xmin":null},"op":"c","ts_ms":1734568181051,"transaction":null} +{"before":null,"after":{"id":3505,"customer_name":"Virginia Francis","product_name":"Laptop","quantity":1,"price":901.08,"order_date":1734539380606622,"status":"Pending"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568180608,"snapshot":"false","db":"testdb","sequence":"[\"66756589736\",\"66756589736\"]","schema":"public","table":"orders","txId":2219440,"lsn":66756589736,"xmin":null},"op":"c","ts_ms":1734568181051,"transaction":null} +{"before":null,"after":{"id":3506,"customer_name":"Amanda Blake","product_name":"Headphones","quantity":3,"price":729.9,"order_date":1734539380647497,"status":"Delivered"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568180649,"snapshot":"false","db":"testdb","sequence":"[\"66756589960\",\"66756589960\"]","schema":"public","table":"orders","txId":2219441,"lsn":66756589960,"xmin":null},"op":"c","ts_ms":1734568181051,"transaction":null} +{"before":null,"after":{"id":3507,"customer_name":"Anthony Garcia","product_name":"Laptop","quantity":2,"price":416.84,"order_date":1734539380687036,"status":"Cancelled"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568180688,"snapshot":"false","db":"testdb","sequence":"[\"66756590192\",\"66756590192\"]","schema":"public","table":"orders","txId":2219442,"lsn":66756590192,"xmin":null},"op":"c","ts_ms":1734568181051,"transaction":null} +{"before":null,"after":{"id":3508,"customer_name":"Kevin Anderson","product_name":"Laptop","quantity":4,"price":632.48,"order_date":1734539380725463,"status":"Pending"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568180727,"snapshot":"false","db":"testdb","sequence":"[\"66756590424\",\"66756590528\"]","schema":"public","table":"orders","txId":2219443,"lsn":66756590528,"xmin":null},"op":"c","ts_ms":1734568181051,"transaction":null} +{"before":null,"after":{"id":3509,"customer_name":"David Walker","product_name":"Monitor","quantity":5,"price":1619.27,"order_date":1734539380782934,"status":"Delivered"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568180786,"snapshot":"false","db":"testdb","sequence":"[\"66756590752\",\"66756590752\"]","schema":"public","table":"orders","txId":2219444,"lsn":66756590752,"xmin":null},"op":"c","ts_ms":1734568181051,"transaction":null} +{"before":{"id":3216,"customer_name":"John Price","product_name":"Keyboard","quantity":5,"price":1207.84,"order_date":1734539361591725,"status":"Cancelled"},"after":{"id":3216,"customer_name":"John Price","product_name":"Keyboard","quantity":5,"price":1207.84,"order_date":1734539361591725,"status":"Cancelled"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568180828,"snapshot":"false","db":"testdb","sequence":"[\"66756591872\",\"66756591936\"]","schema":"public","table":"orders","txId":2219445,"lsn":66756591936,"xmin":null},"op":"u","ts_ms":1734568181052,"transaction":null} +{"before":null,"after":{"id":3510,"customer_name":"Vicki Hodge","product_name":"Smartphone","quantity":2,"price":905.19,"order_date":1734539380866034,"status":"Cancelled"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568180872,"snapshot":"false","db":"testdb","sequence":"[\"66756592176\",\"66756592176\"]","schema":"public","table":"orders","txId":2219446,"lsn":66756592176,"xmin":null},"op":"c","ts_ms":1734568181052,"transaction":null} +{"before":null,"after":{"id":3511,"customer_name":"Dylan Robinson","product_name":"Monitor","quantity":1,"price":1203.86,"order_date":1734539380933474,"status":"Pending"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568180935,"snapshot":"false","db":"testdb","sequence":"[\"66756592408\",\"66756592408\"]","schema":"public","table":"orders","txId":2219447,"lsn":66756592408,"xmin":null},"op":"c","ts_ms":1734568181052,"transaction":null} +{"before":null,"after":{"id":3512,"customer_name":"Melissa Cooper","product_name":"Mouse","quantity":3,"price":421.85,"order_date":1734539380966597,"status":"Cancelled"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568180968,"snapshot":"false","db":"testdb","sequence":"[\"66756592632\",\"66756592632\"]","schema":"public","table":"orders","txId":2219448,"lsn":66756592632,"xmin":null},"op":"c","ts_ms":1734568181052,"transaction":null} +{"before":null,"after":{"id":3513,"customer_name":"Riley Berger","product_name":"Mouse","quantity":5,"price":59.74,"order_date":1734539381015042,"status":"Pending"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568181016,"snapshot":"false","db":"testdb","sequence":"[\"66756592864\",\"66756592864\"]","schema":"public","table":"orders","txId":2219449,"lsn":66756592864,"xmin":null},"op":"c","ts_ms":1734568181052,"transaction":null} +{"before":null,"after":{"id":3514,"customer_name":"Christopher George","product_name":"Smartphone","quantity":5,"price":417.83,"order_date":1734539381057271,"status":"Delivered"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568181059,"snapshot":"false","db":"testdb","sequence":"[\"66756593088\",\"66756593088\"]","schema":"public","table":"orders","txId":2219450,"lsn":66756593088,"xmin":null},"op":"c","ts_ms":1734568181060,"transaction":null} +{"before":null,"after":{"id":3515,"customer_name":"Douglas Gonzalez","product_name":"Monitor","quantity":3,"price":607.53,"order_date":1734539381112699,"status":"Pending"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568181115,"snapshot":"false","db":"testdb","sequence":"[\"66756593328\",\"66756593504\"]","schema":"public","table":"orders","txId":2219451,"lsn":66756593504,"xmin":null},"op":"c","ts_ms":1734568181575,"transaction":null} +{"before":null,"after":{"id":3516,"customer_name":"Shawn Wyatt","product_name":"Smartphone","quantity":3,"price":330.19,"order_date":1734539381169626,"status":"Pending"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568181171,"snapshot":"false","db":"testdb","sequence":"[\"66756593736\",\"66756593736\"]","schema":"public","table":"orders","txId":2219452,"lsn":66756593736,"xmin":null},"op":"c","ts_ms":1734568181575,"transaction":null} +{"before":{"id":3164,"customer_name":"Timothy Deleon","product_name":"Keyboard","quantity":3,"price":1967.96,"order_date":1734539358001072,"status":"Cancelled"},"after":{"id":3164,"customer_name":"Timothy Deleon","product_name":"Keyboard","quantity":3,"price":1967.96,"order_date":1734539358001072,"status":"Delivered"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568181215,"snapshot":"false","db":"testdb","sequence":"[\"66756593960\",\"66756594024\"]","schema":"public","table":"orders","txId":2219453,"lsn":66756594024,"xmin":null},"op":"u","ts_ms":1734568181575,"transaction":null} +{"before":null,"after":{"id":3517,"customer_name":"Jeffrey Kramer","product_name":"Keyboard","quantity":1,"price":52.51,"order_date":1734539381233975,"status":"Cancelled"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568181236,"snapshot":"false","db":"testdb","sequence":"[\"66756594264\",\"66756594264\"]","schema":"public","table":"orders","txId":2219454,"lsn":66756594264,"xmin":null},"op":"c","ts_ms":1734568181575,"transaction":null} +{"before":null,"after":{"id":3518,"customer_name":"Tim Santos","product_name":"Keyboard","quantity":4,"price":469.63,"order_date":1734539381290600,"status":"Delivered"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568181292,"snapshot":"false","db":"testdb","sequence":"[\"66756594496\",\"66756594496\"]","schema":"public","table":"orders","txId":2219455,"lsn":66756594496,"xmin":null},"op":"c","ts_ms":1734568181575,"transaction":null} +{"before":{"id":3155,"customer_name":"Christina Kramer","product_name":"Smartphone","quantity":5,"price":1952.33,"order_date":1734539357331842,"status":"Delivered"},"after":{"id":3155,"customer_name":"Christina Kramer","product_name":"Smartphone","quantity":5,"price":1952.33,"order_date":1734539357331842,"status":"Delivered"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568181343,"snapshot":"false","db":"testdb","sequence":"[\"66756594728\",\"66756594792\"]","schema":"public","table":"orders","txId":2219456,"lsn":66756594792,"xmin":null},"op":"u","ts_ms":1734568181575,"transaction":null} +{"before":{"id":3279,"customer_name":"Charles Smith","product_name":"Headphones","quantity":5,"price":139.41,"order_date":1734539365521756,"status":"Shipped"},"after":null,"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568181406,"snapshot":"false","db":"testdb","sequence":"[\"66756595048\",\"66756595112\"]","schema":"public","table":"orders","txId":2219457,"lsn":66756595112,"xmin":null},"op":"d","ts_ms":1734568181575,"transaction":null} +{"before":null,"after":{"id":3519,"customer_name":"Christopher Walker","product_name":"Mouse","quantity":5,"price":82.39,"order_date":1734539381448074,"status":"Pending"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568181449,"snapshot":"false","db":"testdb","sequence":"[\"66756595288\",\"66756595288\"]","schema":"public","table":"orders","txId":2219458,"lsn":66756595288,"xmin":null},"op":"c","ts_ms":1734568181575,"transaction":null} +{"before":{"id":3239,"customer_name":"Jason Lewis","product_name":"Smartphone","quantity":4,"price":593.81,"order_date":1734539362891844,"status":"Shipped"},"after":{"id":3239,"customer_name":"Jason Lewis","product_name":"Smartphone","quantity":4,"price":593.81,"order_date":1734539362891844,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568181475,"snapshot":"false","db":"testdb","sequence":"[\"66756595520\",\"66756595576\"]","schema":"public","table":"orders","txId":2219459,"lsn":66756595576,"xmin":null},"op":"u","ts_ms":1734568181575,"transaction":null} +{"before":null,"after":{"id":3520,"customer_name":"Mark Huerta","product_name":"Smartphone","quantity":3,"price":1611.25,"order_date":1734539381502316,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568181517,"snapshot":"false","db":"testdb","sequence":"[\"66756642592\",\"66756642592\"]","schema":"public","table":"orders","txId":2219461,"lsn":66756642592,"xmin":null},"op":"c","ts_ms":1734568181581,"transaction":null} +{"before":null,"after":{"id":3521,"customer_name":"Robert Gray","product_name":"Mouse","quantity":4,"price":1964.25,"order_date":1734539381546536,"status":"Cancelled"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568181547,"snapshot":"false","db":"testdb","sequence":"[\"66756642816\",\"66756648936\"]","schema":"public","table":"orders","txId":2219462,"lsn":66756648936,"xmin":null},"op":"c","ts_ms":1734568181581,"transaction":null} +{"before":null,"after":{"id":3522,"customer_name":"Olivia Lam","product_name":"Headphones","quantity":1,"price":1665.66,"order_date":1734539381593646,"status":"Pending"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568181595,"snapshot":"false","db":"testdb","sequence":"[\"66756649192\",\"66756649192\"]","schema":"public","table":"orders","txId":2219463,"lsn":66756649192,"xmin":null},"op":"c","ts_ms":1734568182092,"transaction":null} +{"before":null,"after":{"id":3523,"customer_name":"Heather Goodwin","product_name":"Headphones","quantity":1,"price":1408.17,"order_date":1734539381649638,"status":"Cancelled"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568181651,"snapshot":"false","db":"testdb","sequence":"[\"66756649416\",\"66756649416\"]","schema":"public","table":"orders","txId":2219464,"lsn":66756649416,"xmin":null},"op":"c","ts_ms":1734568182093,"transaction":null} +{"before":null,"after":{"id":3524,"customer_name":"Martin Montgomery","product_name":"Mouse","quantity":1,"price":548.72,"order_date":1734539381682474,"status":"Cancelled"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568181684,"snapshot":"false","db":"testdb","sequence":"[\"66756649656\",\"66756649656\"]","schema":"public","table":"orders","txId":2219465,"lsn":66756649656,"xmin":null},"op":"c","ts_ms":1734568182093,"transaction":null} +{"before":null,"after":{"id":3525,"customer_name":"Diana Turner","product_name":"Laptop","quantity":1,"price":63.85,"order_date":1734539381750676,"status":"Cancelled"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568181752,"snapshot":"false","db":"testdb","sequence":"[\"66756649888\",\"66756649888\"]","schema":"public","table":"orders","txId":2219466,"lsn":66756649888,"xmin":null},"op":"c","ts_ms":1734568182093,"transaction":null} +{"before":null,"after":{"id":3526,"customer_name":"Amanda Marshall","product_name":"Smartphone","quantity":1,"price":769.58,"order_date":1734539381797426,"status":"Delivered"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568181798,"snapshot":"false","db":"testdb","sequence":"[\"66756650120\",\"66756650120\"]","schema":"public","table":"orders","txId":2219467,"lsn":66756650120,"xmin":null},"op":"c","ts_ms":1734568182093,"transaction":null} +{"before":null,"after":{"id":3527,"customer_name":"Samantha Thompson","product_name":"Mouse","quantity":3,"price":783.87,"order_date":1734539381858711,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568181860,"snapshot":"false","db":"testdb","sequence":"[\"66756650360\",\"66756650360\"]","schema":"public","table":"orders","txId":2219468,"lsn":66756650360,"xmin":null},"op":"c","ts_ms":1734568182093,"transaction":null} +{"before":null,"after":{"id":3528,"customer_name":"Carl Campbell","product_name":"Monitor","quantity":1,"price":1170.72,"order_date":1734539381883536,"status":"Pending"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568181885,"snapshot":"false","db":"testdb","sequence":"[\"66756650584\",\"66756650584\"]","schema":"public","table":"orders","txId":2219469,"lsn":66756650584,"xmin":null},"op":"c","ts_ms":1734568182093,"transaction":null} +{"before":null,"after":{"id":3529,"customer_name":"Robert Cameron","product_name":"Mouse","quantity":3,"price":1920.18,"order_date":1734539381915092,"status":"Pending"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568181916,"snapshot":"false","db":"testdb","sequence":"[\"66756650808\",\"66756650808\"]","schema":"public","table":"orders","txId":2219470,"lsn":66756650808,"xmin":null},"op":"c","ts_ms":1734568182093,"transaction":null} +{"before":null,"after":{"id":3530,"customer_name":"Craig Ward MD","product_name":"Laptop","quantity":2,"price":961.54,"order_date":1734539381935425,"status":"Cancelled"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568181937,"snapshot":"false","db":"testdb","sequence":"[\"66756651032\",\"66756651032\"]","schema":"public","table":"orders","txId":2219471,"lsn":66756651032,"xmin":null},"op":"c","ts_ms":1734568182093,"transaction":null} +{"before":{"id":3523,"customer_name":"Heather Goodwin","product_name":"Headphones","quantity":1,"price":1408.17,"order_date":1734539381649638,"status":"Cancelled"},"after":{"id":3523,"customer_name":"Heather Goodwin","product_name":"Headphones","quantity":1,"price":1408.17,"order_date":1734539381649638,"status":"Delivered"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568181968,"snapshot":"false","db":"testdb","sequence":"[\"66756651264\",\"66756651328\"]","schema":"public","table":"orders","txId":2219472,"lsn":66756651328,"xmin":null},"op":"u","ts_ms":1734568182093,"transaction":null} +{"before":{"id":3287,"customer_name":"Billy Hamilton","product_name":"Laptop","quantity":4,"price":469.38,"order_date":1734539365990744,"status":"Cancelled"},"after":{"id":3287,"customer_name":"Billy Hamilton","product_name":"Laptop","quantity":4,"price":469.38,"order_date":1734539365990744,"status":"Cancelled"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568182007,"snapshot":"false","db":"testdb","sequence":"[\"66756651584\",\"66756651584\"]","schema":"public","table":"orders","txId":2219473,"lsn":66756651584,"xmin":null},"op":"u","ts_ms":1734568182093,"transaction":null} +{"before":null,"after":{"id":3531,"customer_name":"Matthew Moreno","product_name":"Laptop","quantity":2,"price":437.7,"order_date":1734539382036612,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568182038,"snapshot":"false","db":"testdb","sequence":"[\"66756651824\",\"66756651824\"]","schema":"public","table":"orders","txId":2219474,"lsn":66756651824,"xmin":null},"op":"c","ts_ms":1734568182093,"transaction":null} +{"before":{"id":3441,"customer_name":"Victoria Mckinney","product_name":"Mouse","quantity":2,"price":547.89,"order_date":1734539377189768,"status":"Pending"},"after":null,"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568182096,"snapshot":"false","db":"testdb","sequence":"[\"66756652048\",\"66756652112\"]","schema":"public","table":"orders","txId":2219475,"lsn":66756652112,"xmin":null},"op":"d","ts_ms":1734568182098,"transaction":null} +{"before":null,"after":{"id":3532,"customer_name":"Donna Ho","product_name":"Headphones","quantity":4,"price":1756.66,"order_date":1734539382150948,"status":"Pending"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568182153,"snapshot":"false","db":"testdb","sequence":"[\"66756652280\",\"66756652280\"]","schema":"public","table":"orders","txId":2219476,"lsn":66756652280,"xmin":null},"op":"c","ts_ms":1734568182609,"transaction":null} +{"before":null,"after":{"id":3533,"customer_name":"Jeremy Griffin","product_name":"Laptop","quantity":2,"price":1432.47,"order_date":1734539382192898,"status":"Pending"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568182194,"snapshot":"false","db":"testdb","sequence":"[\"66756652504\",\"66756652504\"]","schema":"public","table":"orders","txId":2219477,"lsn":66756652504,"xmin":null},"op":"c","ts_ms":1734568182609,"transaction":null} +{"before":{"id":3462,"customer_name":"Robert Castillo","product_name":"Mouse","quantity":3,"price":681.6,"order_date":1734539378549092,"status":"Shipped"},"after":{"id":3462,"customer_name":"Robert Castillo","product_name":"Mouse","quantity":3,"price":681.6,"order_date":1734539378549092,"status":"Delivered"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568182241,"snapshot":"false","db":"testdb","sequence":"[\"66756652728\",\"66756652784\"]","schema":"public","table":"orders","txId":2219478,"lsn":66756652784,"xmin":null},"op":"u","ts_ms":1734568182609,"transaction":null} +{"before":{"id":3315,"customer_name":"Matthew Cole","product_name":"Mouse","quantity":5,"price":289.1,"order_date":1734539367805350,"status":"Cancelled"},"after":{"id":3315,"customer_name":"Matthew Cole","product_name":"Mouse","quantity":5,"price":289.1,"order_date":1734539367805350,"status":"Delivered"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568182278,"snapshot":"false","db":"testdb","sequence":"[\"66756653024\",\"66756653088\"]","schema":"public","table":"orders","txId":2219479,"lsn":66756653088,"xmin":null},"op":"u","ts_ms":1734568182609,"transaction":null} +{"before":null,"after":{"id":3534,"customer_name":"Richard Singleton","product_name":"Mouse","quantity":3,"price":1370.72,"order_date":1734539382298356,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568182299,"snapshot":"false","db":"testdb","sequence":"[\"66756653328\",\"66756653328\"]","schema":"public","table":"orders","txId":2219480,"lsn":66756653328,"xmin":null},"op":"c","ts_ms":1734568182609,"transaction":null} +{"before":{"id":3254,"customer_name":"Maria Martinez","product_name":"Monitor","quantity":3,"price":426.91,"order_date":1734539363901258,"status":"Shipped"},"after":null,"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568182347,"snapshot":"false","db":"testdb","sequence":"[\"66756653552\",\"66756653616\"]","schema":"public","table":"orders","txId":2219481,"lsn":66756653616,"xmin":null},"op":"d","ts_ms":1734568182609,"transaction":null} +{"before":{"id":3170,"customer_name":"Richard Chavez","product_name":"Headphones","quantity":2,"price":518.13,"order_date":1734539358433359,"status":"Delivered"},"after":{"id":3170,"customer_name":"Richard Chavez","product_name":"Headphones","quantity":2,"price":518.13,"order_date":1734539358433359,"status":"Cancelled"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568182376,"snapshot":"false","db":"testdb","sequence":"[\"66756653784\",\"66756653840\"]","schema":"public","table":"orders","txId":2219482,"lsn":66756653840,"xmin":null},"op":"u","ts_ms":1734568182609,"transaction":null} +{"before":null,"after":{"id":3535,"customer_name":"Johnathan Ray","product_name":"Keyboard","quantity":1,"price":600.33,"order_date":1734539382399181,"status":"Delivered"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568182401,"snapshot":"false","db":"testdb","sequence":"[\"66756654096\",\"66756654096\"]","schema":"public","table":"orders","txId":2219483,"lsn":66756654096,"xmin":null},"op":"c","ts_ms":1734568182609,"transaction":null} +{"before":{"id":3238,"customer_name":"Zachary Mcknight","product_name":"Laptop","quantity":4,"price":1462.59,"order_date":1734539362770192,"status":"Pending"},"after":{"id":3238,"customer_name":"Zachary Mcknight","product_name":"Laptop","quantity":4,"price":1462.59,"order_date":1734539362770192,"status":"Cancelled"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568182451,"snapshot":"false","db":"testdb","sequence":"[\"66756654328\",\"66756654392\"]","schema":"public","table":"orders","txId":2219484,"lsn":66756654392,"xmin":null},"op":"u","ts_ms":1734568182609,"transaction":null} +{"before":{"id":3403,"customer_name":"Renee Welch","product_name":"Smartphone","quantity":1,"price":1820.73,"order_date":1734539374138522,"status":"Shipped"},"after":{"id":3403,"customer_name":"Renee Welch","product_name":"Smartphone","quantity":1,"price":1820.73,"order_date":1734539374138522,"status":"Cancelled"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568182492,"snapshot":"false","db":"testdb","sequence":"[\"66756654632\",\"66756654696\"]","schema":"public","table":"orders","txId":2219485,"lsn":66756654696,"xmin":null},"op":"u","ts_ms":1734568182610,"transaction":null} +{"before":{"id":3119,"customer_name":"Jeremy Garcia","product_name":"Mouse","quantity":5,"price":1952.78,"order_date":1734539355447444,"status":"Delivered"},"after":{"id":3119,"customer_name":"Jeremy Garcia","product_name":"Mouse","quantity":5,"price":1952.78,"order_date":1734539355447444,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568182524,"snapshot":"false","db":"testdb","sequence":"[\"66756654936\",\"66756655000\"]","schema":"public","table":"orders","txId":2219486,"lsn":66756655000,"xmin":null},"op":"u","ts_ms":1734568182610,"transaction":null} +{"before":{"id":3519,"customer_name":"Christopher Walker","product_name":"Mouse","quantity":5,"price":82.39,"order_date":1734539381448074,"status":"Pending"},"after":{"id":3519,"customer_name":"Christopher Walker","product_name":"Mouse","quantity":5,"price":82.39,"order_date":1734539381448074,"status":"Cancelled"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568182585,"snapshot":"false","db":"testdb","sequence":"[\"66756655240\",\"66756655304\"]","schema":"public","table":"orders","txId":2219487,"lsn":66756655304,"xmin":null},"op":"u","ts_ms":1734568182610,"transaction":null} +{"before":null,"after":{"id":3536,"customer_name":"Mr. Jeffrey Rodriguez","product_name":"Headphones","quantity":2,"price":1576.29,"order_date":1734539382641429,"status":"Cancelled"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568182643,"snapshot":"false","db":"testdb","sequence":"[\"66756655560\",\"66756655560\"]","schema":"public","table":"orders","txId":2219488,"lsn":66756655560,"xmin":null},"op":"c","ts_ms":1734568183120,"transaction":null} +{"before":null,"after":{"id":3537,"customer_name":"Sydney Soto MD","product_name":"Smartphone","quantity":4,"price":1240.94,"order_date":1734539382691337,"status":"Delivered"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568182695,"snapshot":"false","db":"testdb","sequence":"[\"66756655808\",\"66756655808\"]","schema":"public","table":"orders","txId":2219489,"lsn":66756655808,"xmin":null},"op":"c","ts_ms":1734568183120,"transaction":null} +{"before":null,"after":{"id":3538,"customer_name":"Sheri Shaffer","product_name":"Headphones","quantity":5,"price":1346.01,"order_date":1734539382718575,"status":"Pending"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568182720,"snapshot":"false","db":"testdb","sequence":"[\"66756656048\",\"66756656048\"]","schema":"public","table":"orders","txId":2219490,"lsn":66756656048,"xmin":null},"op":"c","ts_ms":1734568183120,"transaction":null} +{"before":null,"after":{"id":3539,"customer_name":"Scott Carr","product_name":"Headphones","quantity":5,"price":297.94,"order_date":1734539382770141,"status":"Delivered"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568182772,"snapshot":"false","db":"testdb","sequence":"[\"66756656280\",\"66756656280\"]","schema":"public","table":"orders","txId":2219491,"lsn":66756656280,"xmin":null},"op":"c","ts_ms":1734568183121,"transaction":null} +{"before":null,"after":{"id":3540,"customer_name":"Jordan Reese","product_name":"Mouse","quantity":3,"price":1430.94,"order_date":1734539382829031,"status":"Delivered"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568182830,"snapshot":"false","db":"testdb","sequence":"[\"66756656512\",\"66756656512\"]","schema":"public","table":"orders","txId":2219492,"lsn":66756656512,"xmin":null},"op":"c","ts_ms":1734568183121,"transaction":null} +{"before":{"id":3209,"customer_name":"Jessica Rose","product_name":"Monitor","quantity":4,"price":1087.78,"order_date":1734539361128136,"status":"Shipped"},"after":{"id":3209,"customer_name":"Jessica Rose","product_name":"Monitor","quantity":4,"price":1087.78,"order_date":1734539361128136,"status":"Cancelled"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568182871,"snapshot":"false","db":"testdb","sequence":"[\"66756656744\",\"66756656744\"]","schema":"public","table":"orders","txId":2219493,"lsn":66756656744,"xmin":null},"op":"u","ts_ms":1734568183121,"transaction":null} +{"before":null,"after":{"id":3541,"customer_name":"Lisa Miller","product_name":"Keyboard","quantity":5,"price":385.43,"order_date":1734539382931307,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568182932,"snapshot":"false","db":"testdb","sequence":"[\"66756656984\",\"66756657088\"]","schema":"public","table":"orders","txId":2219494,"lsn":66756657088,"xmin":null},"op":"c","ts_ms":1734568183121,"transaction":null} +{"before":null,"after":{"id":3542,"customer_name":"Kim Stanley","product_name":"Laptop","quantity":4,"price":1061.05,"order_date":1734539382965643,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568182967,"snapshot":"false","db":"testdb","sequence":"[\"66756657336\",\"66756657336\"]","schema":"public","table":"orders","txId":2219495,"lsn":66756657336,"xmin":null},"op":"c","ts_ms":1734568183121,"transaction":null} +{"before":null,"after":{"id":3543,"customer_name":"Andrew Brown","product_name":"Monitor","quantity":3,"price":326.31,"order_date":1734539382999448,"status":"Cancelled"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568183001,"snapshot":"false","db":"testdb","sequence":"[\"66756657560\",\"66756657560\"]","schema":"public","table":"orders","txId":2219496,"lsn":66756657560,"xmin":null},"op":"c","ts_ms":1734568183121,"transaction":null} +{"before":null,"after":{"id":3544,"customer_name":"Kelly Foster","product_name":"Smartphone","quantity":5,"price":1760.13,"order_date":1734539383042176,"status":"Pending"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568183046,"snapshot":"false","db":"testdb","sequence":"[\"66756657792\",\"66756657792\"]","schema":"public","table":"orders","txId":2219497,"lsn":66756657792,"xmin":null},"op":"c","ts_ms":1734568183121,"transaction":null} +{"before":null,"after":{"id":3545,"customer_name":"Lydia House","product_name":"Keyboard","quantity":5,"price":1187.41,"order_date":1734539383073345,"status":"Cancelled"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568183074,"snapshot":"false","db":"testdb","sequence":"[\"66756658016\",\"66756658016\"]","schema":"public","table":"orders","txId":2219498,"lsn":66756658016,"xmin":null},"op":"c","ts_ms":1734568183121,"transaction":null} +{"before":null,"after":{"id":3546,"customer_name":"Lisa Miller MD","product_name":"Keyboard","quantity":4,"price":1535.7,"order_date":1734539383130362,"status":"Pending"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568183131,"snapshot":"false","db":"testdb","sequence":"[\"66756658248\",\"66756658248\"]","schema":"public","table":"orders","txId":2219499,"lsn":66756658248,"xmin":null},"op":"c","ts_ms":1734568183631,"transaction":null} +{"before":null,"after":{"id":3547,"customer_name":"Daisy Hill","product_name":"Monitor","quantity":2,"price":459.11,"order_date":1734539383189499,"status":"Pending"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568183191,"snapshot":"false","db":"testdb","sequence":"[\"66756658472\",\"66756658472\"]","schema":"public","table":"orders","txId":2219500,"lsn":66756658472,"xmin":null},"op":"c","ts_ms":1734568183631,"transaction":null} +{"before":null,"after":{"id":3548,"customer_name":"Barbara Rocha","product_name":"Monitor","quantity":4,"price":712.04,"order_date":1734539383241439,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568183243,"snapshot":"false","db":"testdb","sequence":"[\"66756658696\",\"66756658696\"]","schema":"public","table":"orders","txId":2219501,"lsn":66756658696,"xmin":null},"op":"c","ts_ms":1734568183632,"transaction":null} +{"before":{"id":3462,"customer_name":"Robert Castillo","product_name":"Mouse","quantity":3,"price":681.6,"order_date":1734539378549092,"status":"Delivered"},"after":{"id":3462,"customer_name":"Robert Castillo","product_name":"Mouse","quantity":3,"price":681.6,"order_date":1734539378549092,"status":"Cancelled"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568183306,"snapshot":"false","db":"testdb","sequence":"[\"66756658920\",\"66756659048\"]","schema":"public","table":"orders","txId":2219502,"lsn":66756659048,"xmin":null},"op":"u","ts_ms":1734568183632,"transaction":null} +{"before":null,"after":{"id":3549,"customer_name":"Tiffany Anderson","product_name":"Headphones","quantity":2,"price":1407.5,"order_date":1734539383369037,"status":"Pending"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568183371,"snapshot":"false","db":"testdb","sequence":"[\"66756659288\",\"66756659288\"]","schema":"public","table":"orders","txId":2219503,"lsn":66756659288,"xmin":null},"op":"c","ts_ms":1734568183632,"transaction":null} +{"before":null,"after":{"id":3550,"customer_name":"Christina Allen","product_name":"Mouse","quantity":2,"price":286.79,"order_date":1734539383389728,"status":"Pending"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568183391,"snapshot":"false","db":"testdb","sequence":"[\"66756659520\",\"66756659520\"]","schema":"public","table":"orders","txId":2219504,"lsn":66756659520,"xmin":null},"op":"c","ts_ms":1734568183632,"transaction":null} +{"before":{"id":3153,"customer_name":"Joseph Jones","product_name":"Keyboard","quantity":4,"price":1021.95,"order_date":1734539357244909,"status":"Delivered"},"after":{"id":3153,"customer_name":"Joseph Jones","product_name":"Keyboard","quantity":4,"price":1021.95,"order_date":1734539357244909,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568183439,"snapshot":"false","db":"testdb","sequence":"[\"66756659744\",\"66756659808\"]","schema":"public","table":"orders","txId":2219505,"lsn":66756659808,"xmin":null},"op":"u","ts_ms":1734568183632,"transaction":null} +{"before":{"id":3446,"customer_name":"Sherry Kim","product_name":"Smartphone","quantity":3,"price":1342.3,"order_date":1734539377584244,"status":"Delivered"},"after":{"id":3446,"customer_name":"Sherry Kim","product_name":"Smartphone","quantity":3,"price":1342.3,"order_date":1734539377584244,"status":"Cancelled"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568183512,"snapshot":"false","db":"testdb","sequence":"[\"66756660048\",\"66756660112\"]","schema":"public","table":"orders","txId":2219506,"lsn":66756660112,"xmin":null},"op":"u","ts_ms":1734568183632,"transaction":null} +{"before":null,"after":{"id":3551,"customer_name":"Kristen Martinez","product_name":"Mouse","quantity":5,"price":148.03,"order_date":1734539383559432,"status":"Delivered"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568183560,"snapshot":"false","db":"testdb","sequence":"[\"66756660352\",\"66756660352\"]","schema":"public","table":"orders","txId":2219507,"lsn":66756660352,"xmin":null},"op":"c","ts_ms":1734568183632,"transaction":null} +{"before":{"id":3365,"customer_name":"Cassie Kane","product_name":"Smartphone","quantity":4,"price":579.53,"order_date":1734539371565777,"status":"Cancelled"},"after":{"id":3365,"customer_name":"Cassie Kane","product_name":"Smartphone","quantity":4,"price":579.53,"order_date":1734539371565777,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568183587,"snapshot":"false","db":"testdb","sequence":"[\"66756660584\",\"66756660648\"]","schema":"public","table":"orders","txId":2219508,"lsn":66756660648,"xmin":null},"op":"u","ts_ms":1734568183632,"transaction":null} +{"before":{"id":3200,"customer_name":"Michael Clark","product_name":"Keyboard","quantity":1,"price":153.52,"order_date":1734539360600797,"status":"Pending"},"after":{"id":3200,"customer_name":"Michael Clark","product_name":"Keyboard","quantity":1,"price":153.52,"order_date":1734539360600797,"status":"Delivered"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568183610,"snapshot":"false","db":"testdb","sequence":"[\"66756660888\",\"66756660952\"]","schema":"public","table":"orders","txId":2219509,"lsn":66756660952,"xmin":null},"op":"u","ts_ms":1734568183632,"transaction":null} +{"before":null,"after":{"id":3552,"customer_name":"Karen Holmes","product_name":"Laptop","quantity":1,"price":1335.29,"order_date":1734539383634422,"status":"Cancelled"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568183636,"snapshot":"false","db":"testdb","sequence":"[\"66756661192\",\"66756661192\"]","schema":"public","table":"orders","txId":2219510,"lsn":66756661192,"xmin":null},"op":"c","ts_ms":1734568183637,"transaction":null} +{"before":{"id":3248,"customer_name":"Jennifer Henry","product_name":"Monitor","quantity":5,"price":628.45,"order_date":1734539363552038,"status":"Delivered"},"after":{"id":3248,"customer_name":"Jennifer Henry","product_name":"Monitor","quantity":5,"price":628.45,"order_date":1734539363552038,"status":"Delivered"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568183659,"snapshot":"false","db":"testdb","sequence":"[\"66756661424\",\"66756661488\"]","schema":"public","table":"orders","txId":2219511,"lsn":66756661488,"xmin":null},"op":"u","ts_ms":1734568184148,"transaction":null} +{"before":null,"after":{"id":3553,"customer_name":"Brian Morales","product_name":"Monitor","quantity":2,"price":1905.16,"order_date":1734539383685735,"status":"Delivered"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568183687,"snapshot":"false","db":"testdb","sequence":"[\"66756661728\",\"66756661728\"]","schema":"public","table":"orders","txId":2219512,"lsn":66756661728,"xmin":null},"op":"c","ts_ms":1734568184148,"transaction":null} +{"before":null,"after":{"id":3554,"customer_name":"Lee Adams","product_name":"Mouse","quantity":5,"price":1289.82,"order_date":1734539383747863,"status":"Cancelled"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568183751,"snapshot":"false","db":"testdb","sequence":"[\"66756661960\",\"66756661960\"]","schema":"public","table":"orders","txId":2219513,"lsn":66756661960,"xmin":null},"op":"c","ts_ms":1734568184148,"transaction":null} +{"before":null,"after":{"id":3555,"customer_name":"Gary Martin","product_name":"Monitor","quantity":2,"price":1156.01,"order_date":1734539383775793,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568183778,"snapshot":"false","db":"testdb","sequence":"[\"66756662184\",\"66756662184\"]","schema":"public","table":"orders","txId":2219514,"lsn":66756662184,"xmin":null},"op":"c","ts_ms":1734568184149,"transaction":null} +{"before":{"id":3543,"customer_name":"Andrew Brown","product_name":"Monitor","quantity":3,"price":326.31,"order_date":1734539382999448,"status":"Cancelled"},"after":{"id":3543,"customer_name":"Andrew Brown","product_name":"Monitor","quantity":3,"price":326.31,"order_date":1734539382999448,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568183838,"snapshot":"false","db":"testdb","sequence":"[\"66756662408\",\"66756662472\"]","schema":"public","table":"orders","txId":2219515,"lsn":66756662472,"xmin":null},"op":"u","ts_ms":1734568184149,"transaction":null} +{"before":null,"after":{"id":3556,"customer_name":"Rhonda Wilson","product_name":"Keyboard","quantity":4,"price":1228.71,"order_date":1734539383896651,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568183898,"snapshot":"false","db":"testdb","sequence":"[\"66756662712\",\"66756662712\"]","schema":"public","table":"orders","txId":2219516,"lsn":66756662712,"xmin":null},"op":"c","ts_ms":1734568184149,"transaction":null} +{"before":null,"after":{"id":3557,"customer_name":"Traci Nunez","product_name":"Headphones","quantity":5,"price":1000.45,"order_date":1734539383948262,"status":"Delivered"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568183951,"snapshot":"false","db":"testdb","sequence":"[\"66756662936\",\"66756662936\"]","schema":"public","table":"orders","txId":2219517,"lsn":66756662936,"xmin":null},"op":"c","ts_ms":1734568184149,"transaction":null} +{"before":null,"after":{"id":3558,"customer_name":"Colleen Greer","product_name":"Monitor","quantity":2,"price":765.38,"order_date":1734539383988574,"status":"Pending"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568183990,"snapshot":"false","db":"testdb","sequence":"[\"66756663168\",\"66756663168\"]","schema":"public","table":"orders","txId":2219518,"lsn":66756663168,"xmin":null},"op":"c","ts_ms":1734568184149,"transaction":null} +{"before":null,"after":{"id":3559,"customer_name":"Joseph Ramirez","product_name":"Smartphone","quantity":5,"price":309.89,"order_date":1734539384041322,"status":"Pending"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568184045,"snapshot":"false","db":"testdb","sequence":"[\"66756663392\",\"66756663392\"]","schema":"public","table":"orders","txId":2219519,"lsn":66756663392,"xmin":null},"op":"c","ts_ms":1734568184149,"transaction":null} +{"before":null,"after":{"id":3560,"customer_name":"Isabella Rose","product_name":"Headphones","quantity":3,"price":1866.0,"order_date":1734539384086294,"status":"Pending"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568184088,"snapshot":"false","db":"testdb","sequence":"[\"66756663624\",\"66756663624\"]","schema":"public","table":"orders","txId":2219520,"lsn":66756663624,"xmin":null},"op":"c","ts_ms":1734568184149,"transaction":null} +{"before":{"id":3218,"customer_name":"Dustin Cooper","product_name":"Laptop","quantity":5,"price":1187.08,"order_date":1734539361669753,"status":"Delivered"},"after":{"id":3218,"customer_name":"Dustin Cooper","product_name":"Laptop","quantity":5,"price":1187.08,"order_date":1734539361669753,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568184111,"snapshot":"false","db":"testdb","sequence":"[\"66756663856\",\"66756663920\"]","schema":"public","table":"orders","txId":2219521,"lsn":66756663920,"xmin":null},"op":"u","ts_ms":1734568184149,"transaction":null} +{"before":{"id":3307,"customer_name":"Christian Graves","product_name":"Laptop","quantity":3,"price":401.07,"order_date":1734539367259576,"status":"Delivered"},"after":{"id":3307,"customer_name":"Christian Graves","product_name":"Laptop","quantity":3,"price":401.07,"order_date":1734539367259576,"status":"Cancelled"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568184173,"snapshot":"false","db":"testdb","sequence":"[\"66756664160\",\"66756664224\"]","schema":"public","table":"orders","txId":2219522,"lsn":66756664224,"xmin":null},"op":"u","ts_ms":1734568184668,"transaction":null} +{"before":null,"after":{"id":3561,"customer_name":"Hannah Payne","product_name":"Monitor","quantity":2,"price":1802.65,"order_date":1734539384223469,"status":"Cancelled"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568184235,"snapshot":"false","db":"testdb","sequence":"[\"66756664464\",\"66756664464\"]","schema":"public","table":"orders","txId":2219523,"lsn":66756664464,"xmin":null},"op":"c","ts_ms":1734568184668,"transaction":null} +{"before":null,"after":{"id":3562,"customer_name":"Tara Cox","product_name":"Mouse","quantity":3,"price":196.16,"order_date":1734539384301438,"status":"Pending"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568184302,"snapshot":"false","db":"testdb","sequence":"[\"66756664696\",\"66756664696\"]","schema":"public","table":"orders","txId":2219524,"lsn":66756664696,"xmin":null},"op":"c","ts_ms":1734568184668,"transaction":null} +{"before":null,"after":{"id":3563,"customer_name":"Austin Cruz","product_name":"Keyboard","quantity":1,"price":1633.45,"order_date":1734539384377780,"status":"Delivered"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568184379,"snapshot":"false","db":"testdb","sequence":"[\"66756664912\",\"66756664912\"]","schema":"public","table":"orders","txId":2219525,"lsn":66756664912,"xmin":null},"op":"c","ts_ms":1734568184668,"transaction":null} +{"before":null,"after":{"id":3564,"customer_name":"Kyle Hall","product_name":"Laptop","quantity":1,"price":929.72,"order_date":1734539384411648,"status":"Pending"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568184412,"snapshot":"false","db":"testdb","sequence":"[\"66756665144\",\"66756665144\"]","schema":"public","table":"orders","txId":2219526,"lsn":66756665144,"xmin":null},"op":"c","ts_ms":1734568184668,"transaction":null} +{"before":{"id":3257,"customer_name":"Lee Mclean","product_name":"Laptop","quantity":4,"price":820.46,"order_date":1734539364277217,"status":"Delivered"},"after":{"id":3257,"customer_name":"Lee Mclean","product_name":"Laptop","quantity":4,"price":820.46,"order_date":1734539364277217,"status":"Cancelled"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568184438,"snapshot":"false","db":"testdb","sequence":"[\"66756665392\",\"66756665456\"]","schema":"public","table":"orders","txId":2219527,"lsn":66756665456,"xmin":null},"op":"u","ts_ms":1734568184669,"transaction":null} +{"before":null,"after":{"id":3565,"customer_name":"Aaron Harper","product_name":"Mouse","quantity":1,"price":256.7,"order_date":1734539384462467,"status":"Delivered"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568184463,"snapshot":"false","db":"testdb","sequence":"[\"66756665696\",\"66756665696\"]","schema":"public","table":"orders","txId":2219528,"lsn":66756665696,"xmin":null},"op":"c","ts_ms":1734568184669,"transaction":null} +{"before":{"id":3457,"customer_name":"Mr. Ricardo Joseph","product_name":"Mouse","quantity":1,"price":166.53,"order_date":1734539378249221,"status":"Cancelled"},"after":{"id":3457,"customer_name":"Mr. Ricardo Joseph","product_name":"Mouse","quantity":1,"price":166.53,"order_date":1734539378249221,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568184496,"snapshot":"false","db":"testdb","sequence":"[\"66756665928\",\"66756665992\"]","schema":"public","table":"orders","txId":2219529,"lsn":66756665992,"xmin":null},"op":"u","ts_ms":1734568184669,"transaction":null} +{"before":null,"after":{"id":3566,"customer_name":"Andrea Wolfe","product_name":"Smartphone","quantity":3,"price":1510.47,"order_date":1734539384520525,"status":"Delivered"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568184522,"snapshot":"false","db":"testdb","sequence":"[\"66756666248\",\"66756666248\"]","schema":"public","table":"orders","txId":2219530,"lsn":66756666248,"xmin":null},"op":"c","ts_ms":1734568184669,"transaction":null} +{"before":null,"after":{"id":3567,"customer_name":"Shawn Stokes","product_name":"Mouse","quantity":4,"price":1833.87,"order_date":1734539384575661,"status":"Delivered"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568184579,"snapshot":"false","db":"testdb","sequence":"[\"66756666480\",\"66756666480\"]","schema":"public","table":"orders","txId":2219531,"lsn":66756666480,"xmin":null},"op":"c","ts_ms":1734568184669,"transaction":null} +{"before":{"id":3554,"customer_name":"Lee Adams","product_name":"Mouse","quantity":5,"price":1289.82,"order_date":1734539383747863,"status":"Cancelled"},"after":{"id":3554,"customer_name":"Lee Adams","product_name":"Mouse","quantity":5,"price":1289.82,"order_date":1734539383747863,"status":"Cancelled"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568184612,"snapshot":"false","db":"testdb","sequence":"[\"66756666712\",\"66756666776\"]","schema":"public","table":"orders","txId":2219532,"lsn":66756666776,"xmin":null},"op":"u","ts_ms":1734568184669,"transaction":null} +{"before":{"id":3481,"customer_name":"Caitlin Evans","product_name":"Smartphone","quantity":3,"price":1160.96,"order_date":1734539379437433,"status":"Shipped"},"after":{"id":3481,"customer_name":"Caitlin Evans","product_name":"Smartphone","quantity":3,"price":1160.96,"order_date":1734539379437433,"status":"Delivered"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568184677,"snapshot":"false","db":"testdb","sequence":"[\"66756667000\",\"66756667064\"]","schema":"public","table":"orders","txId":2219533,"lsn":66756667064,"xmin":null},"op":"u","ts_ms":1734568184679,"transaction":null} +{"before":null,"after":{"id":3568,"customer_name":"Tamara Snyder","product_name":"Headphones","quantity":5,"price":841.08,"order_date":1734539384713053,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568184725,"snapshot":"false","db":"testdb","sequence":"[\"66756667320\",\"66756667320\"]","schema":"public","table":"orders","txId":2219534,"lsn":66756667320,"xmin":null},"op":"c","ts_ms":1734568185192,"transaction":null} +{"before":{"id":3342,"customer_name":"Dan Rodriguez","product_name":"Smartphone","quantity":1,"price":878.8,"order_date":1734539369630245,"status":"Cancelled"},"after":{"id":3342,"customer_name":"Dan Rodriguez","product_name":"Smartphone","quantity":1,"price":878.8,"order_date":1734539369630245,"status":"Cancelled"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568184786,"snapshot":"false","db":"testdb","sequence":"[\"66756667552\",\"66756667616\"]","schema":"public","table":"orders","txId":2219535,"lsn":66756667616,"xmin":null},"op":"u","ts_ms":1734568185192,"transaction":null} +{"before":null,"after":{"id":3569,"customer_name":"Gregory Baker","product_name":"Mouse","quantity":2,"price":1163.24,"order_date":1734539384832407,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568184836,"snapshot":"false","db":"testdb","sequence":"[\"66756667872\",\"66756667872\"]","schema":"public","table":"orders","txId":2219536,"lsn":66756667872,"xmin":null},"op":"c","ts_ms":1734568185192,"transaction":null} +{"before":null,"after":{"id":3570,"customer_name":"Erin Smith","product_name":"Headphones","quantity":2,"price":373.93,"order_date":1734539384907151,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568184908,"snapshot":"false","db":"testdb","sequence":"[\"66756668096\",\"66756668096\"]","schema":"public","table":"orders","txId":2219537,"lsn":66756668096,"xmin":null},"op":"c","ts_ms":1734568185193,"transaction":null} +{"before":null,"after":{"id":3571,"customer_name":"Curtis Rodriguez","product_name":"Headphones","quantity":2,"price":1314.71,"order_date":1734539384969930,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568184972,"snapshot":"false","db":"testdb","sequence":"[\"66756668320\",\"66756668320\"]","schema":"public","table":"orders","txId":2219538,"lsn":66756668320,"xmin":null},"op":"c","ts_ms":1734568185193,"transaction":null} +{"before":null,"after":{"id":3572,"customer_name":"Connor Whitaker","product_name":"Laptop","quantity":1,"price":413.56,"order_date":1734539385004053,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568185005,"snapshot":"false","db":"testdb","sequence":"[\"66756668552\",\"66756668552\"]","schema":"public","table":"orders","txId":2219539,"lsn":66756668552,"xmin":null},"op":"c","ts_ms":1734568185193,"transaction":null} +{"before":null,"after":{"id":3573,"customer_name":"Jason Douglas","product_name":"Laptop","quantity":3,"price":1281.24,"order_date":1734539385080352,"status":"Pending"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568185081,"snapshot":"false","db":"testdb","sequence":"[\"66756668776\",\"66756668776\"]","schema":"public","table":"orders","txId":2219540,"lsn":66756668776,"xmin":null},"op":"c","ts_ms":1734568185193,"transaction":null} +{"before":null,"after":{"id":3574,"customer_name":"Alexis Hoover","product_name":"Headphones","quantity":3,"price":536.03,"order_date":1734539385151883,"status":"Pending"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568185154,"snapshot":"false","db":"testdb","sequence":"[\"66756669000\",\"66756669104\"]","schema":"public","table":"orders","txId":2219541,"lsn":66756669104,"xmin":null},"op":"c","ts_ms":1734568185193,"transaction":null} +{"before":null,"after":{"id":3575,"customer_name":"Charles Shah","product_name":"Smartphone","quantity":5,"price":747.65,"order_date":1734539385173882,"status":"Pending"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568185175,"snapshot":"false","db":"testdb","sequence":"[\"66756669336\",\"66756669336\"]","schema":"public","table":"orders","txId":2219542,"lsn":66756669336,"xmin":null},"op":"c","ts_ms":1734568185193,"transaction":null} +{"before":null,"after":{"id":3576,"customer_name":"Aaron Cruz","product_name":"Keyboard","quantity":3,"price":1294.57,"order_date":1734539385234510,"status":"Delivered"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568185236,"snapshot":"false","db":"testdb","sequence":"[\"66756669560\",\"66756669560\"]","schema":"public","table":"orders","txId":2219543,"lsn":66756669560,"xmin":null},"op":"c","ts_ms":1734568185705,"transaction":null} +{"before":null,"after":{"id":3577,"customer_name":"Jason Green","product_name":"Keyboard","quantity":4,"price":156.33,"order_date":1734539385312345,"status":"Pending"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568185338,"snapshot":"false","db":"testdb","sequence":"[\"66756669792\",\"66756669792\"]","schema":"public","table":"orders","txId":2219544,"lsn":66756669792,"xmin":null},"op":"c","ts_ms":1734568185706,"transaction":null} +{"before":null,"after":{"id":3578,"customer_name":"Mary Jones","product_name":"Laptop","quantity":4,"price":278.48,"order_date":1734539385400010,"status":"Cancelled"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568185403,"snapshot":"false","db":"testdb","sequence":"[\"66756670016\",\"66756670016\"]","schema":"public","table":"orders","txId":2219545,"lsn":66756670016,"xmin":null},"op":"c","ts_ms":1734568185706,"transaction":null} +{"before":null,"after":{"id":3579,"customer_name":"William Jordan","product_name":"Smartphone","quantity":5,"price":575.76,"order_date":1734539385477159,"status":"Cancelled"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568185478,"snapshot":"false","db":"testdb","sequence":"[\"66756670248\",\"66756670248\"]","schema":"public","table":"orders","txId":2219546,"lsn":66756670248,"xmin":null},"op":"c","ts_ms":1734568185706,"transaction":null} +{"before":null,"after":{"id":3580,"customer_name":"Devin Gay","product_name":"Laptop","quantity":5,"price":1874.24,"order_date":1734539385507859,"status":"Delivered"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568185509,"snapshot":"false","db":"testdb","sequence":"[\"66756670488\",\"66756670488\"]","schema":"public","table":"orders","txId":2219547,"lsn":66756670488,"xmin":null},"op":"c","ts_ms":1734568185706,"transaction":null} +{"before":null,"after":{"id":3581,"customer_name":"Jeremy Marshall","product_name":"Laptop","quantity":4,"price":1658.56,"order_date":1734539385539035,"status":"Delivered"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568185540,"snapshot":"false","db":"testdb","sequence":"[\"66756670720\",\"66756670720\"]","schema":"public","table":"orders","txId":2219548,"lsn":66756670720,"xmin":null},"op":"c","ts_ms":1734568185706,"transaction":null} +{"before":{"id":3275,"customer_name":"Pamela Sandoval","product_name":"Mouse","quantity":2,"price":852.0,"order_date":1734539365320090,"status":"Shipped"},"after":{"id":3275,"customer_name":"Pamela Sandoval","product_name":"Mouse","quantity":2,"price":852.0,"order_date":1734539365320090,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568185580,"snapshot":"false","db":"testdb","sequence":"[\"66756670952\",\"66756671016\"]","schema":"public","table":"orders","txId":2219549,"lsn":66756671016,"xmin":null},"op":"u","ts_ms":1734568185706,"transaction":null} +{"before":null,"after":{"id":3582,"customer_name":"Debra Walker","product_name":"Monitor","quantity":5,"price":397.36,"order_date":1734539385625284,"status":"Delivered"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568185626,"snapshot":"false","db":"testdb","sequence":"[\"66756671248\",\"66756671248\"]","schema":"public","table":"orders","txId":2219550,"lsn":66756671248,"xmin":null},"op":"c","ts_ms":1734568185706,"transaction":null} +{"before":null,"after":{"id":3583,"customer_name":"James Bullock","product_name":"Laptop","quantity":3,"price":421.37,"order_date":1734539385679914,"status":"Delivered"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568185681,"snapshot":"false","db":"testdb","sequence":"[\"66756671480\",\"66756671480\"]","schema":"public","table":"orders","txId":2219551,"lsn":66756671480,"xmin":null},"op":"c","ts_ms":1734568185706,"transaction":null} +{"before":null,"after":{"id":3584,"customer_name":"Kathryn Garrison","product_name":"Keyboard","quantity":1,"price":1222.33,"order_date":1734539385722836,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568185725,"snapshot":"false","db":"testdb","sequence":"[\"66756671712\",\"66756671712\"]","schema":"public","table":"orders","txId":2219552,"lsn":66756671712,"xmin":null},"op":"c","ts_ms":1734568186218,"transaction":null} +{"before":null,"after":{"id":3585,"customer_name":"Dana Mckinney","product_name":"Mouse","quantity":5,"price":1536.19,"order_date":1734539385779649,"status":"Delivered"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568185781,"snapshot":"false","db":"testdb","sequence":"[\"66756671944\",\"66756671944\"]","schema":"public","table":"orders","txId":2219553,"lsn":66756671944,"xmin":null},"op":"c","ts_ms":1734568186219,"transaction":null} +{"before":null,"after":{"id":3586,"customer_name":"Kerri Day","product_name":"Keyboard","quantity":3,"price":57.7,"order_date":1734539385843680,"status":"Pending"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568185850,"snapshot":"false","db":"testdb","sequence":"[\"66756672176\",\"66756672176\"]","schema":"public","table":"orders","txId":2219554,"lsn":66756672176,"xmin":null},"op":"c","ts_ms":1734568186219,"transaction":null} +{"before":{"id":3248,"customer_name":"Jennifer Henry","product_name":"Monitor","quantity":5,"price":628.45,"order_date":1734539363552038,"status":"Delivered"},"after":{"id":3248,"customer_name":"Jennifer Henry","product_name":"Monitor","quantity":5,"price":628.45,"order_date":1734539363552038,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568185888,"snapshot":"false","db":"testdb","sequence":"[\"66756672400\",\"66756672464\"]","schema":"public","table":"orders","txId":2219555,"lsn":66756672464,"xmin":null},"op":"u","ts_ms":1734568186220,"transaction":null} +{"before":null,"after":{"id":3587,"customer_name":"Erica Brandt","product_name":"Headphones","quantity":5,"price":56.44,"order_date":1734539385923794,"status":"Cancelled"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568185938,"snapshot":"false","db":"testdb","sequence":"[\"66756672704\",\"66756672704\"]","schema":"public","table":"orders","txId":2219556,"lsn":66756672704,"xmin":null},"op":"c","ts_ms":1734568186220,"transaction":null} +{"before":null,"after":{"id":3588,"customer_name":"Linda Miller","product_name":"Keyboard","quantity":1,"price":841.2,"order_date":1734539385977521,"status":"Delivered"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568185981,"snapshot":"false","db":"testdb","sequence":"[\"66756672936\",\"66756672936\"]","schema":"public","table":"orders","txId":2219557,"lsn":66756672936,"xmin":null},"op":"c","ts_ms":1734568186220,"transaction":null} +{"before":{"id":3360,"customer_name":"Madeline Dennis","product_name":"Laptop","quantity":4,"price":93.4,"order_date":1734539371162578,"status":"Delivered"},"after":{"id":3360,"customer_name":"Madeline Dennis","product_name":"Laptop","quantity":4,"price":93.4,"order_date":1734539371162578,"status":"Delivered"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568186020,"snapshot":"false","db":"testdb","sequence":"[\"66756673168\",\"66756673232\"]","schema":"public","table":"orders","txId":2219558,"lsn":66756673232,"xmin":null},"op":"u","ts_ms":1734568186220,"transaction":null} +{"before":null,"after":{"id":3589,"customer_name":"Krista York","product_name":"Laptop","quantity":4,"price":1652.13,"order_date":1734539386050869,"status":"Delivered"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568186095,"snapshot":"false","db":"testdb","sequence":"[\"66756673472\",\"66756673472\"]","schema":"public","table":"orders","txId":2219559,"lsn":66756673472,"xmin":null},"op":"c","ts_ms":1734568186220,"transaction":null} +{"before":null,"after":{"id":3590,"customer_name":"David Blackwell","product_name":"Monitor","quantity":2,"price":1093.26,"order_date":1734539386131468,"status":"Cancelled"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568186134,"snapshot":"false","db":"testdb","sequence":"[\"66756673728\",\"66756673728\"]","schema":"public","table":"orders","txId":2219560,"lsn":66756673728,"xmin":null},"op":"c","ts_ms":1734568186220,"transaction":null} +{"before":null,"after":{"id":3591,"customer_name":"Mary Williams","product_name":"Headphones","quantity":1,"price":1577.1,"order_date":1734539386183010,"status":"Pending"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568186184,"snapshot":"false","db":"testdb","sequence":"[\"66756673960\",\"66756673960\"]","schema":"public","table":"orders","txId":2219561,"lsn":66756673960,"xmin":null},"op":"c","ts_ms":1734568186220,"transaction":null} +{"before":null,"after":{"id":3592,"customer_name":"Sandra Carter","product_name":"Laptop","quantity":4,"price":1145.79,"order_date":1734539386273734,"status":"Cancelled"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568186288,"snapshot":"false","db":"testdb","sequence":"[\"66756674192\",\"66756674192\"]","schema":"public","table":"orders","txId":2219562,"lsn":66756674192,"xmin":null},"op":"c","ts_ms":1734568186734,"transaction":null} +{"before":{"id":3431,"customer_name":"Tina Hernandez","product_name":"Keyboard","quantity":1,"price":1383.02,"order_date":1734539376368945,"status":"Pending"},"after":null,"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568186339,"snapshot":"false","db":"testdb","sequence":"[\"66756674424\",\"66756674488\"]","schema":"public","table":"orders","txId":2219563,"lsn":66756674488,"xmin":null},"op":"d","ts_ms":1734568186734,"transaction":null} +{"before":null,"after":{"id":3593,"customer_name":"Nathaniel Morton","product_name":"Laptop","quantity":3,"price":747.2,"order_date":1734539386399764,"status":"Pending"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568186401,"snapshot":"false","db":"testdb","sequence":"[\"66756674656\",\"66756674656\"]","schema":"public","table":"orders","txId":2219564,"lsn":66756674656,"xmin":null},"op":"c","ts_ms":1734568186734,"transaction":null} +{"before":null,"after":{"id":3594,"customer_name":"Nicholas Anderson","product_name":"Laptop","quantity":1,"price":1252.96,"order_date":1734539386445579,"status":"Pending"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568186447,"snapshot":"false","db":"testdb","sequence":"[\"66756674880\",\"66756674880\"]","schema":"public","table":"orders","txId":2219565,"lsn":66756674880,"xmin":null},"op":"c","ts_ms":1734568186734,"transaction":null} +{"before":null,"after":{"id":3595,"customer_name":"Elizabeth Jimenez","product_name":"Keyboard","quantity":5,"price":1240.4,"order_date":1734539386469040,"status":"Cancelled"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568186470,"snapshot":"false","db":"testdb","sequence":"[\"66756675112\",\"66756675112\"]","schema":"public","table":"orders","txId":2219566,"lsn":66756675112,"xmin":null},"op":"c","ts_ms":1734568186734,"transaction":null} +{"before":null,"after":{"id":3596,"customer_name":"Seth Key","product_name":"Monitor","quantity":2,"price":729.65,"order_date":1734539386494299,"status":"Delivered"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568186496,"snapshot":"false","db":"testdb","sequence":"[\"66756675352\",\"66756675352\"]","schema":"public","table":"orders","txId":2219567,"lsn":66756675352,"xmin":null},"op":"c","ts_ms":1734568186734,"transaction":null} +{"before":{"id":3299,"customer_name":"Jeffrey Deleon","product_name":"Keyboard","quantity":4,"price":1677.69,"order_date":1734539366676285,"status":"Cancelled"},"after":{"id":3299,"customer_name":"Jeffrey Deleon","product_name":"Keyboard","quantity":4,"price":1677.69,"order_date":1734539366676285,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568186552,"snapshot":"false","db":"testdb","sequence":"[\"66756675584\",\"66756675640\"]","schema":"public","table":"orders","txId":2219568,"lsn":66756675640,"xmin":null},"op":"u","ts_ms":1734568186735,"transaction":null} +{"before":null,"after":{"id":3597,"customer_name":"Richard Hughes","product_name":"Monitor","quantity":5,"price":976.74,"order_date":1734539386606938,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568186608,"snapshot":"false","db":"testdb","sequence":"[\"66756675880\",\"66756675880\"]","schema":"public","table":"orders","txId":2219569,"lsn":66756675880,"xmin":null},"op":"c","ts_ms":1734568186735,"transaction":null} +{"before":null,"after":{"id":3598,"customer_name":"Tamara Scott","product_name":"Smartphone","quantity":4,"price":657.89,"order_date":1734539386653217,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568186655,"snapshot":"false","db":"testdb","sequence":"[\"66756676104\",\"66756676104\"]","schema":"public","table":"orders","txId":2219570,"lsn":66756676104,"xmin":null},"op":"c","ts_ms":1734568186735,"transaction":null} +{"before":{"id":3297,"customer_name":"Emily Lee","product_name":"Headphones","quantity":1,"price":142.18,"order_date":1734539366611935,"status":"Cancelled"},"after":{"id":3297,"customer_name":"Emily Lee","product_name":"Headphones","quantity":1,"price":142.18,"order_date":1734539366611935,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568186686,"snapshot":"false","db":"testdb","sequence":"[\"66756676328\",\"66756676392\"]","schema":"public","table":"orders","txId":2219571,"lsn":66756676392,"xmin":null},"op":"u","ts_ms":1734568186735,"transaction":null} +{"before":null,"after":{"id":3599,"customer_name":"Elizabeth Dominguez","product_name":"Smartphone","quantity":2,"price":375.21,"order_date":1734539386723233,"status":"Cancelled"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568186724,"snapshot":"false","db":"testdb","sequence":"[\"66756676632\",\"66756676632\"]","schema":"public","table":"orders","txId":2219572,"lsn":66756676632,"xmin":null},"op":"c","ts_ms":1734568186735,"transaction":null} +{"before":null,"after":{"id":3600,"customer_name":"Tyler Schwartz","product_name":"Mouse","quantity":2,"price":1190.35,"order_date":1734539386755361,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568186768,"snapshot":"false","db":"testdb","sequence":"[\"66756676872\",\"66756676872\"]","schema":"public","table":"orders","txId":2219573,"lsn":66756676872,"xmin":null},"op":"c","ts_ms":1734568187245,"transaction":null} +{"before":null,"after":{"id":3601,"customer_name":"Taylor Wilson","product_name":"Mouse","quantity":4,"price":1378.02,"order_date":1734539386807433,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568186808,"snapshot":"false","db":"testdb","sequence":"[\"66756677096\",\"66756677096\"]","schema":"public","table":"orders","txId":2219574,"lsn":66756677096,"xmin":null},"op":"c","ts_ms":1734568187245,"transaction":null} +{"before":{"id":3336,"customer_name":"Phyllis Anderson","product_name":"Mouse","quantity":1,"price":1701.04,"order_date":1734539369307427,"status":"Shipped"},"after":{"id":3336,"customer_name":"Phyllis Anderson","product_name":"Mouse","quantity":1,"price":1701.04,"order_date":1734539369307427,"status":"Cancelled"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568186842,"snapshot":"false","db":"testdb","sequence":"[\"66756677320\",\"66756677384\"]","schema":"public","table":"orders","txId":2219575,"lsn":66756677384,"xmin":null},"op":"u","ts_ms":1734568187246,"transaction":null} +{"before":null,"after":{"id":3602,"customer_name":"Heather Weiss","product_name":"Headphones","quantity":4,"price":533.45,"order_date":1734539386908235,"status":"Cancelled"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568186909,"snapshot":"false","db":"testdb","sequence":"[\"66756677624\",\"66756677624\"]","schema":"public","table":"orders","txId":2219576,"lsn":66756677624,"xmin":null},"op":"c","ts_ms":1734568187246,"transaction":null} +{"before":null,"after":{"id":3603,"customer_name":"Jose Baker","product_name":"Laptop","quantity":1,"price":527.12,"order_date":1734539386966414,"status":"Cancelled"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568186969,"snapshot":"false","db":"testdb","sequence":"[\"66756677864\",\"66756677864\"]","schema":"public","table":"orders","txId":2219577,"lsn":66756677864,"xmin":null},"op":"c","ts_ms":1734568187246,"transaction":null} +{"before":null,"after":{"id":3604,"customer_name":"Jennifer Keller","product_name":"Mouse","quantity":3,"price":1342.68,"order_date":1734539386995128,"status":"Delivered"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568186996,"snapshot":"false","db":"testdb","sequence":"[\"66756678096\",\"66756678096\"]","schema":"public","table":"orders","txId":2219578,"lsn":66756678096,"xmin":null},"op":"c","ts_ms":1734568187246,"transaction":null} +{"before":null,"after":{"id":3605,"customer_name":"Angela Murphy","product_name":"Headphones","quantity":2,"price":923.42,"order_date":1734539387018312,"status":"Delivered"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568187020,"snapshot":"false","db":"testdb","sequence":"[\"66756678328\",\"66756678328\"]","schema":"public","table":"orders","txId":2219579,"lsn":66756678328,"xmin":null},"op":"c","ts_ms":1734568187246,"transaction":null} +{"before":{"id":3413,"customer_name":"Jessica Howe","product_name":"Laptop","quantity":4,"price":1094.51,"order_date":1734539375039371,"status":"Pending"},"after":{"id":3413,"customer_name":"Jessica Howe","product_name":"Laptop","quantity":4,"price":1094.51,"order_date":1734539375039371,"status":"Delivered"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568187062,"snapshot":"false","db":"testdb","sequence":"[\"66756678568\",\"66756678632\"]","schema":"public","table":"orders","txId":2219580,"lsn":66756678632,"xmin":null},"op":"u","ts_ms":1734568187246,"transaction":null} +{"before":null,"after":{"id":3606,"customer_name":"Alexandra Richardson","product_name":"Smartphone","quantity":2,"price":884.48,"order_date":1734539387118947,"status":"Cancelled"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568187120,"snapshot":"false","db":"testdb","sequence":"[\"66756678872\",\"66756678872\"]","schema":"public","table":"orders","txId":2219581,"lsn":66756678872,"xmin":null},"op":"c","ts_ms":1734568187246,"transaction":null} +{"before":null,"after":{"id":3607,"customer_name":"Andrew Mcmillan","product_name":"Mouse","quantity":2,"price":185.3,"order_date":1734539387138948,"status":"Pending"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568187140,"snapshot":"false","db":"testdb","sequence":"[\"66756679112\",\"66756679216\"]","schema":"public","table":"orders","txId":2219582,"lsn":66756679216,"xmin":null},"op":"c","ts_ms":1734568187246,"transaction":null} +{"before":null,"after":{"id":3608,"customer_name":"Adam Rodriguez","product_name":"Monitor","quantity":5,"price":655.09,"order_date":1734539387165655,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568187167,"snapshot":"false","db":"testdb","sequence":"[\"66756679440\",\"66756679440\"]","schema":"public","table":"orders","txId":2219583,"lsn":66756679440,"xmin":null},"op":"c","ts_ms":1734568187246,"transaction":null} +{"before":null,"after":{"id":3609,"customer_name":"Ryan Brown","product_name":"Laptop","quantity":2,"price":1004.26,"order_date":1734539387186772,"status":"Cancelled"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568187198,"snapshot":"false","db":"testdb","sequence":"[\"66756679664\",\"66756679664\"]","schema":"public","table":"orders","txId":2219584,"lsn":66756679664,"xmin":null},"op":"c","ts_ms":1734568187246,"transaction":null} +{"before":null,"after":{"id":3610,"customer_name":"Angel Brown","product_name":"Keyboard","quantity":1,"price":1789.55,"order_date":1734539387259152,"status":"Pending"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568187279,"snapshot":"false","db":"testdb","sequence":"[\"66756679896\",\"66756679896\"]","schema":"public","table":"orders","txId":2219585,"lsn":66756679896,"xmin":null},"op":"c","ts_ms":1734568187757,"transaction":null} +{"before":null,"after":{"id":3611,"customer_name":"John Howard","product_name":"Headphones","quantity":5,"price":372.09,"order_date":1734539387309516,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568187313,"snapshot":"false","db":"testdb","sequence":"[\"66756680120\",\"66756680120\"]","schema":"public","table":"orders","txId":2219586,"lsn":66756680120,"xmin":null},"op":"c","ts_ms":1734568187757,"transaction":null} +{"before":null,"after":{"id":3612,"customer_name":"Mary Oliver","product_name":"Monitor","quantity":4,"price":712.1,"order_date":1734539387356165,"status":"Cancelled"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568187357,"snapshot":"false","db":"testdb","sequence":"[\"66756680344\",\"66756680344\"]","schema":"public","table":"orders","txId":2219587,"lsn":66756680344,"xmin":null},"op":"c","ts_ms":1734568187757,"transaction":null} +{"before":null,"after":{"id":3613,"customer_name":"Cody Ho","product_name":"Monitor","quantity":3,"price":229.8,"order_date":1734539387391985,"status":"Cancelled"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568187393,"snapshot":"false","db":"testdb","sequence":"[\"66756680576\",\"66756680576\"]","schema":"public","table":"orders","txId":2219588,"lsn":66756680576,"xmin":null},"op":"c","ts_ms":1734568187757,"transaction":null} +{"before":null,"after":{"id":3614,"customer_name":"Gordon Thompson","product_name":"Headphones","quantity":4,"price":1411.26,"order_date":1734539387439185,"status":"Cancelled"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568187441,"snapshot":"false","db":"testdb","sequence":"[\"66756680800\",\"66756680800\"]","schema":"public","table":"orders","txId":2219589,"lsn":66756680800,"xmin":null},"op":"c","ts_ms":1734568187757,"transaction":null} +{"before":null,"after":{"id":3615,"customer_name":"Michelle Barnes","product_name":"Keyboard","quantity":4,"price":1496.61,"order_date":1734539387525190,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568187527,"snapshot":"false","db":"testdb","sequence":"[\"66756681040\",\"66756681040\"]","schema":"public","table":"orders","txId":2219590,"lsn":66756681040,"xmin":null},"op":"c","ts_ms":1734568187757,"transaction":null} +{"before":null,"after":{"id":3616,"customer_name":"Jessica Gutierrez","product_name":"Keyboard","quantity":4,"price":796.26,"order_date":1734539387549408,"status":"Cancelled"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568187553,"snapshot":"false","db":"testdb","sequence":"[\"66756681272\",\"66756681272\"]","schema":"public","table":"orders","txId":2219591,"lsn":66756681272,"xmin":null},"op":"c","ts_ms":1734568187757,"transaction":null} +{"before":{"id":3355,"customer_name":"Daniel Watson","product_name":"Keyboard","quantity":4,"price":1202.16,"order_date":1734539370650152,"status":"Cancelled"},"after":{"id":3355,"customer_name":"Daniel Watson","product_name":"Keyboard","quantity":4,"price":1202.16,"order_date":1734539370650152,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568187585,"snapshot":"false","db":"testdb","sequence":"[\"66756681512\",\"66756681576\"]","schema":"public","table":"orders","txId":2219592,"lsn":66756681576,"xmin":null},"op":"u","ts_ms":1734568187757,"transaction":null} +{"before":null,"after":{"id":3617,"customer_name":"Anthony Brady","product_name":"Headphones","quantity":5,"price":1450.4,"order_date":1734539387616537,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568187617,"snapshot":"false","db":"testdb","sequence":"[\"66756681840\",\"66756681840\"]","schema":"public","table":"orders","txId":2219593,"lsn":66756681840,"xmin":null},"op":"c","ts_ms":1734568187757,"transaction":null} +{"before":null,"after":{"id":3618,"customer_name":"Olivia Macias","product_name":"Keyboard","quantity":1,"price":373.77,"order_date":1734539387683952,"status":"Pending"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568187688,"snapshot":"false","db":"testdb","sequence":"[\"66756682072\",\"66756682072\"]","schema":"public","table":"orders","txId":2219594,"lsn":66756682072,"xmin":null},"op":"c","ts_ms":1734568187758,"transaction":null} +{"before":null,"after":{"id":3619,"customer_name":"Danielle Clark","product_name":"Monitor","quantity":5,"price":1061.9,"order_date":1734539387719374,"status":"Pending"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568187720,"snapshot":"false","db":"testdb","sequence":"[\"66756682296\",\"66756682296\"]","schema":"public","table":"orders","txId":2219595,"lsn":66756682296,"xmin":null},"op":"c","ts_ms":1734568187758,"transaction":null} +{"before":{"id":3455,"customer_name":"James Atkinson","product_name":"Laptop","quantity":5,"price":597.81,"order_date":1734539378162176,"status":"Delivered"},"after":{"id":3455,"customer_name":"James Atkinson","product_name":"Laptop","quantity":5,"price":597.81,"order_date":1734539378162176,"status":"Delivered"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568187782,"snapshot":"false","db":"testdb","sequence":"[\"66756682520\",\"66756682584\"]","schema":"public","table":"orders","txId":2219596,"lsn":66756682584,"xmin":null},"op":"u","ts_ms":1734568188268,"transaction":null} +{"before":null,"after":{"id":3620,"customer_name":"Betty Moore","product_name":"Mouse","quantity":4,"price":292.78,"order_date":1734539387822940,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568187824,"snapshot":"false","db":"testdb","sequence":"[\"66756682824\",\"66756682824\"]","schema":"public","table":"orders","txId":2219597,"lsn":66756682824,"xmin":null},"op":"c","ts_ms":1734568188268,"transaction":null} +{"before":null,"after":{"id":3621,"customer_name":"Bianca Jackson","product_name":"Headphones","quantity":3,"price":1033.61,"order_date":1734539387869027,"status":"Pending"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568187870,"snapshot":"false","db":"testdb","sequence":"[\"66756683048\",\"66756683048\"]","schema":"public","table":"orders","txId":2219598,"lsn":66756683048,"xmin":null},"op":"c","ts_ms":1734568188268,"transaction":null} +{"before":null,"after":{"id":3622,"customer_name":"Jeffrey Brandt","product_name":"Laptop","quantity":4,"price":1350.05,"order_date":1734539387891432,"status":"Cancelled"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568187892,"snapshot":"false","db":"testdb","sequence":"[\"66756683280\",\"66756683280\"]","schema":"public","table":"orders","txId":2219599,"lsn":66756683280,"xmin":null},"op":"c","ts_ms":1734568188268,"transaction":null} +{"before":null,"after":{"id":3623,"customer_name":"Elizabeth Lawrence","product_name":"Mouse","quantity":5,"price":98.02,"order_date":1734539387938894,"status":"Pending"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568187941,"snapshot":"false","db":"testdb","sequence":"[\"66756683512\",\"66756683512\"]","schema":"public","table":"orders","txId":2219600,"lsn":66756683512,"xmin":null},"op":"c","ts_ms":1734568188268,"transaction":null} +{"before":null,"after":{"id":3624,"customer_name":"Christine Phillips","product_name":"Headphones","quantity":2,"price":1914.94,"order_date":1734539387981709,"status":"Cancelled"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568187983,"snapshot":"false","db":"testdb","sequence":"[\"66756683744\",\"66756683744\"]","schema":"public","table":"orders","txId":2219601,"lsn":66756683744,"xmin":null},"op":"c","ts_ms":1734568188268,"transaction":null} +{"before":{"id":3184,"customer_name":"Janet Ho","product_name":"Headphones","quantity":2,"price":212.84,"order_date":1734539359517740,"status":"Delivered"},"after":{"id":3184,"customer_name":"Janet Ho","product_name":"Headphones","quantity":2,"price":212.84,"order_date":1734539359517740,"status":"Delivered"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568188032,"snapshot":"false","db":"testdb","sequence":"[\"66756683984\",\"66756684048\"]","schema":"public","table":"orders","txId":2219602,"lsn":66756684048,"xmin":null},"op":"u","ts_ms":1734568188268,"transaction":null} +{"before":{"id":3229,"customer_name":"Cassandra Thornton","product_name":"Monitor","quantity":4,"price":1547.12,"order_date":1734539362204828,"status":"Cancelled"},"after":null,"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568188067,"snapshot":"false","db":"testdb","sequence":"[\"66756684288\",\"66756684352\"]","schema":"public","table":"orders","txId":2219603,"lsn":66756684352,"xmin":null},"op":"d","ts_ms":1734568188268,"transaction":null} +{"before":null,"after":{"id":3625,"customer_name":"Gary Gonzalez","product_name":"Headphones","quantity":3,"price":1570.21,"order_date":1734539388118227,"status":"Delivered"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568188119,"snapshot":"false","db":"testdb","sequence":"[\"66756684528\",\"66756684528\"]","schema":"public","table":"orders","txId":2219604,"lsn":66756684528,"xmin":null},"op":"c","ts_ms":1734568188268,"transaction":null} +{"before":null,"after":{"id":3626,"customer_name":"Stephen Duncan","product_name":"Smartphone","quantity":2,"price":553.63,"order_date":1734539388138216,"status":"Pending"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568188139,"snapshot":"false","db":"testdb","sequence":"[\"66756684768\",\"66756684768\"]","schema":"public","table":"orders","txId":2219605,"lsn":66756684768,"xmin":null},"op":"c","ts_ms":1734568188268,"transaction":null} +{"before":null,"after":{"id":3627,"customer_name":"Alexandra Alvarado DDS","product_name":"Mouse","quantity":1,"price":571.24,"order_date":1734539388159284,"status":"Delivered"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568188163,"snapshot":"false","db":"testdb","sequence":"[\"66756685000\",\"66756685000\"]","schema":"public","table":"orders","txId":2219606,"lsn":66756685000,"xmin":null},"op":"c","ts_ms":1734568188268,"transaction":null} +{"before":null,"after":{"id":3628,"customer_name":"Lauren Miller","product_name":"Mouse","quantity":1,"price":308.43,"order_date":1734539388200183,"status":"Pending"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568188201,"snapshot":"false","db":"testdb","sequence":"[\"66756685240\",\"66756685240\"]","schema":"public","table":"orders","txId":2219607,"lsn":66756685240,"xmin":null},"op":"c","ts_ms":1734568188269,"transaction":null} +{"before":{"id":3196,"customer_name":"Diana Harris","product_name":"Smartphone","quantity":5,"price":307.2,"order_date":1734539360255981,"status":"Shipped"},"after":{"id":3196,"customer_name":"Diana Harris","product_name":"Smartphone","quantity":5,"price":307.2,"order_date":1734539360255981,"status":"Delivered"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568188253,"snapshot":"false","db":"testdb","sequence":"[\"66756685464\",\"66756685520\"]","schema":"public","table":"orders","txId":2219608,"lsn":66756685520,"xmin":null},"op":"u","ts_ms":1734568188269,"transaction":null} +{"before":null,"after":{"id":3629,"customer_name":"Brian Pace PhD","product_name":"Headphones","quantity":1,"price":860.39,"order_date":1734539388306529,"status":"Cancelled"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568188307,"snapshot":"false","db":"testdb","sequence":"[\"66756685760\",\"66756685760\"]","schema":"public","table":"orders","txId":2219609,"lsn":66756685760,"xmin":null},"op":"c","ts_ms":1734568188779,"transaction":null} +{"before":{"id":3157,"customer_name":"Donna Smith","product_name":"Laptop","quantity":1,"price":1932.13,"order_date":1734539357477738,"status":"Delivered"},"after":{"id":3157,"customer_name":"Donna Smith","product_name":"Laptop","quantity":1,"price":1932.13,"order_date":1734539357477738,"status":"Delivered"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568188359,"snapshot":"false","db":"testdb","sequence":"[\"66756686000\",\"66756686064\"]","schema":"public","table":"orders","txId":2219610,"lsn":66756686064,"xmin":null},"op":"u","ts_ms":1734568188780,"transaction":null} +{"before":null,"after":{"id":3630,"customer_name":"Anne Guerra","product_name":"Mouse","quantity":5,"price":1566.69,"order_date":1734539388398118,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568188399,"snapshot":"false","db":"testdb","sequence":"[\"66756686304\",\"66756686304\"]","schema":"public","table":"orders","txId":2219611,"lsn":66756686304,"xmin":null},"op":"c","ts_ms":1734568188780,"transaction":null} +{"before":null,"after":{"id":3631,"customer_name":"Karen Murphy","product_name":"Smartphone","quantity":5,"price":949.12,"order_date":1734539388455596,"status":"Pending"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568188456,"snapshot":"false","db":"testdb","sequence":"[\"66756686528\",\"66756686528\"]","schema":"public","table":"orders","txId":2219612,"lsn":66756686528,"xmin":null},"op":"c","ts_ms":1734568188780,"transaction":null} +{"before":null,"after":{"id":3632,"customer_name":"Amanda Norman","product_name":"Laptop","quantity":2,"price":147.59,"order_date":1734539388495361,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568188496,"snapshot":"false","db":"testdb","sequence":"[\"66756686752\",\"66756686752\"]","schema":"public","table":"orders","txId":2219613,"lsn":66756686752,"xmin":null},"op":"c","ts_ms":1734568188780,"transaction":null} +{"before":{"id":3533,"customer_name":"Jeremy Griffin","product_name":"Laptop","quantity":2,"price":1432.47,"order_date":1734539382192898,"status":"Pending"},"after":{"id":3533,"customer_name":"Jeremy Griffin","product_name":"Laptop","quantity":2,"price":1432.47,"order_date":1734539382192898,"status":"Delivered"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568188536,"snapshot":"false","db":"testdb","sequence":"[\"66756686976\",\"66756687040\"]","schema":"public","table":"orders","txId":2219614,"lsn":66756687040,"xmin":null},"op":"u","ts_ms":1734568188780,"transaction":null} +{"before":null,"after":{"id":3633,"customer_name":"Lisa Jimenez","product_name":"Monitor","quantity":3,"price":445.85,"order_date":1734539388593248,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568188595,"snapshot":"false","db":"testdb","sequence":"[\"66756687280\",\"66756687280\"]","schema":"public","table":"orders","txId":2219615,"lsn":66756687280,"xmin":null},"op":"c","ts_ms":1734568188780,"transaction":null} +{"before":{"id":3352,"customer_name":"Michael Jackson","product_name":"Smartphone","quantity":1,"price":742.94,"order_date":1734539370325436,"status":"Cancelled"},"after":{"id":3352,"customer_name":"Michael Jackson","product_name":"Smartphone","quantity":1,"price":742.94,"order_date":1734539370325436,"status":"Cancelled"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568188629,"snapshot":"false","db":"testdb","sequence":"[\"66756687504\",\"66756687568\"]","schema":"public","table":"orders","txId":2219616,"lsn":66756687568,"xmin":null},"op":"u","ts_ms":1734568188780,"transaction":null} +{"before":{"id":3606,"customer_name":"Alexandra Richardson","product_name":"Smartphone","quantity":2,"price":884.48,"order_date":1734539387118947,"status":"Cancelled"},"after":{"id":3606,"customer_name":"Alexandra Richardson","product_name":"Smartphone","quantity":2,"price":884.48,"order_date":1734539387118947,"status":"Cancelled"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568188690,"snapshot":"false","db":"testdb","sequence":"[\"66756687824\",\"66756687888\"]","schema":"public","table":"orders","txId":2219617,"lsn":66756687888,"xmin":null},"op":"u","ts_ms":1734568188780,"transaction":null} +{"before":{"id":3461,"customer_name":"Dennis Adkins","product_name":"Mouse","quantity":3,"price":1341.87,"order_date":1734539378496683,"status":"Pending"},"after":{"id":3461,"customer_name":"Dennis Adkins","product_name":"Mouse","quantity":3,"price":1341.87,"order_date":1734539378496683,"status":"Delivered"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568188747,"snapshot":"false","db":"testdb","sequence":"[\"66756688144\",\"66756688144\"]","schema":"public","table":"orders","txId":2219618,"lsn":66756688144,"xmin":null},"op":"u","ts_ms":1734568188780,"transaction":null} +{"before":null,"after":{"id":3634,"customer_name":"Emily Salinas","product_name":"Mouse","quantity":5,"price":686.26,"order_date":1734539388793075,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568188795,"snapshot":"false","db":"testdb","sequence":"[\"66756688384\",\"66756688384\"]","schema":"public","table":"orders","txId":2219619,"lsn":66756688384,"xmin":null},"op":"c","ts_ms":1734568189291,"transaction":null} +{"before":null,"after":{"id":3635,"customer_name":"Dr. Steven Reynolds","product_name":"Smartphone","quantity":4,"price":328.02,"order_date":1734539388832131,"status":"Delivered"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568188833,"snapshot":"false","db":"testdb","sequence":"[\"66756688608\",\"66756688608\"]","schema":"public","table":"orders","txId":2219620,"lsn":66756688608,"xmin":null},"op":"c","ts_ms":1734568189292,"transaction":null} +{"before":{"id":3220,"customer_name":"Paul Mack","product_name":"Monitor","quantity":3,"price":1986.46,"order_date":1734539361765936,"status":"Delivered"},"after":{"id":3220,"customer_name":"Paul Mack","product_name":"Monitor","quantity":3,"price":1986.46,"order_date":1734539361765936,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568188888,"snapshot":"false","db":"testdb","sequence":"[\"66756688848\",\"66756688912\"]","schema":"public","table":"orders","txId":2219621,"lsn":66756688912,"xmin":null},"op":"u","ts_ms":1734568189292,"transaction":null} +{"before":null,"after":{"id":3636,"customer_name":"Misty Mcdonald","product_name":"Laptop","quantity":5,"price":1833.65,"order_date":1734539388942435,"status":"Cancelled"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568188962,"snapshot":"false","db":"testdb","sequence":"[\"66756689152\",\"66756689152\"]","schema":"public","table":"orders","txId":2219622,"lsn":66756689152,"xmin":null},"op":"c","ts_ms":1734568189292,"transaction":null} +{"before":{"id":3488,"customer_name":"Lee Williams","product_name":"Headphones","quantity":2,"price":1129.59,"order_date":1734539379771691,"status":"Shipped"},"after":{"id":3488,"customer_name":"Lee Williams","product_name":"Headphones","quantity":2,"price":1129.59,"order_date":1734539379771691,"status":"Delivered"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568189011,"snapshot":"false","db":"testdb","sequence":"[\"66756689384\",\"66756689512\"]","schema":"public","table":"orders","txId":2219623,"lsn":66756689512,"xmin":null},"op":"u","ts_ms":1734568189292,"transaction":null} +{"before":null,"after":{"id":3637,"customer_name":"Jeremy Friedman","product_name":"Mouse","quantity":4,"price":745.4,"order_date":1734539389037184,"status":"Pending"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568189038,"snapshot":"false","db":"testdb","sequence":"[\"66756689752\",\"66756689752\"]","schema":"public","table":"orders","txId":2219624,"lsn":66756689752,"xmin":null},"op":"c","ts_ms":1734568189292,"transaction":null} +{"before":null,"after":{"id":3638,"customer_name":"Michael Kelly","product_name":"Laptop","quantity":3,"price":80.25,"order_date":1734539389081564,"status":"Pending"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568189082,"snapshot":"false","db":"testdb","sequence":"[\"66756690000\",\"66756690000\"]","schema":"public","table":"orders","txId":2219625,"lsn":66756690000,"xmin":null},"op":"c","ts_ms":1734568189292,"transaction":null} +{"before":null,"after":{"id":3639,"customer_name":"Kevin Farley","product_name":"Monitor","quantity":1,"price":1887.7,"order_date":1734539389121432,"status":"Delivered"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568189122,"snapshot":"false","db":"testdb","sequence":"[\"66756690224\",\"66756690224\"]","schema":"public","table":"orders","txId":2219626,"lsn":66756690224,"xmin":null},"op":"c","ts_ms":1734568189292,"transaction":null} +{"before":{"id":3501,"customer_name":"Marc Stanley","product_name":"Headphones","quantity":1,"price":1377.99,"order_date":1734539380422575,"status":"Shipped"},"after":{"id":3501,"customer_name":"Marc Stanley","product_name":"Headphones","quantity":1,"price":1377.99,"order_date":1734539380422575,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568189184,"snapshot":"false","db":"testdb","sequence":"[\"66756690456\",\"66756690520\"]","schema":"public","table":"orders","txId":2219627,"lsn":66756690520,"xmin":null},"op":"u","ts_ms":1734568189292,"transaction":null} +{"before":null,"after":{"id":3640,"customer_name":"Connie French","product_name":"Mouse","quantity":2,"price":883.38,"order_date":1734539389223639,"status":"Pending"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568189224,"snapshot":"false","db":"testdb","sequence":"[\"66756690752\",\"66756690856\"]","schema":"public","table":"orders","txId":2219628,"lsn":66756690856,"xmin":null},"op":"c","ts_ms":1734568189292,"transaction":null} +{"before":null,"after":{"id":3641,"customer_name":"Ashley Butler","product_name":"Headphones","quantity":5,"price":1534.23,"order_date":1734539389254343,"status":"Cancelled"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568189255,"snapshot":"false","db":"testdb","sequence":"[\"66756691080\",\"66756691080\"]","schema":"public","table":"orders","txId":2219629,"lsn":66756691080,"xmin":null},"op":"c","ts_ms":1734568189292,"transaction":null} +{"before":null,"after":{"id":3642,"customer_name":"Timothy Martin","product_name":"Headphones","quantity":1,"price":1687.39,"order_date":1734539389314997,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568189317,"snapshot":"false","db":"testdb","sequence":"[\"66756691320\",\"66756691320\"]","schema":"public","table":"orders","txId":2219630,"lsn":66756691320,"xmin":null},"op":"c","ts_ms":1734568189804,"transaction":null} +{"before":{"id":3629,"customer_name":"Brian Pace PhD","product_name":"Headphones","quantity":1,"price":860.39,"order_date":1734539388306529,"status":"Cancelled"},"after":{"id":3629,"customer_name":"Brian Pace PhD","product_name":"Headphones","quantity":1,"price":860.39,"order_date":1734539388306529,"status":"Delivered"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568189363,"snapshot":"false","db":"testdb","sequence":"[\"66756691552\",\"66756691616\"]","schema":"public","table":"orders","txId":2219631,"lsn":66756691616,"xmin":null},"op":"u","ts_ms":1734568189804,"transaction":null} +{"before":{"id":3481,"customer_name":"Caitlin Evans","product_name":"Smartphone","quantity":3,"price":1160.96,"order_date":1734539379437433,"status":"Delivered"},"after":{"id":3481,"customer_name":"Caitlin Evans","product_name":"Smartphone","quantity":3,"price":1160.96,"order_date":1734539379437433,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568189401,"snapshot":"false","db":"testdb","sequence":"[\"66756691872\",\"66756691992\"]","schema":"public","table":"orders","txId":2219632,"lsn":66756691992,"xmin":null},"op":"u","ts_ms":1734568189804,"transaction":null} +{"before":{"id":3519,"customer_name":"Christopher Walker","product_name":"Mouse","quantity":5,"price":82.39,"order_date":1734539381448074,"status":"Cancelled"},"after":{"id":3519,"customer_name":"Christopher Walker","product_name":"Mouse","quantity":5,"price":82.39,"order_date":1734539381448074,"status":"Cancelled"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568189434,"snapshot":"false","db":"testdb","sequence":"[\"66756692320\",\"66756692384\"]","schema":"public","table":"orders","txId":2219633,"lsn":66756692384,"xmin":null},"op":"u","ts_ms":1734568189804,"transaction":null} +{"before":null,"after":{"id":3643,"customer_name":"Whitney Castro","product_name":"Laptop","quantity":1,"price":1859.24,"order_date":1734539389473382,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568189474,"snapshot":"false","db":"testdb","sequence":"[\"66756692640\",\"66756692640\"]","schema":"public","table":"orders","txId":2219634,"lsn":66756692640,"xmin":null},"op":"c","ts_ms":1734568189804,"transaction":null} +{"before":null,"after":{"id":3644,"customer_name":"Robert Wilson","product_name":"Monitor","quantity":2,"price":1370.99,"order_date":1734539389508388,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568189513,"snapshot":"false","db":"testdb","sequence":"[\"66756692864\",\"66756692864\"]","schema":"public","table":"orders","txId":2219635,"lsn":66756692864,"xmin":null},"op":"c","ts_ms":1734568189805,"transaction":null} +{"before":null,"after":{"id":3645,"customer_name":"Kevin Bennett","product_name":"Headphones","quantity":1,"price":1887.61,"order_date":1734539389548677,"status":"Delivered"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568189550,"snapshot":"false","db":"testdb","sequence":"[\"66756693088\",\"66756693088\"]","schema":"public","table":"orders","txId":2219636,"lsn":66756693088,"xmin":null},"op":"c","ts_ms":1734568189805,"transaction":null} +{"before":{"id":3251,"customer_name":"Kim Mclean","product_name":"Monitor","quantity":3,"price":1387.78,"order_date":1734539363724946,"status":"Shipped"},"after":{"id":3251,"customer_name":"Kim Mclean","product_name":"Monitor","quantity":3,"price":1387.78,"order_date":1734539363724946,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568189621,"snapshot":"false","db":"testdb","sequence":"[\"66756693328\",\"66756693448\"]","schema":"public","table":"orders","txId":2219637,"lsn":66756693448,"xmin":null},"op":"u","ts_ms":1734568189805,"transaction":null} +{"before":{"id":3389,"customer_name":"Theodore Blackburn","product_name":"Smartphone","quantity":3,"price":1280.25,"order_date":1734539373271516,"status":"Cancelled"},"after":{"id":3389,"customer_name":"Theodore Blackburn","product_name":"Smartphone","quantity":3,"price":1280.25,"order_date":1734539373271516,"status":"Delivered"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568189673,"snapshot":"false","db":"testdb","sequence":"[\"66756693680\",\"66756693744\"]","schema":"public","table":"orders","txId":2219638,"lsn":66756693744,"xmin":null},"op":"u","ts_ms":1734568189805,"transaction":null} +{"before":null,"after":{"id":3646,"customer_name":"Cindy York","product_name":"Smartphone","quantity":3,"price":58.32,"order_date":1734539389717210,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568189718,"snapshot":"false","db":"testdb","sequence":"[\"66756694000\",\"66756694000\"]","schema":"public","table":"orders","txId":2219639,"lsn":66756694000,"xmin":null},"op":"c","ts_ms":1734568189805,"transaction":null} +{"before":null,"after":{"id":3647,"customer_name":"Michelle Gill","product_name":"Monitor","quantity":1,"price":1566.07,"order_date":1734539389753112,"status":"Cancelled"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568189754,"snapshot":"false","db":"testdb","sequence":"[\"66756694224\",\"66756694224\"]","schema":"public","table":"orders","txId":2219640,"lsn":66756694224,"xmin":null},"op":"c","ts_ms":1734568189805,"transaction":null} +{"before":{"id":3177,"customer_name":"Cynthia Boyle","product_name":"Laptop","quantity":2,"price":1635.75,"order_date":1734539358950129,"status":"Delivered"},"after":{"id":3177,"customer_name":"Cynthia Boyle","product_name":"Laptop","quantity":2,"price":1635.75,"order_date":1734539358950129,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568189806,"snapshot":"false","db":"testdb","sequence":"[\"66756694456\",\"66756694520\"]","schema":"public","table":"orders","txId":2219641,"lsn":66756694520,"xmin":null},"op":"u","ts_ms":1734568189806,"transaction":null} +{"before":{"id":3212,"customer_name":"Pamela Anderson","product_name":"Keyboard","quantity":2,"price":1761.8,"order_date":1734539361308412,"status":"Delivered"},"after":{"id":3212,"customer_name":"Pamela Anderson","product_name":"Keyboard","quantity":2,"price":1761.8,"order_date":1734539361308412,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568189847,"snapshot":"false","db":"testdb","sequence":"[\"66756694760\",\"66756694824\"]","schema":"public","table":"orders","txId":2219642,"lsn":66756694824,"xmin":null},"op":"u","ts_ms":1734568190316,"transaction":null} +{"before":null,"after":{"id":3648,"customer_name":"Charles Butler","product_name":"Monitor","quantity":2,"price":1060.94,"order_date":1734539389875351,"status":"Pending"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568189876,"snapshot":"false","db":"testdb","sequence":"[\"66756695080\",\"66756695080\"]","schema":"public","table":"orders","txId":2219643,"lsn":66756695080,"xmin":null},"op":"c","ts_ms":1734568190316,"transaction":null} +{"before":null,"after":{"id":3649,"customer_name":"Jody Bender","product_name":"Monitor","quantity":3,"price":1170.93,"order_date":1734539389908102,"status":"Cancelled"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568189909,"snapshot":"false","db":"testdb","sequence":"[\"66756695304\",\"66756695304\"]","schema":"public","table":"orders","txId":2219644,"lsn":66756695304,"xmin":null},"op":"c","ts_ms":1734568190316,"transaction":null} +{"before":null,"after":{"id":3650,"customer_name":"James Cohen","product_name":"Keyboard","quantity":3,"price":1149.06,"order_date":1734539389949567,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568189951,"snapshot":"false","db":"testdb","sequence":"[\"66756695536\",\"66756695536\"]","schema":"public","table":"orders","txId":2219645,"lsn":66756695536,"xmin":null},"op":"c","ts_ms":1734568190317,"transaction":null} +{"before":null,"after":{"id":3651,"customer_name":"Kelli Whitney","product_name":"Mouse","quantity":2,"price":1218.11,"order_date":1734539389983684,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568189985,"snapshot":"false","db":"testdb","sequence":"[\"66756695760\",\"66756695760\"]","schema":"public","table":"orders","txId":2219646,"lsn":66756695760,"xmin":null},"op":"c","ts_ms":1734568190317,"transaction":null} +{"before":null,"after":{"id":3652,"customer_name":"Terry Schneider","product_name":"Mouse","quantity":4,"price":763.48,"order_date":1734539390031120,"status":"Pending"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568190032,"snapshot":"false","db":"testdb","sequence":"[\"66756695984\",\"66756695984\"]","schema":"public","table":"orders","txId":2219647,"lsn":66756695984,"xmin":null},"op":"c","ts_ms":1734568190317,"transaction":null} +{"before":null,"after":{"id":3653,"customer_name":"Paul Harris","product_name":"Keyboard","quantity":1,"price":1547.86,"order_date":1734539390058398,"status":"Pending"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568190060,"snapshot":"false","db":"testdb","sequence":"[\"66756696208\",\"66756696208\"]","schema":"public","table":"orders","txId":2219648,"lsn":66756696208,"xmin":null},"op":"c","ts_ms":1734568190317,"transaction":null} +{"before":{"id":3111,"customer_name":"Jessica Alexander","product_name":"Mouse","quantity":1,"price":1074.4,"order_date":1734539354979664,"status":"Delivered"},"after":{"id":3111,"customer_name":"Jessica Alexander","product_name":"Mouse","quantity":1,"price":1074.4,"order_date":1734539354979664,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568190108,"snapshot":"false","db":"testdb","sequence":"[\"66756696432\",\"66756696496\"]","schema":"public","table":"orders","txId":2219649,"lsn":66756696496,"xmin":null},"op":"u","ts_ms":1734568190317,"transaction":null} +{"before":{"id":3406,"customer_name":"Michael Arias","product_name":"Mouse","quantity":3,"price":1261.22,"order_date":1734539374549774,"status":"Cancelled"},"after":{"id":3406,"customer_name":"Michael Arias","product_name":"Mouse","quantity":3,"price":1261.22,"order_date":1734539374549774,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568190139,"snapshot":"false","db":"testdb","sequence":"[\"66756696736\",\"66756696800\"]","schema":"public","table":"orders","txId":2219650,"lsn":66756696800,"xmin":null},"op":"u","ts_ms":1734568190317,"transaction":null} +{"before":null,"after":{"id":3654,"customer_name":"Denise Peters","product_name":"Laptop","quantity":3,"price":409.11,"order_date":1734539390169728,"status":"Delivered"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568190171,"snapshot":"false","db":"testdb","sequence":"[\"66756697040\",\"66756697040\"]","schema":"public","table":"orders","txId":2219651,"lsn":66756697040,"xmin":null},"op":"c","ts_ms":1734568190317,"transaction":null} +{"before":null,"after":{"id":3655,"customer_name":"Michelle Sims","product_name":"Headphones","quantity":2,"price":1041.43,"order_date":1734539390213535,"status":"Cancelled"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568190214,"snapshot":"false","db":"testdb","sequence":"[\"66756697272\",\"66756697272\"]","schema":"public","table":"orders","txId":2219652,"lsn":66756697272,"xmin":null},"op":"c","ts_ms":1734568190317,"transaction":null} +{"before":null,"after":{"id":3656,"customer_name":"Paula Jenkins","product_name":"Keyboard","quantity":3,"price":107.01,"order_date":1734539390270283,"status":"Cancelled"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568190271,"snapshot":"false","db":"testdb","sequence":"[\"66756697512\",\"66756697512\"]","schema":"public","table":"orders","txId":2219653,"lsn":66756697512,"xmin":null},"op":"c","ts_ms":1734568190317,"transaction":null} +{"before":null,"after":{"id":3657,"customer_name":"Kim Garcia","product_name":"Keyboard","quantity":5,"price":497.98,"order_date":1734539390326379,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568190330,"snapshot":"false","db":"testdb","sequence":"[\"66756697744\",\"66756697744\"]","schema":"public","table":"orders","txId":2219654,"lsn":66756697744,"xmin":null},"op":"c","ts_ms":1734568190860,"transaction":null} +{"before":{"id":3215,"customer_name":"Jonathan Lopez","product_name":"Headphones","quantity":4,"price":545.4,"order_date":1734539361538609,"status":"Shipped"},"after":{"id":3215,"customer_name":"Jonathan Lopez","product_name":"Headphones","quantity":4,"price":545.4,"order_date":1734539361538609,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568190357,"snapshot":"false","db":"testdb","sequence":"[\"66756697968\",\"66756698032\"]","schema":"public","table":"orders","txId":2219655,"lsn":66756698032,"xmin":null},"op":"u","ts_ms":1734568190861,"transaction":null} +{"before":null,"after":{"id":3658,"customer_name":"Ryan Choi","product_name":"Headphones","quantity":2,"price":693.53,"order_date":1734539390391560,"status":"Delivered"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568190404,"snapshot":"false","db":"testdb","sequence":"[\"66756698304\",\"66756698304\"]","schema":"public","table":"orders","txId":2219656,"lsn":66756698304,"xmin":null},"op":"c","ts_ms":1734568190862,"transaction":null} +{"before":null,"after":{"id":3659,"customer_name":"Emily Branch","product_name":"Keyboard","quantity":2,"price":722.99,"order_date":1734539390439442,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568190441,"snapshot":"false","db":"testdb","sequence":"[\"66756698536\",\"66756698536\"]","schema":"public","table":"orders","txId":2219657,"lsn":66756698536,"xmin":null},"op":"c","ts_ms":1734568190862,"transaction":null} +{"before":null,"after":{"id":3660,"customer_name":"Christian Willis","product_name":"Laptop","quantity":2,"price":1547.48,"order_date":1734539390477655,"status":"Cancelled"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568190481,"snapshot":"false","db":"testdb","sequence":"[\"66756698760\",\"66756698760\"]","schema":"public","table":"orders","txId":2219658,"lsn":66756698760,"xmin":null},"op":"c","ts_ms":1734568190862,"transaction":null} +{"before":null,"after":{"id":3661,"customer_name":"William Howell","product_name":"Monitor","quantity":1,"price":257.83,"order_date":1734539390505399,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568190507,"snapshot":"false","db":"testdb","sequence":"[\"66756698992\",\"66756698992\"]","schema":"public","table":"orders","txId":2219659,"lsn":66756698992,"xmin":null},"op":"c","ts_ms":1734568190862,"transaction":null} +{"before":null,"after":{"id":3662,"customer_name":"Matthew Travis","product_name":"Mouse","quantity":2,"price":1528.18,"order_date":1734539390540375,"status":"Cancelled"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568190542,"snapshot":"false","db":"testdb","sequence":"[\"66756699216\",\"66756699216\"]","schema":"public","table":"orders","txId":2219660,"lsn":66756699216,"xmin":null},"op":"c","ts_ms":1734568190862,"transaction":null} +{"before":null,"after":{"id":3663,"customer_name":"Richard Wong","product_name":"Mouse","quantity":3,"price":615.76,"order_date":1734539390572626,"status":"Pending"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568190575,"snapshot":"false","db":"testdb","sequence":"[\"66756699448\",\"66756699448\"]","schema":"public","table":"orders","txId":2219661,"lsn":66756699448,"xmin":null},"op":"c","ts_ms":1734568190862,"transaction":null} +{"before":{"id":3467,"customer_name":"Tiffany Woods","product_name":"Mouse","quantity":1,"price":461.62,"order_date":1734539378865886,"status":"Shipped"},"after":{"id":3467,"customer_name":"Tiffany Woods","product_name":"Mouse","quantity":1,"price":461.62,"order_date":1734539378865886,"status":"Cancelled"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568190625,"snapshot":"false","db":"testdb","sequence":"[\"66756699672\",\"66756699736\"]","schema":"public","table":"orders","txId":2219662,"lsn":66756699736,"xmin":null},"op":"u","ts_ms":1734568190863,"transaction":null} +{"before":null,"after":{"id":3664,"customer_name":"Nathan Roberts","product_name":"Laptop","quantity":4,"price":1591.29,"order_date":1734539390662851,"status":"Delivered"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568190664,"snapshot":"false","db":"testdb","sequence":"[\"66756699976\",\"66756699976\"]","schema":"public","table":"orders","txId":2219663,"lsn":66756699976,"xmin":null},"op":"c","ts_ms":1734568190863,"transaction":null} +{"before":null,"after":{"id":3665,"customer_name":"David Morgan","product_name":"Headphones","quantity":4,"price":1324.62,"order_date":1734539390706629,"status":"Cancelled"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568190708,"snapshot":"false","db":"testdb","sequence":"[\"66756700208\",\"66756700208\"]","schema":"public","table":"orders","txId":2219664,"lsn":66756700208,"xmin":null},"op":"c","ts_ms":1734568190864,"transaction":null} +{"before":null,"after":{"id":3666,"customer_name":"Ashley Miller","product_name":"Smartphone","quantity":4,"price":1807.15,"order_date":1734539390739643,"status":"Pending"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568190741,"snapshot":"false","db":"testdb","sequence":"[\"66756700440\",\"66756700440\"]","schema":"public","table":"orders","txId":2219665,"lsn":66756700440,"xmin":null},"op":"c","ts_ms":1734568190867,"transaction":null} +{"before":null,"after":{"id":3667,"customer_name":"Christopher Brown","product_name":"Monitor","quantity":1,"price":964.2,"order_date":1734539390769604,"status":"Pending"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568190771,"snapshot":"false","db":"testdb","sequence":"[\"66756700672\",\"66756700672\"]","schema":"public","table":"orders","txId":2219666,"lsn":66756700672,"xmin":null},"op":"c","ts_ms":1734568190868,"transaction":null} +{"before":null,"after":{"id":3668,"customer_name":"Samantha Dunn MD","product_name":"Laptop","quantity":5,"price":1360.86,"order_date":1734539390874955,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568190876,"snapshot":"false","db":"testdb","sequence":"[\"66756700904\",\"66756700904\"]","schema":"public","table":"orders","txId":2219667,"lsn":66756700904,"xmin":null},"op":"c","ts_ms":1734568190877,"transaction":null} +{"before":null,"after":{"id":3669,"customer_name":"Daniel Ruiz","product_name":"Headphones","quantity":5,"price":1456.82,"order_date":1734539390954717,"status":"Delivered"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568190956,"snapshot":"false","db":"testdb","sequence":"[\"66756701128\",\"66756701128\"]","schema":"public","table":"orders","txId":2219668,"lsn":66756701128,"xmin":null},"op":"c","ts_ms":1734568191389,"transaction":null} +{"before":null,"after":{"id":3670,"customer_name":"Christine Nguyen","product_name":"Monitor","quantity":1,"price":1474.45,"order_date":1734539390983836,"status":"Delivered"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568190985,"snapshot":"false","db":"testdb","sequence":"[\"66756701360\",\"66756701360\"]","schema":"public","table":"orders","txId":2219669,"lsn":66756701360,"xmin":null},"op":"c","ts_ms":1734568191389,"transaction":null} +{"before":null,"after":{"id":3671,"customer_name":"Stephanie Bailey","product_name":"Laptop","quantity":1,"price":1757.71,"order_date":1734539391019776,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568191021,"snapshot":"false","db":"testdb","sequence":"[\"66756701600\",\"66756701600\"]","schema":"public","table":"orders","txId":2219670,"lsn":66756701600,"xmin":null},"op":"c","ts_ms":1734568191389,"transaction":null} +{"before":null,"after":{"id":3672,"customer_name":"Justin Garcia","product_name":"Monitor","quantity":2,"price":1952.28,"order_date":1734539391063815,"status":"Delivered"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568191064,"snapshot":"false","db":"testdb","sequence":"[\"66756701824\",\"66756701824\"]","schema":"public","table":"orders","txId":2219671,"lsn":66756701824,"xmin":null},"op":"c","ts_ms":1734568191390,"transaction":null} +{"before":null,"after":{"id":3673,"customer_name":"Kathleen Taylor","product_name":"Keyboard","quantity":1,"price":916.19,"order_date":1734539391132688,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568191133,"snapshot":"false","db":"testdb","sequence":"[\"66756702056\",\"66756702160\"]","schema":"public","table":"orders","txId":2219672,"lsn":66756702160,"xmin":null},"op":"c","ts_ms":1734568191390,"transaction":null} +{"before":null,"after":{"id":3674,"customer_name":"Timothy Miller","product_name":"Smartphone","quantity":1,"price":1873.42,"order_date":1734539391185152,"status":"Pending"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568191186,"snapshot":"false","db":"testdb","sequence":"[\"66756702392\",\"66756702392\"]","schema":"public","table":"orders","txId":2219673,"lsn":66756702392,"xmin":null},"op":"c","ts_ms":1734568191390,"transaction":null} +{"before":null,"after":{"id":3675,"customer_name":"Tonya Peters","product_name":"Smartphone","quantity":2,"price":1070.46,"order_date":1734539391226698,"status":"Pending"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568191227,"snapshot":"false","db":"testdb","sequence":"[\"66756702624\",\"66756702624\"]","schema":"public","table":"orders","txId":2219674,"lsn":66756702624,"xmin":null},"op":"c","ts_ms":1734568191390,"transaction":null} +{"before":null,"after":{"id":3676,"customer_name":"Teresa Hanna","product_name":"Mouse","quantity":2,"price":771.83,"order_date":1734539391266556,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568191267,"snapshot":"false","db":"testdb","sequence":"[\"66756702848\",\"66756702848\"]","schema":"public","table":"orders","txId":2219675,"lsn":66756702848,"xmin":null},"op":"c","ts_ms":1734568191390,"transaction":null} +{"before":null,"after":{"id":3677,"customer_name":"Melody King","product_name":"Keyboard","quantity":3,"price":725.77,"order_date":1734539391291916,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568191292,"snapshot":"false","db":"testdb","sequence":"[\"66756703072\",\"66756703072\"]","schema":"public","table":"orders","txId":2219676,"lsn":66756703072,"xmin":null},"op":"c","ts_ms":1734568191390,"transaction":null} +{"before":null,"after":{"id":3678,"customer_name":"Olivia Mathis","product_name":"Monitor","quantity":4,"price":832.74,"order_date":1734539391343938,"status":"Delivered"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568191345,"snapshot":"false","db":"testdb","sequence":"[\"66756703296\",\"66756703296\"]","schema":"public","table":"orders","txId":2219677,"lsn":66756703296,"xmin":null},"op":"c","ts_ms":1734568191390,"transaction":null} +{"before":null,"after":{"id":3679,"customer_name":"Timothy Griffin","product_name":"Smartphone","quantity":2,"price":1278.85,"order_date":1734539391400527,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568191402,"snapshot":"false","db":"testdb","sequence":"[\"66756703528\",\"66756703528\"]","schema":"public","table":"orders","txId":2219678,"lsn":66756703528,"xmin":null},"op":"c","ts_ms":1734568191903,"transaction":null} +{"before":{"id":3657,"customer_name":"Kim Garcia","product_name":"Keyboard","quantity":5,"price":497.98,"order_date":1734539390326379,"status":"Shipped"},"after":{"id":3657,"customer_name":"Kim Garcia","product_name":"Keyboard","quantity":5,"price":497.98,"order_date":1734539390326379,"status":"Delivered"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568191463,"snapshot":"false","db":"testdb","sequence":"[\"66756703760\",\"66756703824\"]","schema":"public","table":"orders","txId":2219679,"lsn":66756703824,"xmin":null},"op":"u","ts_ms":1734568191903,"transaction":null} +{"before":{"id":3576,"customer_name":"Aaron Cruz","product_name":"Keyboard","quantity":3,"price":1294.57,"order_date":1734539385234510,"status":"Delivered"},"after":{"id":3576,"customer_name":"Aaron Cruz","product_name":"Keyboard","quantity":3,"price":1294.57,"order_date":1734539385234510,"status":"Delivered"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568191486,"snapshot":"false","db":"testdb","sequence":"[\"66756704064\",\"66756712480\"]","schema":"public","table":"orders","txId":2219681,"lsn":66756712480,"xmin":null},"op":"u","ts_ms":1734568191903,"transaction":null} +{"before":{"id":3391,"customer_name":"Jessica Wright","product_name":"Mouse","quantity":1,"price":1885.87,"order_date":1734539373369053,"status":"Delivered"},"after":{"id":3391,"customer_name":"Jessica Wright","product_name":"Mouse","quantity":1,"price":1885.87,"order_date":1734539373369053,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568191526,"snapshot":"false","db":"testdb","sequence":"[\"66756721920\",\"66756721976\"]","schema":"public","table":"orders","txId":2219682,"lsn":66756721976,"xmin":null},"op":"u","ts_ms":1734568191915,"transaction":null} +{"before":null,"after":{"id":3680,"customer_name":"Catherine Edwards","product_name":"Smartphone","quantity":1,"price":1983.83,"order_date":1734539391552243,"status":"Delivered"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568191553,"snapshot":"false","db":"testdb","sequence":"[\"66756722216\",\"66756722584\"]","schema":"public","table":"orders","txId":2219683,"lsn":66756722584,"xmin":null},"op":"c","ts_ms":1734568191915,"transaction":null} +{"before":{"id":3210,"customer_name":"Lauren Carr","product_name":"Smartphone","quantity":2,"price":1855.66,"order_date":1734539361224344,"status":"Shipped"},"after":{"id":3210,"customer_name":"Lauren Carr","product_name":"Smartphone","quantity":2,"price":1855.66,"order_date":1734539361224344,"status":"Cancelled"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568191588,"snapshot":"false","db":"testdb","sequence":"[\"66756722848\",\"66756722912\"]","schema":"public","table":"orders","txId":2219684,"lsn":66756722912,"xmin":null},"op":"u","ts_ms":1734568191915,"transaction":null} +{"before":{"id":3383,"customer_name":"Daniel Martinez","product_name":"Mouse","quantity":1,"price":1187.17,"order_date":1734539372789551,"status":"Shipped"},"after":{"id":3383,"customer_name":"Daniel Martinez","product_name":"Mouse","quantity":1,"price":1187.17,"order_date":1734539372789551,"status":"Cancelled"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568191656,"snapshot":"false","db":"testdb","sequence":"[\"66756723152\",\"66756723216\"]","schema":"public","table":"orders","txId":2219685,"lsn":66756723216,"xmin":null},"op":"u","ts_ms":1734568191915,"transaction":null} +{"before":null,"after":{"id":3681,"customer_name":"Elizabeth Jones","product_name":"Headphones","quantity":4,"price":1778.27,"order_date":1734539391681869,"status":"Shipped"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568191682,"snapshot":"false","db":"testdb","sequence":"[\"66756723456\",\"66756723456\"]","schema":"public","table":"orders","txId":2219686,"lsn":66756723456,"xmin":null},"op":"c","ts_ms":1734568191915,"transaction":null} +{"before":null,"after":{"id":3682,"customer_name":"Dr. Blake Williams Jr.","product_name":"Laptop","quantity":2,"price":787.93,"order_date":1734539391733296,"status":"Pending"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568191734,"snapshot":"false","db":"testdb","sequence":"[\"66756723688\",\"66756723688\"]","schema":"public","table":"orders","txId":2219687,"lsn":66756723688,"xmin":null},"op":"c","ts_ms":1734568191915,"transaction":null} +{"before":null,"after":{"id":3683,"customer_name":"Tyler Torres","product_name":"Smartphone","quantity":3,"price":571.88,"order_date":1734539391776134,"status":"Cancelled"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568191777,"snapshot":"false","db":"testdb","sequence":"[\"66756723920\",\"66756723920\"]","schema":"public","table":"orders","txId":2219688,"lsn":66756723920,"xmin":null},"op":"c","ts_ms":1734568191915,"transaction":null} +{"before":{"id":3545,"customer_name":"Lydia House","product_name":"Keyboard","quantity":5,"price":1187.41,"order_date":1734539383073345,"status":"Cancelled"},"after":{"id":3545,"customer_name":"Lydia House","product_name":"Keyboard","quantity":5,"price":1187.41,"order_date":1734539383073345,"status":"Cancelled"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568191803,"snapshot":"false","db":"testdb","sequence":"[\"66756724152\",\"66756724216\"]","schema":"public","table":"orders","txId":2219689,"lsn":66756724216,"xmin":null},"op":"u","ts_ms":1734568191915,"transaction":null} +{"before":{"id":3469,"customer_name":"Lindsay Livingston","product_name":"Smartphone","quantity":1,"price":533.86,"order_date":1734539378930170,"status":"Delivered"},"after":{"id":3469,"customer_name":"Lindsay Livingston","product_name":"Smartphone","quantity":1,"price":533.86,"order_date":1734539378930170,"status":"Delivered"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568191821,"snapshot":"false","db":"testdb","sequence":"[\"66756724456\",\"66756724520\"]","schema":"public","table":"orders","txId":2219690,"lsn":66756724520,"xmin":null},"op":"u","ts_ms":1734568191916,"transaction":null} +{"before":null,"after":{"id":3684,"customer_name":"Mr. Steven Lawson DDS","product_name":"Keyboard","quantity":5,"price":1118.65,"order_date":1734539391865894,"status":"Pending"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568191878,"snapshot":"false","db":"testdb","sequence":"[\"66756724776\",\"66756724776\"]","schema":"public","table":"orders","txId":2219691,"lsn":66756724776,"xmin":null},"op":"c","ts_ms":1734568191916,"transaction":null} +{"before":{"id":3117,"customer_name":"Brenda Brennan","product_name":"Headphones","quantity":1,"price":658.01,"order_date":1734539355251929,"status":"Cancelled"},"after":{"id":3117,"customer_name":"Brenda Brennan","product_name":"Headphones","quantity":1,"price":658.01,"order_date":1734539355251929,"status":"Delivered"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568191919,"snapshot":"false","db":"testdb","sequence":"[\"66756725008\",\"66756725072\"]","schema":"public","table":"orders","txId":2219692,"lsn":66756725072,"xmin":null},"op":"u","ts_ms":1734568191920,"transaction":null} +{"before":null,"after":{"id":3685,"customer_name":"Megan Peterson","product_name":"Smartphone","quantity":5,"price":1141.58,"order_date":1734539391942688,"status":"Cancelled"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568191943,"snapshot":"false","db":"testdb","sequence":"[\"66756725328\",\"66756725328\"]","schema":"public","table":"orders","txId":2219693,"lsn":66756725328,"xmin":null},"op":"c","ts_ms":1734568192434,"transaction":null} +{"before":null,"after":{"id":3686,"customer_name":"Jamie Castillo","product_name":"Keyboard","quantity":4,"price":1133.36,"order_date":1734539391985004,"status":"Pending"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568191987,"snapshot":"false","db":"testdb","sequence":"[\"66756725568\",\"66756725568\"]","schema":"public","table":"orders","txId":2219694,"lsn":66756725568,"xmin":null},"op":"c","ts_ms":1734568192434,"transaction":null} +{"before":null,"after":{"id":3687,"customer_name":"Carol Smith","product_name":"Laptop","quantity":3,"price":1167.55,"order_date":1734539392008442,"status":"Cancelled"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568192009,"snapshot":"false","db":"testdb","sequence":"[\"66756725792\",\"66756725792\"]","schema":"public","table":"orders","txId":2219695,"lsn":66756725792,"xmin":null},"op":"c","ts_ms":1734568192434,"transaction":null} +{"before":null,"after":{"id":3688,"customer_name":"Chase Mccarty","product_name":"Smartphone","quantity":3,"price":1264.42,"order_date":1734539392062618,"status":"Pending"},"source":{"version":"2.3.4.Final","connector":"postgresql","name":"arroyo","ts_ms":1734568192063,"snapshot":"false","db":"testdb","sequence":"[\"66756726024\",\"66756726024\"]","schema":"public","table":"orders","txId":2219696,"lsn":66756726024,"xmin":null},"op":"c","ts_ms":1734568192435,"transaction":null}