Skip to content

Allows to run batch updates on NoSql DBs with eventually consistent guarantee.

License

Notifications You must be signed in to change notification settings

PlaytikaOSS/nosql-batch-updater

 
 

Repository files navigation

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

About

Allows to run batch updates on NoSql DBs with eventually consistent guarantee.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%