Improved search/parse filters; support search RIB dump files #70
+441
−420
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR improves the implementation of filters for
monocle parse
andmonocle search
. It also adds support for searching data from RIB dump files.This PR resolves the following issues: #68
Refactor filters implementation
filters
andtime
modules for cleaner separationParseFilters
andSearchFilters
implementations tofilters
time.rs
moduleparser_with_filters
function with traits infilters
monocle.rs
by leveraging modularized functionsSupport search RIB dump files
--dump_type
argument formonocle search
command:updates
: default, search updates files onlyrib
: search RIB dump files onlyrib-updates
: search both RIB dump and updates filesFor example, the following command searches RIB dump files that overlaps with the first hour of 2024 (GMT).