Skip to content

Commit

Permalink
#74: adjusted documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
AnastasiiaSergienko committed Mar 6, 2020
1 parent 6f477d9 commit 4992fe7
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions docs/developer_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,15 @@ check the evicted artifacts, run:
evicted
```

## Short description of Kafka and Kinesis Connectors

* Kafka and Kinesis Connectors use [`IMPORT FROM SCRIPT`](https://docs.exasol.com/loading_data/user_defined_import_export_using_udfs.htm)
statement.
* `KAFKA_PATH`/`KINESIS_PATH` is an entry point which internally uses two
other scripts(`KAFKA_IMPORT`/`KINESIS_IMPORT` and `KAFKA_METADATA
`/`KINESIS_METADATA`) to generate an import query.
* A complete import process runs as a single transaction in the Exasol Database.

## Releasing

Currently, the releasing is performed using the git tags and artifacts are
Expand Down
2 changes: 1 addition & 1 deletion docs/storage/cloud_storages.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ resource such S3.
Thus, if you want to import data files from an Amazon Simple Storage Service
(Amazon S3) bucket, your credentials must allow that access.

Thereofore, in order to access the Amazon S3 bucket you should provide the
Therefore, in order to access the Amazon S3 bucket you should provide the
following property keys to the UDF scripts with values from AWS credentials
access key and secret key.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ class StorageProperties(
containsKey(CONNECTION_NAME)

/**
* Returns a new [[StorageProperties]] what merges the key-value pairs
* Returns a new [[StorageProperties]] that merges the key-value pairs
* parsed from user provided Exasol named connection object.
*/
final def merge(accountName: String): StorageProperties = {
Expand Down

0 comments on commit 4992fe7

Please sign in to comment.