Pinned Repositories
amqp
Go wrapper for streadway/amqp
api
REST API used by other processes to gather data
crawler
Go process used to crawl websites
dashboard
Web UI to manage a Trandoshan instance
feeder
Oneshot process used to put an URL in the todo queue. Useful to start crawling process
k8s
Kubernetes configuration file to boostrap trandoshan cluster
persister
Go process used to abstract database interaction. It consumes messages from queue and put result in database allowing asynchronous saving operation
scheduler
Go orchestrator process used to schedule website parsing
trandoshan-parent
Parent repository used to centralize tools to run the application, manage source code, ...
Trandoshan Crawler's Repositories
trandoshan-io/crawler
Go process used to crawl websites
trandoshan-io/k8s
Kubernetes configuration file to boostrap trandoshan cluster
trandoshan-io/trandoshan-parent
Parent repository used to centralize tools to run the application, manage source code, ...
trandoshan-io/dashboard
Web UI to manage a Trandoshan instance
trandoshan-io/persister
Go process used to abstract database interaction. It consumes messages from queue and put result in database allowing asynchronous saving operation
trandoshan-io/scheduler
Go orchestrator process used to schedule website parsing
trandoshan-io/api
REST API used by other processes to gather data
trandoshan-io/feeder
Oneshot process used to put an URL in the todo queue. Useful to start crawling process
trandoshan-io/amqp
Go wrapper for streadway/amqp