Skip to content

dharmendra1910/amazon-redshift-udfs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Amazon Redshift UDFs

A collection of example user-defined functions (UDFs) and utilities for Amazon Redshift. The intent of this collection is to provide examples for defining python UDFs, but the UDF examples themselves may not be optimal to achieve your requirements.

Contents

This project is divided into several areas:

  • bin/

Contains utilies related to working with UDFs. This includes the PipLibraryInstaller, which prepares Pip libraries, with their associated dependencies, for installation into an Amazon Redshift database.

  • scalar-udfs/

Contains SQL to create example UDFs that you can either modify or directly install into your Amazon Redshift database.

  • views/

Contains CREATE VIEW DDL that can be queried to simplify administration of UDFs.

Contributing

We would love to receive your pull requests for new functionality!

About

A collection of example UDFs for Amazon Redshift.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PLpgSQL 85.6%
  • Shell 14.4%