ArangoDB – Command Line In this chapter, we will discuss how Arangosh works as the Command Line for ArangoDB. We will start by learning how to add a Database user. Note − Remember numeric keypad might not work on Arangosh. Let us assume that the user is “harry” and password is “hpwdb”. 127.0.0.1:8529@_system> require(“org/arangodb/users”).save(“harry”, “hpwdb”); […]
Category Archives: arangodb
ArangoDB – System Requirements In this chapter, we will discuss the system requirements for ArangoDB. The system requirements for ArangoDB are as follows − A VPS Server with Ubuntu Installation RAM: 1 GB; CPU : 2.2 GHz For all the commands in this tutorial, we have used an instance of Ubuntu 16.04 (xenial) of RAM […]
ArangoDB – Example Case Scenarios In this chapter, we will consider two example scenarios. These examples are easier to comprehend and will help us understand the way the ArangoDB functionality works. To demonstrate the APIs, ArangoDB comes preloaded with a set of easily understandable graphs. There are two methods to create instances of these graphs […]