Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions implementations.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Implementations

## Overview

This page points to implementations of OGC API Publish-Subscribe Workflow.

## Implementations:

* [pycsw](#pycsw)

## pycsw

[pycsw](https://pycsw.org) is an OGC API - Records and CSW server implementation written in Python.

Part 1 is implemented on any transactions, publishing messages via MQTT using the following:
- autodiscovery as per Requirements Class Discovery
- message payload as per Requirements Class Message Payloads — CloudEvents (JSON)
- channels as per Clause 9: Channels (Informative)

Landing page:

* https://demo.pycsw.org/cite

More information can be found in the [documentation](https://docs.pycsw.org/en/latest/pubsub.html).