{"id":15060680,"url":"https://github.com/unytics/bigfunctions","last_synced_at":"2025-10-23T20:33:18.852Z","repository":{"id":57855328,"uuid":"528317221","full_name":"unytics/bigfunctions","owner":"unytics","description":"Supercharge BigQuery with BigFunctions","archived":false,"fork":false,"pushed_at":"2025-05-07T12:07:41.000Z","size":29536,"stargazers_count":739,"open_issues_count":27,"forks_count":70,"subscribers_count":7,"default_branch":"main","last_synced_at":"2025-05-12T13:08:12.006Z","etag":null,"topics":["bigquery","data","data-analytics","data-engineering","data-visualization","data-warehouse"],"latest_commit_sha":null,"homepage":"https://unytics.io/bigfunctions/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/unytics.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2022-08-24T07:41:54.000Z","updated_at":"2025-05-07T12:07:04.000Z","dependencies_parsed_at":"2023-02-19T09:30:58.225Z","dependency_job_id":"dc301475-ecc1-43e1-a374-32ca92bca65d","html_url":"https://github.com/unytics/bigfunctions","commit_stats":{"total_commits":1454,"total_committers":33,"mean_commits":44.06060606060606,"dds":0.2819807427785419,"last_synced_commit":"b7adbf4c0bf139ec9be8444725d6fbb62489583a"},"previous_names":[],"tags_count":29,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unytics%2Fbigfunctions","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unytics%2Fbigfunctions/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unytics%2Fbigfunctions/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unytics%2Fbigfunctions/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/unytics","download_url":"https://codeload.github.com/unytics/bigfunctions/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254076849,"owners_count":22010611,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bigquery","data","data-analytics","data-engineering","data-visualization","data-warehouse"],"created_at":"2024-09-24T23:02:38.820Z","updated_at":"2025-10-23T20:33:18.741Z","avatar_url":"https://github.com/unytics.png","language":"Python","readme":"\n\u003cp align=\"center\"\u003e\n  \u003cimg class=\"hero-image\" src=\"https://user-images.githubusercontent.com/111615732/186508787-6af04ed0-4750-4c49-926a-eacfd4a3dfbb.png\" alt=\"logo_and_name\" style=\"width: 100%; max-width: 600px\"\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n    \u003cem\u003eSupercharge BigQuery with BigFunctions\u003c/em\u003e\u003cbr\u003e\u003cbr\u003e\n\u003c/p\u003e\n\n---\n\n\u003cbr\u003e\n\n## 🔍️ 1. Supercharge BigQuery with BigFunctions\n\n1. BigFunctions is **a framework** to build a **governed catalog of BigQuery functions to supercharge BigQuery**.\n2. It also comes with **150+ functions** built by the community that you can call directly (no install) or redeploy in YOUR catalog.\n3. You can now perform any advanced data task, be it load, transform or take actions by running SQL commands in BigQuery.\n\n\n[Learn more \u003e](https://unytics.io/bigfunctions/)\n\n\n\n\u003cbr\u003e\n\n## 👀 2. Call public BigFunctions without install from your GCP project\n\n**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.\n\nGive it a try! Execute this SQL query from your GCP Project 👀:\n\n```sql\nselect bigfunctions.eu.faker(\"name\", \"it_IT\")\n```\n\n\n[Explore open BigFunctions \u003e](https://unytics.io/bigfunctions/bigfunctions/)\n\n\u003cbr\u003e\n\n\n## 🚀 3. Deploy BigFunctions in your GCP project\n\nYou can also deploy any bigfunction in your project! To deploy *my_bigfunction* defined in *bigfunctions/my_bigfunction.yaml* file, simply call:\n\n``` sh\nbigfun deploy my_bigfunction\n```\n\n[Discover the framework \u003e](https://unytics.io/bigfunctions/framework/)\n\n\u003cbr\u003e\n\n\n## 👋 4. Contribute\n\nBigFunctions is fully open-source. Any contribution is more than welcome 🤗!\n\n- Add a ⭐ on the repo to show your support\n- [Join our Slack](https://join.slack.com/t/unytics/shared_invite/zt-1gbv491mu-cs03EJbQ1fsHdQMcFN7E1Q) and talk with us\n- Suggest a new function [here](https://github.com/unytics/bigfunctions/issues/new?assignees=\u0026labels=new-bigfunction\u0026projects=\u0026template=0_new_bigfunction.yaml\u0026title=%5Bnew%5D%3A+%60function_name%28argument1%2C+argument2%29%60)\n- Raise an issue [there](https://github.com/unytics/bigfunctions/issues/new/choose)\n- Open a Pull-Request! (See [contributing instructions](https://unytics.io/bigfunctions/community/)).\n\n\n\u003cbr\u003e\n\n**Contributors**\n\n\u003ca href=\"https://github.com/unytics/bigfunctions/graphs/contributors\"\u003e\n  \u003cimg src=\"https://contrib.rocks/image?repo=unytics/bigfunctions\" /\u003e\n\u003c/a\u003e\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funytics%2Fbigfunctions","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Funytics%2Fbigfunctions","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funytics%2Fbigfunctions/lists"}