Product DocsMenu

Coveo Platform 7.0 >
Administrator Help > Coveo .NET Front-End 12.0 > Deploying the .NET Search Interface URL Shortener Database

Deploying the .NET Search Interface URL Shortener Database

The Coveo .NET Front-Ends can optionally use a MongoDB database to manage shortened URLs (see About the .NET Search Interface URL Shortener). MongoDB is an easy to set up, free, scalable, high-performance, open source, NoSQL database that supports replication and high availability.

You can install MongoDB on any server that is accessible to your Coveo .NET Front-End server(s). MongoDB and its usage by the Coveo Platform require low computer resources.

Examples:
  • In the case of a one server Coveo instance, installing MongoDB on the Coveo server is the simplest solution.

  • In the case of a Coveo instance with multiple Coveo .NET Front-End servers, you could choose to install MongoDB on the Coveo Master server, on one of the Coveo Front-End server, or on another server.

To deploy the URL shortener database

  1. Install MongoDB on a server of your choice (see Installing MongoDB on a Server).

    Note: You can achieve MongoDB high availability by installing MongoDB on three or more servers and configure a replica set (see the MongoDB document Replica Sets - Basics).

  2. On each Coveo Front-End server, activate the URL shortener (see Enabling the URL Shortener Database).

People who viewed this topic also viewed