Skip to content

Storefront showcasing partner integrations with MongoDB Atlas. This application demonstrates how leading technology partners integrate with MongoDB for AI/LLM, event streaming, workflow orchestration, and semantic search use cases.

License

Notifications You must be signed in to change notification settings

mongodb-partners/solutions-library

Repository files navigation

MongoDB Partner Solutions Library

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.

Featured Partners

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

Quick Start

Prerequisites

  • Docker 24+ and Docker Compose v2
  • MongoDB Atlas cluster
  • API keys for partner services

Setup

# 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:3000

Architecture

mongodb-solutions-library/
├── apps/web/           # React + LeafyGreen UI frontend
├── solutions/          # Partner solution configurations
├── reference/          # Reference implementations
├── docker/             # Docker Compose and Nginx config
└── docs/               # Documentation

Development

Frontend Development

cd apps/web
pnpm install
pnpm dev

Running Individual Solutions

# Temporal Fraud Detection
docker-compose -f docker/docker-compose.yml up temporal-fraud-detection-ui

# View at http://localhost:8505

Documentation

Technology Stack

  • Frontend: React 18, TypeScript, Vite, LeafyGreen UI
  • Backend: Python, FastAPI, Streamlit
  • Database: MongoDB Atlas (Vector Search, Documents)
  • Infrastructure: Docker, Docker Compose, Nginx

Contributing

  1. Fork the repository
  2. Create a feature branch
  3. Follow the Adding Solutions guide
  4. Submit a pull request

License

Apache License 2.0 - See LICENSE for details.


MongoDB Partner Solutions Library - Showcasing the power of MongoDB Atlas integrations.

About

Storefront showcasing partner integrations with MongoDB Atlas. This application demonstrates how leading technology partners integrate with MongoDB for AI/LLM, event streaming, workflow orchestration, and semantic search use cases.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published