https://github.com/52north/awi-nearrealtime-example-db

AWI NearRealTime Example Database

https://github.com/52north/awi-nearrealtime-example-db

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 (4.1%) to scientific vocabulary

Keywords

awi docker nearrealtime postgis postgres sos
Last synced: 5 months ago · JSON representation

Repository

AWI NearRealTime Example Database

Basic Info
  • Host: GitHub
  • Owner: 52North
  • Language: Shell
  • Default Branch: master
  • Homepage:
  • Size: 4.38 MB
Statistics
  • Stars: 0
  • Watchers: 8
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Archived
Topics
awi docker nearrealtime postgis postgres sos
Created about 7 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 Example Database

Extract of the AWI NearRealTime database for development purposes.

Building

Just build the Docker image: sh docker build -t awi/nearrealtime-example-db:latest .

Running

This image uses mdillon/postgis:9.6-alpine and postgres:9.6-alpine as it's base, so their configuration parameters apply to this image as well. Particulary the environment variables POSTGRES_DB, POSTGRES_USER, and POSTGRES_PASSWORD should be supplied:

sh docker run --rm -it -p 5432:5432 \ -e POSTGRES_DB=nearrealtime \ -e POSTGRES_USER=postgres \ -e POSTGRES_PASSWORD=postgres \ awi/nearrealtime-example-db:latest

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: about 1 year ago

All Time
  • Total issues: 0
  • Total pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 0
  • Total 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
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
Top Labels
Issue Labels
Pull Request Labels

Dependencies

Dockerfile docker
  • mdillon/postgis 9.6-alpine build