DataSync

Component type

module

Maintenance status

Development status

Downloads

6606

Component created

Component changed

The DataSync module was written to schedule and execute jobs and import data in a much more scalable and reliable way than with cron.php and hook_cron. It allows you to schedule and run module-definable types of jobs on multiple servers in a centralized way. It uses database transactions in order to ensure that no data is corrupted while running multiple jobs at the same time. DataSync keeps track of the status of jobs and what phase they are in, so that if a job fails it can intelligently decide how to proceed.

Graph

Component type

module

Maintenance status

Development status

Component created

Component changed

According with Wikipedia, a graph is a set of objects called points, nodes, or vertices connected by links called lines or edges. In a proper graph, which is by default undirected, a line from point A to point B is considered to be the same thing as a line from point B to point A.

Graph Module creates an node type called "Graph" and provides a fashion way to visualize it. Modules can also implements Graph API to autogenerate graphs.

Facebook-style Statuses (Microblog)

Component type

module

Maintenance status

Development status

Downloads

74567

Component created

Component changed

Provides streams of status updates like Twitter or Facebook's "wall" feature: each user/node/group/taxonomy term/whatever can have a "stream" or microblog where users can express their thoughts to the community. @mentions and #hashtags are supported, as well as comments on status updates, viewing conversations between users, the ability to "like"/"reply" to/RT a message, automatic updates without page refreshing, and integration with over 25 modules.

Facebook-style Statuses is moving to the Statuses namespace for Drupal 7+.

FusionCharts

Component type

module

Maintenance status

Development status

Downloads

14672

Component created

Component changed

This module connects Drupal with the FusionCharts Free and FusionCharts v3 (commercial) package. FusionCharts is a flash charting and graphing component that can be used to render data-driven & animated charts for your web applications and presentations.

This module provides both a user interface for creating charts as well as as an API for developers to integrate with other modules.

What's included in this module:

  • A content type with an graphical user interface for creating charts
  • A CCK field
  • An API that to create charts using SQL queries
  • An API that to create charts using an array of data
  • An API that allows for drill-down viewing of data (you can click on the bars to fetch new data)
  • Examples of how this module can be integrated with other parts of Drupal

Scald: Media Management made easy

Component type

module

Maintenance status

Development status

Downloads

64757

Component created

Component changed

Drupal 8

Scald is a popular and flexible way to handle media in Drupal.

Scald can handle images, video, audio, tweets and even Flash files. Scald works with YouTube, Vimeo, Soundcloud and many other providers. You can see a full list on the scald provider's page, you can also read our FAQ.

Ping.FM Block

Component type

module

Downloads

2922

Component created

Component changed

As of 2.0, this module extends the ping.fm module, rather than standing alone (that is, this module now depends on the ping.fm module). This module creates a single block, at the site level, to display recent updates received through ping.fm. The ping.fm module handles setting up the custom URL, and instructs you how to do so (hint: edit your account; you will need to add a new service to your ping.fm, which is the "custom URL" shown in your account information).

UC Node Checkout

Component type

module

Maintenance status

Development status

Downloads

20731

Component created

Component changed

This module allows you to bind a node type to an Ubercart product, as typically required in event registration sites and alike.

Binding a node type to a product has two effects:

  • When a user creates a node of that type, the specified product is added to the shopping cart with a node reference to the newly created node.
  • When a user buys a product with a bound node, an extra step is inserted into the checkout process requiring creation of a node of the bound type.