diff --git a/README.md b/README.md index 9c9c4ef..b2208db 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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 \ No newline at end of file +[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 \ No newline at end of file diff --git a/doc/changes/changes_0.1.1.md b/doc/changes/changes_0.1.1.md index 84f2e34..c16dc1c 100644 --- a/doc/changes/changes_0.1.1.md +++ b/doc/changes/changes_0.1.1.md @@ -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