/deltalake-go

An implementation of Delta Lake in Go

Primary LanguageGoApache License 2.0Apache-2.0

deltalake-go

An implementation of the Delta Lake specification in Go.

ℹ️ Project Status

This project is no longer being actively developed as I switched to using https://github.com/delta-io/delta-rs. Forks are welcome :)

Status

This is a work in progress. The following features are implemented:

  • Create a table
  • Read a table
  • Write to a table

Supported Actions

  • AddFile
  • RemoveFile
  • ChangeMetadata
  • CommitInfo

License

Apache 2.0