Explore >> Select a destination


You are here

www.morling.dev
| | jeff.klukas.net
5.3 parsecs away

Travel
| | Originally posted on the Simple engineering blog; also presented at PGConf US 2017 and Ohio LinuxFest 2017 We previously wrote about a pipeline for replicating data from multiple siloed PostgreSQL databases to a data warehouse in Building Analytics at Simple, but we knew that pipeline was only the first step. This post details a rebuilt pipeline that captures a complete history of data-changing operations in near real-time by hooking into PostgreSQL's logical decoding feature. The new pipeline powers not only a higher-fidelity warehouse, but also user-facing features.
| | debezium.io
2.0 parsecs away

Travel
| | Debezium is an open source distributed platform for change data capture. Start it up, point it at your databases, and your apps can start responding to all of the inserts, updates, and deletes that other apps commit to your databases. Debezium is durable and fast, so your apps can respond quickly and never miss an event, even when things go wrong.
| | www.decodable.co
3.5 parsecs away

Travel
| | How CDC can help with microservices, caching, and more.
| | dataonwheels.wordpress.com
24.4 parsecs away

Travel
| Sometimes you need a fast way to test your API call and responses, and for that VS code is the perfect tool to do that. For today's demo, we will use a free API to test with. https://catfact.ninja/factKeep in mind, this is a very very simple REST API. For more complicated REST API calls, make...