An open API service indexing awesome lists of open source software.

https://github.com/logisticinfotech/elasticsearch-reactjs-crud

It includes reactjs example to insert, update, delete and fetch directly with elasticsearch
https://github.com/logisticinfotech/elasticsearch-reactjs-crud

elastic elastic-search elasticsearch elasticsearch-demo elasticsearch-reactjs reactjs reactjs-crud

Last synced: 11 months ago
JSON representation

It includes reactjs example to insert, update, delete and fetch directly with elasticsearch

Awesome Lists containing this project

README

          

This project contains demo of blog posted [here](https://www.logisticinfotech.com/blog/elasticsearch-connectivity-from-reactjs/).

## Available Scripts

this project contains very basic CRUD operations directly with elastic search. Its just for beginner of elasticsearch for learning pupose.

### Project base

this project is created with create-react-app 2, you can see its structure is almost same.

connection.js >> Contains connecting code to elastisearch server.
App.js >> contains all operation with reasonable ui.

## Preview
![](https://www.logisticinfotech.com/wp-content/uploads/2018/12/elasticsearch-reactjs-crud.gif)

## Learn More

You can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started).

To learn React, check out the [React documentation](https://reactjs.org/).