OrientDB – Studio OrientDB provides a web UI to carry out database operations through GUI. This chapter explains the different options available in OrientDB. Studio Homepage Studio is a web interface for the administration of OrientDB that comes in bundle with the OrientDB distribution. First, you need to start the OrientDB server using the following […]
Category Archives: orientdb
OrientDB – Create Vertex OrientDB database is not only a Document database but also a Graph database. New concepts such as Vertex and Edge are used to store the data in the form of graph. It applies polymorphism on vertices. The base class for Vertex is V. In this chapter you can learn how to […]
OrientDB – Upgrading While upgrading, you have to consider the version number and the format. There are three types of formats – MAJOR, MINOR, PATCH. MAJOR version entails incompatible API changes. MINOR version entails functionality in a backward-compatible manner. PTCH version entails backward-compatible bug fixes. To synchronize between minor and major versions, you may need […]