Skip to content

tvsltd/docker-se-sosemu

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sosemu service

The sosemu service provides a minimal (52North) SOS REST API with the goal of providing last values for each station.

This service was developed initially within the SE project to support the SmartApp, in absence of SOS at that time.

This service will be deprecated, to be replaced by SensorThings API via GOST.

Hosting

The Docker Image is hosted as: smartemission/se-sosemu at DockerHub.

Environment

The following environment vars need to be set, either via docker-compose or Kubernetes.

Environment variable
SOSEMU_DB_HOST
SOSEMU_DB_PORT
SOSEMU_DB_NAME
SOSEMU_DB_SCHEMA
SOSEMU_DB_USER
SOSEMU_DB_PASSWORD

Architecture

The image contains a simple Flask webapp running in gunicorn WSGI server. The app directly connects to the SE Database tables for last values.

Links

About

Docker image for sosemu, a minimal SOS REST service

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 57.7%
  • HTML 35.4%
  • Shell 5.4%
  • CSS 1.5%