Skip to content

questdb/ui

Repository files navigation

QuestDB UI

This repository is a monorepo hosting the implementation of QuestDB user interface and surrounding tooling.

Currently there are these packages:

  • web-console - the GUI tool shipped with QuestDB
  • react-components - small component library for internal reuse between QuestDB products
  • browser-tests - a utility based on cypress that helps to automate interactions and assert zero regressions

Contributing

We always welcome contributions from the community!

Please read our local development setup document to learn how to get started.