A Web UI for Elasticsearch and OpenSearch: Import, browse and edit data with rich filters and query views, create reference search UIs.
Dejavu is an innovative web UI designed specifically for OpenSearch and Elasticsearch. With its focus on providing a smooth and intuitive user experience, it eliminates page reloads and enhances data interaction through features such as infinite scrolling and real-time updates. As a tool that offers 100% client-side rendering, Dejavu can be effortlessly hosted on GitHub pages or deployed as a Docker image, making it versatile for various deployment scenarios.
From importing data in JSON or CSV formats to building custom search interfaces, Dejavu stands out as a powerful solution for users looking to maximize their interaction with Elasticsearch. With its robust capabilities and user-centric design, it sets a high standard for data management interfaces in modern web applications.
React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components
ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.