Skip to content

Commit

Permalink
Update README.md.
Browse files Browse the repository at this point in the history
  • Loading branch information
hengfengli committed Dec 6, 2018
1 parent bf110c6 commit 3a8b22d
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Kinesis Consumer in Python

[![alt text][build_status]][build_status_url]
[![alt text][mit_license]][mit_license_url]
[![alt text][wheel]][wheel_url]
[![alt text][pyversion]][pyversion_url]
Expand Down Expand Up @@ -93,14 +94,17 @@ Below shows the schema of checkpointing:

* ~~Add type checking with mypy~~
* ~~Add tox for automating multiple testing environments~~
* Add the config for travis CI
* Add code coverage check
* ~~Add the config for travis CI~~
* Support other storage solutions (mysql, dynamodb, redis, etc.) for checkpointing
* Rebalance when the number of shards changes
* Allow kcpy to run on multiple machines

## Changelog

### 0.1.7

* Add travis CI config and remove python3.5.

### 0.1.6

* Fix some issues in setup.py.
Expand Down Expand Up @@ -136,6 +140,9 @@ be redistributed under the terms specified in the [LICENSE] file.

[LICENSE]: /LICENSE

[build_status]: https://secure.travis-ci.org/HengfengLi/kcpy.png?branch=master "Build status"
[build_status_url]: https://travis-ci.org/HengfengLi/kcpy

[mit_license]: https://img.shields.io/pypi/l/kcpy.svg "MIT License"
[mit_license_url]: https://opensource.org/licenses/MIT

Expand Down

0 comments on commit 3a8b22d

Please sign in to comment.