Backup and Migrate SFTP

Component type

module

Maintenance status

Development status

Downloads

6956

Component created

Component changed

This module adds SFTP support to Backup and Migrate's "Destinations" list. It works in much the same way as the built-in FTP support.

To use it, you must first install the PHP "ssh2" PECL module by following the instructions at http://www.php.net/manual/en/ssh2.installation.php.

Fixtures

Component type

module

Maintenance status

Development status

Component created

Component changed

The fixtures module imports content created in YAML files. Nodes, menu items, taxonomies and other initial content are created as a batch.

At this point the menu system and nodes are implemented, but require improvement and support for custom fields. This is a work in progress.

Example in sites/all/fixtures/menu.main-menu.yaml:

Goutte

Component type

module

Maintenance status

Development status

Downloads

795

Component created

Component changed

Drupal's Goutte = Drupal + Feeds + Goutte

Drupal's Goutte integrate with Feeds to provide:
- Feeds fetcher & crawler
- Feeds parser: CSS3 & XPath query syntax

Goutte come from author of Symfony - Fabien Potencier

Goutte, a simple PHP Web Scraper
Goutte is a screen scraping and web crawling library for PHP.

Feeds XPath Parser + XMLReader

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This is an extension of the Feeds XPath Parser module that uses a simplified XPath expression to iterate over an XML file using XMLReader. This means that the parser can chunk the import file with much more efficient use of memory, but it does mean that you cannot user the full power of XPath for your 'context'.

RabbitMQ

Component type

module

Maintenance status

Development status

Downloads

10315

Component created

Component changed

This modules provides RabbitMQ integration with Drupal's queuing system. The module requires the php-amqplib library to run.

Drupal 8

The Drupal 8 module uses the Queue API to declare and send data to a queue, and it's primary focus is to allow developers to integrate data submission with RabbitMQ.

Queues and exchanges are both supported.