Skip to content

conterra/mapapps-query-builder

Repository files navigation

devnet-bundle-snapshot Static Badge Static Badge

Query Builder

The Query Builder Bundle allows you to create your own Query Tools that perform custom complex queries on a store. For example, choosing all cities with more than 1 million inhabitants. The results of your queries are shown in the resultcenter. As an admin, it is possible to create complex queries using an interactive graphical user interface, or manually in a text format. If you enable the editing of a tool, the users will be able to change selected parts of the query. They can create their own queries if you add a special tool to your app.

Screenshot App

The Query Builder 3 for Linie 3 can be found in the 3.x branch: https://github.com/conterra/mapapps-query-builder/tree/3.x

Build Status

devnet-bundle-snapshot

Sample App

https://demos.conterra.de/mapapps/resources/apps/downloads_query_builder/index.html

Installation Guide

⚠️Attention the new Query Builder version 5 has a different configuration than the previous version 4

dn_querybuilder Documentation

dn_queryplaceholder Documentation

Quick start

Clone this project and ensure that you have all required dependencies installed correctly (see Documentation).

Then run the following commands from the project root directory to start a local development server:

# install all required node modules
$ mvn initialize

# start dev server
$ mvn compile -Denv=dev -Pinclude-mapapps-deps

# run unit tests
$ mvn test -P run-js-tests,include-mapapps-deps