A Quick demo: ArangoDB to Spark to Bigquery
Hi Folks!! In this blog, we are going to learn how we can integrate Spark with ArangoDB and Big Query to build a simple ETL pipeline. ArangoDB: ArangoDB is a multi-model database system. It supports three data models (graphs, JSON documents, key/value) with one database core and a unified query language AQL (ArangoDB Query Language). Apache Spark: Apache Spark is an open-source, distributed processing engine used for big data …