All Projects → prostgles → ui

prostgles / ui

Licence: Apache-2.0 license
PostgreSQL Editor and Dashboard

Programming Languages

CSS
56736 projects
typescript
32286 projects
HTML
75241 projects

Projects that are alternatives of or similar to ui

QuickTraceiOSLogger
A real time iOS log trace tool, view iOS log with pc web browser under local area network, which will automatically scroll like xcode. 一个实时的iOS日志跟踪工具,在局域网中使用 PC Web 浏览器查看 iOS 日志,它将像xcode一样自动滚动。
Stars: ✭ 16 (-87.5%)
Mutual labels:  realtime
simplx
C++ development framework for building reliable cache-friendly distributed and concurrent multicore software
Stars: ✭ 61 (-52.34%)
Mutual labels:  realtime
accelerator-textchat-ios
OpenTok Text Chat Accelerator Pack enables text messages between mobile or browser-based devices.
Stars: ✭ 13 (-89.84%)
Mutual labels:  realtime
livebook
Automate code & data workflows with interactive Elixir notebooks
Stars: ✭ 3,402 (+2557.81%)
Mutual labels:  realtime
intrinio-realtime-java-sdk
Intrinio Java SDK for Real-Time Stock Prices
Stars: ✭ 22 (-82.81%)
Mutual labels:  realtime
javascript-examples
Examples for the Convergence Real-time Collaboration Engine
Stars: ✭ 40 (-68.75%)
Mutual labels:  realtime
trystero
🤝 Serverless WebRTC matchmaking for painless P2P — Make any site multiplayer in a few lines — Use BitTorrent, IPFS, or Firebase
Stars: ✭ 512 (+300%)
Mutual labels:  realtime
streamr-client-javascript
JS library for interacting with Streamr APIs: publishing and subscribing to data, creating streams, etc.
Stars: ✭ 35 (-72.66%)
Mutual labels:  realtime
Radar
Arduino Servo controller with Ultrasonic sensor, that will send distance value from sensor to Node.js via USB serial and leveraging socket.io to send the data to browser in realtime.
Stars: ✭ 24 (-81.25%)
Mutual labels:  realtime
flutter feathersjs.dart
Communicate with your feathers js server from flutter app with unbelieved ease and make happy your customers.
Stars: ✭ 19 (-85.16%)
Mutual labels:  realtime
SpatGRIS
Sound spatialization tool
Stars: ✭ 37 (-71.09%)
Mutual labels:  realtime
parse-hipaa
HIPAA & GDPR compliant ready parse-server with postgres/mongo, parse-hipaa-dashboard. Compatible with ParseCareKit
Stars: ✭ 74 (-42.19%)
Mutual labels:  postgis
Collaborate-Board
Realtime collaborate board based on Firebase developed and written in Kotlin.
Stars: ✭ 25 (-80.47%)
Mutual labels:  realtime
311-data
Empowering Neighborhood Associations to improve the analysis of their initiatives using 311 data
Stars: ✭ 48 (-62.5%)
Mutual labels:  postgis
QWAT
TEKSI Water module (project QWAT) - QGIS project
Stars: ✭ 52 (-59.37%)
Mutual labels:  postgis
CoCreate-dashboard
A simple dashboard component in vanilla javascript. Easily configured using HTML5 attributes and/or JavaScript API.
Stars: ✭ 20 (-84.37%)
Mutual labels:  realtime
revai-python-sdk
Rev AI Python SDK
Stars: ✭ 35 (-72.66%)
Mutual labels:  realtime
jui-chart
SVG-based JUI chart that can be used in the browser and Node.js. Support many types of charts. (Dashboard, Map, Topology, Full 3D, Realtime)
Stars: ✭ 58 (-54.69%)
Mutual labels:  realtime
vuo
A realtime visual programming language for interactive media.
Stars: ✭ 103 (-19.53%)
Mutual labels:  realtime
krawler
A minimalist (geospatial) ETL
Stars: ✭ 51 (-60.16%)
Mutual labels:  postgis

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 
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].