crate / cratedb-examples

A collection of clear and concise examples how to work with CrateDB.
Apache License 2.0
9 stars 7 forks source link

Spark/Scala: Load Spark data frame into CrateDB using Scala and HTTP #520

Closed hlcianfagna closed 2 months ago

hlcianfagna commented 2 months ago

Summary of the changes / Why this is an improvement

This new example aims to demonstrate how a Spark data frame can be loaded into CrateDB using the CrateDB http endpoint in Scala.

Checklist

amotl commented 2 months ago

Another nit, just about repository layout: Would you mind moving that folder into a new spark folder within by-dataframe instead, like ./by-dataframe/spark/scala-http/?