mpkrass7 / YoutubeForecastMaker

Other
1 stars 2 forks source link

Update Readme #1

Open mpkrass7 opened 3 months ago

mpkrass7 commented 3 months ago

Part 1:

  1. Include directions for making a youtube-api-key
  2. Write directions for running / scheduling on code spaces Steps for directions
  3. Open up a use case in DataRobot
  4. Create a new code space in the use case
  5. Install kedro
  6. kedro new point_to_repo
  7. Fill out credentials / parameters
  8. Go to schedule --> notebooks / data pull --> run every N hours. (notebook should have kedro run -p point_to_pull_data_pipe)

Part 2: (Build forecast and app) kedro run and smile!

j-beastman commented 3 months ago

If the user sets the data_pull notebook to run, then how will they set the other pipeline to run, the one to update the custom app to run. I'm wondering because on the first go of things, without any timeseries data, the app won't be functional.

Also, in step 6 of the README, should I have this notebook written already, if so, should the project name be in cookiecutter language (ginja?)