Skip to content

Commit

Permalink
* #17: Added a link to the tech blog article about Kinesis Connector. (
Browse files Browse the repository at this point in the history
…#20)

* #17: Added a link to the tech blog article about Kinesis Connector.
  • Loading branch information
AnastasiiaSergienko authored Dec 14, 2020
1 parent 227e007 commit ba20548
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,20 @@
[![GitHub Release][gh-release-badge]][gh-release-link]

Exasol Kinesis Extension provides UDF scripts that allow users to import data
from [Kinesis Streams][kinesis-streams] to an Exasol table.
from [Kinesis Data Streams][kinesis-streams](KDS) to an Exasol table.

KDS is a real-time data streaming service provided by Amazon.
It lets you continuously collect and temporarily store data from multiple sources.
KDS provides SDKs for creating custom producing and consuming application.

This connector is a consumer that transfers the data from KDS to an Exasol table.
Since the data in KDS is stored for a limited time you have to schedule Kinesis Connector to transfer the data regularly to avoid data loss.

## Information for users.

* [User Guide](doc/user_guide/user_guide.md)
* [Changelog](doc/changes/changelog.md)
* [How to import data from AWS Kinesis Data Streams with Exasol (tech blog)][kinesis-blog-link]

## Information for Contributors

Expand Down Expand Up @@ -90,4 +98,5 @@ These plugins help with project development.
[gh-release-link]: https://github.com/exasol/kinesis-connector-extension/releases/latest

[kinesis-streams]: https://aws.amazon.com/kinesis/data-streams/
[developer-guide]: https://github.com/exasol/import-export-udf-common-scala/blob/master/doc/development/developer_guide.md
[developer-guide]: https://github.com/exasol/import-export-udf-common-scala/blob/master/doc/development/developer_guide.md
[kinesis-blog-link]: https://community.exasol.com/t5/tech-blog/how-to-import-data-from-aws-kinesis-data-streams-with-our/ba-p/1704
1 change: 1 addition & 0 deletions doc/changes/changes_0.1.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Code name:
## Documentation

* #15: Added a link to the development guide.
* #17: Added a link to the tech blog article about Kinesis Connector.

## Dependency updates

Expand Down

0 comments on commit ba20548

Please sign in to comment.