项目作者: dorucioclea

项目描述 :
Demo of MariaDB sync to ElasticSearch CDC
高级语言: C#
项目地址: git://github.com/dorucioclea/changed-data-capture-demo.git
创建时间: 2020-09-18T07:02:20Z
项目社区:https://github.com/dorucioclea/changed-data-capture-demo

开源协议:MIT License

下载


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