Skip to content

Commit

Permalink
Merge pull request #353 from perladvent/xsawyerx-patch-1
Browse files Browse the repository at this point in the history
Correct hyperlinks to MongoDB and ArangoDB
  • Loading branch information
oalders authored Dec 8, 2023
2 parents 0d1289a + 8d85a6e commit bf20284
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 2023/articles/2023-12-06.pod
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ Author: Alberto Simões <ambs@cpan.org>
=head2 Introduction

L<Arango::Tango> 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<ElasticSearch|https://www.elastic.co/> or C<MongoDB|https://www.mongodb.com/> are still quite
popular. But being somehow alergic to Java, I went in the search for an alternative and found C<ArangoDB|https://arangodb.com/>, a graph
other document-oriented databases, like L<ElasticSearch|https://www.elastic.co/> or L<MongoDB|https://www.mongodb.com/> are still quite
popular. But being somehow alergic to Java, I went in the search for an alternative and found L<ArangoDB|https://arangodb.com/>, 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,
Expand Down

0 comments on commit bf20284

Please sign in to comment.