Closed petterik closed 5 years ago
commit 12136d1590b6834d523c282233e761fb9ad4ba98
Author: Petter Eriksson
Date: Thu Dec 20 15:10:45 2018 -0800
New: Plugins. Putting together rules, schema and pipeline.
These plugins are all transacted in to
the meta db and used whenever query or
index is called. Placing them together
Makes it easier to write pieces of logic
that should be together and removes the
responsibility on the developer to add
them in to the right function calls.
Instead one installs them once, and they're
included where they should be.
Also, pipeline additions should express any new schema they require.