ArangoDB – Quick Guide 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 […]
Author Archives: user
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 […]
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 […]