Skip to main content

Useful tools to work with Google Firestore in Python

Project description

Useful tools to work with Google Cloud Firestore database in Python

Description

Main functions

  • read: recursively read collections and documents, and save to disk. Useful for backup operation.
  • write: write whole folder with arbitrary levels of nested structure. Useful for restore operation.

Installation

Normal installation

pip install firestoretools

Development installation

git clone https://github.com/ncthuc/firestoretools.git
cd firestoretools
pip install --editable .

Usage

Backup data

firestoretools read --help

Restore data

firestoretools write --help

Change log

[0.1.2] - 2019-03-06

Added

  • Add write that read data from local folder and write to Firestore

[0.1.1] - 2019-02-27

Added

  • Add read that read data (document/collection) from Firestore and save to local file system

[0.1.0] - 2019-02-27

Added

  • Init project
  • Firestore setup with firebase-admin Python library

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

firestoretools-0.1.2.tar.gz (5.2 kB view hashes)

Uploaded Source

Built Distribution

firestoretools-0.1.2-py3-none-any.whl (6.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page