JSPM

  • Created
  • Published
  • Downloads 2
  • Score
    100M100P100Q88403F
  • License MIT

conquery

Package Exports

  • conquery

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (conquery) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

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