conquery

1.10.0 • Public • Published

conquery-frontend

Technologies

  • ES6
  • react / redux
  • webpack
  • simple express.js server for a mock api

Run (production)

Requirements

  • docker

Linux / OS X

./scripts/start_production.sh

Windows

Commands analogoues to start_production.sh script.

Install & start (development)

Requirements

  • node 8.9 LTS
  • yarn >= 1.3.2

Install

$ yarn

Start

$ yarn start

Glossary

Depending on the use-case, we're still calling the same concepts differently sometimes. Here is an explanation.

  • Category Tree – consists of concept nodes
  • Category Tree Node / Concept – a concept node
  • Query
    • consisting of multiple and-groups
    • which again consist of multiple or-ed concepts
    • which again are applied on different tables
    • which again may contain certain filters for table columns
  • Query Editor – on the right, used to construct a query interactively
  • Query And Group / Group – column in the query editor
  • Query Node / Element – one node in the query editor, either a concept or a previous query
  • Previous Query / Stored Query – a previous query that has been saved in the backend database for future use (as itself or within other queries)
  • Dataset / Database – data set that is used to ask queries against
  • Tooltip – small area (below), that contains additional information on hovering over certain elements
  • Additional Infos – data (key-value pairs) that are part of concept nodes and can be displayed inside the tooltip

Package Sidebar

Install

npm i conquery

Weekly Downloads

18

Version

1.10.0

License

MIT

Unpacked Size

673 kB

Total Files

286

Last publish

Collaborators

  • marcusbaitz