| May I ask some stupid questions? :/ I don't quite get the diagram of the Vespa Architecture.
Is Vespa a middleware between database engine and query parser? This is what puzzles me. If so, are there other such middlewares available for ie. PostgresSQL that allow hooking "Query Templating Models" (that is it?) generated via Machine-Learning Models? Is it way more complicated than that, or did they overengineer the problem into a monolith? EDIT: Looking at https://github.com/vespa-engine/vespa it seems that it is overengineered, or maybe it consists of individual micro-components like node.js, hmm more questions :( Is GraphQL such middleware or lower-level? Does Vespa replace custom Glue-Code between Backend and Frontend that generates such query-sets for content ranking/positioning? Or what exactly does Vespa solve? I'm sorry, I've read the article, but can't say, yep that's what it is! EDIT: How else could you solve what Vespa does using Rust, Go, or C/C++ libraries? A very simple or general direction would be immensely useful to understand Vespa =) The project makes the simultanous impression of an immense engineering feat and at the same time a huge code debt. |
Let me try myself answering my own question, I hope someone hops in and tells me where I'm wrong or how else to improve :)
So what's missing to create a Vespa alternative using existing technologies is everything in Point 2) if I'm not mistaken. Torrent based replication isn't exactly neccessary, except at Twitter/Facebook scale, but if you reach that stage you can hire a libtorrent author.