asami

Asami, the graph database https://github.com/threatgrid/asami
2021-01-06T11:57:31.298300Z

@alandipert: Just wanted to say using a graph database for UI stuff makes a lot of sense. Especially if you can do subscriptions to propogate changes. IIRC fulcro3 does this, predated perhaps by om.next; but as I understand it fulcro associates react components with the queries to get their data directly. Also not just useful for UIs, I think christophe grande did a good summary of the problem in his zeno and the tar pit talk: https://skillsmatter.com/skillscasts/12820-keynote-zeno-and-the-tar-pit (you need to sign in to watch)

2021-01-06T16:56:22.305200Z

i think my view differs from these in that i suspect you don't want/need react when your changes are well-defined at the data level, but i have yet to prototype and see