mitodl / edx2bigquery

Tool to convert & load data from edX platform into BigQuery
GNU General Public License v2.0
29 stars 29 forks source link

A more step by step guideline #70

Closed msj121 closed 6 years ago

msj121 commented 6 years ago

Just curious if anyone has a more step by step guideline? I am curious to see the output of this library. Thanks.

If there isn't one I would be willing to write one on a blog if desired. Just stuck connecting bigquery and openedx. There is no mention of copying the git or installing though I did that. I need some help with the setup file, getting the correct info from google cloud bigquery to a file I created in my working directory to match readme.

Where do I locate: 1). GS_BUCKET = "gs://x-data" 2).

COURSE_SQL_BASE_DIR = "X-Year-1-data-sql"
COURSE_SQL_DATE_DIR = '2013-09-08'

3). Although I think I know the course Ids (I assume are course numbers?) It would be nice to confirm that.

Thank you