mateusluizfb / crawley-ex

An elixir app that fetches repos across the Github catalog
4 stars 2 forks source link

Call all the helper methods to download an upload the repos to the S3 bucket #8

Closed mateusluizfb closed 4 years ago

mateusluizfb commented 4 years ago

Steps:

  1. Download all the repos possible with language:erlang query
  2. Send them do the S3 bucket
  3. Delete'em from the tmp folder

All the steps above must be done asynchronously

mateusluizfb commented 4 years ago

Implemented https://github.com/mateusluizfb/crawley-ex/pull/9