Feed aggregator module drupal hosting

Is it fair to say that aggregator is retained in d7 core for legacy support, and that Feeds is the likely successor? Feeds covers more scenarios than aggregator, and appears to be better situated for adaptions, although the generalization makes it more difficult to understand how to go about implementing. Are there projects that you can recommend that build on themes to implement particular use cases?

Feed aggregator module drupal hosting fixed structure, like

--- Looking through the Feeds documentation, we find the statement

"Feed: aggregation importer. Aggregates RSS/Atom feeds to nodes. Provides a node type Feed and a node type Feed item. Create one or more "Feed" nodes to add RSS/Atom feeds to your site. On cron, these feeds will continuously produce "Feed item" nodes. Requires the Aggregator core module to be enabled.

So project/feeds depends on core aggregator, although it seems to overlap and extend functionality as well.

asked Apr 30 '12 at 22:56

closed as primarily opinion-based by Shawn Conn. Pierre.Vriens. Adrian Cid Almaguer. No Sssweat. sanzante Apr 21 '16 at 8:52

Many good questions generate some degree of opinion based on expert experience, but answers to this question will tend to be almost entirely based on opinions, rather than facts, references, or specific expertise. If this question can be reworded to fit the rules in the help center. please edit the question.

Even though the module's name is 'Feeds'. it can import CSV, XML and other types of data too. Also, you can attach them to a stand alone form or a node type form.

The basic difference between aggregator and Feeds module is, how it stores data.

Aggregator module stores categories, feed URLs and imported data in its own tables. You will have Views support but it cannot be extended like nodes or such entity.

Also, you will not be able to map data. It's almost a fixed structure, like title to title, body to body, etc.

But in case of Feeds, you can decide what you need. You can build a standard feed importer that maps feed item's title to node title and contents to a body field. But you can also be radical by mapping to other fields.

You also can use different entities as the target. It also has 'pubsubhubbub' support which Aggregator doesn't support.

Both modules uses cron to fetch data.

Use aggregator if you want to show contents from few RSS/atom feeds in a simple block. For all other cases, I'd recommend Feeds module.

Feed Import only has a few hundred installs and no documentation on the project page. The Feeds module has over 30k installs and a fair amount of documentation; in addition, it is used by some of the largest organizations using Drupal and thus extremely likely to receive updates and fixes for years to come. While there are probably cases where the Feed Import module is useful, I highly doubt that it allows for "more complex actions" than what one can do with the Feeds module. - Patrick Kenny Apr 30 '12 at 23:31

Feed aggregator module drupal hosting node type Feed

I know there are big distance between docs, instals, and evens bugs. But Feed import let's you create nodes from, for example, any urls and let you download files and store them in any directory you specify. I'm not an expert, but i think Feeds it's just for the most common use cases, while Feed import it's more specific when importing complex data. - Federico Arena May 1 '12 at 0:16

The Feeds module can handle extremely complex use cases, as the first page of the documentation suggests (drupal.org/node/622696 ). Feeds is definitely not just for the most common use cases; it gives developers the power to set up extremely specific workflows for site(s) as necessary. If anything, it offers too much control. - Patrick Kenny May 1 '12 at 0:23

For the record, project/feeds contains a module called feeds_import, which is a features example illustrating Feeds' import capabilities; on the other hand, project/feed_import installs a single module, feed_import, which looks to be a proposed alternative to feeds. - August1914 May 1 '12 at 15:08

Watch this video!

Related articles

Latest news module drupal hosting* Advisory ID: DRUPAL-SA-CONTRIB-2017-045 * Project: Webform Multiple File Upload (third-party module) * Version: 7.x * Date: 2017-May-10 * Security risk: 10/25 ( Moderately Critical) *...
Simple gallery module drupal hostingThis module provides an integration between the popular Juicebox HTML5 responsive gallery library and Drupal. Juicebox is in many ways the successor of Simpleviewer and offers a powerful...
Quick links module drupal hostingSubmitted by Benjamin Melançon on 2010, July 12 - 23:57 We will commonly want some people to have a convenient block of links they are likely to need, and not show this to other people. We can...
Webfm module drupal hostingI am creating a website archive that will allow users to upload various different types of media content including video, audio, images, documents and text. I want to make it easy for users to...
Drupal web hosting moduleBluehost: Exclusive for Drupal users only $2.95/month! 50% OFF! As the leader in open source hosting technology, Bluehost is the best shared hosting provider available. Use the MOJO 1-click...