文件名称:thoth-api:Thoth API 是提供对包含在 Thoth 索引上的数据的抽象的模块
文件大小:88KB
文件格式:ZIP
更新时间:2024-07-26 04:53:53
JavaScript
透特API 什么是透特? Thoth是一个实时 solr 监视器和搜索分析引擎。 它是一组工具,可帮助您收集、可视化和利用来自 solr 搜索基础架构的数据。 想了解更多? 透特API Thoth API模块为包含在 Thoth 索引中的数据提供了一个抽象。 有关如何使用此模块的说明或其他模块的列表, 安装 确保你已经安装了 git clone git@github.com:trulia/thoth-api.git cd thoth-api npm install npm start // starts api web server 贡献 分叉吧 创建您的功能/错误修复分支(git checkout -b my-new-feature) 提交您的更改(git commit -am '添加一些功能') 推送到分支(git push origin my-new-feature)
【文件预览】:
thoth-api-master
----endpoints()
--------list()
--------realtime()
--------servers()
--------pools()
----index.js(2KB)
----img()
--------powered-trulia-black.png(3KB)
--------thoth-api-schema.png(48KB)
--------thoth.png(11KB)
----README.mkd(2KB)
----package.json(533B)
----assets()
--------img()
----LICENSE(2KB)
----fields_mapping.js(607B)
----.gitignore(106B)
----dispatchers()
--------servers_dispatcher.js(3KB)
--------list_dispatcher.js(961B)
--------realtime_dispatcher.js(3KB)
--------pools_dispatcher.js(1KB)
----environment.js(341B)
----helpers()
--------http_request.js(876B)