DataServer is an Elasticsearch project built with FastAPI that simulates a server for handling large amounts of data. It allows users to efficiently post and fetch data, demonstrating the capabilities of FastAPI alongside Elasticsearch.
This project showcases the integration of FastAPI with Elasticsearch to create a simulated data server. It supports bulk data ingestion and efficient retrieval, making it suitable for applications requiring high-performance data management.
- Post Data: Add large volumes of data to the Elasticsearch index.
- Fetch Data: Retrieve data using flexible search queries.
- Backend Framework: FastAPI
- Data Store: Elasticsearch