Home / Companies / LogRocket / Blog / Post Details
Content Deep Dive

Using ArangoDB with React and Next.js

Blog post from LogRocket

Post Details
Company
Date Published
Author
Alex Merced
Word Count
1,899
Language
-
Hacker News Points
-
Summary

Multi-model databases, which combine different database paradigms like graph, document, and relational databases, offer a streamlined approach to handling complex data types in modern applications. ArangoDB is an open-source, multi-model database that supports flexible data models, including documents, graphs, and key-values, and can be easily integrated into applications using React and Next.js through its cloud-hosted service, Oasis. The tutorial guides users in setting up an ArangoDB project, using Arango Query Language (AQL) to manipulate data, and integrating the database with a React application using Node.js drivers. It emphasizes the security of database credentials by suggesting the use of serverless functions or APIs in frameworks like Express or Next.js. The tutorial provides a step-by-step process for creating, reading, and managing collections in ArangoDB, demonstrating its effectiveness in organizing and accessing complex databases within a React application.