julienawonga / bigfunctions

Supercharge BigQuery with BigFunctions

Home Page:https://unytics.io/bigfunctions/

Repository from Github https://github.comjulienawonga/bigfunctionsRepository from Github https://github.comjulienawonga/bigfunctions

logo_and_name

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 commands in BigQuery.

Learn more >


πŸ‘€ 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 πŸ‘€:

select bigfunctions.eu.faker("name", "it_IT")

Explore open 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:

bigfun deploy my_bigfunction

Discover the framework >


πŸ‘‹ 4. Contribute

BigFunctions is fully open-source. Any contribution is more than welcome πŸ€—!


Contributors

About

Supercharge BigQuery with BigFunctions

https://unytics.io/bigfunctions/

License:MIT License


Languages

Language:Python 91.9%Language:JavaScript 6.0%Language:Dockerfile 2.1%