TeamHG-Memex / scrapy-cdr

Item definition and utils for storing items in CDR format for scrapy
MIT License
7 stars 6 forks source link

A command for kafka upload #15

Closed lopuhin closed 6 years ago

lopuhin commented 6 years ago

Upload CDR documents to a kafka topic. Follows similar logic to ES upload command.

codecov-io commented 6 years ago

Codecov Report

Merging #15 into master will decrease coverage by 3.78%. The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #15      +/-   ##
==========================================
- Coverage   24.92%   21.13%   -3.79%     
==========================================
  Files           8        9       +1     
  Lines         329      388      +59     
==========================================
  Hits           82       82              
- Misses        247      306      +59
Impacted Files Coverage Δ
scrapy_cdr/kafka_upload.py 0% <0%> (ø)

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 2401194...b17ae07. Read the comment docs.