Skip to content

Commit

Permalink
working on README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
doziestar committed Jun 30, 2024
1 parent 3231c7c commit 3935426
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,23 @@ DataVinci is a comprehensive data management and visualization tool designed for

DataVinci follows a microservices architecture for scalability and maintainability. Here's a high-level overview of the system:

![img_1.png](img_1.png)
```mermaid
graph TB
A[Web UI] --> B[API Gateway]
B --> C[Authentication Service]
B --> D[Data Source Service]
B --> E[Visualization Service]
B --> F[Report Service]
B --> G[AI Analysis Service]
B --> H[Real-time Processing Service]
D --> I[Data Connectors]
I --> J[(Various Data Sources)]
E & F & G & H --> K[Data Processing Engine]
K --> L[(Data Lake/Warehouse)]
M[Background Jobs] --> K
```

## Getting Started

Expand Down

0 comments on commit 3935426

Please sign in to comment.