简体   繁体   中英

Online tutorials specific for building graph databases using Cassandra and Titan and Solr for search

Does anybody know any good tutorials for learning how to use Cassandra along with Titan for storing graph databases and Solr as a search mechanism?

I am new in this area, so I actually don't know why people use both Cassandra and Titan together in their projects?

If anyone know any good documentation for implementing a sample project in the mentioned setting, I will be appreciated to let me know about that.

Thanks,

This titan documentation is good to start with: http://s3.thinkaurelius.com/docs/titan/1.0.0/index.html

and also this quick guide about cassandra: http://www.tutorialspoint.com/cassandra/cassandra_quick_guide.htm

Here is a short tutorial I wrote on how to setup titandb with cassandra and solr.

To answer your other question: You can configure titan to use different backends as a storage (cassandra, BerkeleyDB, HBase). To include search functionality like fulltext search or geospatial search, you'd have to configure titan to use a search backend (elastic, solr or directly lucene).

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM