New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@questdb/web-console

Package Overview
Dependencies
Maintainers
3
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@questdb/web-console

QuestDB Console

  • 0.0.2
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
416
decreased by-10.15%
Maintainers
3
Weekly downloads
 
Created
Source

QuestDB Web Console

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.

Local development setup

TL;DR;

git clone git@github.com/questdb/ui.git
cd ui
docker run -p 9000:9000 -p 9009:9009 -p 8812:8812 questdb/questdb
yarn
yarn workspace @questdb/web-console start

Prerequisites

  • use node v16.13.1
    version is specified in .nvmrc file. You can use nvm or fnm to manage node versions on your machine.
  • monorepo is managed with yarn@3.
    Follow official installation guide. It should be enough to run corepack enable to have yarn enabled.
  • This package is a frontend client for QuestDB. Therefore, it requires a locally running QuestDB instance. 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
    

Start development environment

  1. Setup dependencies with yarn:
yarn
  1. Start development environment
yarn workspace @questdb/web-console start
  1. Open localhost:9999

make sure you have a local QuestDB instance running, as mentioned in "Prerequisites" above.

  1. Happy hacking!

Run build

  1. Make sure dependencies are set up:
yarn
  1. Run build script:
yarn workspace @questdb/web-console run build
  1. Build process emits static HTML, CSS and JS files in packages/web-console/dist

FAQs

Package last updated on 23 Jun 2022

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc