Skip to content

joeharris76/amazon-redshift-udfs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

amazon-redshift-udfs

A collection of example User Defined Functions and Utilities for Amazon Redshift.

Contents

This project is divided into several areas: the bin directory contains utilies related to working with User Defined Functions. This includes the PipLibraryInstaller, which prepares Pip libraries, with their associated dependencies, for installation into a Redshift Database.

The lib folder contains libraries that we've built 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.

Finally, the scalar-udfs folder includes functions that you can install into your Redshift database and use right away.

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 76.9%
  • PLpgSQL 20.2%
  • Shell 2.9%