mit-pdos / noria

Fast web applications through dynamic, partially-stateful dataflow
Apache License 2.0
4.99k stars 242 forks source link

Publish official docker images #182

Closed Trolldemorted closed 3 years ago

Trolldemorted commented 3 years ago

I was unable to find official docker images and your readme does not link to any.

Could you publish stable releases on either dockerhub or ghcr?

jonhoo commented 3 years ago

Given that I was working on this as a research project for my PhD (which is now done :tada:), that probably won't happen. Especially because Noria as it exists in this repository isn't really something you should be running "for real". It's a research prototype, that would require significant engineering to get to a production-ready state :)

Trolldemorted commented 3 years ago

Oh you underestimate our love for obscure database solutions when we build security CTF challenges 😛

I see noria has trouble building, do you still have a Cargo.lock file?

jonhoo commented 3 years ago

Ooooh, nice!

I bet you're running into https://github.com/mit-pdos/noria/issues/181 — try pinning the version of evmap like I suggested there and see if that works?