Skip to content
Giraldo Rosales edited this page Apr 4, 2014 · 13 revisions

Documentation

##Downloads

  • NodeJS - An application server that is driven by Google's V8 Javascript engine.
  • OrientDB - An open source, No-SQL server that combines, both, document and graph database features into one unified database.
  • OrientDB Git Repo - The latest development version of the database.
  • npm - To install the module via npm, use the command, npm install node-orientdb

##Recommended Setup

  • NginX - A lightweight, fast web server. Load balances the NodeJS servers and serves up static content.
  • NodeJS - Event-driven application server.
  • OrientDB - Document/Graph database. Can be clustered as a master-master.
  • node-orientdb - NodeJS module to connect to OrientDB.
  • cluster - Cluster an extensible multi-core server manager for NodeJS.
  • With the above installed on an AWS EC2 web server. You will be able to create snapshots and pull up multiple duplicates of your server to load balance any amount of traffic.

##Tutorials

OrientDB
Some online tutorials and examples on how to use the database itself.

YouTube
A few great video tutorials to help get you started.

Promises
Documentation on using the callbacks from the methods. We use promises on the callbacks. A better explanation is to check out the Bluebird project.

Clone this wiki locally