Using Graph database with ElasticInbox

36 views
Skip to first unread message

RK

unread,
Apr 4, 2014, 8:33:43 AM4/4/14
to elasti...@googlegroups.com
Hi, 

I am using graph database[ Titan Graph ] with Cassandra as backend in an app , now I am looking to add mailbox support with in graph database.
I think a graph database layer between ElasticInbox[ without Cassandra part] and Cassandra backend of my app is possible but not sure where to start.

I am looking for the Cassandra communication part/layer in ElasticInbox.

I appreciate any points or summary in the right direction.

Thanks
RK
 

Rustam Aliyev

unread,
Apr 4, 2014, 7:19:15 PM4/4/14
to elasti...@googlegroups.com
I'm not familiar with Titan, all I know is that it supports Cassandra as a backend. I'm also not sure I understand advantage of having graph db layer between Cassandra and ElasticInbox.

You can always save emails in ElasticInbox and graph data in Titan, use same C* cluster with separate keyspaces and merge data on your application level. Any other scenarios would be specific to your use case.

ElasticInbox implemented using DAO pattern and you can plugin other persistence layer as long as it supports necessary functionality.

-- Rustam.


--
You received this message because you are subscribed to the Google Groups "ElasticInbox" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticinbox...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

RK

unread,
Apr 5, 2014, 8:08:34 AM4/5/14
to elasti...@googlegroups.com
Thanks Rustam,

I will look into the DAO pattern of ElasticInbox as it will fit my requirements.
Reply all
Reply to author
Forward
0 new messages