bigquery-utils

Useful scripts, udfs, views, and other utilities for migration and data warehouse operations in BigQuery. (by GoogleCloudPlatform)

Bigquery-utils Alternatives

Similar projects and alternatives to bigquery-utils

  1. Next.js

    2,260 bigquery-utils VS Next.js

    The React Framework

  2. Nutrient

    Nutrient - The #1 PDF SDK Library. Bad PDFs = bad UX. Slow load times, broken annotations, clunky UX frustrates users. Nutrient’s PDF SDKs gives seamless document experiences, fast rendering, annotations, real-time collaboration, 100+ features. Used by 10K+ devs, serving ~half a billion users worldwide. Explore the SDK for free.

    Nutrient logo
  3. kubernetes

    Production-Grade Container Scheduling and Management

  4. PostgreSQL

    Mirror of the official PostgreSQL GIT repository. Note that this is just a *mirror* - we don't work with pull requests on github. To contribute, please see https://wiki.postgresql.org/wiki/Submitting_a_Patch

  5. prometheus

    The Prometheus monitoring system and time series database.

  6. starter-workflows

    Accelerating new GitHub Actions workflows

  7. helm

    The Kubernetes Package Manager

  8. Jenkins

    Jenkins automation server

  9. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  10. action-doctl

    GitHub Actions for DigitalOcean - doctl

  11. data-engineering-zoomcamp

    Data Engineering Zoomcamp is a free nine-week course that covers the fundamentals of data engineering.

  12. spaCy

    109 bigquery-utils VS spaCy

    💫 Industrial-strength Natural Language Processing (NLP) in Python

  13. aws-node-termination-handler

    Gracefully handle EC2 instance shutdown within Kubernetes

  14. google-cloud-cpp

    C++ Client Libraries for Google Cloud Services

  15. awesome-compose

    Awesome Docker Compose samples

  16. nodejs-bigquery

    Node.js client for Google Cloud BigQuery: A fast, economical and fully-managed enterprise data warehouse for large-scale data analytics.

  17. kestra

    :zap: Workflow Automation Platform. Orchestrate & Schedule code in any language, run anywhere, 500+ plugins. Alternative to Zapier, Rundeck, Camunda, Airflow...

  18. deploy-cloudrun

    A GitHub Action for deploying services to Google Cloud Run.

  19. deploy-cloud-functions

    A GitHub Action that deploys source code to Google Cloud Functions.

  20. nodejs-storage

    Node.js client for Google Cloud Storage: unified object storage for developers and enterprises, from live data serving to data analytics/ML to data archiving.

  21. solr

    Apache Solr open-source search software

  22. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better bigquery-utils alternative or higher similarity.

bigquery-utils discussion

Log in or Post with

bigquery-utils reviews and mentions

Posts with mentions or reviews of bigquery-utils. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2025-02-04.
  • Study Notes 2.2.7: Managing Schedules and Backfills with BigQuery in Kestra
    3 projects | dev.to | 4 Feb 2025
    BigQuery Documentation: Google Cloud BigQuery
  • Docker vs. Kubernetes: Which Is Right for Your DevOps Pipeline?
    7 projects | dev.to | 16 Nov 2024
    Pro Tip: Use Kubernetes operators to extend its functionality for specific cloud services like AWS RDS or GCP BigQuery.
  • How to Choose the Right Cloud Provider for Your Startup
    7 projects | dev.to | 2 Sep 2024
    Powerful data analytics tools (scalable for BigQuery)
  • Next.js Deployment: Vercel's Charm vs. GCP's Muscle
    6 projects | dev.to | 3 Jul 2024
    GCP offers a comprehensive suite of cloud services, including Compute Engine, App Engine, and Cloud Run. This translates to unparalleled control over your infrastructure and deployment configurations. Designed for large-scale applications, GCP effortlessly scales to accommodate significant traffic growth. Additionally, for projects heavily reliant on Google services like BigQuery, Cloud Storage, or AI/ML tools, GCP's tight integration creates a streamlined development experience for data-driven applications.
  • Swirl: An open-source search engine with LLMs and ChatGPT to provide all the answers you need 🌌
    5 projects | dev.to | 6 Sep 2023
    Using the Galaxy UI, knowledge workers can systematically review the best results from all configured services including Apache Solr, ChatGPT, Elastic, OpenSearch, PostgreSQL, Google BigQuery, plus generic HTTP/GET/POST with configurations for premium services like Google's Programmable Search Engine, Miro and Northern Light Research.
  • Modern data stack: scaling people and technology at FINN
    2 projects | dev.to | 31 Aug 2023
    Data Transformations: This phase involves modifying and integrating tables to generate new tables optimized for analytical use. Consider this example: you want to understand the purchasing behavior of customers aged between 20-30 in your online shop. This means you'll need to join product, customer, and transaction data to create a unified table for analytics. These data preparation tasks (e.g., joining fragmented data) for analysis are essentially what "Data Transformations" entail. At FINN, technologies utilized in this phase include BigQuery as a data warehouse, dbt for data transformation, and a combination of GitHub Actions and Datafold for quality assurance.
  • Running Transformations on BigQuery using dbt Cloud: step by step
    1 project | dev.to | 10 Aug 2023
    Introduction In today's data-driven world, transforming raw data into valuable insights is crucial. This process, however, often involves complex tasks that demand efficiency, scalability, and reliability. Enter dbt Cloud—a powerful tool that simplifies data transformations on Google BigQuery. In this article, we'll take you through a step-by-step guide on how to run BigQuery transformations using dbt Cloud. Let's dive in!
  • Do I need a cloud computing–based data cloud company
    1 project | /r/googlecloud | 29 Jun 2023
    You'll want to evaluate what BigQuery has to offer and see if it makes sense for you to move over.
  • I used ChatGPT to get an Internship
    2 projects | /r/ChatGPT | 28 Jun 2023
    Watch the introductory videos on BigQuery on the Google Cloud Platform website (https://cloud.google.com/bigquery)
  • Wrangling BigQuery at Reddit
    2 projects | /r/RedditEng | 15 May 2023
    Within the audit logs you can find BigQueryAuditMetadata details in the protoPayload.metadataJson submessage in the Cloud Logging LogEntry message. GCP has offered several versions of BigQuery audit logs so there are both older “v1” and newer “v2” versions. The v1 logs report API invocations and live within the protoPayload.serviceData submessage while the v2 logs report resource interactions like which tables were read from and written to by a given query or which tables expired. The v2 data lives in a new field formatted as a JSON blob within the BigQueryAuditMetadata detail inside the protoPayload.metadataJson submessage. In v2 logs the older protoPayload.serviceData submessage does exist for backwards compatibility but the information is not set or used. We scrape details from the JobChange object instead. We referenced the GCP bigquery-utils Git repo for how to use INFORMATION_SCHEMA queries and audit logs queries.
  • A note from our sponsor - CodeRabbit
    coderabbit.ai | 19 Feb 2025
    Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR. Learn more →

Stats

Basic bigquery-utils repo stats
10
1,164
7.8
8 days ago

Sponsored
Nutrient - The #1 PDF SDK Library
Bad PDFs = bad UX. Slow load times, broken annotations, clunky UX frustrates users. Nutrient’s PDF SDKs gives seamless document experiences, fast rendering, annotations, real-time collaboration, 100+ features. Used by 10K+ devs, serving ~half a billion users worldwide. Explore the SDK for free.
nutrient.io

Did you know that Java is
the 8th most popular programming language
based on number of references?