-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
添加新的数据源ES(Elasticsearch) v0.5-beta #2754
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #2754 +/- ##
==========================================
+ Coverage 77.43% 77.63% +0.19%
==========================================
Files 119 121 +2
Lines 16359 16679 +320
==========================================
+ Hits 12668 12949 +281
- Misses 3691 3730 +39 ☔ View full report in Codecov by Sentry. |
感谢贡献,关于es 支持有几个问题,可能在实现之前要仔细思考一下:
|
|
@LeoQuote 已提交初始版,麻烦审一下。 |
Co-authored-by: Leo Q <LeoQuote@users.noreply.github.com>
Co-authored-by: Leo Q <LeoQuote@users.noreply.github.com>
给个赞, 一直想把ES集成到archery, 没想到竟然已经实现了 |
哇塞 仔细一看 竟然就是我去年底在discussion 提出的支持ES的想法 感谢 @feiazifeiazi |
--------- Co-authored-by: 王飞 <fei.wang@xgo.one> Co-authored-by: Leo Q <LeoQuote@users.noreply.github.com>
添加Elasticsearch功能支持。(OpenSearch虽然是分支但并不支持,有差异,驱动要换,要当做新的数据源另外实现。)
@guocang
功能:
查询语句示例:
{
"query": {
"match_all": {}
},
"sort": [
{
"CreateTime": {
"order": "desc"
}
}
]
,"_source": ["DataSource", "CreateTime"]
, "size": 5
}
效果图: