Disee: Distributed Search Engine - Gateway & Worker Architecture (Phase 1–3) #26
AnshMNSoni
started this conversation in
General
Replies: 1 comment
|
Finally we have achieved Great milestone |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
🌐 Disee v0.1.0 - First Release
Disee is a containerized, distributed search engine built with FastAPI and Docker. This first release establishes the core Gateway–Worker architecture - a working distributed system that fetches real-time data from Wikipedia & StackOverflow, partitions it into chunks, and fans it out across multiple worker nodes for parallel processing and aggregation.
What's Shipped
Phase 1 - Single Node (Single Machine)
Phase 2 - Multiple Nodes (Single Machine)
httpx+asyncioPhase 3 - Static Nodes (Multiple Machines)
Architecture
Tech Stack
Quick Start
Roadmap
Known Limitations
Contributing
Pull requests and issues are welcome!
git checkout -b feature/YourFeaturegit commit -m 'Add YourFeature'git push origin feature/YourFeatureThankyou
This discussion was created from the release Disee: Distributed Search Engine - Gateway & Worker Architecture (Phase 1–3).
All reactions