Did you ever find or build one? I'm trying to do the same.... On Friday, January 21, 2011 5:48:24 PM UTC-8, Michael Bradley, Jr. wrote: > > Is anyone here working on an OrientDB "network binary protocol" > connector library for node.js? If not, is anyone interested in > starting or helping with such an effort as an open source project on > GitHub? > > ----------------- > > BACKGROUND AND ADDITIONAL INFO: > > I saw someone mention OrientDB in the #node.js channel on Freenode a > couple of nights ago. Orient looks exciting! > > > http://code.google.com/p/orient/ > http://www.slideshare.net/lvca/orientdb-the-database-for-the-web-11 > > > I've searched around, but it seems that there doesn't yet exist a > suitable connector library for hooking node.js to OrientDB. There is > a JavaScript library and API authored by Orient's principal > maintainer, Luca Molino, which connects to Orient via its RESTful API: > > > http://code.google.com/p/orient/wiki/OrientDB_REST > http://code.google.com/p/orient/wiki/JavascriptAPI > > http://code.google.com/p/orient/source/browse/trunk/server/src/site/js/orientdb-api.js > > > > But that JS lib uses synchronous XHR methods, so it ought to be > rewritten to be non-blocking, or perhaps it could serve as a reference > for a node-specific connector built w/ Ryan Dahl's reworked http > client. > > BUT .. a better route would be to build a node.js connector with > reference to OrientDB's "network binary protocol": > > http://code.google.com/p/orient/wiki/NetworkBinaryProtocol > > > The binary protocol is well documented and of course node.js gives one > all the tools necessary to build a binary-speaking connector. So it > seems to be more a matter of time and effort...... >
-- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en
