We are developing a solution based on CouchBase.
I want to be able to develop all my buckets, views, etc in a lab environment, and then migrate it to a production env (and continue to do so for additional changes, updates, etc).
Is there an easy way to “export/import” the “schema” part (buckets, views, reduce functions) from one system to another?
In short, you would define and create your view structure in your DEV/QA/etc cluster using a maintenance program. This would then be validated through you’re testing that everything was created as expected. To migrate to production you would simply create you’re client object to point to production at deployment time.