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?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?