@mondokit/gcp-firestore-backups
v1.0.1
Published
Utils for performing firestore backups
Downloads
61
Readme
MondoKit GCP Firestore Backups
Module to perform scheduled Firestore exports in your app.
Backups can be configured to perform full or partial exports of Firestore into Google Cloud Storage.
As well as regular backups you can configure automatic export and import into BigQuery. This is a full import/export and any existing data in BigQuery will be deleted for the requested kinds.
Firestore exports are long-running operations. This module keeps track of operations it starts in a backup-operations
firestore collection.
After an operation is started it will queue tasks to update the status of the operation until it is complete.
Once complete the backup can be auto-imported into BigQuery.