Core
PaaS v2.x
2

Main concepts 💻 #

The Kuzzle PAAS is a platform directed to the hosting of the IoT platform. It uses tools developed by kuzzle, it is part of a desire to offer a complete service from the development of the platform to its hosting

The service we offer is composed of:

  • 🚀 An IOT platform composed of a Frontend and a Backend
  • 🚀 A Custom application service for the management of the platform
  • 🚀 A hosting service allowing to deploy and manage your applications

Overview of the PaaS #

The PaaS is composed of 3 main parts, that will be detailled bellow

Project #

A project is a logical separation of the paas, it is a container that will contain all the environments of your project.

You can have multiple projects, each project will have its own environments and applications.

This is useful if you want to have multiple projects in the same paas for a unique user.

Environment #

An environment is a logical container that will contain all the applications of your project. You can have multiple environments in a project.

This is useful if you want to have a production environment and a development environment for example.

Applications #

An application is a container that will contain all the blocks of your application. You can have multiple applications in an environment.

This is useful if you want to have a frontend and a backend for example.

Community #