Skip to content

0xsirsaif/elasticsearch-in-action

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Use HTTPie as a client

Endpoints
  1. GET specific Book with ID.
http --json GET :8000/bookstore/[ID]
  1. GET all Books.
http --json GET :8000/bookstore/
  1. PUT or modify Book, validated with Pydantic Book model.
http --json PUT :8000/bookstore/[ID] [KEY/Value]

About

Practicing Elasticsearch with the Python low-level client: elasticsearch[async].

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published