简体   繁体   English

专门针对使用Cassandra和Titan和Solr进行搜索来构建图形数据库的在线教程

[英]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? 有人知道用于学习如何将Cassandra和Titan一起使用来存储图形数据库和Solr作为搜索机制的优秀教程吗?

I am new in this area, so I actually don't know why people use both Cassandra and Titan together in their projects? 我是这个领域的新手,所以我实际上不知道为什么人们在他们的项目中同时使用Cassandra和Titan?

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 此titan文档非常适合以以下内容开头: 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 以及有关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. 是我写的有关如何使用cassandra和solr设置titandb的简短教程。

To answer your other question: You can configure titan to use different backends as a storage (cassandra, BerkeleyDB, HBase). 回答另一个问题:您可以配置titan以使用不同的后端作为存储(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). 要包括全文搜索或地理空间搜索之类的搜索功能,您必须配置titan以使用搜索后端(弹性,solr或直接lucene)。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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