KLTN / data /products.sample.json
vud16's picture
Upload 357 files
1cb2a1f verified
Raw
History Blame Contribute Delete
2.06 kB
[{
"id": "cpu-ryzen5-7600",
"name": "AMD Ryzen 5 7600",
"category": "CPU",
"price": 5600000,
"brand": "AMD",
"specs": {
"socket": "AM5",
"tdp_w": 65,
"cores": 6,
"threads": 12
},
"tags": ["gaming", "1080p", "budget-build"]
},
{
"id": "mb-b650m",
"name": "MSI B650M Gaming WiFi",
"category": "MAINBOARD",
"price": 4300000,
"brand": "MSI",
"specs": {
"socket": "AM5",
"ram_type": "DDR5",
"ram_slots": 4
},
"tags": ["am5", "ddr5"]
},
{
"id": "ram-32gb-ddr5-6000",
"name": "Corsair Vengeance 32GB (2x16) DDR5 6000",
"category": "RAM",
"price": 3100000,
"brand": "Corsair",
"specs": {
"ram_type": "DDR5",
"capacity_gb": 32,
"speed_mhz": 6000
},
"tags": ["gaming", "productivity"]
},
{
"id": "gpu-rtx4060",
"name": "Gigabyte RTX 4060 Windforce OC 8GB",
"category": "VGA",
"price": 8600000,
"brand": "Gigabyte",
"specs": {
"vram_gb": 8,
"tdp_w": 115,
"length_mm": 200
},
"tags": ["gaming", "1080p", "ray-tracing"]
},
{
"id": "psu-650w-gold",
"name": "Cooler Master MWE Gold 650W",
"category": "PSU",
"price": 2300000,
"brand": "Cooler Master",
"specs": {
"watt": 650,
"efficiency": "80+ Gold"
},
"tags": ["stable", "future-upgrade"]
},
{
"id": "case-matx-airflow",
"name": "Montech Air 100 ARGB",
"category": "CASE",
"price": 1600000,
"brand": "Montech",
"specs": {
"supported_mb": ["mATX", "ATX"],
"max_gpu_length_mm": 330
},
"tags": ["airflow", "argb"]
}
]