Skip to content

hardforkio/conquery

 
 

Repository files navigation

Conquery

fast & efficient analysis

Last Release Build Status CodeFactor Heroku Code Size License

Live-Demo

conquery Screenshot

Conquery is a powerful web-based tool to compose and execute queries against large event-like data sets.

Event data sets typically associate events with a certain subject (i.e. a person or a physical object). One common use case for the data is to identify groups of similar subjects based on the assumption that they share similar events in a given time frame.

Conquery supplies a powerful interface to group event types in a hierarchical concept tree structure. Elements of this tree represent a group of similar subjects. Those subjects can be composed into a powerful query that runs against the data set.

Starting the demo

This repository includes the Conquery frontend along with a non-functional backend. It provides a set of example concept trees to demonstrate the capabilities of the UI: The example's use case is to search for groups of actors who appeared in movies of the same genre or received the same award.

The demo can be started using the following commands, provided that node.js (version 8.x LTS) and yarn are already installed:

cd frontend/
yarn install
yarn start

Acknowledgements

This platform was created by InGef – Institut für angewandte Gesundheitsforschung Berlin GmbH in cooperation with bakdata GmbH and Kai Rollmann.

InGef – Institut für angewandte Gesundheitsforschung Berlin GmbHbakdata GmbHRollmann Software

Packages

No packages published

Languages

  • Java 72.7%
  • TypeScript 23.6%
  • FreeMarker 2.9%
  • JavaScript 0.5%
  • CSS 0.2%
  • HTML 0.1%