beam
Here are 243 public repositories matching this topic...
-
Updated
Mar 26, 2021 - Rust
-
Updated
Sep 2, 2021 - Erlang
-
Updated
Aug 11, 2021 - CSS
-
Updated
Sep 2, 2021 - Go
-
Updated
Sep 3, 2021 - C++
-
Updated
Nov 18, 2017 - Erlang
-
Updated
Sep 2, 2021 - Elixir
-
Updated
Mar 7, 2021 - Rust
In v0.9.0 we started offering --keep_intermediate_avro_files. Avro files are a great candidate for long term storage of variant data for several reasons, mainly because they can be loaded into BigQuery fast and free.
The only missing data is information in VCF header. Storing them with AVRO files will enable us to recov
-
Updated
Oct 7, 2020 - Python
-
Updated
Sep 2, 2021 - Python
We need to add a communications section to the community page. This second would consist of sub-sections such as (but not limited to) :
- slacks
- irc
- mailing lists
- forums
Any other ideas?
-
Updated
Jul 12, 2021 - HTML
-
Updated
Aug 4, 2018 - Clojure
-
Updated
Oct 12, 2020 - Java
Improve this page
Add a description, image, and links to the beam topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the beam topic, visit your repo's landing page and select "manage topics."
Today batch BigQuery writes require saving the data as GCS Avro files first then LOAD into BQ, which is wasteful if user also save as Avro in the same pipeline. Should we add a syntactic sugar for this?