Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/exasol/python-extension-common
- Owner: exasol
- License: mit
- Created: 2024-03-21T12:04:36.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-05-22T10:40:54.000Z (9 months ago)
- Last Synced: 2024-05-22T11:47:18.562Z (9 months ago)
- Topics: exasol-integration, language-container, script-language
- Language: Python
- Homepage:
- Size: 335 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/)