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
- Host: GitHub
- URL: https://github.com/cmackenzie1/deltalake-go
- Owner: cmackenzie1
- License: apache-2.0
- Created: 2023-03-13T16:07:34.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-24T20:45:55.000Z (about 2 years ago)
- Last Synced: 2023-07-24T21:44:25.016Z (about 2 years ago)
- Topics: delta-lake, deltalake, golang
- Language: Go
- Homepage:
- Size: 78.1 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)