From 8d85a6e71a6a6756eb0e78bf9a27688a3d806083 Mon Sep 17 00:00:00 2001 From: Sawyer X Date: Fri, 8 Dec 2023 09:02:25 +0100 Subject: [PATCH] Correct hyperlinks to MongoDB and ArangoDB These were done as code, not hyperlinks. --- 2023/articles/2023-12-06.pod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/2023/articles/2023-12-06.pod b/2023/articles/2023-12-06.pod index 4059d0298..1298251de 100644 --- a/2023/articles/2023-12-06.pod +++ b/2023/articles/2023-12-06.pod @@ -9,8 +9,8 @@ Author: Alberto Simões =head2 Introduction L is not properly new, as the first versions are from 2019. Nevertheless, the number of users is still quite small as -other document-oriented databases, like L or C are still quite -popular. But being somehow alergic to Java, I went in the search for an alternative and found C, a graph +other document-oriented databases, like L or L are still quite +popular. But being somehow alergic to Java, I went in the search for an alternative and found L, a graph database (also able to deal with plain document collections) written in C++. ArangoDB is a graph-oriented database, making it particularly well-suited for storing network structures such as social networks,