Skip to content

Commit

Permalink
[MINOR] Intro with more links
Browse files Browse the repository at this point in the history
  • Loading branch information
jaceklaskowski committed Aug 14, 2022
1 parent cc7527a commit b40bb2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/overview.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# {{ book.title }}

[Delta Lake](https://delta.io/) is an open-source [Apache Spark](https://spark.apache.org/)-based data lake storage layer with [ACID transactions](OptimisticTransaction.md) and [time travel](time-travel/index.md).
[Delta Lake](https://delta.io/) is an open-source cloud storage layer for data lakes with [ACID transactions](OptimisticTransaction.md), [time travel](time-travel/index.md) and [many more](features/index.md) (you'd rather not wanna miss in your data-heavy architectures).

As [it was well said](https://github.com/delta-io/delta/issues/467#issuecomment-696708455): _"Delta is a storage format while Spark is an execution engine...to separate storage from compute."_
As [it was well said](https://github.com/delta-io/delta/issues/467#issuecomment-696708455): _"Delta is a storage format while Spark is an execution engine...to separate storage from compute."_ Yet, Delta Lake can run with other execution engines like [Trino](https://trino.io/docs/current/connector/delta-lake.html) or [Apache Flink](https://github.com/delta-io/connectors/tree/master/flink).

Delta Lake {{ delta.version }} supports Apache Spark {{ spark.version }} (cf. [build.sbt]({{ delta.github }}/build.sbt#L19)).

Expand Down

0 comments on commit b40bb2a

Please # to comment.