将数据直接抓取到 Cassandra 数据库

发布于 2024-11-17 06:20:45 字数 113 浏览 0 评论 0原文

任何人都可以帮助我使用 Cassandra 数据库吗?其实我想 通过抓取到的数据直接传给Cassandra。目前,我正在使用 scrapy 来解析来自不同网站的数据。

提前致谢。

希奇

Can anyone help me with Cassandra database? Actually, I want to
through the scraped data directly to Cassandra. Currently, I am using scrapy for parsing data from different websites.

Thanks-in advance.

ssich

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

森林很绿却致人迷途 2024-11-24 06:20:45

在 Scrapy 中,一旦抓取了数据,您就可以通过项目管道运行它来存储它。

该文档很容易理解:http://doc.scrapy.org/ en/latest/topics/item-pipeline.html

只需在自定义项目管道中使用 Cassandra 的 python 驱动程序来存储结果。


编辑:用工作链接更新了死链接。

In Scrapy, once you have scraped the data you can run it through an item pipeline to store it.

The documentation is easy to understand: http://doc.scrapy.org/en/latest/topics/item-pipeline.html

Just use the python driver for Cassandra within you custom item pipeline to store the results.


Edit: Updated the dead link with working one.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文