Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/geocml/drgon
DRGON is a Distributed Registry of GISystems Over a Network
https://github.com/geocml/drgon
ansible docker gis javascript postgresql rest
Last synced: about 2 months ago
JSON representation
DRGON is a Distributed Registry of GISystems Over a Network
- Host: GitHub
- URL: https://github.com/geocml/drgon
- Owner: geoCML
- License: gpl-2.0
- Created: 2024-09-08T18:58:01.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-11-03T20:27:48.000Z (2 months ago)
- Last Synced: 2024-11-03T20:28:50.024Z (2 months ago)
- Topics: ansible, docker, gis, javascript, postgresql, rest
- Language: JavaScript
- Homepage: http://drgon.geocml.com:8000
- Size: 35.2 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DRGON
DRGON (pronounced like 'Dragon') is a Distributed Registry of GISystems Over a Network.
## Introduction
We get it: Finding GIS data can be difficult. DRGON collects a registry geoCML deployments over the internet (or an intranet, if you prefer). Using a simple REST API, you can easily query DRGON to find the perfect dataset.
## Quickstart Guide
Before interacting with DRGON, you must first have a hosted geoCML deployment with a properly configured geoCML Server Portal. Next, register for an API key via a POST request to `:8000/apikey`; You must provide an email address in the request body. Copy your API key to a safe place, you will only be able to view it once!
On your deployment's server machine, create the following system environment variables:
- DRGON_HOST: the host URL of the DRGON instance you want to use (_Do not include trailing slash_)
- DRGON_API_KEY: your DRGON API keyRestart your geoCML instance. After ~1 minute, geoCML Task Scheduler will ping DRGON and automatically register your deployment.
### Using DRGON Over The Internet
A production DRGON instance is hosted at http://drgon.geocml.com:8000. You can use this public DRGON instance to register non-sensitive/non-confidential geoCML deployments.
### Using DRGON Over A Private Internal Network
For sensitive deployments, you can deploy your own DRGON instance behind an internal private network. Simply code this repository and deploy the Docker compose services to your favorite hosting service.