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 replicationSQL 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


'backend' 카테고리의 다른 글

centos에서 uwsgi 설치 오류 해결 (the gcc failed with exit status 1)  (0) 2019.03.12
serverless 사용해보기  (0) 2019.02.15
TIL 문제풀이  (0) 2018.06.05
Install redis on mac osX  (0) 2018.04.14
Mongodb install in mac OS X  (0) 2018.04.12