Skip to content

kptfh/nosql-batch-updater

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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 WriteAheadLog 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

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages