Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/unytics/bigfunctions
Supercharge BigQuery with BigFunctions
https://github.com/unytics/bigfunctions
bigquery data data-analytics data-engineering data-visualization data-warehouse
Last synced: 5 days ago
JSON representation
Supercharge BigQuery with BigFunctions
- Host: GitHub
- URL: https://github.com/unytics/bigfunctions
- Owner: unytics
- License: mit
- Created: 2022-08-24T07:41:54.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-06T14:32:35.000Z (12 days ago)
- Last Synced: 2025-02-06T20:12:37.405Z (12 days ago)
- Topics: bigquery, data, data-analytics, data-engineering, data-visualization, data-warehouse
- Language: Python
- Homepage: https://unytics.io/bigfunctions/
- Size: 27.4 MB
- Stars: 680
- Watchers: 7
- Forks: 64
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
Supercharge BigQuery with BigFunctions
---
## 🔍️ 1. Supercharge BigQuery with BigFunctions
1. BigFunctions is **a framework** to build a **governed catalog of BigQuery functions to supercharge BigQuery**.
2. It also comes with **150+ functions** built by the community that you can call directly (no install) or redeploy in YOUR catalog.
3. You can now perform any advanced data task, be it load, transform or take actions by running SQL commmands in BigQuery.[Learn more >](https://unytics.io/bigfunctions/)
## 👀 2. Call public BigFunctions without install from your GCP project
**All BigFunctions represented by a 'yaml' file in *bigfunctions* folder are deployed in public datasets**. You can then call them directly without install from your BigQuery project.
Give it a try! Execute this SQL query from your GCP Project 👀:
```sql
select bigfunctions.eu.faker("name", "it_IT")
```[Explore open BigFunctions >](https://unytics.io/bigfunctions/bigfunctions/)
## 🚀 3. Deploy BigFunctions in your GCP project
You can also deploy any bigfunction in your project! To deploy *my_bigfunction* defined in *bigfunctions/my_bigfunction.yaml* file, simply call:
``` sh
bigfun deploy my_bigfunction
```[Discover the framework >](https://unytics.io/bigfunctions/framework/)
## 👋 4. Contribute
BigFunctions is fully open-source. Any contribution is more than welcome 🤗!
- Add a ⭐ on the repo to show your support
- [Join our Slack](https://join.slack.com/t/unytics/shared_invite/zt-1gbv491mu-cs03EJbQ1fsHdQMcFN7E1Q) and talk with us
- Suggest a new function [here](https://github.com/unytics/bigfunctions/issues/new?assignees=&labels=new-bigfunction&projects=&template=0_new_bigfunction.yaml&title=%5Bnew%5D%3A+%60function_name%28argument1%2C+argument2%29%60)
- Raise an issue [there](https://github.com/unytics/bigfunctions/issues/new/choose)
- Open a Pull-Request! (See [contributing instructions](https://unytics.io/bigfunctions/community/)).
**Contributors**