https://github.com/wherobots/havasu
The spatial table format for spatial lakehouse
https://github.com/wherobots/havasu
apache-sedona data-lake geoparquet havasu iceberg raster
Last synced: 6 months ago
JSON representation
The spatial table format for spatial lakehouse
- Host: GitHub
- URL: https://github.com/wherobots/havasu
- Owner: wherobots
- License: apache-2.0
- Created: 2023-10-11T05:17:21.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-04T06:18:21.000Z (about 2 years ago)
- Last Synced: 2024-05-04T19:44:57.533Z (about 2 years ago)
- Topics: apache-sedona, data-lake, geoparquet, havasu, iceberg, raster
- Homepage: https://docs.wherobots.services/latest/references/havasu/spec/
- Size: 9.77 KB
- Stars: 13
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Havasu Table Format Specification
Havasu is a spatial table format built on top of Apache Iceberg. Havasu
supports ACID transactions, schema evolution, and time travel on spatial
data including geometries and rasters. Havasu stores spatial data in
Apache Parquet format on cloud storage, which is very cost effective and
highly decoupled with computation.
This repository contains the Havasu specification, which is a formal
description of the Havasu table format. The specification is written in
Markdown and can be found in the [spec.md](spec.md) file.
A reader and writer implementation of Havasu table format specification
is available in [WherobotsDB](https://docs.wherobots.com/latest/tutorials/sedonadb/introduction/).
The detailed usage of WherobotsDB Havasu operations can be found on
[Wherobots Havasu References](https://docs.wherobots.com/latest/references/havasu/introduction/).