Skip to content

Instantly share code, notes, and snippets.

@ddugovic
Created March 12, 2022 11:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ddugovic/421bac6a550ea173e0bd19b39c69e4dd to your computer and use it in GitHub Desktop.
Save ddugovic/421bac6a550ea173e0bd19b39c69e4dd to your computer and use it in GitHub Desktop.
Import kifu into MongoDB
#!/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