Installation

CluedIn is designed with the Microservices Architecture in mind. That means that CluedIn, as an application, is a set of interconnected services: a web application, GraphQL API, databases, message queues, and so on.

Each CluedIn service runs in a separate container, allowing us to test, scale, and monitor each service effectively.

While CluedIn is a cloud-native application, you can also run it on your local machine.

Docker Compose is the technology that allows us to run a group of containers on our local computer easily. You just run a few commands, and a new CluedIn instance is up and running on your laptop or desktop computer. You can use it for testing and development. Please, follow the Local Deployment section for more details.

When it comes to production, Kubernetes runs CluedIn services in the cloud and ensures that the containers are healthy and scale as they should.

While all modern cloud providers support Kubernetes, we recommend running CluedIn on Microsoft Azure with the help of Azure Kubernetes Service. Read more about it in the Azure section of our documentation.

Azure Market place
Azure Marketplace
Install CluedIn within your company’s Azure infrastructure
Installation
Local
Install CluedIn locally to test its main features and write custom code
How to
How-to guides
Get detailed instructions for essential maintenance and troubleshooting operations

Table of contents