https://github.com/michelp/postgrest-gis-demo
A guide to using PostGIS and PostgREST to visualize data from ADSBExchange.
https://github.com/michelp/postgrest-gis-demo
Last synced: 4 months ago
JSON representation
A guide to using PostGIS and PostgREST to visualize data from ADSBExchange.
- Host: GitHub
- URL: https://github.com/michelp/postgrest-gis-demo
- Owner: michelp
- License: mit
- Created: 2018-05-16T17:45:45.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-13T22:46:05.000Z (almost 8 years ago)
- Last Synced: 2025-07-01T12:03:31.306Z (12 months ago)
- Language: PLpgSQL
- Homepage:
- Size: 6.84 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PostgREST GIS Demo
A guide to using [PostGIS](https://postgis.net/) and
[PostgREST](https://postgrest.org/en/v5.0/) to visualize data from
[ADSBExchange](https://www.adsbexchange.com/).
= Intro =
Before beginning, make sure you have [Docker](https://www.docker.com/)
and [Docker Compose](https://docs.docker.com/compose/) installed on
your test machine.
To start the demo, clone this repo, and run the command:
docker-compose up -d
You will see the containers pull and build, this may take some time.
After the build is complete, you can verify that all the services are
running with `docker-compose ps`:
docker-compose ps
...
...
If the up command failed, check that no other programs are using the
ports specified in `docker-compose.yml`
Now point your browser to `http://localhost:`