https://github.com/52north/awi-nearrealtime-series-proxy

Implementation of the Series REST API as a proxy in front of the AWI NearRealTime SOS.

https://github.com/52north/awi-nearrealtime-series-proxy

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (7.5%) to scientific vocabulary

Keywords

awi nearrealtime ogc proxy rest-api sensorweb sos swe
Last synced: 5 months ago · JSON representation

Repository

Implementation of the Series REST API as a proxy in front of the AWI NearRealTime SOS.

Basic Info
  • Host: GitHub
  • Owner: 52North
  • Language: Java
  • Default Branch: master
  • Homepage:
  • Size: 65.4 KB
Statistics
  • Stars: 0
  • Watchers: 6
  • Forks: 0
  • Open Issues: 9
  • Releases: 0
Archived
Topics
awi nearrealtime ogc proxy rest-api sensorweb sos swe
Created over 8 years ago · Last pushed over 1 year ago
Metadata Files
Readme

README.md

ARCHIVED

This project is no longer maintained and will not receive any further updates. If you plan to continue using it, please be aware that future security issues will not be addressed.

AWI NearRealTime Series SOS Proxy

Implementation of the Series REST API as a proxy in front of the AWI NearRealTime SOS.

Configuration

Series API specific settings can be configured in src/main/resources/application.properties and <webapp>/classes/application.properties. Especially the external.url and series.database.* properties should be set here. The proxy uses a Postgres database for caching service metadata and uses these settings for the connection.

The SOS service(s) that should be harvested are configued in src/main/resources/config-data-sources.json and <webapp>/classes/config-data-sources.json respectively.

Logging is done using Logback and can be configured in src/main/resources/logback.xml and <webapp>/classes/logback.xml respectively.

Building

The service requires Java 8 and Maven:

mvn clean install

The WAR file can be found at target/de.awi.sos.api.war

Deployment

The WAR file can be deployed in a Java Application Server of your choice. Please adjust the configuration files (especially hibernate.properties either prior to building or in the WAR file.

Docker

There is a Dockerfile that creates a Jetty deployment:

sh docker build -t awi/nearrealtime-series-proxy:latest .

sh docker run -it -p 8080:8080 \ -v ./logback.xml:/var/lib/jetty/webapps/ROOT/WEB-INF/classes/logback.xml:ro -v ./config-data-sources.json:/var/lib/jetty/webapps/ROOT/WEB-INF/classes/config-data-sources.json:ro -v ./application.properties:/var/lib/jetty/webapps/ROOT/WEB-INF/classes/application.properties:ro awi/nearrealtime-series-proxy:latest Be aware that you have to link the database to the container or have both containers on the same Docker network.

After this the SOS should be accessible at http://localhost:8080/api/

A docker-compose example deployment can be found here.

Owner

  • Name: 52°North Spatial Information Research GmbH
  • Login: 52North
  • Kind: organization
  • Email: info@52north.org
  • Location: Münster

Advancing spatial information infrastructures to foster open science

GitHub Events

Total
Last Year

Issues and Pull Requests

Last synced: 8 months ago

All Time
  • Total issues: 0
  • Total pull requests: 62
  • Average time to close issues: N/A
  • Average time to close pull requests: about 2 months
  • Total issue authors: 0
  • Total pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.87
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 62
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
  • dependabot-preview[bot] (62)
Top Labels
Issue Labels
Pull Request Labels
dependencies (62)

Packages

  • Total packages: 1
  • Total downloads: unknown
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 4
repo1.maven.org: org.n52.awi:nrt-series-api

52°North AWI Series API

  • Versions: 4
  • Dependent Packages: 0
  • Dependent Repositories: 0
Rankings
Dependent repos count: 32.0%
Average: 40.4%
Dependent packages count: 48.9%
Last synced: 6 months ago

Dependencies

pom.xml maven
  • joda-time:joda-time 2.10.1
  • org.n52.arctic-sea:shetland 5.1.0
  • org.n52.series-api.db:dao 2.0.0-alpha.11
  • org.n52.series-api:proxy-dao 1.0.0-alpha.9
  • org.n52.series-api:proxy-webapp 1.0.0-alpha.9
  • org.slf4j:slf4j-api 1.7.25
Dockerfile docker
  • jetty jre8-alpine build
  • maven 3-jdk-8 build