Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nihlus/argus
https://github.com/nihlus/argus
Last synced: 20 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/nihlus/argus
- Owner: Nihlus
- License: agpl-3.0
- Created: 2021-07-19T18:14:57.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-02-10T17:07:51.000Z (9 months ago)
- Last Synced: 2024-05-02T04:20:23.015Z (6 months ago)
- Language: C#
- Size: 649 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Argus
=====
> ***Argus Panoptes** (All-seeing; Ancient Greek: Ἄργος Πανόπτης) or **Argos**
> (Ancient Greek: Ἄργος) is a many-eyed giant in Greek mythology. The figure is
> known for having generated the saying "the eyes of Argus", as in to be
> "followed by the eyes of Argus", or "trailed by" them, or "watched by" them,
> etc.*
>> [Wikipedia, "Argus Panoptes"][1]Argus is a specialized, site-targeted reverse image search application. It
continually indexes images from various sites, recording their perceptual hashes
in a clustered database.Once indexed, users can then search the data set for their works, seeing where
and when they've been uploaded.## Requirements
* Elasticsearch
* .NET 7## Components
Argus is composed of a suite of programs, each serving a specific purpose.### Argus.Coordinator
The coordinator serves as the main node of the cluster, accepting collected
images and evenly spreading them out to workers. Once fingerprinted, the
coordinator indexes the images in Elasticsearch.### Argus.Worker
Worker instances pull collected images from the coordinator, fingerprinting and
returning them for indexing.Workers may join or leave the cluster at any time.
### Argus.Collector.*
Collectors are specialized programs that know how to continually download images
from one specific service. Once downloaded, the collectors pass the images to
the coordinator for distribution to workers.[1]: https://en.wikipedia.org/wiki/Argus_Panoptes