OrientDB is a multi-model database that combines the best of a document database and a graph database. I’ve played around with it off and on, but one difficulty is that I’ve always had to restart the server manually whenever I reboot my Mac. Being an old Linux guy, steeped in chron and /etc/init.d , I’ve never taken the time to learn Apple’s launchd system or the plist files they depend on. Until now. Turns out they’re pretty simple. The Orientdb documentation covers basic installation of the database pretty well so I won’t repeat that here. Instead I’ll detail the part I couldn’t find, installing the database as a service which starts on system boot. Most of this is cribbed from this article on installing MongoDB as a service on OS X, so thank you Mr. Ali Al Dallal for that.
...