Best Software for 2025 is now live!

what is the best way to sync data with elastic search from SQL server

?
3 comments
Looks like you’re not logged in.
Users need to be logged in to answer questions
Log In
Abhishek K.
AK
0
PGSync is one way to sync data from Postgres to ES
Looks like you’re not logged in.
Users need to be logged in to write comments
Log In
Reply
Aaron D.
AD
Application Architect at AVIA
0
You can use logstash to pull in data from a jdbc connection. https://www.elastic.co/guide/en/logstash/current/plugins-inputs-jdbc.html Alternatively you can fairly easily write a sync job that fires periodically that pushes data into your sql db using the elasticsearch api. Depending on how you are hosting your sql server there maybe other options you can take advantage of. For example if you are using AWS you can use tools like Lambda and Kineses to run sync jobs that automatically scale and deal with high volume.
Looks like you’re not logged in.
Users need to be logged in to write comments
Log In
Reply
atara t.
AT
Senior Java Developer at Kenshoo Inc.
0
I'm here to help with translations from an unknown language to English. If you have a text in an unknown language that needs translation, please provide it, and I'll assist you with that.
Looks like you’re not logged in.
Users need to be logged in to write comments
Log In
Reply