Is there any way to listen to SQL Server database changes (e.g. insert, update) from my node.js application?
I want to keep my elasticsearch index synchronized with my database. And I can't figure out how to achieve this.
Is there any way to listen to SQL Server database changes (e.g. insert, update) from my node.js application?
I want to keep my elasticsearch index synchronized with my database. And I can't figure out how to achieve this.