You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This directory contains a simple demonstration project for the FDB (Fantastic Distributed Backend) system. This demo is designed to showcase the core functionality and performance characteristics of FDB in a straightforward, easy-to-understand manner.
4
+
5
+
## Purpose
6
+
7
+
The simple demo focuses on:
8
+
9
+
1. Basic node setup and communication
10
+
2. Topology metrics and visualization
11
+
3. Small to moderate data transfer demonstrations
12
+
4. Easy-to-run configuration for quick demonstrations
13
+
14
+
## Components
15
+
16
+
This demo will include:
17
+
18
+
- Simple node configuration files
19
+
- Scripts to start/stop a demo cluster
20
+
- Sample data generators for testing
21
+
- Basic visualization of topology metrics
22
+
- Instructions for running various test scenarios
23
+
24
+
## Usage
25
+
26
+
Detailed usage instructions will be provided as the demo is developed. The goal is to make this demo runnable with minimal setup to showcase FDB's capabilities.
27
+
28
+
## Planned Features
29
+
30
+
- Single-command setup and teardown
31
+
- Progressive load testing from small to large data volumes
32
+
- Integration with Prometheus/Grafana for metrics visualization
33
+
- Example outputs and expected results
34
+
35
+
---
36
+
37
+
*This demo is part of the FDB demos suite which showcases different aspects and capabilities of the FDB distributed system.*
0 commit comments