Skip to content

An Elixir library to download large amounts of file in parallel.

Notifications You must be signed in to change notification settings

avinayak/downloadex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Downloadex

HitCount Hex.pm

An Elixir library to download large amounts of file in parallel.

Demo

Installation

Adding downloadex to your list of dependencies in mix.exs:

def deps do
  [
    {:downloadex, "~> 0.1.0"}
  ]
end

Usage

Downloadex.download(
      ["https://example.com/test1.jpg", "https://example.com/test2.jpg"],
      "./test_folder",
      4 # number of parallel workers
    )

TODO

  • Benchmarks
  • Experiemnt with chunked downloads using Gun
  • More customization

About

An Elixir library to download large amounts of file in parallel.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages