TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: Dejavu – The missing web UI for Elasticsearch (1.0.0 release)

3 点作者 sidi将近 8 年前

1 comment

sidi将近 8 年前
We first did a Show HN ~1.5 years ago; this is a super major overhaul with active development since and close to 100 issue fixes.<p>Direct link to try it out - <a href="https:&#x2F;&#x2F;opensource.appbase.io&#x2F;dejavu&#x2F;" rel="nofollow">https:&#x2F;&#x2F;opensource.appbase.io&#x2F;dejavu&#x2F;</a>.<p>* The biggest change today is the ability to import data into Elasticsearch directly via JSON and CSV files. Their is a guided process for setting the mappings correctly.<p>* Filtered views and query views.<p>* Ability to export filtered data as JSON &#x2F; CSV, apparently other web UIs don&#x27;t support this.<p>* There is also a docker image option to run it as Elasticsearch removed website plugins starting v5.0.<p>We originally wrote it in React v0.14.0 and have made it compatible with the React v15.6. There is an ongoing refactoring effort to translate all the code to use ES6 idioms.<p>Would like to hear what improvements can be made, I am not perfectly happy with how we are supporting mappings in the import process.