Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 746 Bytes

File metadata and controls

14 lines (11 loc) · 746 Bytes

DataServer

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.

About This Project

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.

Features

  • Post Data: Add large volumes of data to the Elasticsearch index.
  • Fetch Data: Retrieve data using flexible search queries.

Technologies Used

  • Backend Framework: FastAPI
  • Data Store: Elasticsearch