CloudMining

Cloud Mining automatically builds exploratory faceted search systems.

  • 所有者: alexksikes/CloudMining
  • 平台:
  • 许可证: GNU Affero General Public License v3.0
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

Cloud Mining automatically builds exploratory faceted search systems. It
leverages Sphinx as a full text retrieval engine and fSphinx for
faceted search. SimSearch is used for item based search. The aim is to
provide an interface which will encourage nonlinear search and data
exploration. The facets support different visualizations such as tag clouds,
histogram counts or a rose diagram and can be extended with pluggins.

Create a file called application.py with the following lines:

from cloudmining import CloudMiningApp

# create a new CloudMining web application
app = CloudMiningApp()

# create a FSphinxClient from a configuration file
cl = FSphinxClient.FromConfig('/path/to/config/sphinx_client.py')

# set the fsphinx client of the app
app.set_fsphinx_client(cl)

Execute application.py and aim your browser at http://localhost:8080:

python application.py

On data from IMDb, you obtain the following interface:

Cloud Mining Generic Interface

And after customization, you get:

Cloud Mining Customized Interface

Check out some instances, here and there. Have a look at the
api for customization and look into some of the example instances
provided.

Thank you to Andy Gott for the logo design, FAMFAMFAM and Fugue
for the icons. Rose diagram thanks to RGraph.

主要指标

概览
名称与所有者alexksikes/CloudMining
主编程语言JavaScript
编程语言Python (语言数: 3)
平台
许可证GNU Affero General Public License v3.0
所有者活动
创建于2012-11-02 22:09:29
推送于2013-10-15 22:05:00
最后一次提交2013-10-15 15:44:05
发布数2
最新版本名称0.6 (发布于 )
第一版名称0.5 (发布于 )
用户参与
星数52
关注者数9
派生数14
提交数7
已启用问题?
问题数4
打开的问题数4
拉请求数0
打开的拉请求数0
关闭的拉请求数0
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?