firestore-migrator:CLI实用程序,用于在Cloud Firestore之间来回移动数据

时间:2024-05-22 09:38:36
【文件属性】:

文件名称:firestore-migrator:CLI实用程序,用于在Cloud Firestore之间来回移动数据

文件大小:79KB

文件格式:ZIP

更新时间:2024-05-22 09:38:36

TypeScript

火迁移 :eyes: Firestore现在具有。 如果适合您的需求,请考虑您的第一个选择。 如果没有,请继续阅读... 用于将数据移入或移出CLI工具。 向Firestore导入/导出CSV,Excel或JSON文件。 编码/解码Firestore数据类型,例如GeoPoint,Reference,Timestamp等。 观看 安装 克隆并运行npm install 从火力地堡项目设置下载的服务帐户,然后将其保存为credentials.json在项目的根。 npm run build ,您就可以运行了。 将数据导入到Firestore 将本地数据推送到Firestore数据库。 从源文件中选择性地将[collection ...]导入Firestore。 省略[collections ...]或指定根目录“ /”将导入所有集合。 import|i [options] <fi


【文件预览】:
firestore-migrator-master
----package.json(697B)
----package-lock.json(156KB)
----src()
--------importCollection()
--------exportCollection()
--------shared.ts(7KB)
--------index.ts(4KB)
----tsconfig.json(378B)
----samples()
--------test.simple.xlsx(26KB)
--------test.json(367B)
--------test-obj.json(345B)
--------test-obj-subcoll.json(1KB)
--------test.indexed.xlsx(29KB)
--------test.simple-with-empty-fields.xlsx(5KB)
--------csv-indexed()
--------test-db.json(4KB)
--------test.csv(76B)
--------test.simple-with-empty-fields.csv(119B)
----.gitignore(50B)
----README.md(3KB)

网友评论