OSF for Drupal

Component type

module

Maintenance status

Development status

Downloads

3745

Component created

Component changed

Introduction

The Open Semantic Framework (OSF) for Drupal is a middleware layer that allows structured data (RDF) and associated vocabularies (ontologies) to "drive" tailored tools and data displays within Drupal. The basic OSF for Drupal modules provide two types of capabilities. First, there are a series of connector modules such as OSF Entities, OSF SearchAPI, OSF Field Storage and OSF Views to integrate an OSF instance into Drupal's core APIs. Second, there is a series of module tools used to administer all of these capabilities.

ODBC DB2 Driver

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This is a driver that allows you to define a new database in settings.php, and connect via ODBC to an AS400/i Series DB2 database.

The current implementation is functional, but it needs some additional work - more specifically, some of the function definitions need fleshed out.

SQLite Booster

Component type

module

Categories

Maintenance status

Development status

Downloads

822

Component created

Component changed

This module can speed up any drupal installation that uses the SQLite database driver. It has no effect on other database drivers so if you migrate databases and forget this module, nothing will happen.

Usage

You can just enable and forget this module.

Background

The speedup is done by wrapping the whole request in one transaction, so the database file will only be written once. Of course this blocks the database for the whole request, but SQLite is not suitable for several concurrent requests anyway.

SQLite Vacuum

Component type

module

Categories

Maintenance status

Development status

Downloads

939

Component created

Component changed

When using a SQLite database, the database file can get fragmented and grow far beyond the actual data size. This module checks if the currend database is SQLite and then VACUUMs it every 3 hours.
On a configuration page you can...

  • change this interval
  • switch automatic vacuum off
  • trigger manual vacuum

[D7] NuoDB Driver

Component type

module

Categories

Maintenance status

Development status

Downloads

271

Component created

Component changed

Synopsis

A Drupal 7 database driver for running Drupal 7 on a NuoDB database.

Requirements

Requires a NuoDB installation and NuoDB PHP PDO setup: http://www.nuodb.com
Driver installation and configuration instructions are in the README.txt file.

None

Known problems

None

Bandysearch

Component type

module

Maintenance status

Development status

Component created

Component changed

Leverages Elasticsearch to provide extended search functionality for Drupal.

To Install

First, you'll need a working install of Elasticsearch on your server. The module currently only allows local installs, although that is the subject of an open feature request, and should be fixed soon.

FatSecret REST API Integration module

Component type

module

Maintenance status

Development status

Component created

Component changed

FatSecret: The Drupal 6 & 7 FatSecret REST API Integration module
--------------------------------------------------------------------

This module allows you to integrate FatSecret API and to call all related API function of FatSecret.

This version of the module only works with Drupal 6.x & 7.x.

EPP Encrypt

Component type

module

Maintenance status

Development status

Component created

Component changed

EPP Encrypt is implementing new way of encrypting fields in Drupal, it contain 2 modules:

EPP Encrypt Storage - SQL Storage implementation for encrypting data directly in Database. Currently support only for pgcrypto in PostgreSQL
EPP Encrypt Field - module with add new 2 fields for text and text area field encryption.

It require encrypt module from where is taking encryption key. It's enough to use Basic method and set encryption key out of public_html (root) folder.

Tarantool

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Tarantool is a NoSQL database running inside a Lua program. It's created to store and process the most volatile and highly accessible Web data. Tarantool has been extensively used in production since 2009. It's open source, BSD licensed.