A simple, high performance, distributed, non-configurable, non-reusable tracker without dashboard
Go to file
2024-06-18 18:36:57 +08:00
.github/workflows CI: init 2024-04-19 02:51:39 +08:00
.gitignore it works! 2024-04-19 02:21:52 +08:00
api_v1.go feat: insert_item accept json income 2024-06-18 18:36:57 +08:00
go.mod feat: decompress incoming gzip-encoded requests 2024-05-27 22:54:48 +08:00
go.sum feat: decompress incoming gzip-encoded requests 2024-05-27 22:54:48 +08:00
item.go feat: insert_item accept json income 2024-06-18 18:36:57 +08:00
main.go feat: bulk insert 2024-06-17 00:56:44 +08:00
ping.go feat: ping_mongodb 2024-05-26 01:21:18 +08:00
projects.go safer GetProject() 2024-05-26 01:39:18 +08:00
README.md add a "Universal" note 2024-04-19 03:33:49 +08:00
sdk_demo.py select_best_tracker() 2024-05-26 00:36:51 +08:00
util.go it works! 2024-04-19 02:21:52 +08:00

Solar Tracker

Why name Solar?

Archive Team uses ArchiveTeam/Universal-tracker. The solar system is insignificant compared to the universe. (I know, it's "Universal", not "Universe") Compared to ArchiveTeam, we don't have a lot of projects to track, so... "Solar Tracker" here is!

Tracker Configuration

MONGODB_URI=mongodb://aa:bb@localhost:27017,s2:27017,s3:27017/?replicaSet=rs0 # mongodb uri
GIN_MODE=release # set to release to disable debug mode
PORT=8080 # port to listen, default 8080

Project configuration

projects.go