backend
nosql: basic usage of OrientDB
seul chan
2018. 4. 10. 10:33
OrientDB is kind of NoSQL database. It has several advantages such as Multi-master replication, SQL support and so on.
Install
Before install OrientDB, you need Java. Just go to this Java Download page and download as your os.
After install java, just download OrientDB here and unzip the file.
Go to orientdb-community-importers-x.x.x/bin/ directory and run server.sh
sudo ./server.sh
Or if you’re using mac, just easily install by homebrew
brew install orientdb
Start
sudo orientdb start