Menu

Connect Your Data Sources

Seamlessly integrate your existing databases with Geohavn's spatial index through secure webhook endpoints and flexible field mapping.

Multiple Data Sources

Connect PostgreSQL, MySQL, Oracle, and more with dedicated webhook endpoints.

Smart Field Mapping

Automatically transform app queries to match your database schema.

Secure Authentication

JWT tokens with fine-grained permissions for each data source.

How It Works

Webhook Architecture

  • RESTful Endpoints

    Apps query your data through standard HTTP requests

  • Real-time Processing

    Sub-200ms response times for spatial queries

  • Automatic Retries

    Built-in resilience with exponential backoff

Security Features

  • JWT Authentication

    Cryptographically signed tokens with 1-year validity

  • Source-Level Permissions

    Control which apps access which databases

  • Request Validation

    Automatic input sanitization and query limits

Simple Integration

Get started with just a few lines of code.

# Example webhook handler
app.post('/webhooks/geohavn', (req, res) => {
  const { query, token } = req.body;
  // Your spatial query logic
  res.json(results);
});

Performance Insights

Monitor your webhook performance in real-time.

  • Response time tracking
  • Success rate monitoring
  • Request volume analytics
  • Error diagnostics

Field Mapping Magic

Your Database Schema

water_depth_m: NUMERIC
ph_reading: FLOAT
measured_at: TIMESTAMP
location: GEOMETRY

App Query (Auto-Transformed)

depth → water_depth_m
ph_value → ph_reading
timestamp → measured_at
geometry → location

Apps use standard field names while Geohavn automatically maps them to your schema. No changes needed to your database!

Supported Data Sources

PostgreSQL

With PostGIS extension

MySQL

Spatial data support

Oracle Spatial

Enterprise geodata

Plus MongoDB, SQL Server, and any database with spatial capabilities

Ready to Connect Your Data?

Join organizations managing millions of spatial features through Geohavn's secure webhook infrastructure.

Enterprise Features

VPC peering and private endpoints available
SLA-backed uptime and performance guarantees
SOC 2 Type II certified infrastructure
Advanced analytics and custom reporting
Geohavn - Geo Apps Built on Real Data