From f295ca7827e06d4309e4f9a812e8572ec3127edc Mon Sep 17 00:00:00 2001 From: Andre Bogus Date: Tue, 16 May 2023 11:22:35 +0200 Subject: [PATCH] add alias for why-rust article to get around social preview caching --- qdrant-landing/content/articles/why-rust.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qdrant-landing/content/articles/why-rust.md b/qdrant-landing/content/articles/why-rust.md index 12ae92cc6..9da0591cf 100644 --- a/qdrant-landing/content/articles/why-rust.md +++ b/qdrant-landing/content/articles/why-rust.md @@ -10,7 +10,7 @@ author_link: https://llogiq.github.io date: 2023-05-11T10:00:00+01:00 draft: false keywords: rust, programming, development -# aliases: [ /articles/why_rust/ ] +aliases: [ /articles/why_rust/ ] --- Looking at the [github repository](https://github.com/qdrant/qdrant), you can see that Qdrant is built in [Rust](https://rust-lang.org). Other offerings may be written in C++, Go, Java or even Python. So why does Qdrant chose Rust? Our founder Andrey had built the first prototype in C++, but didn’t trust his command of the language to scale to a production system (to be frank, he likened it to cutting his leg off). He was well versed in Java and Scala and also knew some Python. However, he considered neither a good fit: