Supercharging BigQuery with BigFunctions
Hi . I am building bigfunctions: open-source bigquery functions callable by anyone from their own project without install.
I hope to see data people not reinvent the wheel and share their tips through opensource.
BigFunctions examples:
- is_public_holiday(date, country_code)
- max_value(array)
- sentiment_score(text)
- explore_table(table_name)
- etc.
Know more here: https://unytics.io/bigfunctions/
Any feedback will be really appreciated!