petterik / lajter

MIT License
3 stars 0 forks source link

Put pipeline and rules inside of the db #55

Closed petterik closed 5 years ago

petterik commented 5 years ago

Also, pipeline additions should express any new schema they require.

petterik commented 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.