Skip to content

Commit

Permalink
* #17: Applied review suggestion
Browse files Browse the repository at this point in the history
  • Loading branch information
AnastasiiaSergienko committed Dec 14, 2020
1 parent 49d0274 commit 490bda5
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,14 @@
[![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.

Expand Down

0 comments on commit 490bda5

Please sign in to comment.