Realistic E-commerce Data: Catalogs, Funnels, and Orders
Don't just fill tables. Simulate the heartbeat of an online store with realistic user behavior and order streams.
The "Empty Store" Problem
Load testing an e-commerce platform with 10 products and 1 user is meaningless. But generating 1 million products that make sense (correct attributes, categories, and prices) is hard.
Aphelion solves this by generating both the Catalog (the static data) and the Traffic (the dynamic event stream).
Deep Capabilities
Rich hierarchies (Category A > Sub B), weighted pricing, and attributes (Color, Size).
Sessions, View Item, Add to Cart, Abandonment, and Purchase funnels.
Realistic timing (Black Friday spikes), split shipments, and returns.
Native support for complex EAV schemas like Platform M.
The Session Lifecycle
We don't just insert orders. We simulate the Shopper's Journey:
- Time 00:00: User A starts Session X (Referrer: Search).
- Time 00:05: Views Product 1 and Product 2.
- Time 00:12: Adds Product 2 to Cart.
- Time 00:15: Enters Checkout Flow.
- Time 00:18: Order Placed (Payment Confirmed).
{
"session_id": "sess_8923...",
"event_type": "add_to_cart",
"product_id": "prod_123",
"timestamp": "2024-12-13T10:12:45Z",
"metadata": { "quantity": 1, "variant": "blue" }
}
Performance Testing Ready
Search Optimization
Test your elasticsearch indexing with millions of varied product descriptions and attributes.
Recommendation Engines
Train "Customers who bought X also bought Y" models on widely distributed synthetic purchase history.
Scale your store testing today
Tags: #Ecommerce #Retail #LoadTesting #SyntheticData #UserBehavior
Contact: info@jrnld.com