An open API service indexing awesome lists of open source software.

https://github.com/cmackenzie1/deltalake-go

An implementation of Delta Lake in Go
https://github.com/cmackenzie1/deltalake-go

delta-lake deltalake golang

Last synced: 6 months ago
JSON representation

An implementation of Delta Lake in Go

Awesome Lists containing this project

README

          

# deltalake-go

An implementation of the [Delta Lake](https://delta.io/) [specification](https://github.com/delta-io/delta/blob/master/PROTOCOL.md#schema-serialization-format)
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](./LICENSE)