![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.
In order to run this package locally, you need to do the following steps:
local-development-setup.md
)Consult instructions on local-development-setup.md
document.
@questdb/react-components
, which this repository uses:yarn workspace @questdb/react-components build
yarn workspace @questdb/web-console start
localhost:9999 should show web console
This package (web-console
) is a only GUI for QuestDB, it does not include QuestDB itself.
GUI will work without it, but because 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 package uses Jest for unit tests.
To run them locally while developing, run:
yarn workspace @questdb/web-console run test
This will start jest in watch mode and will rerun tests on file changes.
If you want to run tests once, use:
yarn workspace @questdb/web-console run test:prod
This command is also used in CI.
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.