Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
eakmanrq committed May 18, 2024
1 parent 529ea58 commit b88efa4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@

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

![SQLFrame Diagram](docs/images/sqlframe_diagram.png)

SQLFrame currently supports the following engines (many more in development):

* [BigQuery](docs/bigquery.md)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="sqlframe",
description="PySpark Dataframe API Compatible SQL Generator",
description="PySpark without Spark by converting to SQL",
long_description=open("README.md").read(),
long_description_content_type="text/markdown",
url="https://github.com/eakmanrq/sqlframe",
Expand Down

0 comments on commit b88efa4

Please sign in to comment.