Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SQLFrame: Add basic and all-types examples #765

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

SQLFrame: Add basic and all-types examples #765

wants to merge 1 commit into from

Conversation

amotl
Copy link
Member

@amotl amotl commented Dec 7, 2024

About

Adding an example using a convenient wrapper augmentation library around Apache Spark, that computes on the database instead of on a Spark cluster.

SQLFrame implements the PySpark DataFrame API in order to enable running transformation pipelines directly on database engines - no Spark clusters or dependencies required.

References

@amotl amotl force-pushed the sqlframe branch 3 times, most recently from 851377f to 847f094 Compare December 7, 2024 16:15
SQLFrame [1] implements the PySpark [2] DataFrame API in order to enable
running transformation pipelines directly on database engines - no Spark
clusters or dependencies required.

[1] https://pypi.org/project/sqlframe/
[2] https://spark.apache.org/docs/latest/api/python/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant