--
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 nod...@googlegroups.com
To unsubscribe from this group, send email to
nodejs+un...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en
I'm a database geek. I have yet to understand what thing I would actually build with graph database.It seems like people tend to use them for object storage that maintains references as indexes. I don't think that's what they were designed for but it seems to be a common use case.If that is what you want to do you'll probably want to check out the serialization that dnode does in order to store an object and maintain the references.
But you may not want to listen to me because I really can't figure out what you would do with them so I'm unlikely to be a great source of information.
This is what i was searching for. Thanks for making it open-source!
Will your node-neo4j modul be further maintained and updated?
For which version of neo4j is your modul working?
Does it implement 100% of neo4js REST API?
FYI: Neo4J is working on a binary protocol through TCP Sockets for a
future release - this might also be interesting for node in the
future.
If you are interested in RDF Triple Store you could also take a look
at Stardog ( http://stardog.com ) . They already ( i think ) provide
access through AVRO (through a tcp socket) - this might also be an
alternative.
Kind regards
---
Thomas FRITZ
web http://fritzthomas.com
twitter http://twitter.com/thomasf
2011/9/13 Dean Landolt <de...@deanlandolt.com>: