Yusuf Simonson

Results 52 comments of Yusuf Simonson
trafficstars

Yeah, that definitely makes sense as a useful feature. In the mean-time, another option would be to to pull out the edges from `myvertex.outbound()`, and do a `SpecificVertexQuery` on in...

Thanks @davidkuhta! Here's what I'm thinking for CSV formats, but let me know if you disagree or otherwise think there's a better way to structure things. We'd support two CSV...

For this we'd use the [bulk insert API](https://github.com/indradb/indradb/blob/master/lib/src/traits.rs#L19-L32). Datastores provide different guarantees on validation and transactionalization. Good point on (3), since most datasets don't use UUIDs. I think right now...

That makes sense, though it should probably go in a plugin to keep lib minimal.

Yup this makes sense

Yeah, an `exists()` also makes sense.

I don’t think we’d ever want to default to musl, but having support for it makes sense. Looks like there’s some workarounds for RocksDB. I wonder if it makes sense...

No plans, but happy to help anyone who wants to undertake the effort. Since it's all gRPC, building bindings would be straight-forward -- potentially no code would have to actually...

Let me know if you have any questions!