asami

Asami, the graph database https://github.com/threatgrid/asami
quoll 2020-11-25T02:51:20.192700Z

OK @whilo… I debugged it and cleaned things up a bit. I’m onto the TripleStore part now

quoll 2020-11-25T02:51:47.193300Z

If you’re interested to see the code that loads data, then it occurs in a test: https://github.com/threatgrid/asami/blob/925156e20118cc8662ea68f006afc0eec95dac15/test/asami/durable/pool_test.cljc#L117

quoll 2020-11-25T02:53:08.194700Z

The “load” step occurs in a function on line 108, called load-strings!. You can run that from a repl, and call time on it. That’s what I was doing to see how things were going 🙂

quoll 2020-11-25T02:54:43.195600Z

This notebook computer averages at about 19 seconds to load the book (Pride and Prejudice. Now included in the resources directory)

quoll 2020-11-25T02:55:46.196200Z

Reloading the book (which does nothing except check that everything is already loaded) takes about 16 seconds

quoll 2020-11-25T02:56:28.196500Z

Feel free to look over the code!