Skip to content

inohiro/amazon-redshift-udfs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Amazon Redshift UDFs

A collection of example user-defined functions (UDFs) and utilities for Amazon Redshift.

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.

  • lib/

Contains libraries that we've provided for your use and as a starting point for new applications. Today, this includes pyaes for performing AES encryption, and SubstitutionMasking for performing simple data masking.

  • 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

  • Python 74.7%
  • PLpgSQL 22.5%
  • Shell 2.8%