Plugin info

Total downloads: 722
Active installs: 0
Total reviews: 0
Average rating: 0
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 4
Last updated: 4/8/2014 (4285 days ago)
Added to WordPress: 4/7/2014 (11 years old)
Minimum WordPress version: 3.6.1
Tested up to WordPress version: 3.6.1
Minimum PHP version: f

Maintenance & Compatibility

Maintenance score

Possibly abandoned • Last updated 4285 days ago

20/100

Is Gigaom Simple DB abandoned?

Possibly abandoned (last update 4285 days ago).

Compatibility

Requires WordPress: 3.6.1
Tested up to: 3.6.1
Requires PHP: f

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

Gigaom Slog
Rating 0.0/5 (0 reviews)Active installs 0

Description

Establish a connection to Amazon Simple DB. Uses the awesome php-sdb2 SDB library.

Usage

  1. Load simple db class
    • $go_simple_db = go_simple_db(
      YOUR_SDB_DOMAIN,
      YOUR_KEY,
      YOUR_SECRET
      );
    • The SDB Domain value is analagous to an SQL Table. If the SDB Domain doesn’t exist yet Gigaom Simple DB will create it for you.
    • See: Amazon Simple DB Getting Started Guide for more information on getting your Key and Secret values.
    • Also see: SDB Limits to get an idea of what Amazon Simple DB allows as it’s not going to be the same as other databases you’ve worked with before.
  2. Write a row to the your SDB Domain: $go_simple_db->putAttributes( YOUR_SDB_DOMAIN, array( 'post_id' => array( 'value' => '1234' ) ) )
  3. Query your SDB Domain: $go_simple_db->select( 'SELECT * FROM `' . YOUR_SDB_DOMAIN . '` LIMIT 100, NULL );
    • In the case where you are getting the next chunk of results from you SDB Domain the NULL value in the code above would be replaced with a SDB Next Token (which essentially triggers an offset in the query) see the Developer Guide for more info on that.
    • Queries are quite different in SDB and you’ll need to familiarize yourself with those differences.
    • Did I mention the SDB Developer Guide?

      Contributing

      This plugin is developed and available on GitHub. Contributions and questions are welcome!

Installation

  1. Upload go-simple-db to the /wp-content/plugins/ directory
  2. Activate ‘Gigaom Simple DB’ through the ‘Plugins’ menu in WordPress

Frequently Asked Questions

No FAQ available

Review feed

No reviews available

Screenshots

No screenshots available

Changelog

No changelog available