Category Archives: arangodb

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

ArangoDB – Web Interface In this chapter, we will learn how to enable/disable the Authentication, and how to bind the ArangoDB to the Public Network Interface. # arangosh –server.endpoint tcp://127.0.0.1:8529 –server.database “_system” It will prompt you for the password saved earlier − Please specify a password: Use the password you created for root, at the […]

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

ArangoDB – Advantages Following are the advantages of using ArangoDB − Consolidation As a native multi-model database, ArangoDB eliminates the need to deploy multiple databases, and thus decreases the number of components and their maintenance. Consequently, it reduces the technology-stack complexity for the application. In addition to consolidating your overall technical needs, this simplification leads […]

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

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”); […]