Code

core: Add support for reader/query plugins.
authorSebastian Harl <sh@tokkee.org>
Wed, 5 Aug 2015 08:38:48 +0000 (10:38 +0200)
committerSebastian Harl <sh@tokkee.org>
Wed, 5 Aug 2015 08:42:04 +0000 (10:42 +0200)
A reader plugin can be used to query a data-store based on a query described
by an AST. The plugin module provides a generic function for this purpose.

At the moment, only a single reader plugin can be used at a time. Supporting
multiple readers requires a good merge strategy. The challenge is to handle
filters and query conditions correctly which may evaluate differently after
two stores have been merged.


No differences found