This service is designed to back up one or multiple Cloudant databases to a file and uploaded to a Cloud Object Storage (COS) bucket on IBM Cloud.
The service is configured using environment variables.
Please refer to the .env.example
file for the list of environment variables that need to be set.
To install the dependencies, you can use the following command:
pnpm install
To run the service, you can use the following command:
pnpm start
To run the service in development mode, you can use the following command:
pnpm start:dev
To run the service using Docker, you can use the following command:
./containerizer dev build && ./containerizer dev up
Optionally, you can use the following command to run the service using Docker in production mode:
./containerizer prod build && ./containerizer prod up