Writing a Simple Java Program

Here we will write a simple program in Java. Pre-requisites :- Java installed on your system. Download Java JDK and add JAVA_HOME environment variable to your system. Add ‘JAVA_HOME/bin’ path to your system’s PATH variable. IDE for Java- like eclipse. Assuming that you are done with the above requirements. Lets…

Continue reading

Creating and accessing Encrypted database in OrientDB using the graph APIs

OrientDB supports encrypting database content to prevent unauthorized users from accessing the data. The encryption support is available from version 2.2. To create/access an encrypted database, we need to provide a base64 encoded encryption key. OrientDB supports encryption at a database level and each database can be encrypted with different…

Continue reading