diff --git a/docs-overrides/main.html b/docs-overrides/main.html index 8c6ca97f3d..c548423110 100644 --- a/docs-overrides/main.html +++ b/docs-overrides/main.html @@ -89,7 +89,7 @@

Apache Sedona

- +
@@ -104,29 +104,23 @@

Apache Sedona

-
-- Create a table
-    CREATE TABLE users (
-        id INT PRIMARY KEY,
-        name VARCHAR(50),
-        email VARCHAR(100),
-        created_at TIMESTAMP DEFAULT CURRENT_TIMESTAMP
-    );
+
SELECT superhero.name
+FROM city, superhero
+WHERE ST_Contains(city.geom, superhero.geom)
+AND city.name = 'Gotham'
- - + +
@@ -140,12 +134,11 @@

Apache Sedona

-
+
- - - - + + +
@@ -159,10 +152,11 @@

Apache Sedona

-
curl https://install.sedona.apache.org | sh
- - + +
@@ -174,7 +168,7 @@

Install SedonaDB, or run Sedona on distributed systems when you need additional scale.

- + Install SedonaDB @@ -190,10 +184,10 @@

-

Want to appear on our use new case page (coming soon)?

+

Want to share your Sedona use case?

- Submit a pull request or send a quick description of your organization and usage to the mailing list and we'll add you. + Join our Discord or create a GitHub Discussion so we can collaborate.
@@ -317,7 +311,7 @@

Apache Sedona at a glance

Scalable

-
Works with planetary-scale datasets in Spark, Flink, or local systems.
+
Works with small or large datasets with Spark, Flink, or locally.
@@ -325,15 +319,15 @@

Scalable

Feature Complete

-
300+ spatial functions, multiple file formats, full integration with data lakes to databases.
+
300+ spatial functions, support for spatial file formats, and compatible with lakehouses and databases.
-

Raster + Vector Joins

-
High-performance joins across multiple data types.
+

Raster and Vector Support

+
Analyze both raster and vector datasets.
@@ -341,7 +335,7 @@

Raster + Vector Joins

Portable

-
Run locally, on cloud, or in data platforms like Snowflake.
+
Easy to run locally, in the cloud, or with any data platform.
@@ -349,9 +343,9 @@

Portable

Fast

-
Works with planetary-scale datasets in Spark, Flink, or local systems.
+
Optimized execution for single node or distribute cluster environments.

Familiar

-
Works with SQL, Python, Scala, Java, and R.
+
Supports many programming languages and runnable in the environment where you feel most comfortable.
@@ -404,7 +398,7 @@

Deploy Sedona where you need it

SedonaDB

Standalone runtime for local processing and development.