From 9a80686390d184d29d5a43dd4c00f970532eeb4a Mon Sep 17 00:00:00 2001 From: Maxime Petazzoni Date: Fri, 3 May 2024 10:52:40 -0700 Subject: [PATCH] feat: update links to new domain in README --- README.md | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6c7821c..7fa9c8f 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,16 @@ # 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. +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. +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 Wherobots [SedonaDB](https://docs.wherobots.services/latest/tutorials/sedonadb/introduction/). The detailed usage of SedonaDB Havasu operations can be found on [Wherobots Havasu References](https://docs.wherobots.services/latest/references/havasu/introduction/). +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/).