An open API service indexing awesome lists of open source software.

https://github.com/fungiboletus/magnets

Magnets Search Engine - Search magnets from the bittorrent DHT
https://github.com/fungiboletus/magnets

bittorent elasticsearch engine magnetico magnets p2p search

Last synced: about 1 month ago
JSON representation

Magnets Search Engine - Search magnets from the bittorrent DHT

Awesome Lists containing this project

README

        

# Magnets Search Engine

Search engine for magnets from the Bittorrent's [DHT](https://en.wikipedia.org/wiki/Distributed_hash_table).

# Technologies

* [Magnetico](https://github.com/boramalper/magnetico) for scrapping the DHT.
* Elastic Search for the search database.
* Go for the backend REST API.
* HTML/CSS/JS for the frontend.
* Docker, as always

# Why ?

This project is an alternative to `magneticow`, to play with Elastic Search and Go.