Extension Spatial Ingestor Interface


Extension Basics

Title
Spatial Ingestor Interface
Name
ckanext-spatialingestor
Type
Public extension
Description
Interface for spatial ingestor CKAN microservice
CKAN versions
Download-Url (zip)
Download-Url commit date
2017-02-18
Url to repo
Category
Cloud Infrastructure & Storage


Background Infos

Description (long)
Show details

Extension that provides an interface for integrating with the spatialingestor CKAN microservice. This extension enables CKAN to communicate with a separate spatial data ingestion service, likely for processing, transforming, and loading spatial/geographic data into CKAN. The microservice architecture allows for specialized handling of spatial data formats (GeoJSON, Shapefiles, etc.) without overloading the main CKAN application. The extension acts as a bridge between CKAN and the spatial processing microservice, handling data exchange and workflow coordination. Minimal documentation available - primarily serves as integration layer for spatial data workflows.

Version
0.1
Version release date
2017-02-18
Contact name
Greg von Nessi
Contakt email
Contact Url
(not set)


Installation Guide

Configuration hints

Add ‘spatialingestor’ to ckan.plugins in your CKAN configuration. Microservice Architecture: This extension interfaces with a separate spatial ingestor microservice for processing spatial data. Requires external spatialingestor service to be running and accessible. Use Cases: Processing and ingesting spatial data formats (GeoJSON, Shapefiles, KML, etc.), transforming geographic data before storage, handling complex spatial operations without overloading CKAN. CLI Command: Extension includes ‘spatialingestor’ CLI command via paste.paster_command (legacy Paster command). Note: Minimal documentation - consult with developer Greg von Nessi for detailed setup and microservice configuration. Namespace packages: ckanext.spatialingestor.

Plugins to configure (ckan.ini)
spatialingestor
CKAN Settings (ckan.ini)
(not set)
DB migration to be executed
(not set)
<< back to Extensions