# arcion-loadgen **Repository Path**: mirrors_databricks/arcion-loadgen ## Basic Information - **Project Name**: arcion-loadgen - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-10-19 - **Last Updated**: 2025-10-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Overview This is [Arcion](https://docs.arcion.io/) Replicant demos using [CLI](https://docs.arcion.io/docs/quickstart/index.html) and [GUI](https://docs.arcion.io/docs/arcion-cloud-dashboard/quickstart/index.html). The demo environment is fully dockerized. The demo environment is meant to provide local environment for learning and functional testing of Arcion product. The demo is not intended for performance and scalability comparisons. Please review Arcion [Docs](https://docs.arcion.io/) for each source and destination for reference information. The diagram below depicts the components of the demo. Each component runs in a separate docker container. Setup required to generate data, run the workload load, setup the source and destination databases are a part of the demo kit. - Load Generator - Source database - Arcion host with dedicated metadata database - Destination database ```mermaid graph LR L[Load Generator
TPC-C
YCSB] --> S subgraph Arcion Cluster A1 M[(Meta
Data)] end S[(Source
Host)] --> A1[Arcion
Node 1] A1 --> T[(Destination
Host)] ```