Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/exasol/python-extension-common

Script language container (SLC) deployer utility to be used by UDF-based extensions that require a special SLC.
https://github.com/exasol/python-extension-common

exasol-integration language-container script-language

Last synced: about 1 month ago
JSON representation

Script language container (SLC) deployer utility to be used by UDF-based extensions that require a special SLC.

Awesome Lists containing this project

README

        

# Exasol Python Extension Common

A package with common functionality, shared by Exasol Python Extensions, e.g.
* [transformers-extension](https://github.com/exasol/transformers-extension)
* [sagemaker-extension](https://github.com/exasol/sagemaker-extension)

## Features

A deployer for script language containers (SLC) to be used by UDF-based extensions of Exasol database requiring a special SLC.

## More documentation

* [User Guide](doc/user_guide/user-guide.md)
* [Developer Guide](doc/developer-guide.md)
* [User Defined Functions (UDF)](https://docs.exasol.com/db/latest/database_concepts/udf_scripts.htm)
* [Script Language Containers (SLC)](https://github.com/exasol/script-languages-release/)