Skip to content

Commit

Permalink
update readme (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
xbrianh authored Sep 6, 2024
1 parent 6281ab4 commit c144c7c
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# xdlake
A loose implementation of the deltalake [protocol](https://github.com/delta-io/delta/blob/master/PROTOCOL.md), written
in Python on top of [pyarrow](https://arrow.apache.org/docs/python/index.html), focused on extensibility,
customizability, and distributed data.

A loose implementation of [deltalake](https://delta.io), and the deltalake, written in Python on top of
[pyarrow](https://arrow.apache.org/docs/python/index.html), focused on extensibility, customizability, and distributed
data.

This is mostly inspired by the [deltalake package](https://github.com/delta-io/delta-rs), and is (much) less battle tested.
However, it is more flexible given it's Pythonic design. If you're interested give it a shot and maybe even help make it
Expand Down Expand Up @@ -130,6 +131,7 @@ xdlake.storage.register_filesystem("az://container-blah/whiz/whaz", az_creds)

## Links
Project home page [GitHub](https://github.com/xbrianh/xdlake)
The deltalake transaction log [protocol](https://github.com/delta-io/delta/blob/master/PROTOCOL.md)

### Bugs
Please report bugs, issues, feature requests, etc. on [GitHub](https://github.com/xbrianh/xdlake).
Expand Down

0 comments on commit c144c7c

Please sign in to comment.