-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
27 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
--- | ||
sidebar_position: 1 | ||
--- | ||
|
||
# Architecture | ||
|
||
In this section we'll explore the architecture of the Radicalbit AI platform. | ||
The image below show all the components of the platform: | ||
|
||
![Alt text](/img/architecture/architecture.png "Architecture") | ||
|
||
## API | ||
|
||
API is the core of the platform, it exposes all the functionalities via REST APIs. | ||
It require a PostgreSQL database to store data and a Kubernetes cluster to run Spark jobs for metrics evaluations. | ||
To store all dataset files a distributes storage is used. | ||
REST APIs could be used via user interface or using the provided Python SDK. | ||
|
||
## UI | ||
|
||
To use REST APIs with a human friendly interface, a UI is provided. | ||
It covers all the implemented APIs, starting from models creation ending with all metrics visualization. | ||
|
||
## SDK | ||
|
||
To interact with API programmatically, a Python SDK is provided. | ||
SDK implements all functionalities exposed via REST API. |
File renamed without changes.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.