Skip to content

CriztianiX/couchbase-etl

Repository files navigation

couchbase-etl

Syncronize a database table into Couchbase

Requeriments

config.json

 "implementation": default implemented model (a database table) in impl/ directory to syncronize
 "num_workers": number of parallel process to execute the paginated queries.
 "rds.driver": database driver to use.
 "rds.connectionString": the connection string for connect to database
 "couchbase.bucket": couchbase bucket to store the documents
 "couchbase.connectionString": the connection string for connect to couchbase cluster

Implementing a model (TODO)

Take a look in impl/ directory

Building the project

php composer.phar install
npm install
./gulpize build

Running

php Main.php

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published