Dejavu Versions Save

The Missing Web UI for Elasticsearch: Import, browse and edit data with rich filters and query views, create search UIs visually.

3.3.0

4 years ago

πŸŽ‰ With this release, we are adding support for ElasticSearch v7.x. Due to the removal of types, the mapping API has a breaking change.

In addition to this, we have fixed issues and bugs related to:

  • Search Preview: Aggregation Filters work with object fields, and add support for v7. A bug with rendering data for certain indexes #309.
  • #311 Add support for parsing dates when multiple formats are specified.

You can get the 3.3.0 Dejavu release via Docker or the Chrome Extension.

3.2.3

5 years ago
  • Fixes export results behavior

3.2.2

5 years ago

Fixes

  • Fixes exporting issue when choosing JSON #281,
  • Adds some frequently asked connection tips.

🍰 The release is available on both Docker Hub and as a Chrome Extension.

3.2.1

5 years ago

Fixes

  • Fix routing issue when landing on other tabs directly,
  • Fix importer login issue when using via chrome-extension.

🍰 The release is available on both Docker Hub and as a Chrome Extension.

3.2.0

5 years ago

This is a minor release that includes substantial usability improvements and includes important fixes.

Fixes

  • We have fixed an important issue where importing data wasn't possible (due to login errors when using an iframe) #270,
  • Handle trailing slash when connecting to ElasticSearch,
  • Clone App behavior,

Improvements

  • Allow exporting current filtered view in addition to exporting all data #266,

Image Ref:

  • Improve connection intuitiveness #270,
  • Show aggregation filter for the Boolean datatype #274,
  • Add brand new support for editing multiple records #273.

This release is now available on both Docker Hub and as a Chrome Extension.

3.1.0

5 years ago

This is a minor release that improves usability and includes the following fixes.

Fixes

  • Fixes #267 issue which duplicated exported records for ES v5 apps (aka indexes),
  • Fix importer tab to open without selecting an active app,
  • Fix cell rendering in certain cases when format is of Array type, related to #263.

This release is now available on both Docker Hub and as a Chrome Extension.

3.0.0

5 years ago

We are excited to announce the 3.0.0 stable release 🍾. This πŸ“¦ is a complete rewrite of Dejavu keeping performance and user experience in mind. It builds upon v2.0.0 in terms of both form and function:

Dejavu 3.0 offers the best onboarding experience to ElasticSearch. Import your datasets (using JSON, or CSV), browse data, add mappings, compose queries and create/test a faceted search UI in minutes.

Major Changes

  • Connect to one or more indexes
  • Powerful filtering of data
  • Search across the entire dataset
  • A performant data view
  • Built using React v16.6
  • Reduces heap usage by over 50% over larger datasets
  • A new nested objects view - display all data hidden within objects
  • Fixes a bug where updates didn't occur reliably.
  • Improves documentation around usage with Elasticsearch via Docker and docker-compose.
  • Include _id fields in the global search.
  • Improvements in Elasticsearch version check.

This release is now available on both Docker Hub and as a Chrome Extension.

3.0.0-alpha.1

5 years ago

We have fixed a number of UI/Ux and stability issues observed in the original preview release.

  • A new nested objects view - display all data hidden within objects.
  • Improves heap usage by 20-30%.
  • Fixes a bug where updates didn't occur reliably.
  • Improves documentation around usage with Elasticsearch via Docker and docker-compose.
  • Include _id fields in the global search.
  • Improvements in Elasticsearch version check.
  • Fixes date picker NaN issue.

This release is now available on both Docker Hub and as a Chrome Extension.

3.0.0-alpha

5 years ago

This πŸ“¦is a complete rewrite of Dejavu keeping performance and user experience in mind. It builds upon v2.0.0 in terms of both form and function:

dejavu-gif

Major Changes

  • Connect to one or more indexes
  • Powerful filtering of data
  • Search across the entire dataset
  • A performant data view
  • Built using React v16.6

πŸ†• It's ready for preview - check it out at https://dejavu.appbase.io or get the docker image at appbaseio/dejavu:3.0.0-alpha! 🐢

2.0.5

5 years ago

2.0 Release Notes 🏷

With the 2.0 major release πŸ’₯ of Dejavu, we're bringing in a new functionality: Search Preview. Using this, you can create a visual search UI from your Elasticsearch index.

searchsandbox

We have also revamped Dejavu's UI color scheme and added a navigation to do everything from importing your dataset via Import to browsing data via Browse (the original Dejavu view) to Search Preview (visual search builder experience) to Mappings View (manage your schema).


Besides these major additions, we have worked on to close a number of issues.

  • #217 Dejavu's chrome extension now runs in incognito mode (has to be enabled by the user),
  • #222 Mappings created from Dejavu's UI set a ignore_above value to set a max term limit to 256, same as Elasticsearch's default limit,
  • #226 Dejavu now handles extra URL / at the end while connecting to a cluster,
  • #143 Dejavu's build process no longer uses Bower, resulting in more maintainability.

What's next:

We're working on a complete rewrite of dejavu (see next branch) keeping performance in mind. It will do the following:

  • Support multi-index and full cluster views out of the box,
  • Allow configurable page size view,
  • Will come with a mobile responsive view mode.

If you are interested in hacking on it or helping in any other way, check out the Contributing Guide.


Get the chrome extension here, or get the Docker image here.