Metadata-Version: 2.1
Name: spark-pit
Version: 0.1.1
Summary: PIT join library for PySpark
Home-page: https://github.com/Ackuq/spark-pit/
Author: Axel Pettersson
Author-email: axel@pettersson.cc
License: UNKNOWN
Keywords: PySpark,point-in-time,joins,SparkSQL
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown

# Spark-PIT - Utility library for PIT-joins in PySpark

## Description

This projects aims to expose different ways of executing PIT-joins, also called ASOF-joins, in PySpark. This project is created as a part of a research project to evaluate different ways of executing Spark PIT joins.

## Prerequisite

In order to run this project in PySpark, you will need to have the JAR file of the Scala implementation be available inside you Spark Session.


