Skip to content
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

Adding bulk data with "Add Data" #56

Closed
siddharthlatest opened this issue Feb 25, 2017 · 1 comment
Closed

Adding bulk data with "Add Data" #56

siddharthlatest opened this issue Feb 25, 2017 · 1 comment
Milestone

Comments

@siddharthlatest
Copy link
Member

siddharthlatest commented Feb 25, 2017

While we have Elasticsearch REST APIs to index data (including with bulk options), adding a feature to add JSON documents in bulk right within dejavu would improve accessibility.

Implementation Idea:

Multiple documents can be supported within the "Add Data" modal using an outer Array. Since Elasticsearch docs need to be an object, supporting this should not cause conflicts with the existing "Add Data" method.

Add Data

We will also add a helper text explaining how to add bulk data in the modal itself.

Note: This geared towards accessibility (for example: users converting CSV data to JSON and importing it, or exporting data from another JSON service and importing it), and in its current form -- only supports adding bulk index requests (update, delete not supported).

@siddharthlatest siddharthlatest added this to the v0.11.0 milestone Feb 25, 2017
@siddharthlatest siddharthlatest changed the title Adding bulk data with "add data" Adding bulk data with "Add Data" Feb 25, 2017
@farhan687
Copy link
Contributor

Fixed here: 0353e71

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants