Skip to content

api for a kappa-view #1

@dominictarr

Description

@dominictarr

I'm trying to understand how I might create an adapter that allows flumeviews and kappaviews to be interchangeable.

in flume, views expose a createSink method, and a since observable.

in kappa, it looks like the batch method is used, which takes a callback, but doesn't expose where it's up to exactly. Or does it in a way I havn't figured out yet?

I also noticed that multifeed-index accepts ops that have both keys and sequences - it indexes many logs not just one log. It seems like this might ruin my plan to make an adapter, because flume assumes a single log (which in ssb is many logs combined, in receive order). I guess it would be easy to adapt a kappa view to flume, because if the view can support many logs, then it can support just one.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions