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 […]
Author Archives: user
Crud Operations using Web Interface In our previous chapter, we learned how to perform various operations on documents with Arangosh, the command line. We will now learn how to perform the same operations using the web interface. To start with, put the following address – http://your_server_ip:8529/_db/song_collection/_admin/aardvark/index.html#login in the address bar of your browser. You will […]
ArangoDB – Database Methods In this chapter, we will discuss the different Database Methods in ArangoDB. To start with, let us get the properties of the Database − Name ID Path First, we invoke the Arangosh. Once, Arangosh is invoked, we will list the databases we created so far − We will use the following […]