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
- Host: GitHub
- URL: https://github.com/fungiboletus/magnets
- Owner: fungiboletus
- License: mit
- Created: 2017-08-07T13:55:46.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-07T14:13:02.000Z (almost 8 years ago)
- Last Synced: 2025-04-04T08:22:43.763Z (about 2 months ago)
- Topics: bittorent, elasticsearch, engine, magnetico, magnets, p2p, search
- Language: Go
- Homepage: https://magnets.dissidence.ovh/
- Size: 9.77 KB
- Stars: 13
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.