#
beam
Here are 196 public repositories matching this topic...
An alternative BEAM implementation, designed for WebAssembly
-
Updated
Sep 10, 2020 - Rust
Clojure for the Erlang VM (unofficial)
-
Updated
Sep 11, 2020 - Erlang
A process/message visualizer for BEAM nodes.💪 👁
-
Updated
Sep 4, 2020 - CSS
Tool for developers working with systems running on the Erlang VM (BEAM). It helps with performance analysis.
react
visualization
erlang
elixir
elm
beam
erlang-vm
performance-visualization
performance-dashboard
erlang-performance-lab
-
Updated
Nov 18, 2017 - Erlang
Beam: Scalable Confidential Cryptocurrency. A Mimblewimble implementation.
-
Updated
Sep 14, 2020 - C++
samanvp
commented
Jul 9, 2020
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
A list of companies currently using Erlang in production.
-
Updated
Jul 31, 2020 - HTML
A Python library for structural analysis using the finite element method
-
Updated
Sep 3, 2020 - Python
Clojure API for Erlang/OTP Communications (built on jiface)
-
Updated
Aug 4, 2018 - Clojure
Export a whole BigQuery table to Google Datastore with Apache Beam/Google Dataflow
-
Updated
Dec 31, 2019 - Java
A collection of implementation details of Erlang's VM - BEAM
-
Updated
Oct 9, 2013
Retrieve live streams chat messages from different sources (Twitch, YouTube Gaming, Dailymotion etc...) to print them into a single HTML page.
-
Updated
Aug 24, 2016 - JavaScript
BigFlow — A Python framework for data processing on GCP.
python
bigquery
composer
beam
jupyter-notebook
gcp
workflows
dag
python-framework
jupyter-lab
airflow-dag
-
Updated
Sep 14, 2020 - Python
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."
I am aggregating some events for 7 days from a partitioned table, and want to use mockTable for integration tests of my SQL.
SELECT flight_id AS flightId, campaign_id AS campaignId, ad_format FROM ad-selfserve.ad_platform_services.clean_flights_* WHERE _TABLE_SUFFIX >= $START_DATE AND _TABLE_SUFFIX < $END_DATE)tests:
`
val CLEAN_FLIGHTS_TABLE_REF = "ad-selfserve:ad