2017 © Pedro PelĂĄez
 

library lumen-file-manager-dynamodb

DynamoDB module for lumen-file-manager.

image

nordsoftware/lumen-file-manager-dynamodb

DynamoDB module for lumen-file-manager.

  • Friday, March 4, 2016
  • by crisu83
  • Repository
  • 15 Watchers
  • 4 Stars
  • 16 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 0 % Grown

The README.md

lumen-file-manager-dynamodb

DynamoDB support for the lumen-file-manager module, (*1)

Getting started

Configure your DynamoDB server, either with the local standalone, or the one in AWS. If locally, make sure the DynamoDB server is running., (*2)

Edit your Kernel.php file, and add the following command to the commands list:, (*3)

protected $commands = [
    ...
    'Nord\Lumen\FileManager\DynamoDB\Console\Commands\CreateTablesCommand',
];

This will introduce a new command to artisan:, (*4)

php artisan filemanager:dynamodb:create

The command will create the necessary File manager tables in your DynamoDB., (*5)

You may set the ProvisionedThroughput.ReadCapacityUnits/WriteCapacityUnits with the following environment variables:, (*6)

FILE_MANAGER_DYNAMODB_READ_CAPACITY_UNITS=10
FILE_MANAGER_DYNAMODB_WRITE_CAPACITY_UNITS=20

The default values are 10 for read capacity and 20 for write capacity. They're quite high values, so you might want to modify the values to better serve your usage of the files table., (*7)

License

See LICENSE., (*8)

The Versions

04/03 2016

dev-develop

dev-develop

DynamoDB module for lumen-file-manager.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Kenneth Söderlund

laravel lumen file-manager dynamodb

04/03 2016

dev-master

9999999-dev

DynamoDB module for lumen-file-manager.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Kenneth Söderlund

laravel lumen file-manager dynamodb

04/03 2016

0.2.1

0.2.1.0

DynamoDB module for lumen-file-manager.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Kenneth Söderlund

laravel lumen file-manager dynamodb

01/03 2016

0.2.0

0.2.0.0

DynamoDB module for lumen-file-manager.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Kenneth Söderlund

laravel lumen file-manager dynamodb

22/02 2016

0.1.0

0.1.0.0

DynamoDB module for lumen-file-manager.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Kenneth Söderlund

laravel lumen file-manager dynamodb