Skip to content
This repository has been archived by the owner on Oct 17, 2023. It is now read-only.

263 mongodb filter #301

Merged
merged 1 commit into from
Mar 10, 2017
Merged

263 mongodb filter #301

merged 1 commit into from
Mar 10, 2017

Conversation

jipperinbham
Copy link
Contributor

@jipperinbham jipperinbham commented Mar 9, 2017

a per collection filter can now be provided as a JSON string in the YAML configuration file, the filter will be used for both copy and tailing

  • CHANGELOG.md updated
  • README.md updated

fixes #263

@codecov
Copy link

codecov bot commented Mar 9, 2017

Codecov Report

Merging #301 into master will increase coverage by 0.15%.
The diff coverage is 84.67%.

@@            Coverage Diff             @@
##           master     #301      +/-   ##
==========================================
+ Coverage   80.68%   80.84%   +0.15%     
==========================================
  Files          47       46       -1     
  Lines        2480     2490      +10     
==========================================
+ Hits         2001     2013      +12     
+ Misses        335      334       -1     
+ Partials      144      143       -1
Impacted Files Coverage Δ
adaptor/mongodb/mongodb.go 100% <100%> (ø)
adaptor/mongodb/reader.go 83.41% <84.03%> (+0.84%)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 529eaa5...4b661ea. Read the comment docs.

transporter can now be configured to only query for a subset of documents from MongoDB by using a JSON string representing the desired collection query

fixes #263
@jipperinbham jipperinbham merged commit 1329019 into master Mar 10, 2017
@jipperinbham jipperinbham deleted the 263-mongodb-filter branch March 10, 2017 16:54
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Filter Queries on mongodb
1 participant