bgpkit / bgpkit-broker-backend

BGPKIT Broker backend services and API
MIT License
7 stars 0 forks source link

allow searching for files across different collectors #12

Closed digizeph closed 2 years ago

digizeph commented 2 years ago

Multiple collectors are specified using a comma separated string. For example rrc00,route-views2 would return all MRT files from rrc00 and route-views2 within the time range.

This resolves #11. Note that for projects, since we only have two projects currently supported, not specifying a project filter would return data from both projects.