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 […]
Author Archives: user
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 […]
ArangoDB – Data Models and Modeling In this chapter, we will focus on the following topics − Database Interaction Data Model Data Retrieval ArangoDB supports document based data model as well as graph based data model. Let us first describe the document based data model. ArangoDB”s documents closely resemble the JSON format. Zero or more […]