项目作者: abhimanyu1990

项目描述 :
This is demo work to perform the basic Elasticsearch operations and also to test Elasticsearch percolation queries
高级语言: TypeScript
项目地址: git://github.com/abhimanyu1990/NodeJs-and-Elasticsearch.git
创建时间: 2020-10-20T06:23:09Z
项目社区:https://github.com/abhimanyu1990/NodeJs-and-Elasticsearch

开源协议:MIT License

下载


NodeJs-and-Elasticsearch

In this project, basic elasticsearch operations is performed

  1. creating an index
  2. saving document to an index
  3. Updating a document of an index
  4. deleting a document from an index
  5. deleteing an index
  6. Define Mapping (Schema ) for a Index

There is postman file is also commited to this repository for the api refrences.