README.rst 711 B

123456789101112131415161718192021
  1. scrapy-kafka
  2. ============
  3. Kafka-based components for Scrapy. There are 2 components:
  4. - A custom ``Spider`` that waits for URLs to crawl via a Kafka topic. When there are no more messages to read for the topic, the ``Spider`` just stays idle.
  5. - A custom ``ItemPipeline`` component that stores a JSON-ified ``Item`` back into another Kafka topic.
  6. Please see the `example`_ directory for how to use this.
  7. .. _example: https://github.com/dfdeshom/scrapy-kafka/tree/master/example
  8. Contributors
  9. -------------
  10. Contributors to `scrapy-kafka`, listed alphabetically:
  11. * Matthew Daniel `@mdaniel`_
  12. * Didier Deshommes `@dfdeshom`_
  13. .. _@mdaniel: https://github.com/mdaniel
  14. .. _@dfdeshom: https://github.com/dfdeshom