透特API是什么? Thoth是一个实时solr监视器和搜索分析引擎。它是一组工具,可帮助您收集、可视化和利用来自solr搜索基础架构的数据。Thoth API模块为包含在Thoth索引中的数据提供了一个抽象。有关如何使用此模块的说明,确保你已经安装了必要的环境。安装步骤:git clone git@github.com:trulia/thoth-api.git
,进入目录 cd thoth-api
并运行 npm install
和 npm start
启动API服务器。贡献代码时,创建新分支(git checkout -b my-new-feature
),提交更改(git commit -am '添加功能'
),并推送到远程仓库(git push origin my-new-feature
)。
thoth api:Thoth API是提供对包含在Thoth索引上的数据的抽象的模块
文件列表
thoth-api-master.zip
(预估有个26文件)
thoth-api-master
endpoints
list
list_response.js
1KB
list_request.js
292B
realtime
realtime_request.js
2KB
realtime_response.js
5KB
servers
list_response.js
2KB
暂无评论