Skip to content

jzechen/toresa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Toresa

Toresa is a full-stack project. It pulls contents in the web.

Target

  • collector-manager: a daemon to control the collection job.
  • toresa-shop: a front application to show the collection target.

Quick Start

# run MongoDB in docker
docker run --name mongod -e MONGO_INITDB_ROOT_USERNAME=root -e MONGO_INITDB_ROOT_PASSWORD=root -v <your data storge path>:/data/db -p 27017:27017 -d mongo:7.0.0

# then you can connect to it using mongosh
docker run -it --rm mongo:7.0.0 mongosh --host 172.17.0.1 -u root -p root

# run the manager
go run ./cmd/manager/main.go -c=./cmd/manager/config.yaml --v=4

About

Collector is a full-stack project. It scrapts contents in the web.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages