- if you are a programatic user, checkout our sample notebooks under
examples
. - If you are a desktop user and prefer to access data through a desktop GUI app, please check out cyber duck
- Install dependencies
pip3 install -r requirements.txt
- Install cli autocomplete
./sg --install-completion
- Run a recipes (when you hit TAB there should be a list of available recipe names, autocomplete is availble here)
./sg run [TAB]
Note: type
./sg --help
to get a list of available comamnds
Usage: sg [OPTIONS] COMMAND [ARGS]...
Options:
--install-completion Install completion for the current shell.
--show-completion Show completion for the current shell, to copy it or
customize the installation.
--help Show this message and exit.
Commands:
run Running an Athena recipe in the ./recipes folder
setup Install minio and set up the accounts we need
sync Syncing a safegraph data source, under the ./_sync folder