2017 © Pedro Peláez
 

library lib-advkv-dynamodb

Key-Value DynamoD

image

oat-sa/lib-advkv-dynamodb

Key-Value DynamoD

  • Friday, November 25, 2016
  • by jbout
  • Repository
  • 25 Watchers
  • 2 Stars
  • 1,368 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 5 Versions
  • 5 % Grown

The README.md

KvDynamoDb

Key Value Persistence implemtation for dynamoDB, requires Generis 2.7, (*1)

Code used to generate table

$client->createTable(array(
  'AttributeDefinitions' => array(
    array(
      'AttributeName' => 'key',
      'AttributeType' => 'S'
    )
  ) ,
  'KeySchema' => array(
    array(
      'AttributeName' => 'key',
      'KeyType' => 'HASH'
    )
  ) ,
  'ProvisionedThroughput' => array(
    'ReadCapacityUnits' => 10,
    'WriteCapacityUnits' => 5
  ) ,
  'TableName' => "taoKeyValueStorage"
)); 

Persistence

'serviceState' => array(
    'driver' => 'oat\kvDynamoDb\DynamoDbDriver',
    'client' => array(
        'region' => 'eu-west-1',
        'scheme' => 'http'
    ),
    'table' => 'taoKeyValueStorage'
),

The Versions

25/11 2016

dev-feature/aws-sdk-php-v3_compatibility

dev-feature/aws-sdk-php-v3_compatibility http://www.taotesting.com

Key-Value DynamoD

  Sources   Download

GPL-2.0

The Requires

 

dynamodb tao oat computer-based-assessment

30/12 2015

dev-feature/aws3-support

dev-feature/aws3-support http://www.taotesting.com

Key-Value DynamoD

  Sources   Download

GPL-2.0

The Requires

 

dynamodb tao oat computer-based-assessment

01/10 2015

dev-master

9999999-dev http://www.taotesting.com

Key-Value DynamoD

  Sources   Download

GPL-2.0

The Requires

 

dynamodb tao oat computer-based-assessment

01/10 2015

v0.1

0.1.0.0 http://www.taotesting.com

Key-Value DynamoD

  Sources   Download

GPL-2.0

The Requires

 

dynamodb tao oat computer-based-assessment

01/10 2015

dev-develop

dev-develop http://www.taotesting.com

Key-Value DynamoD

  Sources   Download

GPL-2.0

The Requires

 

dynamodb tao oat computer-based-assessment