Skip to content

Java CLI tool that checks if in given IBM Cloudant cluster there are documents larger than defined size and if they are any then it prints the database name where they are located in standard system out. Useful for example when migrating from single tenant IBM Cloudant cluster to the multi-tenant cluster where doc limit is currently max. 1MB.

Notifications You must be signed in to change notification settings

tomaszmurglin/IBM-Cloudant-bigdocs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

IBM-Cloudant-bigdocs

Java CLI tool that checks if in given IBM Cloudant cluster there are documents larger than defined size and if they are any then it prints the database name where they are located in standard system out. Useful for example when migrating from single tenant IBM Cloudant cluster to the multi-tenant cluster where doc limit is currently max. 1MB.

Useful links:

TODO:

  • unit tests
  • parallelize even more so each db will be scanned on dedicated thread ?
  • make db skipper configurable
  • support various authentication strategies

About

Java CLI tool that checks if in given IBM Cloudant cluster there are documents larger than defined size and if they are any then it prints the database name where they are located in standard system out. Useful for example when migrating from single tenant IBM Cloudant cluster to the multi-tenant cluster where doc limit is currently max. 1MB.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages