Created
March 12, 2022 11:07
-
-
Save ddugovic/421bac6a550ea173e0bd19b39c69e4dd to your computer and use it in GitHub Desktop.
Import kifu into MongoDB
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/zsh | |
python3 fetch_81dojo_games.py ~/81dojo/ && \ | |
cat ~/81dojo/*.json | mongoimport --db=81dojo --collection=kifu |& tail -1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment