Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kagis/pgblackboard
Minimalistic GIS enabled interface for PostgreSQL
https://github.com/kagis/pgblackboard
pgadmin phppgadmin postgis postgres postgres-client postgresql-admin postgresql-client
Last synced: about 2 months ago
JSON representation
Minimalistic GIS enabled interface for PostgreSQL
- Host: GitHub
- URL: https://github.com/kagis/pgblackboard
- Owner: kagis
- License: mit
- Created: 2014-04-30T16:38:04.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-10-24T12:04:58.000Z (2 months ago)
- Last Synced: 2024-10-25T12:05:39.455Z (2 months ago)
- Topics: pgadmin, phppgadmin, postgis, postgres, postgres-client, postgresql-admin, postgresql-client
- Language: JavaScript
- Size: 16 MB
- Stars: 7
- Watchers: 3
- Forks: 0
- Open Issues: 21
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# pgBlackboard
Minimalistic GIS-enabled webadmin interface for PostgreSQL
## Features
### Mapbox GL powered map
- screenshot
### Edit queryed dataset
- video here
### Multi statement scripts
pgBalckboard can execute scripts with multiple statements and
view result of each statement- screenshot
### Memory efficient backend
### Extremely lightweight
- 2Mb compressed docker image
- 20Mb max mem per user## Run
[Dockerhub repo](https://hub.docker.com/r/kagiskz/pgblackboard/)
### Run in foreground
```
docker run -it --rm -e PGBB_POSTGRES=PGHOST:PGPORT -p 7890:7890 kagiskz/pgblackboard
```### Run in background
```
docker run -d --restart unless-stopped -e PGBB_POSTGRES=PGHOST:PGPORT -p 7890:7890 kagiskz/pgblackboard
```