Skip to main content

Item Pipeline Components for Scrapy & Gerapy

Project description

Gerapy Item Pipeline

This is a package for supporting Item Pipelines in Scrapy, also this package is a module in Gerapy.

Installation

pip3 install gerapy-item-pipeline

Usage

These are all kinds of the storage implemented.

MongoDB

MONGODB_CONNECTION_STRING = 'localhost'
MONGODB_DATABASE_NAME = 'default'
MONGODB_UPSERT = True
MONGODB_COLLECTION_NAME_FIELD = 'mongodb_collection_name'
MONGODB_COLLECTION_NAME_DEFAULT = 'default'
MONGODB_ITEM_PRIMARY_KEY_FIELD = 'primary_key'
MONGODB_ITEM_PRIMARY_KEY_DEFAULT = 'id'

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

gerapy-item-pipeline-0.0.2.tar.gz (3.2 kB view hashes)

Uploaded Source

Built Distribution

gerapy_item_pipeline-0.0.2-py2.py3-none-any.whl (3.4 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page