Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 892 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 892 Bytes

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
  • screenshot-tests - a utility based on puppeteer that helps to automate screenshot taking of a website and compare them between runs

Contributing

We always welcome contributions from the community!

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