Category Archives: arangodb

Khóa học miễn phí Crud Operations Using Web Interface nhận dự án làm có lương

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 […]

Khóa học miễn phí ArangoDB – Crud Operations nhận dự án làm có lương

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 […]