asami

Asami, the graph database https://github.com/threatgrid/asami
mdallastella 2021-03-15T11:18:30.231400Z

Morning, I'm playing a bit with asami-loom with the last asami version, but the example on the https://github.com/threatgrid/asami-loom#example fails... is asami-loom a bit behind of asami?

quoll 2021-03-15T12:41:10.233Z

It is. I don’t know what’s fallen behind, but I can try to catch it up soon if you still want to look at it?

quoll 2021-03-15T12:41:41.233800Z

(Some APIs changed, but most things should still be in place)

quoll 2021-03-15T14:28:30.233900Z

@mdallastella would you be able to file an issue on Github for this please? I can probably take some time to work on it immediately, but it’ll look better for me if someone else asked for it! 🙂

mdallastella 2021-03-15T15:18:12.234200Z

@quoll sure, thanks.

👍 1
1
mdallastella 2021-03-15T17:40:08.234700Z

Done, let me know if you need any other detail.

quoll 2021-03-15T18:04:32.234900Z

No, it’s more about the fact that it looks good for my boss if there was a ticket on it 🙂

quoll 2021-03-15T18:17:43.235100Z

I’ve found the issue. It’s because I updated additions to the graph to require a transaction number. So I’m going to add a dynamic var to provide a default TX id, and re-introduce the old API call. This will need a new alpha release, which is a day or 2 away (unless you want to pull from main 🙂)

quoll 2021-03-15T18:20:35.235300Z

I’m also going to need to extend the Durable graph type to the Loom protocols. But at a first cut I’ll get the in-memory ones going again

mdallastella 2021-03-15T18:26:55.235500Z

No hurry, thank you! ☺️