Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 813 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 813 Bytes

codecov Maven Central

nosql-batch-updater

Allows to run batch updates on NoSql DBs with eventually consistent guarantee. Some NoSql DBs (like Cassandra) already have built-in batch update mechanism but most of them have no such option. This library allows to use batch updates on any NoSql (Key-Value) DB.

Known limitations:

  • updates should be idempotent
  • size of batch depends on max size of record NoSql DB can store

As for now it supports Aerospike batch updates only