|
1 | 1 | # Import Export UDF Common Scala |
2 | 2 |
|
3 | | -Common libraries for Exasol IMPORT and EXPORT user-defined functions in Scala |
| 3 | +[![Build Status][travis-badge]][travis-link] |
| 4 | +[![Coveralls][coveralls-badge]][coveralls-link] |
| 5 | +[![Maven Central][maven-badge]][maven-link] |
| 6 | + |
| 7 | +Common libraries for Exasol IMPORT and EXPORT user defined functions in Scala |
4 | 8 | programming language. |
5 | 9 |
|
| 10 | +## Features |
| 11 | + |
| 12 | +- Supports user provided key value parameters parsing |
| 13 | +- Supports Avro record deserialization into internal data structure |
| 14 | + |
| 15 | +## Information for Users |
| 16 | + |
| 17 | +- [Changelog](doc/changes/changelog.md) |
| 18 | + |
6 | 19 | ## Dependencies |
7 | 20 |
|
8 | 21 | ### Runtime Dependencies |
@@ -43,6 +56,12 @@ These plugins help with project development. |
43 | 56 | | [SBT PGP][sbt-pgp-link] | PGP plugin for `sbt` | BSD 3-Clause License | |
44 | 57 | | [SBT Git][sbt-git-link] | A plugin for Git integration, used to version the release jars | BSD 2-Clause License | |
45 | 58 |
|
| 59 | +[travis-badge]: https://img.shields.io/travis/exasol/import-export-udf-common-scala/master.svg?logo=travis |
| 60 | +[travis-link]: https://travis-ci.com/exasol/import-export-udf-common-scala |
| 61 | +[coveralls-badge]: https://coveralls.io/repos/github/exasol/import-export-udf-common-scala/badge.svg?branch=master |
| 62 | +[coveralls-link]: https://coveralls.io/github/exasol/import-export-udf-common-scala?branch=master |
| 63 | +[maven-badge]: https://maven-badges.herokuapp.com/maven-central/com.exasol/import-export-udf-common-scala_2.12/badge.svg |
| 64 | +[maven-link]: https://mvnrepository.com/artifact/com.exasol/import-export-udf-common-scala |
46 | 65 | [apache-avro-link]: https://avro.apache.org/ |
47 | 66 | [scala-logging-link]: https://github.com/lightbend/scala-logging |
48 | 67 | [exasol-script-api-link]: https://docs.exasol.com/database_concepts/udf_scripts.htm |
|
0 commit comments