Skip to content

elsatobin/mytest_python_260318

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Search Orchestrator (Test Task)

Overview

This is a simplified orchestrator service that:

  • Sends indexing tasks to an external search service (mocked)
  • Handles search queries
  • Tracks task status

Tech

  • Python (FastAPI)
  • In-memory storage

Run

pip install fastapi uvicorn
uvicorn main:app --reload

API

  • POST /index -> start indexing
  • GET /status/{task_id}
  • GET /search?q=...

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages