A public-facing storefront showcasing partner integrations with MongoDB Atlas. This production-grade application demonstrates how leading technology partners integrate with MongoDB for AI/LLM, event streaming, workflow orchestration, and semantic search use cases.
| Partner | Solution | Category |
|---|---|---|
| Temporal | AI-Powered Fraud Detection | Workflow Orchestration |
| Anthropic | Intelligent Document Assistant | AI/LLM |
| Cohere | Semantic Search Engine | Semantic Search |
| LangChain | Multi-Agent Research Assistant | AI/LLM |
| Confluent | Real-time Customer 360 | Event Streaming |
| Fireworks | High-Performance AI Inference | AI/LLM |
| TogetherAI | Open-Source LLM Platform | AI/LLM |
- Docker 24+ and Docker Compose v2
- MongoDB Atlas cluster
- API keys for partner services
# 1. Clone the repository
git clone https://github.com/mohammaddaoudfarooqi/solutions-library.git
cd solutions-library
# 2. Configure environment
cp .env.example .env
# Edit .env with your MongoDB URI and API keys
# 3. Start services
docker-compose -f docker/docker-compose.yml up -d
# 4. Open the Solutions Library
open http://localhost:3000mongodb-solutions-library/
├── apps/web/ # React + LeafyGreen UI frontend
├── solutions/ # Partner solution configurations
├── reference/ # Reference implementations
├── docker/ # Docker Compose and Nginx config
└── docs/ # Documentation
cd apps/web
pnpm install
pnpm dev# Temporal Fraud Detection
docker-compose -f docker/docker-compose.yml up temporal-fraud-detection-ui
# View at http://localhost:8505- Architecture - System design and components
- Adding Solutions - How to add new partner integrations
- Deployment - Production deployment guide
- Frontend: React 18, TypeScript, Vite, LeafyGreen UI
- Backend: Python, FastAPI, Streamlit
- Database: MongoDB Atlas (Vector Search, Documents)
- Infrastructure: Docker, Docker Compose, Nginx
- Fork the repository
- Create a feature branch
- Follow the Adding Solutions guide
- Submit a pull request
Apache License 2.0 - See LICENSE for details.
MongoDB Partner Solutions Library - Showcasing the power of MongoDB Atlas integrations.