A complete FastAPI application demonstrating Elasticsearch integration for blog post search functionality. Perfect for learning how to implement full-text search in your FastAPI applications.
ESORM is an ElasticSearch Object Relational Mapper or Object Document Mapper (ODM) if you like, for Python based on Pydantic. It is a high-level library for managing ElasticSearch documents in Python.