Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 418 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 418 Bytes

L2Beat Data pipeline

Python scripts to get/update data used by l2beat frontend.

Running

  1. Create env file:
BQ_CREDENTIALS=relative path to a file with google big query credentails
BC_NODE=url to rpc archive node
  1. Create venv, activate it and install deps:
python3 -m venv env
. env/bin/activate
pip3 install -r requirements.txt
  1. Run script:
python l2_job.py config.json