![Create React App Officially Deprecated Amid React 19 Compatibility Issues](https://cdn.sanity.io/images/cgdhsj6q/production/04fa08cf844d798abc0e1a6391c129363cc7e2ab-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Create React App Officially Deprecated Amid React 19 Compatibility Issues
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
@questdb/web-console
Advanced tools
This package contains code of the GUI for interacting with QuestDB.
It is a web application built with TypeScript and React and managed with Yarn@3 and Webpack.
You need to do the following steps:
The setup is fairly quick!
The repository is about 250MB in size. This is expected, because we use Yarn@3 with PnP.
Download is what takes the most amount of time (~1 minute on a decent connection).
clone using SSH:
git clone git@github.com/questdb/ui.git
or using HTTPS:
git clone git@github.com/questdb/ui.git
or using Github CLI:
gh repo clone questdb/ui
node -v
should return 16.13.1
If it doesn't, you can use fnm or nvm to manage node versions on your machine.
Then run fnm use
or nvm use
to set correct version.
yarn -v
should return v3 (like 3.2.1
).
If it returns command not found
, enable yarn
by running corepack enable
.
Follow official installation guide if you have trouble.
run yarn
to bootstrap dependencies. This should be a quick process (less than a minute).
yarn workspace @questdb/web-console start
localhost:9999 should show web console
This package is a only GUI for QuestDB, it does not include QuestDB itself.
GUI will work without it, but since it's a tool to interact with QuestDB, you will need QuestDB as well.
Check readme.md of QuestDB to learn how to install it.
If you have docker
, then it's simply:
docker run -p 9000:9000 -p 9009:9009 -p 8812:8812 questdb/questdb
Do your code changes and browser will automatically refresh localhost:9999.
Happy hacking!
yarn
build
script:yarn workspace @questdb/web-console run build
packages/web-console/dist
This monorepo contains browser-tests
package which is used to test
web-console
package. browser-tests
does not yet run as part of
web-console
build on CI, but they can be used to test changes locally.
Tests are written with Cypress E2E framework.
web-console
local dev environment as explained above in this document.yarn workspace browser-tests test
or
yarn workspace browser-tests run cypress open
FAQs
QuestDB Console
The npm package @questdb/web-console receives a total of 404 weekly downloads. As such, @questdb/web-console popularity was classified as not popular.
We found that @questdb/web-console demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 3 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.