File tree Expand file tree Collapse file tree 2 files changed +24
-0
lines changed
Expand file tree Collapse file tree 2 files changed +24
-0
lines changed Original file line number Diff line number Diff line change 1+ language : java
2+
3+ jdk :
4+ - oraclejdk8
5+ - oraclejdk7
6+ - openjdk7
7+
8+ install :
9+ - mkdir ./dynamodb
10+ - cd ./dynamodb
11+ - wget http://dynamodb-local.s3-website-us-west-2.amazonaws.com/dynamodb_local_latest.tar.gz
12+ - tar zxvf dynamodb_local_latest.tar.gz
13+ - java -Djava.library.path=./DynamoDBLocal_lib -jar DynamoDBLocal.jar -sharedDb &
14+ - cd ../
15+
16+ before_script :
17+ - echo "Wait DynamoDB wakeup"
18+ - sleep 10
19+ - date
20+
21+ script :
22+ - ./gradlew gem
23+ - ./gradlew --info check jacocoTestReport
Original file line number Diff line number Diff line change 11# AWS DynamoDB output plugin for Embulk
2+ [ ![ Build Status] ( https://travis-ci.org/sakama/embulk-output-dynamodb.svg?branch=master )] ( https://travis-ci.org/sakama/embulk-output-dynamodb )
23
34[ Embulk] ( http://www.embulk.org/ ) output plugin to load/insert data into [ AWS DynamoDB] ( http://aws.amazon.com/dynamodb/ )
45
You can’t perform that action at this time.
0 commit comments