You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Once we have completed #1 and have "backed up" all GitHub issues for a given User/Organisation as JSON files, we want to import that data into a PostgreSQL database so we can query it!
I see the two tasks as distinct but logically dependent as we cannot do #2 before #1 is working.
Once we have this working,
Detect If there is a DATABASE_URLenvironment variable set
and automatically load the data into PostgreSQL when the script is running.
The text was updated successfully, but these errors were encountered:
Once we have completed #1 and have "backed up" all GitHub issues for a given User/Organisation as JSON files, we want to import that data into a PostgreSQL database so we can query it!
I see the two tasks as distinct but logically dependent as we cannot do #2 before #1 is working.
Once we have this working,
Detect If there is a
DATABASE_URL
environment variable setand automatically load the data into PostgreSQL when the script is running.
The text was updated successfully, but these errors were encountered: