?I've been using Cassandra for a while now and no problems. I have a new project coming up now that we're penciling out the data structure for.

The best we've come up with has turned into a graph structure i'm just wanting to know what people think because i
know there are graph db's out there like neo4j etc.
My idea however was to fork hector, remove all the stuff i don't need and turn it into a graph API sitting on top of Cassandra. Main reason for this approach is because i am already very familiar with Cassandra and it will be fast to write a client or modify an existing
one than to learn a new API.

Do you think there are any gotchas in this approach? Any tips, pointers?

Reply via email to