README.md in sdbport-0.1.0 vs README.md in sdbport-0.1.1
- old
+ new
@@ -1,5 +1,7 @@
+[![Build Status](https://secure.travis-ci.org/brettweavnet/sdbport.png)](http://travis-ci.org/brettweavnet/sdbport)
+
# Sdbport
Sdbport exports & imports data from AWS SimpleDB domains. It can be used as a class or stand alone CLI.
## Installation
@@ -25,16 +27,10 @@
```
sdbport import -a $AWS_ACCESS_KEY_ID -s $AWS_SECRET_ACCESS_KEY -r us-west-1 -n new-domain -i /tmp/test-domain-dump
```
-Purge new domain:
-
-```
-sdbport purge -a $AWS_ACCESS_KEY_ID -s $AWS_SECRET_ACCESS_KEY -r us-west-1 -n new-domain
-```
-
To list CLI subcommands:
```
sdbport -h
```
@@ -45,11 +41,10 @@
sdbport export -h
```
## Known Limitations
-* Only performs a single query for exports, which gives it a maxmimum of 1,000 entries.
-* Single serialiazed process.
+* Single serialiazed process for import. Need to switch to batch put attributes.
* Only supports importing into empty domain.
## Contributing
1. Fork it