# tinyows **Repository Path**: mirrors_mapserver/tinyows ## Basic Information - **Project Name**: tinyows - **Description**: Source code of the TinyOWS project. Please submit pull requests to the 'main' branch. - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2025-12-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # TinyOWS [![Build TinyOWS on Linux Status](https://github.com/MapServer/tinyows/actions/workflows/linux.yml/badge.svg)](https://github.com/MapServer/tinyows/actions?query=workflow%3A%22Linux%20Build%22%20branch%3Amain) [![Release](https://img.shields.io/github/v/release/MapServer/tinyows)](https://github.com/MapServer/tinyows/releases) TinyOWS is a simple WFS-T server based on PostGIS spatial database. ## Documentation Home https://mapserver.org/tinyows/ ## Approach TinyOWS was written with the following things in mind: - KISS approach ! - As OGC standard compliant as possible, aiming to support: - WFS (1.0 and 1.1) - FE (1.0 and 1.1) - Performance is important, maps are cool when they're quick to display - Clean source code ## Code quality policy All code must meet the following rules : - gcc -c99 -pedantic -Wall compile without any warning (make) - Unit test with Valgrind error and leak free (make valgrind) - Pass throught OGC CITE WFS-T tests (1.0.0 and 1.1.0 SF-0) Code dynamically linked with the following other librairies: - PostgreSQL - libxml2 - flex ## Credits In memory of Olivier Courtin, the original developer of TinyOWS and visionary.