MongoDB
This integration is available for Portkey Enterprise users.
When deploying your AI app to production, having a robust, scalable, and high-performance logging solution is crucial. That's where Portkey and MongoDB combine — Portkey's Enterprise version easily lets you store all your LLM logs on the most popular database services of your choice. This is made even easier with our ready-to-use Kubernetes Configs (Helm charts).
Getting Started with MongoDB Log Storage
Prerequisites
Portkey Enterprise account
Access to a MongoDB instance
Kubernetes cluster
Configuration
To use MongoDB for Log storage, you'll need to provide the following values in your values.yaml
file for the Helm chart deployment:
Authentication with PEM File
If you're using a PEM file for authentication, follow these additional steps:
In the
resources-config.yaml
file, supply PEM file details under thedata
section:
In
values.yaml
, add the following configuration:
Update your
MONGO_DB_CONNECTION_URL
to use the PEM file:
Find more details in this repo.
Cloud Deployment
Portkey with MongoDB integration can be deployed to all major cloud providers. For cloud-specific documentation, please refer to:
AWSAzureGCPLast updated