gcp-bigquery-client
GCP BigQuery Client (Rust)
File Explorer
Download Latest Version (.zip)- audit-on-push.yml
- general.yml
- schedule-audit.yml
- dependabot.yml
- append_rows.rs
- bq_load_job.rs
- client.rs
- data.json
- local.rs
- pagination.rs
- annotations.proto
- client.proto
- field_behavior.proto
- http.proto
- launch_stage.proto
- resource.proto
- annotations.proto
- arrow.proto
- avro.proto
- bigquerystorage_gapic.yaml
- bigquerystorage_grpc_service_config.json
- bigquerystorage_v1.yaml
- BUILD.bazel
- protobuf.proto
- storage.proto
- stream.proto
- table.proto
- status.proto
- google.api.rs
- google.cloud.bigquery.storage.v1.rs
- google.rpc.rs
- mod.rs
- schemata.rs
- aggregate_classification_metrics.rs
- argument.rs
- arima_coefficients.rs
- arima_fitting_metrics.rs
- arima_forecasting_metrics.rs
- arima_model_info.rs
- arima_order.rs
- arima_result.rs
- arima_single_model_forecasting_metrics.rs
- audit_config.rs
- audit_log_config.rs
- bigquery_model_training.rs
- bigtable_column.rs
- bigtable_column_family.rs
- bigtable_options.rs
- binary_classification_metrics.rs
- binary_confusion_matrix.rs
- binding.rs
- bqml_iteration_result.rs
- bqml_training_run.rs
- bqml_training_run_training_options.rs
- categorical_value.rs
- category_count.rs
- cluster.rs
- cluster_info.rs
- clustering.rs
- clustering_metrics.rs
- confusion_matrix.rs
- connection_property.rs
- csv_options.rs
- data_format_options.rs
- data_split_result.rs
- dataset.rs
- dataset_reference.rs
- datasets.rs
- destination_table_properties.rs
- dimensionality_reduction_metrics.rs
- encryption_configuration.rs
- entry.rs
- error_proto.rs
- evaluation_metrics.rs
- explain_query_stage.rs
- explain_query_step.rs
- explanation.rs
- expr.rs
- external_data_configuration.rs
- feature_value.rs
- field_type.rs
- get_iam_policy_request.rs
- get_policy_options.rs
- get_query_results_parameters.rs
- get_query_results_response.rs
- get_service_account_response.rs
- global_explanation.rs
- google_sheets_options.rs
- hive_partitioning_options.rs
- iteration_result.rs
- job.rs
- job_cancel_response.rs
- job_configuration.rs
- job_configuration_extract.rs
- job_configuration_load.rs
- job_configuration_query.rs
- job_configuration_table_copy.rs
- job_list.rs
- job_list_jobs.rs
- job_list_parameters.rs
- job_reference.rs
- job_statistics.rs
- job_statistics2.rs
- job_statistics3.rs
- job_statistics4.rs
- job_statistics_reservation_usage.rs
- job_status.rs
- list_models_response.rs
- list_routines_response.rs
- materialized_view_definition.rs
- mod.rs
- model.rs
- model_definition.rs
- model_definition_model_options.rs
- model_reference.rs
- multi_class_classification_metrics.rs
- policy.rs
- principal_component_info.rs
- project_list.rs
- project_reference.rs
- query_parameter.rs
- query_parameter_type.rs
- query_parameter_type_struct_types.rs
- query_parameter_value.rs
- query_request.rs
- query_response.rs
- query_timeline_sample.rs
- range_partitioning.rs
- range_partitioning_range.rs
- ranking_metrics.rs
- regression_metrics.rs
- routine.rs
- routine_reference.rs
- row.rs
- row_access_policy.rs
- row_access_policy_reference.rs
- row_level_security_statistics.rs
- script_stack_frame.rs
- script_statistics.rs
- set_iam_policy_request.rs
- snapshot_definition.rs
- standard_sql_data_type.rs
- standard_sql_field.rs
- standard_sql_struct_type.rs
- streamingbuffer.rs
- table.rs
- table_cell.rs
- table_data_insert_all_request.rs
- table_data_insert_all_request_rows.rs
- table_data_insert_all_response.rs
- table_data_insert_all_response_insert_errors.rs
- table_data_list_response.rs
- table_field_schema.rs
- table_field_schema_categories.rs
- table_field_schema_policy.rs
- table_list.rs
- table_list_tables.rs
- table_list_view.rs
- table_reference.rs
- table_row.rs
- table_schema.rs
- test_iam_permissions_request.rs
- test_iam_permissions_response.rs
- time_partitioning.rs
- training_options.rs
- training_run.rs
- transaction_info.rs
- user_defined_function_resource.rs
- view_definition.rs
- auth.rs
- client_builder.rs
- dataset.rs
- error.rs
- job.rs
- lib.rs
- model_api.rs
- project.rs
- routine.rs
- storage.rs
- table.rs
- tabledata.rs
- .gitignore
- build.rs
- Cargo.toml
- CHANGELOG.md
- LICENSE-APACHE
- LICENSE-MIT
- README.md
- rustfmt.toml
# Installation Guide
1. Get the code
git clone https://github.com/lquerel/gcp-bigquery-client
Downloads the entire project code from GitHub to your computer.
cd gcp-bigquery-client
Moves into the project folder you just downloaded.
2. Rust
Medium RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- Rust (rustup) Installing via rustup also installs cargo.
cargo build --release
Compiles the Rust project.
cargo run
Builds and then immediately runs the program.
If cargo build finishes without errors, it worked. The executable is created under target/.
// repository documentation
Was this content helpful?
(0 ratings)
