Skip to content

Commit

Permalink
reset README.md and build.sbt to master
Browse files Browse the repository at this point in the history
  • Loading branch information
scottsand-db committed Sep 14, 2023
1 parent 5117556 commit c8f812f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
Delta Lake is an open-source storage framework that enables building a [Lakehouse architecture](http://cidrdb.org/cidr2021/papers/cidr2021_paper17.pdf) with compute engines including Spark, PrestoDB, Flink, Trino, and Hive and APIs for Scala, Java, Rust, Ruby, and Python.
* See the [Delta Lake Documentation](https://docs.delta.io) for details.
* See the [Quick Start Guide](https://docs.delta.io/latest/quick-start.html) to get started with Scala, Java and Python.
* Note, this repo is one of many Delta Lake repositories in the [delta.io](https://github.com/delta-io) organizations including
* Note, this repo is one of many Delta Lake repositories in the [delta.io](https://github.com/delta-io) organizations including
[connectors](https://github.com/delta-io/connectors),
[delta](https://github.com/delta-io/delta),
[delta-rs](https://github.com/delta-io/delta-rs),
[delta-sharing](https://github.com/delta-io/delta-sharing),
Expand All @@ -18,7 +19,7 @@ Delta Lake is an open-source storage framework that enables building a [Lakehous
The following are some of the more popular Delta Lake integrations, refer to [delta.io/integrations](https://delta.io/integrations/) for the complete list:

* [Apache Spark™](https://docs.delta.io/): This connector allows Apache Spark™ to read from and write to Delta Lake.
* [Apache Flink (Preview)](https://github.com/delta-io/delta/tree/master/connectors/flink): This connector allows Apache Flink to write to Delta Lake.
* [Apache Flink (Preview)](https://github.com/delta-io/connectors/tree/master/flink): This connector allows Apache Flink to write to Delta Lake.
* [PrestoDB](https://prestodb.io/docs/current/connector/deltalake.html): This connector allows PrestoDB to read from Delta Lake.
* [Trino](https://trino.io/docs/current/connector/delta-lake.html): This connector allows Trino to read from and write to Delta Lake.
* [Delta Standalone](https://docs.delta.io/latest/delta-standalone.html): This library allows Scala and Java-based projects (including Apache Flink, Apache Hive, Apache Beam, and PrestoDB) to read from and write to Delta Lake.
Expand Down
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -882,10 +882,10 @@ lazy val flink = (project in file("connectors/flink"))
autoScalaLibrary := false, // exclude scala-library from dependencies
Test / publishArtifact := false,
pomExtra :=
<url>https://github.com/delta-io/delta</url>
<url>https://github.com/delta-io/connectors</url>
<scm>
<url>git@github.com:delta-io/delta.git</url>
<connection>scm:git:git@github.com:delta-io/delta.git</connection>
<url>git@github.com:delta-io/connectors.git</url>
<connection>scm:git:git@github.com:delta-io/connectors.git</connection>
</scm>
<developers>
<developer>
Expand Down

0 comments on commit c8f812f

Please sign in to comment.