From ea2824ebeac3a660aacdfca01fd3bb651a786cc3 Mon Sep 17 00:00:00 2001 From: qs-wang <32129299+qs-wang@users.noreply.github.com> Date: Thu, 13 Jul 2023 09:35:43 +0800 Subject: [PATCH] Updated Filer Change Data Capture (markdown) --- Filer-Change-Data-Capture.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Filer-Change-Data-Capture.md b/Filer-Change-Data-Capture.md index e44e139..11f0f6f 100644 --- a/Filer-Change-Data-Capture.md +++ b/Filer-Change-Data-Capture.md @@ -104,6 +104,9 @@ This is based on Filer gRPC API. You should be able to easily implement it in yo https://github.com/seaweedfs/seaweedfs/blob/master/weed/pb/filer.proto#L52 +A Golang example: +https://github.com/tuxmart/seawolf + # Possible Use Cases This is basically stream processing or event processing for files. The possible use cases are all up to your imagination.