Connecting RDBs and Search Engines — Chapter 1

Chapter 1: Setting Up the Environment with Docker Compose Purpose of This Chapter The goal of this chapter is to help you build and understand a data pipeline that streams change data from PostgreSQL through stream processing and into OpenSearch, all within your local environment. About the Code (Repeat) The docker-compose.yaml file and PostgreSQL initialization scripts used in this chapter are available in the following repository:

May 10, 2025 - 23:58
 0
Connecting RDBs and Search Engines — Chapter 1

Chapter 1: Setting Up the Environment with Docker Compose

Purpose of This Chapter

The goal of this chapter is to help you build and understand a data pipeline that streams change data from PostgreSQL through stream processing and into OpenSearch, all within your local environment.

About the Code (Repeat)

The docker-compose.yaml file and PostgreSQL initialization scripts used in this chapter are available in the following repository: