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
- Host: GitHub
- URL: https://github.com/logisticinfotech/elasticsearch-reactjs-crud
- Owner: logisticinfotech
- Created: 2018-12-14T12:38:57.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-15T15:17:28.000Z (over 7 years ago)
- Last Synced: 2025-04-23T21:08:40.818Z (about 1 year ago)
- Topics: elastic, elastic-search, elasticsearch, elasticsearch-demo, elasticsearch-reactjs, reactjs, reactjs-crud
- Language: JavaScript
- Homepage: https://www.logisticinfotech.com/blog/elasticsearch-connectivity-from-reactjs/
- Size: 32.2 KB
- Stars: 11
- Watchers: 4
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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

## 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/).