ArangoDB – Crud Operations In this chapter, we will learn the different operations with Arangosh. The following are the possible operations with Arangosh − Creating a Document Collection Creating Documents Reading Documents Updating Documents Let us start by creating a new database. We will use the following line of code to create a new database […]
Category Archives: arangodb
ArangoDB – A Multi-Model First Database ArangoDB is hailed as a native multi-model database by its developers. This is unlike other NoSQL databases. In this database, the data can be stored as documents, key/value pairs or graphs. And with a single declarative query language, any or all of your data can be accessed. Moreover, different […]
Basic Concepts and Terminologies In this chapter, we will discuss the basic concepts and terminologies for ArangoDB. It is very important to have a knowhow of the underlying basic terminologies related to the technical topic we are dealing with. The terminologies for ArangoDB are listed below − Document Collection Collection Identifier Collection Name Database Database […]