Spark
Spark core is the framework that supports big data management and processing. We get access to the Spark core through different language interfaces. We will focus on Pyspark and leverage Spark SQL to access the Spark core. Pyspark gives us access to the DataFrame API which is a Pythonic interpretation of SQL.