Just finished all the code for the big release (https://github.com/jacobobryant/biff/tree/overhaul) All that's left now is to write a bunch of docs... 🐧
Sweet! I'm hoping to have time for a third attempt at Datomic support
awesome :thumbsup:
I think this release will make that more straightforward as well. pretty much everything relevant is in this namespace now: https://github.com/jacobobryant/biff/blob/overhaul/libs/crux/src/biff/crux.clj
I'd probably do it in this order:
1. submit-tx
(https://github.com/jacobobryant/biff/blob/overhaul/libs/crux/src/biff/crux.clj#L283)
2. biff-q
(https://github.com/jacobobryant/biff/blob/overhaul/libs/crux/src/biff/crux.clj#L450), which is used by handle-subscribe-event!
(but that fn can stay the same)
3. use-crux-sub
(https://github.com/jacobobryant/biff/blob/overhaul/libs/crux/src/biff/crux.clj#L416)