Overview of the Rimdian platform architecture
The platform is composed of:
Collector
- that receives all incoming data (sessions, pageviews, orders etc…) from various sources (website, apps…) and pushes it into the Queue
.Queue
- that pushes data into the API Server
for further processing. It acts as a buffer in case the API Server
or the Database
becomes unavailable to avoid loosing data.API Server
- that receives data from the Queue
and requests from the Console
& apps. It interacts with the Database
.Database
- that stores the data.Cube Server
- that provides a semantic layer to compute analytics requests.Console
- for humans, accessible from your browser.Apps
- that can be installed on the platform to extend its capabilities.Admins
are users who work for your organization & have access to the Rimdian Console
.
Users
are visitors & customers who visit your website to buy your products or services.
Admins can belong to many organizations, and each organization can have multiple workspaces.
The data is stored at the workspace
level.
Overview of the Rimdian platform architecture
The platform is composed of:
Collector
- that receives all incoming data (sessions, pageviews, orders etc…) from various sources (website, apps…) and pushes it into the Queue
.Queue
- that pushes data into the API Server
for further processing. It acts as a buffer in case the API Server
or the Database
becomes unavailable to avoid loosing data.API Server
- that receives data from the Queue
and requests from the Console
& apps. It interacts with the Database
.Database
- that stores the data.Cube Server
- that provides a semantic layer to compute analytics requests.Console
- for humans, accessible from your browser.Apps
- that can be installed on the platform to extend its capabilities.Admins
are users who work for your organization & have access to the Rimdian Console
.
Users
are visitors & customers who visit your website to buy your products or services.
Admins can belong to many organizations, and each organization can have multiple workspaces.
The data is stored at the workspace
level.