https://github.com/marregui/quest
Desktop client application that uses the Postgres Wire Protocol to connect to a compatible database such as QuestDB, CrateDB, TimescaleDB and Postgres.
https://github.com/marregui/quest
gui java questdb questdb-desktop-client sql swing-gui timeseries
Last synced: 7 months ago
JSON representation
Desktop client application that uses the Postgres Wire Protocol to connect to a compatible database such as QuestDB, CrateDB, TimescaleDB and Postgres.
- Host: GitHub
- URL: https://github.com/marregui/quest
- Owner: marregui
- License: apache-2.0
- Created: 2020-01-02T19:41:59.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2023-03-08T08:14:21.000Z (almost 3 years ago)
- Last Synced: 2025-06-24T03:43:15.773Z (7 months ago)
- Topics: gui, java, questdb, questdb-desktop-client, sql, swing-gui, timeseries
- Language: Java
- Homepage:
- Size: 2.57 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# quest
Quest is a desktop user interface to common
`postgress wire protocol`-compatible databases such as:
- [**QuestDB**](https://github.com/questdb/questdb)
- [**Postgres**](https://github.com/postgres/postgres)
## Build commands
- wrapper: regenerates the gradle scaffolding,
*eg.* `gradle whapper`, so that then you can use the subsequent commands.
- **build**: `./gradlew clean build`
## Run commands (to develop)
- windows: `gradlew.bat run`
- mac/linux: `./gradlew run`
## Installation
After the **build** command completes, you will find a zip file in `build/distributions/`:
- `cd build/distributions`
- `unzip quest-*.zip`
- `cd quest-`
- `bin/quest` (or `bin\quest.bat` in windows)