Skip to content

Web application that indexes all popular torrent sites, and saves it to the local database.

License

Notifications You must be signed in to change notification settings

crogers2287/magnetissimo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Work in progress, but so nearly there!

  • Crawler is working and performing really well. 1000 torrents added per minute.
  • Tests are written.

We need:

  • Functional search
  • Run a performance load test
  • Write usage documentation

alt tag

Magnetissimo

To start Magnetissimo:

  • Install dependencies with mix deps.get
  • Create and migrate your database with mix ecto.create && mix ecto.migrate
  • Install Node.js dependencies with npm install
  • Start Phoenix endpoint with mix phoenix.server
  • Now you can visit localhost:4000 from your browser.

How it works

Magnetissimo has different torrent site indexers that run on GenServer. Each will process a site asynchronously and save the torrents it's find in the database.

Visit the home page and you'll see a paginated collection of torrents you can use.

There is no configuration needed.

It'll just do it's thing and serve up torrents so fast your hard drive will explode.

About

Web application that indexes all popular torrent sites, and saves it to the local database.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Elixir 97.9%
  • Other 2.1%