Writing Apache Spark GraphFrames to Azure Cosmos DB

Writing Apache Spark GraphFrames to Azure Cosmos DB

6 years ago
Anonymous $yysEBM5EYi

https://medium.com/@hasssaaannn/writing-apache-spark-graphframes-to-azure-cosmos-db-dcae3e436966

GraphFrames is an Apache Spark package which extends DataFrames to provide graph analytics capabilities. Azure Cosmos DB is Microsoft’s multi-model database which supports the Gremlin query language to store and operate on graph data.

Cosmos DB Spark connector contains samples to read graph data into GraphFrames. In this post we’ll demonstrate how to build upon this connector to write GraphFrames to Cosmos DB using an Azure Databricks PySpark notebook.

Writing Apache Spark GraphFrames to Azure Cosmos DB

Oct 30, 2018, 5:47pm UTC
https://medium.com/@hasssaaannn/writing-apache-spark-graphframes-to-azure-cosmos-db-dcae3e436966 > GraphFrames is an Apache Spark package which extends DataFrames to provide graph analytics capabilities. Azure Cosmos DB is Microsoft’s multi-model database which supports the Gremlin query language to store and operate on graph data. > Cosmos DB Spark connector contains samples to read graph data into GraphFrames. In this post we’ll demonstrate how to build upon this connector to write GraphFrames to Cosmos DB using an Azure Databricks PySpark notebook.