Connecting to Elasticsearch with a Custom Service
This service wraps the Elasticsearch Node.js client and provides the following implementation:- Get a list of records (with Pagination and Filters handling)
- Get a simple record
- Create a record
- Update an existing record
- Delete a record