firebase-streaming-import
firebase-streaming-import copied to clipboard
public node.js script for streaming large JSON files into a Firebase
I'm testing this out with a json file that's only 1.7 mb right now and It's been on 'start at' after running the script for about 10 minutes now. Is...
I have made a python3 script based on your work but is very specific to my needs. You may want to make it more general. https://github.com/anibalrivero/firestore_streaming_import
Getting `File "import.py", line 60 except Exception, e: ^ ` everytime I try to run the import.py
``` scott@classy ~/workspace/firebase-streaming-import master [31] → pip install -r requirements.txt Collecting requests (from -r requirements.txt (line 1)) Using cached requests-2.11.1-py2.py3-none-any.whl Collecting argparse (from -r requirements.txt (line 2)) Using cached argparse-1.4.0-py2.py3-none-any.whl...
Thank you so much for providing such an awesome tool. My issue is that the large json file I have consists of a list of jsons [ {...} , {...}...
The only outputs from this script are the start, end and error states. If it's streaming, could you print a time estimation or some kind of progress? I'd like to...