Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Correct hyperlinks to MongoDB and ArangoDB #353

Merged
merged 1 commit into from
Dec 8, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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