Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 1.08 KB

DataSynchronization.md

File metadata and controls

9 lines (8 loc) · 1.08 KB

Data Synchronization

  • Previous versions of ElasticSearch advocated concept of rivers
  • Rivers would be installed as plug-in into ElasticSearch
  • River would pull data automatically from the source database
  • Article published by ElasticSearch suggests that rivers are now deprecated
  • Some NoSql vendors implemented plug-ins for data population and synchronization e.g.: Couchbase
  • Some third parties implemented plug-ins for Cassandra
  • Client specific Sdk tend to support bulk api natively: Node.js, Java, Python, and etc.