Elasticsearch
# postman
123456789101112131415161718index page: GET localhost:9200/get all index: GET localhost:9200/_allcreate index: PUT localhost:9200/persondelete index: DELETE localhost:9200/personcreate data: POST localhost:9200/person/_doc/1body{ "first_name":...
more...