Fork me on GitHub
#biff
<
2021-05-13
>
Jacob O'Bryant04:05:34

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... 🐧

🚀 18
👏 6
john-shaffer18:05:27

Sweet! I'm hoping to have time for a third attempt at Datomic support

Jacob O'Bryant19:05:27

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)

3
Chip19:09:39

@UQ5EVP2LW Datomic support?