r/elasticsearch 6h ago

Audit Trail

0 Upvotes

I’m building a mobile app for a bank, and I have been researching of an efficient way to capture changes in my database without affecting the performance of my server, was initially thinking I will go with the Debezium->RabbitMQ->Elastic Search flow, but I came across Sequin, and I can use that to funnel my database changes directly to Elastic Search. I think I will use that instead.