文件名称:cola-master
介绍说明--下载内容来自于网络,使用问题请自行百度
Cola是一个分布式的爬虫框架,用户只需编写几个特定的函数,而无需关注分布式运行的细节。任务会自动分配到多台机器上,整个过程对用户是透明的。-Cola is a distributed crawler frame, users only need to write a few specific functions, without attention to detail distributed operation. Tasks are automatically assigned to multiple machines, the entire process is transparent to users.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
cola-master/
cola-master/.gitignore
cola-master/AUTHORS
cola-master/LICENSE
cola-master/MANIFEST.in
cola-master/README.rst
cola-master/app/
cola-master/app/__init__.py
cola-master/app/weibo/
cola-master/app/weibo/__init__.py
cola-master/app/weibo/bundle.py
cola-master/app/weibo/conf.py
cola-master/app/weibo/login.py
cola-master/app/weibo/parsers.py
cola-master/app/weibo/requirements.txt
cola-master/app/weibo/storage.py
cola-master/app/weibo/utils.py
cola-master/app/weibo/weibo.yaml
cola-master/app/wiki/
cola-master/app/wiki/__init__.py
cola-master/app/wiki/requirements.txt
cola-master/app/wiki/wiki.yaml
cola-master/cola/
cola-master/cola/__init__.py
cola-master/cola/cluster/
cola-master/cola/cluster/__init__.py
cola-master/cola/cluster/master.py
cola-master/cola/cluster/stage.py
cola-master/cola/cluster/tracker.py
cola-master/cola/cluster/worker.py
cola-master/cola/cmdline.py
cola-master/cola/commands/
cola-master/cola/commands/__init__.py
cola-master/cola/commands/job.py
cola-master/cola/commands/master.py
cola-master/cola/commands/startproject.py
cola-master/cola/commands/worker.py
cola-master/cola/conf/
cola-master/cola/conf/main.yaml
cola-master/cola/context.py
cola-master/cola/core/
cola-master/cola/core/__init__.py
cola-master/cola/core/bloomfilter/
cola-master/cola/core/bloomfilter/__init__.py
cola-master/cola/core/bloomfilter/hashtype.py
cola-master/cola/core/config.py
cola-master/cola/core/counter.py
cola-master/cola/core/dedup.py
cola-master/cola/core/errors.py
cola-master/cola/core/extractor/
cola-master/cola/core/extractor/__init__.py
cola-master/cola/core/extractor/preprocess.py
cola-master/cola/core/extractor/readability.py
cola-master/cola/core/extractor/utils.py
cola-master/cola/core/handlers.py
cola-master/cola/core/logs.py
cola-master/cola/core/mq/
cola-master/cola/core/mq/__init__.py
cola-master/cola/core/mq/client.py
cola-master/cola/core/mq/distributor.py
cola-master/cola/core/mq/hash_ring.py
cola-master/cola/core/mq/node.py
cola-master/cola/core/mq/store.py
cola-master/cola/core/mq/utils.py
cola-master/cola/core/opener.py
cola-master/cola/core/parsers.py
cola-master/cola/core/rpc.py
cola-master/cola/core/unit.py
cola-master/cola/core/urls.py
cola-master/cola/core/utils.py
cola-master/cola/core/zip.py
cola-master/cola/functions/
cola-master/cola/functions/__init__.py
cola-master/cola/functions/budget.py
cola-master/cola/functions/counter.py
cola-master/cola/functions/speed.py
cola-master/cola/job/
cola-master/cola/job/__init__.py
cola-master/cola/job/container.py
cola-master/cola/job/executor.py
cola-master/cola/job/task.py
cola-master/cola/settings.py
cola-master/cola/templates/
cola-master/cola/templates/project.py.tmpl
cola-master/cola/templates/project.yaml.tmpl
cola-master/lab/
cola-master/lab/generic/
cola-master/lab/generic/__init__.py
cola-master/lab/generic/generic.yaml
cola-master/lab/weibosearch/
cola-master/lab/weibosearch/__init__.py
cola-master/lab/weibosearch/bundle.py
cola-master/lab/weibosearch/conf.py
cola-master/lab/weibosearch/keywords.txt
cola-master/lab/weibosearch/login.py
cola-master/lab/weibosearch/parsers.py
cola-master/lab/weibosearch/starts.py
cola-master/lab/weibosearch/storage.py
cola-master/lab/weibosearch/weibosearch.yaml
cola-master/requirements.txt
cola-master/setup.py
cola-master/tests/
cola-master/tests/__init__.py
cola-master/tests/app/
cola-master/tests/app/__init__.py
cola-master/tests/app/test_weibo.py
cola-master/tests/app/test_wiki.py
cola-master/tests/test_bloom_filter_mq.py
cola-master/tests/test_bloomfilter.py
cola-master/tests/test_config.py
cola-master/tests/test_extractor.py
cola-master/tests/test_functions.py
cola-master/tests/test_log.py
cola-master/tests/test_master_worker.py
cola-master/tests/test_mp_mq.py
cola-master/tests/test_mq.py
cola-master/tests/test_mq_store.py
cola-master/tests/test_opener.py
cola-master/tests/test_rpc.py
cola-master/tests/test_settings.py
cola-master/tests/test_urlpatterns.py
cola-master/tests/test_zip.py
cola-master/.gitignore
cola-master/AUTHORS
cola-master/LICENSE
cola-master/MANIFEST.in
cola-master/README.rst
cola-master/app/
cola-master/app/__init__.py
cola-master/app/weibo/
cola-master/app/weibo/__init__.py
cola-master/app/weibo/bundle.py
cola-master/app/weibo/conf.py
cola-master/app/weibo/login.py
cola-master/app/weibo/parsers.py
cola-master/app/weibo/requirements.txt
cola-master/app/weibo/storage.py
cola-master/app/weibo/utils.py
cola-master/app/weibo/weibo.yaml
cola-master/app/wiki/
cola-master/app/wiki/__init__.py
cola-master/app/wiki/requirements.txt
cola-master/app/wiki/wiki.yaml
cola-master/cola/
cola-master/cola/__init__.py
cola-master/cola/cluster/
cola-master/cola/cluster/__init__.py
cola-master/cola/cluster/master.py
cola-master/cola/cluster/stage.py
cola-master/cola/cluster/tracker.py
cola-master/cola/cluster/worker.py
cola-master/cola/cmdline.py
cola-master/cola/commands/
cola-master/cola/commands/__init__.py
cola-master/cola/commands/job.py
cola-master/cola/commands/master.py
cola-master/cola/commands/startproject.py
cola-master/cola/commands/worker.py
cola-master/cola/conf/
cola-master/cola/conf/main.yaml
cola-master/cola/context.py
cola-master/cola/core/
cola-master/cola/core/__init__.py
cola-master/cola/core/bloomfilter/
cola-master/cola/core/bloomfilter/__init__.py
cola-master/cola/core/bloomfilter/hashtype.py
cola-master/cola/core/config.py
cola-master/cola/core/counter.py
cola-master/cola/core/dedup.py
cola-master/cola/core/errors.py
cola-master/cola/core/extractor/
cola-master/cola/core/extractor/__init__.py
cola-master/cola/core/extractor/preprocess.py
cola-master/cola/core/extractor/readability.py
cola-master/cola/core/extractor/utils.py
cola-master/cola/core/handlers.py
cola-master/cola/core/logs.py
cola-master/cola/core/mq/
cola-master/cola/core/mq/__init__.py
cola-master/cola/core/mq/client.py
cola-master/cola/core/mq/distributor.py
cola-master/cola/core/mq/hash_ring.py
cola-master/cola/core/mq/node.py
cola-master/cola/core/mq/store.py
cola-master/cola/core/mq/utils.py
cola-master/cola/core/opener.py
cola-master/cola/core/parsers.py
cola-master/cola/core/rpc.py
cola-master/cola/core/unit.py
cola-master/cola/core/urls.py
cola-master/cola/core/utils.py
cola-master/cola/core/zip.py
cola-master/cola/functions/
cola-master/cola/functions/__init__.py
cola-master/cola/functions/budget.py
cola-master/cola/functions/counter.py
cola-master/cola/functions/speed.py
cola-master/cola/job/
cola-master/cola/job/__init__.py
cola-master/cola/job/container.py
cola-master/cola/job/executor.py
cola-master/cola/job/task.py
cola-master/cola/settings.py
cola-master/cola/templates/
cola-master/cola/templates/project.py.tmpl
cola-master/cola/templates/project.yaml.tmpl
cola-master/lab/
cola-master/lab/generic/
cola-master/lab/generic/__init__.py
cola-master/lab/generic/generic.yaml
cola-master/lab/weibosearch/
cola-master/lab/weibosearch/__init__.py
cola-master/lab/weibosearch/bundle.py
cola-master/lab/weibosearch/conf.py
cola-master/lab/weibosearch/keywords.txt
cola-master/lab/weibosearch/login.py
cola-master/lab/weibosearch/parsers.py
cola-master/lab/weibosearch/starts.py
cola-master/lab/weibosearch/storage.py
cola-master/lab/weibosearch/weibosearch.yaml
cola-master/requirements.txt
cola-master/setup.py
cola-master/tests/
cola-master/tests/__init__.py
cola-master/tests/app/
cola-master/tests/app/__init__.py
cola-master/tests/app/test_weibo.py
cola-master/tests/app/test_wiki.py
cola-master/tests/test_bloom_filter_mq.py
cola-master/tests/test_bloomfilter.py
cola-master/tests/test_config.py
cola-master/tests/test_extractor.py
cola-master/tests/test_functions.py
cola-master/tests/test_log.py
cola-master/tests/test_master_worker.py
cola-master/tests/test_mp_mq.py
cola-master/tests/test_mq.py
cola-master/tests/test_mq_store.py
cola-master/tests/test_opener.py
cola-master/tests/test_rpc.py
cola-master/tests/test_settings.py
cola-master/tests/test_urlpatterns.py
cola-master/tests/test_zip.py
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.