prostgles / ui

PostgreSQL Editor and Dashboard

Home Page:https://prostgles.com/ui

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Prostgles UI

Web dashboard and SQL Editor for Postgres

Screenshots

More

Features

  • SQL Editor with schema auto-completion and useful hints
  • Data edit and exploration dashboard
  • Sorting, Filtering and Cross-Filtering joined tables
  • Search with field and searchterm auto-completion
  • Multimedia (audio/video/image) display
  • HTML display
  • SVG display
  • Data import (CSV, JSON and GeoJSON)
  • Realtime data
  • Customiseable layout. Tab and side-by-side view
  • Functions and Aggregations
  • Map and Time charts with aggregations
  • PostGIS support
  • Mobile friendly
  • LISTEN NOTIFY support

Installation

git clone https://github.com/prostgles/ui.git
cd ui
docker compose up 

By default the app will be accessible at localhost:3004. To use a custom port (3099 for example) and/or a custom binding address (0.0.0.0 for example):

git clone https://github.com/prostgles/ui.git
cd ui
PRGL_DOCKER_IP=0.0.0.0 PRGL_DOCKER_PORT=3099 docker compose up 

About

PostgreSQL Editor and Dashboard

https://prostgles.com/ui

License:Apache License 2.0


Languages

Language:CSS 60.0%Language:TypeScript 36.9%Language:HTML 2.9%Language:Dockerfile 0.2%Language:Shell 0.1%