Skip to content

Commit 5975fa2

Browse files
author
Peng Ren
committed
Added more test data
1 parent cab1a64 commit 5975fa2

File tree

9 files changed

+13879
-96
lines changed

9 files changed

+13879
-96
lines changed

tests/data/analytics.json

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
[
2+
{
3+
"_id": "analytics_2023_12",
4+
"period": "2023-12",
5+
"type": "monthly",
6+
"metrics": {
7+
"total_revenue": 1624.99,
8+
"total_orders": 2,
9+
"unique_customers": 2,
10+
"average_order_value": 812.495,
11+
"conversion_rate": 0.056,
12+
"bounce_rate": 0.32,
13+
"page_views": 1250,
14+
"session_duration": 345.6
15+
},
16+
"top_products": [
17+
"p1",
18+
"p4",
19+
"p2"
20+
],
21+
"top_categories": [
22+
"Electronics"
23+
],
24+
"geographic_data": {
25+
"USA": {
26+
"orders": 2,
27+
"revenue": 1624.99,
28+
"states": [
29+
"NY",
30+
"CA"
31+
]
32+
}
33+
},
34+
"created_at": "2023-12-01T00:00:00Z",
35+
"updated_at": "2023-12-12T23:59:59Z",
36+
"data_quality_score": 0.95,
37+
"is_finalized": false
38+
}
39+
]

0 commit comments

Comments
 (0)