bentonam / fakeit

Generates JSON documents based on models defined in YAML and adds them to a Couchbase Bucket
MIT License
87 stars 21 forks source link

Added support for output to a Sync Gateway #20

Closed bentonam closed 8 years ago

bentonam commented 8 years ago

Closes #19, generated output can now be send to a sync gateway.

Usage:

data-generator -s {{sync_gateway_server}} -b {{sync_bucket}} -g {{sync_gateway_admin_server}} -u {{sync_gateway_username}} -p {{sync_gateway_password}}

The -g, -u and -p command-line switches are optional, as the Sync Gateway can be configured to allow GUEST access.