Skip to content

dorucioclea/changed-data-capture-demo

Repository files navigation

Changed data capture demo

Warning: This is a work in progress. At the end of this journey we will have a simple but functional (and production ready) changed data capture that syncs a table in elasticsearch

The CDC sync to elasticsearch will be performed with NEST

About Nest

NEST is a high level .NET Elastic Search Client that provides strongly typed one-to-one mapping .Net queries to Elastic Search queries. It takes advantage of specific .NET features to provide higher level abstractions such as auto mapping of CLR types.

Tested in:

  • Windows 10
  • Visual Studio 2019

Requirements:

CONTENT

  1. Preparing the Elastic Stack Container with Security Certificates
  2. Building the Elastic Stack Container
  3. Securing the Elastic Stack and Changing Settings
  4. Testing Kibana