Sedona in the context of WherobotsDB.
Create SedonaContext
To start using WherobotsDB, we need to launch a SedonaContext in Wherobots cloud:- Python
- Scala
- Java
expr and selectExpr can be used:
Quick start
After starting SedonaContext, users can start working with WherobotsDB on Wherobots cloud without any setup.Create a WherobotsDB Havasu table
Wherobots cloud provides a set of default configurations for the users to store data under the S3 prefix allocated for the users. Simply usewherobots as the catalog name when creating a Havasu table.
- Python
- Scala
- Java
Read data from external storage
User can ingest and query data using WherobotsDB. For example, users can load an example CSV file:- Python
- Scala
- Java
Insert data to a WherobotsDB Havasu table
User can insert the data above to an existing WherobotsDB table.- Python
- Scala
- Java
Read from a WherobotsDB Havasu table
User can immediately query the data stored in Havasu table.- Python
- Scala
- Java
Feature Limitations
- MOR Tables: Havasu does not support MOR tables. We will add MOR support to Havasu in the future.
- File Formats: Havasu only supports storing geometry or raster values in parquet files. Other formats such as ORC or Avro are not supported.

