Skip to content

stevenjack/heckscher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Heckscher

The general way to export or make a backup of data from DynamoDB is to use data pipeline.

If you want a simple way of extracting the contents of your table to a file at a predetermined rate then this is the gem for you.

The contents of the table is exported to file with each line representing a row in the table.

Installation

Add this line to your application's Gemfile:

gem 'heckscher'

And then execute:

$ bundle

Or install it yourself as:

$ gem install heckscher

Usage

You need to make sure that your credentials are set in the ENV variables before running the app:

AWS_ACCESS_KEY_ID='bob'
AWS_SECRET_ACCESS_KEY='bob'
AWS_REGION='eu-west-1'

Currently there's only one command, and as it's a thor app you can use the help method to find out the parameters needed:

heckscher help

Contributing

  1. Fork it ( https://github.com/stevenjack/heckscher/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors

About

Simple gem for export/import of data from DynamoDB

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages