databricks/arcion-loadgen
Shell
Captured source
source ↗databricks/arcion-loadgen
Language: Shell
License: MIT
Stars: 1
Forks: 1
Open issues: 22
Created: 2022-12-03T14:27:30Z
Pushed: 2025-04-23T20:04:19Z
Default branch: main
Fork: no
Archived: no
README:
Overview
This is Arcion Replicant demos using CLI and GUI. 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 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
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)]