// Telecom Process Insights (database-for-interactive-process-viewer) v1 — Prisma seed
// Synthetic sample data, CC0-1.0. Generated deterministically; re-running the
// generator with the same spec and seed reproduces this file exactly.
//
// Delegates are named after the tables (prisma.network_nodes), which assumes models
// mapped to those table names. Rename the delegates if your models differ.
import { PrismaClient } from '@prisma/client';

const prisma = new PrismaClient();

async function main() {
    await prisma.network_nodes.createMany({
        data: [
            { id: 1, node_name: "load_balancer", node_type: "server", location: "washington" },
            { id: 2, node_name: "server", node_type: "switch", location: "los_angeles indianapolis" },
            { id: 3, node_name: "terminal gateway access_point", node_type: "router", location: "columbus philadelphia" },
            { id: 4, node_name: "node", node_type: "router", location: "phoenix charlotte" },
            { id: 5, node_name: "repeater router", node_type: "switch", location: "philadelphia san_francisco dallas" },
            { id: 6, node_name: "node interface", node_type: "router", location: "charlotte" },
            { id: 7, node_name: "repeater device", node_type: "switch", location: null },
            { id: 8, node_name: "base_station access_point", node_type: "router", location: "los_angeles" },
            { id: 9, node_name: "sensor base_station", node_type: "router", location: "columbus" },
            { id: 10, node_name: "repeater device gateway", node_type: "router", location: null },
            { id: 11, node_name: "server hub firewall", node_type: "server", location: "washington los_angeles austin" },
            { id: 12, node_name: "sensor controller gateway", node_type: "router", location: "san_francisco philadelphia" },
            { id: 13, node_name: "transceiver endpoint", node_type: "server", location: null },
            { id: 14, node_name: "controller", node_type: "switch", location: "fort_worth" },
            { id: 15, node_name: "base_station interface", node_type: "router", location: null },
            { id: 16, node_name: "hub server node", node_type: "router", location: "san_jose phoenix new_york" },
            { id: 17, node_name: "endpoint node", node_type: "router", location: "fort_worth" },
            { id: 18, node_name: "controller", node_type: "router", location: "denver san_diego" },
            { id: 19, node_name: "terminal base_station", node_type: "router", location: null },
            { id: 20, node_name: "access_point gateway node", node_type: "switch", location: "san_francisco phoenix philadelphia" },
            { id: 21, node_name: "controller load_balancer", node_type: "server", location: "dallas los_angeles seattle" },
            { id: 22, node_name: "modem", node_type: "router", location: "fort_worth new_york" },
            { id: 23, node_name: "controller", node_type: "router", location: "houston" },
            { id: 24, node_name: "modem", node_type: "router", location: "austin" },
            { id: 25, node_name: "controller firewall gateway", node_type: "router", location: "washington" },
            { id: 26, node_name: "relay access_point", node_type: "router", location: "los_angeles austin dallas" },
            { id: 27, node_name: "base_station transceiver", node_type: "router", location: "new_york columbus" },
            { id: 28, node_name: "bridge", node_type: "router", location: "denver seattle san_francisco" },
            { id: 29, node_name: "firewall", node_type: "router", location: "san_jose charlotte" },
            { id: 30, node_name: "modem repeater endpoint", node_type: "router", location: null },
            { id: 31, node_name: "sensor base_station", node_type: "switch", location: "columbus charlotte chicago" },
            { id: 32, node_name: "interface relay base_station", node_type: "router", location: "denver" },
            { id: 33, node_name: "bridge", node_type: "router", location: "seattle" },
            { id: 34, node_name: "controller hub router", node_type: "switch", location: "los_angeles san_diego" },
            { id: 35, node_name: "switch relay", node_type: "router", location: "phoenix dallas" },
            { id: 36, node_name: "transceiver gateway server", node_type: "router", location: "new_york" },
            { id: 37, node_name: "hub", node_type: "router", location: "jacksonville san_antonio phoenix" },
            { id: 38, node_name: "hub load_balancer relay", node_type: "switch", location: "los_angeles philadelphia" },
            { id: 39, node_name: "load_balancer", node_type: "router", location: "denver columbus" },
            { id: 40, node_name: "access_point", node_type: "router", location: "fort_worth houston" },
            { id: 41, node_name: "sensor transceiver firewall", node_type: "router", location: "san_jose san_francisco" },
            { id: 42, node_name: "transceiver server access_point", node_type: "router", location: null },
            { id: 43, node_name: "access_point server bridge", node_type: "router", location: "jacksonville" },
            { id: 44, node_name: "hub server load_balancer", node_type: "router", location: "indianapolis" },
            { id: 45, node_name: "base_station router access_point", node_type: "router", location: "phoenix washington" },
            { id: 46, node_name: "server terminal modem", node_type: "switch", location: "houston" },
            { id: 47, node_name: "server", node_type: "router", location: "dallas san_diego new_york" },
            { id: 48, node_name: "terminal gateway", node_type: "switch", location: "phoenix charlotte indianapolis" },
            { id: 49, node_name: "sensor node controller", node_type: "router", location: "denver" },
            { id: 50, node_name: "sensor terminal node", node_type: "router", location: "phoenix new_york san_diego" },
            { id: 51, node_name: "repeater server", node_type: "router", location: "denver" },
            { id: 52, node_name: "hub repeater transceiver", node_type: "router", location: "austin" },
            { id: 53, node_name: "load_balancer sensor", node_type: "router", location: "san_jose" },
            { id: 54, node_name: "device", node_type: "router", location: "los_angeles denver dallas" },
            { id: 55, node_name: "gateway firewall endpoint", node_type: "server", location: "seattle" },
            { id: 56, node_name: "terminal switch", node_type: "router", location: "fort_worth san_antonio" },
            { id: 57, node_name: "repeater hub modem", node_type: "router", location: "denver austin" },
            { id: 58, node_name: "switch device endpoint", node_type: "router", location: "san_antonio charlotte" },
            { id: 59, node_name: "terminal endpoint gateway", node_type: "router", location: "new_york fort_worth" },
            { id: 60, node_name: "node", node_type: "server", location: "los_angeles" },
            { id: 61, node_name: "gateway device", node_type: "router", location: "austin jacksonville san_jose" },
            { id: 62, node_name: "sensor terminal", node_type: "server", location: "san_francisco denver" },
            { id: 63, node_name: "interface", node_type: "server", location: "new_york" },
            { id: 64, node_name: "device controller router", node_type: "switch", location: "jacksonville san_antonio seattle" },
            { id: 65, node_name: "interface controller terminal", node_type: "router", location: "chicago san_antonio jacksonville" },
            { id: 66, node_name: "repeater transceiver", node_type: "switch", location: "san_antonio" },
            { id: 67, node_name: "router controller", node_type: "switch", location: "seattle san_diego" },
            { id: 68, node_name: "bridge", node_type: "router", location: "columbus" },
            { id: 69, node_name: "endpoint", node_type: "router", location: "phoenix" },
            { id: 70, node_name: "relay", node_type: "router", location: "columbus" },
            { id: 71, node_name: "bridge", node_type: "router", location: "denver san_antonio" },
            { id: 72, node_name: "server", node_type: "router", location: "los_angeles washington indianapolis" },
            { id: 73, node_name: "bridge modem", node_type: "server", location: "austin columbus los_angeles" },
            { id: 74, node_name: "bridge switch", node_type: "switch", location: "washington" },
            { id: 75, node_name: "controller endpoint", node_type: "router", location: "los_angeles fort_worth" },
        ],
    });
    await prisma.network_connections.createMany({
        data: [
            { id: 1, source_id: 51, destination_id: 74, connection_latency: "182.29", status: "active", connection_bandwidth: "814.46" },
            { id: 2, source_id: 33, destination_id: 36, connection_latency: "162.12", status: "active", connection_bandwidth: "416.63" },
            { id: 3, source_id: 29, destination_id: 15, connection_latency: null, status: "inactive", connection_bandwidth: "112.45" },
            { id: 4, source_id: 53, destination_id: 60, connection_latency: "153.46", status: "maintenance", connection_bandwidth: "1029.69" },
            { id: 5, source_id: 43, destination_id: 58, connection_latency: null, status: "inactive", connection_bandwidth: "8288.81" },
            { id: 6, source_id: 33, destination_id: 3, connection_latency: "80.00", status: "active", connection_bandwidth: "22.48" },
            { id: 7, source_id: 54, destination_id: 12, connection_latency: "163.49", status: "active", connection_bandwidth: "6498.86" },
            { id: 8, source_id: 67, destination_id: 75, connection_latency: "70.06", status: "active", connection_bandwidth: "1815.99" },
            { id: 9, source_id: 29, destination_id: 5, connection_latency: "174.48", status: "active", connection_bandwidth: "140.66" },
            { id: 10, source_id: 59, destination_id: 68, connection_latency: "224.48", status: "active", connection_bandwidth: "5411.74" },
            { id: 11, source_id: 53, destination_id: 45, connection_latency: "164.18", status: "active", connection_bandwidth: "3464.55" },
            { id: 12, source_id: 16, destination_id: 73, connection_latency: "230.52", status: "active", connection_bandwidth: "1478.43" },
            { id: 13, source_id: 53, destination_id: 72, connection_latency: null, status: "inactive", connection_bandwidth: "619.35" },
            { id: 14, source_id: 7, destination_id: 73, connection_latency: "116.00", status: "active", connection_bandwidth: "67.77" },
            { id: 15, source_id: 41, destination_id: 4, connection_latency: "170.37", status: "active", connection_bandwidth: "6072.71" },
            { id: 16, source_id: 75, destination_id: 55, connection_latency: null, status: "inactive", connection_bandwidth: "62.15" },
            { id: 17, source_id: 50, destination_id: 12, connection_latency: "228.79", status: "active", connection_bandwidth: "2786.56" },
            { id: 18, source_id: 25, destination_id: 66, connection_latency: "128.66", status: "active", connection_bandwidth: "2889.61" },
            { id: 19, source_id: 51, destination_id: 35, connection_latency: "225.75", status: "active", connection_bandwidth: "715.30" },
            { id: 20, source_id: 47, destination_id: 12, connection_latency: "111.27", status: "maintenance", connection_bandwidth: "154.08" },
            { id: 21, source_id: 32, destination_id: 26, connection_latency: "157.96", status: "active", connection_bandwidth: "815.51" },
            { id: 22, source_id: 61, destination_id: 55, connection_latency: null, status: "inactive", connection_bandwidth: "539.81" },
            { id: 23, source_id: 29, destination_id: 14, connection_latency: "148.28", status: "maintenance", connection_bandwidth: "5716.17" },
            { id: 24, source_id: 13, destination_id: 65, connection_latency: "97.85", status: "active", connection_bandwidth: "988.23" },
            { id: 25, source_id: 36, destination_id: 34, connection_latency: "220.55", status: "active", connection_bandwidth: "5811.82" },
            { id: 26, source_id: 45, destination_id: 21, connection_latency: null, status: "inactive", connection_bandwidth: "5292.69" },
            { id: 27, source_id: 13, destination_id: 65, connection_latency: "151.06", status: "active", connection_bandwidth: "4897.89" },
            { id: 28, source_id: 48, destination_id: 34, connection_latency: "103.18", status: "active", connection_bandwidth: "444.53" },
            { id: 29, source_id: 1, destination_id: 31, connection_latency: "166.82", status: "active", connection_bandwidth: "91.02" },
            { id: 30, source_id: 36, destination_id: 9, connection_latency: "147.67", status: "maintenance", connection_bandwidth: "825.14" },
            { id: 31, source_id: 48, destination_id: 8, connection_latency: "108.98", status: "active", connection_bandwidth: "8599.34" },
            { id: 32, source_id: 1, destination_id: 69, connection_latency: "118.94", status: "active", connection_bandwidth: "320.67" },
            { id: 33, source_id: 5, destination_id: 51, connection_latency: "127.38", status: "active", connection_bandwidth: "9416.22" },
            { id: 34, source_id: 73, destination_id: 52, connection_latency: null, status: "inactive", connection_bandwidth: "3849.95" },
            { id: 35, source_id: 44, destination_id: 66, connection_latency: "86.80", status: "active", connection_bandwidth: "7319.36" },
            { id: 36, source_id: 32, destination_id: 41, connection_latency: null, status: "inactive", connection_bandwidth: "793.79" },
            { id: 37, source_id: 75, destination_id: 39, connection_latency: null, status: "inactive", connection_bandwidth: "9036.38" },
            { id: 38, source_id: 66, destination_id: 20, connection_latency: "172.94", status: "active", connection_bandwidth: "6441.67" },
            { id: 39, source_id: 63, destination_id: 57, connection_latency: "152.55", status: "active", connection_bandwidth: "153.49" },
            { id: 40, source_id: 36, destination_id: 5, connection_latency: "146.10", status: "active", connection_bandwidth: "6659.10" },
            { id: 41, source_id: 23, destination_id: 74, connection_latency: null, status: "inactive", connection_bandwidth: "7144.91" },
            { id: 42, source_id: 21, destination_id: 69, connection_latency: "83.98", status: "active", connection_bandwidth: "5626.74" },
            { id: 43, source_id: 62, destination_id: 42, connection_latency: null, status: "inactive", connection_bandwidth: "2389.09" },
            { id: 44, source_id: 13, destination_id: 37, connection_latency: null, status: "inactive", connection_bandwidth: "4204.19" },
            { id: 45, source_id: 51, destination_id: 18, connection_latency: "211.95", status: "active", connection_bandwidth: "8732.87" },
            { id: 46, source_id: 40, destination_id: 72, connection_latency: "184.67", status: "maintenance", connection_bandwidth: "5.13" },
            { id: 47, source_id: 30, destination_id: 9, connection_latency: "87.23", status: "active", connection_bandwidth: "1311.64" },
            { id: 48, source_id: 66, destination_id: 75, connection_latency: null, status: "inactive", connection_bandwidth: "4271.87" },
            { id: 49, source_id: 21, destination_id: 58, connection_latency: "116.31", status: "active", connection_bandwidth: "1055.16" },
            { id: 50, source_id: 18, destination_id: 14, connection_latency: "240.16", status: "active", connection_bandwidth: "32.65" },
            { id: 51, source_id: 61, destination_id: 57, connection_latency: "185.85", status: "active", connection_bandwidth: "369.83" },
            { id: 52, source_id: 55, destination_id: 8, connection_latency: "124.57", status: "active", connection_bandwidth: "918.81" },
            { id: 53, source_id: 61, destination_id: 11, connection_latency: "208.47", status: "active", connection_bandwidth: "88.03" },
            { id: 54, source_id: 12, destination_id: 19, connection_latency: "135.24", status: "active", connection_bandwidth: "1777.63" },
            { id: 55, source_id: 72, destination_id: 30, connection_latency: "123.19", status: "maintenance", connection_bandwidth: "106.45" },
            { id: 56, source_id: 25, destination_id: 63, connection_latency: "179.98", status: "active", connection_bandwidth: "18.69" },
            { id: 57, source_id: 40, destination_id: 30, connection_latency: "126.70", status: "maintenance", connection_bandwidth: "279.06" },
            { id: 58, source_id: 54, destination_id: 45, connection_latency: "179.30", status: "active", connection_bandwidth: "3719.59" },
            { id: 59, source_id: 23, destination_id: 46, connection_latency: null, status: "inactive", connection_bandwidth: "273.09" },
            { id: 60, source_id: 1, destination_id: 1, connection_latency: null, status: "inactive", connection_bandwidth: "3658.35" },
            { id: 61, source_id: 11, destination_id: 18, connection_latency: "129.76", status: "active", connection_bandwidth: "106.68" },
            { id: 62, source_id: 11, destination_id: 8, connection_latency: "163.44", status: "active", connection_bandwidth: "121.74" },
            { id: 63, source_id: 50, destination_id: 20, connection_latency: "153.66", status: "active", connection_bandwidth: "1166.81" },
            { id: 64, source_id: 35, destination_id: 47, connection_latency: "163.38", status: "active", connection_bandwidth: "3352.85" },
            { id: 65, source_id: 29, destination_id: 70, connection_latency: "123.79", status: "maintenance", connection_bandwidth: "5156.08" },
            { id: 66, source_id: 46, destination_id: 22, connection_latency: "59.24", status: "active", connection_bandwidth: "437.00" },
            { id: 67, source_id: 17, destination_id: 46, connection_latency: "150.72", status: "active", connection_bandwidth: "1251.63" },
            { id: 68, source_id: 50, destination_id: 40, connection_latency: null, status: "inactive", connection_bandwidth: "3932.47" },
            { id: 69, source_id: 71, destination_id: 10, connection_latency: "226.38", status: "active", connection_bandwidth: "6039.70" },
            { id: 70, source_id: 19, destination_id: 30, connection_latency: "206.27", status: "active", connection_bandwidth: "8849.09" },
            { id: 71, source_id: 27, destination_id: 40, connection_latency: null, status: "inactive", connection_bandwidth: "5311.58" },
            { id: 72, source_id: 40, destination_id: 8, connection_latency: "138.00", status: "active", connection_bandwidth: "5693.71" },
            { id: 73, source_id: 52, destination_id: 6, connection_latency: "118.66", status: "active", connection_bandwidth: "29.24" },
            { id: 74, source_id: 50, destination_id: 3, connection_latency: null, status: "inactive", connection_bandwidth: "1874.96" },
            { id: 75, source_id: 62, destination_id: 32, connection_latency: "248.38", status: "active", connection_bandwidth: "8258.10" },
            { id: 76, source_id: 67, destination_id: 45, connection_latency: null, status: "inactive", connection_bandwidth: "7178.89" },
            { id: 77, source_id: 8, destination_id: 31, connection_latency: "148.59", status: "active", connection_bandwidth: "3582.80" },
            { id: 78, source_id: 46, destination_id: 24, connection_latency: null, status: "inactive", connection_bandwidth: "2360.89" },
            { id: 79, source_id: 17, destination_id: 68, connection_latency: "85.33", status: "active", connection_bandwidth: "8223.13" },
            { id: 80, source_id: 48, destination_id: 42, connection_latency: "138.91", status: "active", connection_bandwidth: "3007.47" },
            { id: 81, source_id: 17, destination_id: 64, connection_latency: "120.10", status: "active", connection_bandwidth: "4388.06" },
            { id: 82, source_id: 31, destination_id: 47, connection_latency: null, status: "inactive", connection_bandwidth: "6755.60" },
            { id: 83, source_id: 52, destination_id: 18, connection_latency: "179.69", status: "maintenance", connection_bandwidth: "2.72" },
            { id: 84, source_id: 63, destination_id: 47, connection_latency: "247.20", status: "active", connection_bandwidth: "1613.29" },
            { id: 85, source_id: 72, destination_id: 26, connection_latency: "145.08", status: "active", connection_bandwidth: "2624.64" },
            { id: 86, source_id: 54, destination_id: 55, connection_latency: null, status: "inactive", connection_bandwidth: "3399.74" },
            { id: 87, source_id: 47, destination_id: 38, connection_latency: "213.28", status: "active", connection_bandwidth: "4938.60" },
            { id: 88, source_id: 40, destination_id: 53, connection_latency: "101.40", status: "active", connection_bandwidth: "17.31" },
            { id: 89, source_id: 50, destination_id: 57, connection_latency: null, status: "inactive", connection_bandwidth: "8216.34" },
            { id: 90, source_id: 23, destination_id: 42, connection_latency: "162.64", status: "active", connection_bandwidth: "5798.24" },
            { id: 91, source_id: 55, destination_id: 51, connection_latency: "159.43", status: "active", connection_bandwidth: "765.92" },
            { id: 92, source_id: 47, destination_id: 50, connection_latency: "197.33", status: "active", connection_bandwidth: "2653.56" },
            { id: 93, source_id: 71, destination_id: 39, connection_latency: "166.06", status: "active", connection_bandwidth: "886.54" },
            { id: 94, source_id: 47, destination_id: 29, connection_latency: "186.42", status: "maintenance", connection_bandwidth: "1346.26" },
            { id: 95, source_id: 70, destination_id: 54, connection_latency: null, status: "inactive", connection_bandwidth: "44.83" },
            { id: 96, source_id: 6, destination_id: 72, connection_latency: null, status: "inactive", connection_bandwidth: "9338.73" },
            { id: 97, source_id: 31, destination_id: 12, connection_latency: "161.75", status: "active", connection_bandwidth: "8864.34" },
            { id: 98, source_id: 12, destination_id: 13, connection_latency: "134.29", status: "maintenance", connection_bandwidth: "69.68" },
            { id: 99, source_id: 61, destination_id: 72, connection_latency: "154.40", status: "active", connection_bandwidth: "7568.91" },
            { id: 100, source_id: 23, destination_id: 60, connection_latency: "148.34", status: "active", connection_bandwidth: "966.80" },
            { id: 101, source_id: 30, destination_id: 19, connection_latency: "189.38", status: "active", connection_bandwidth: "8522.88" },
            { id: 102, source_id: 50, destination_id: 57, connection_latency: "84.83", status: "active", connection_bandwidth: "1583.07" },
            { id: 103, source_id: 24, destination_id: 41, connection_latency: "129.92", status: "active", connection_bandwidth: "1047.18" },
            { id: 104, source_id: 31, destination_id: 35, connection_latency: "145.89", status: "active", connection_bandwidth: "187.27" },
            { id: 105, source_id: 8, destination_id: 55, connection_latency: "150.11", status: "active", connection_bandwidth: "6351.63" },
            { id: 106, source_id: 37, destination_id: 69, connection_latency: "149.54", status: "active", connection_bandwidth: "1218.73" },
            { id: 107, source_id: 68, destination_id: 25, connection_latency: "106.32", status: "active", connection_bandwidth: "342.51" },
            { id: 108, source_id: 46, destination_id: 12, connection_latency: null, status: "inactive", connection_bandwidth: "6564.90" },
            { id: 109, source_id: 33, destination_id: 71, connection_latency: "192.01", status: "active", connection_bandwidth: "1136.06" },
            { id: 110, source_id: 63, destination_id: 16, connection_latency: "173.35", status: "active", connection_bandwidth: "4209.54" },
            { id: 111, source_id: 62, destination_id: 46, connection_latency: "140.59", status: "active", connection_bandwidth: "2328.07" },
            { id: 112, source_id: 65, destination_id: 50, connection_latency: null, status: "inactive", connection_bandwidth: "3666.63" },
            { id: 113, source_id: 2, destination_id: 47, connection_latency: "161.35", status: "active", connection_bandwidth: "6308.08" },
            { id: 114, source_id: 31, destination_id: 14, connection_latency: "215.13", status: "active", connection_bandwidth: "81.74" },
            { id: 115, source_id: 7, destination_id: 66, connection_latency: "192.90", status: "active", connection_bandwidth: "12.05" },
            { id: 116, source_id: 6, destination_id: 15, connection_latency: "110.55", status: "active", connection_bandwidth: "7893.87" },
            { id: 117, source_id: 35, destination_id: 37, connection_latency: "187.95", status: "active", connection_bandwidth: "4602.26" },
            { id: 118, source_id: 26, destination_id: 39, connection_latency: "73.38", status: "active", connection_bandwidth: "1695.68" },
            { id: 119, source_id: 4, destination_id: 40, connection_latency: "199.47", status: "active", connection_bandwidth: "1891.41" },
            { id: 120, source_id: 75, destination_id: 17, connection_latency: "176.33", status: "active", connection_bandwidth: "8091.48" },
            { id: 121, source_id: 56, destination_id: 32, connection_latency: "74.51", status: "active", connection_bandwidth: "34.51" },
            { id: 122, source_id: 71, destination_id: 74, connection_latency: null, status: "inactive", connection_bandwidth: "1441.41" },
            { id: 123, source_id: 50, destination_id: 47, connection_latency: "140.78", status: "active", connection_bandwidth: "533.83" },
            { id: 124, source_id: 67, destination_id: 47, connection_latency: "115.62", status: "active", connection_bandwidth: "30.85" },
            { id: 125, source_id: 38, destination_id: 62, connection_latency: "178.90", status: "active", connection_bandwidth: "115.99" },
            { id: 126, source_id: 53, destination_id: 15, connection_latency: "106.60", status: "active", connection_bandwidth: "3851.32" },
            { id: 127, source_id: 4, destination_id: 35, connection_latency: "164.13", status: "active", connection_bandwidth: "982.33" },
            { id: 128, source_id: 52, destination_id: 49, connection_latency: null, status: "inactive", connection_bandwidth: "6581.17" },
            { id: 129, source_id: 48, destination_id: 57, connection_latency: "132.97", status: "active", connection_bandwidth: "2091.97" },
            { id: 130, source_id: 30, destination_id: 60, connection_latency: "136.12", status: "maintenance", connection_bandwidth: "2432.00" },
            { id: 131, source_id: 48, destination_id: 27, connection_latency: null, status: "inactive", connection_bandwidth: "4013.94" },
            { id: 132, source_id: 34, destination_id: 49, connection_latency: null, status: "inactive", connection_bandwidth: "6900.22" },
            { id: 133, source_id: 32, destination_id: 35, connection_latency: "106.05", status: "active", connection_bandwidth: "1851.83" },
            { id: 134, source_id: 19, destination_id: 8, connection_latency: "154.43", status: "active", connection_bandwidth: "9447.29" },
            { id: 135, source_id: 23, destination_id: 38, connection_latency: "165.84", status: "active", connection_bandwidth: "4.07" },
            { id: 136, source_id: 11, destination_id: 64, connection_latency: "108.72", status: "maintenance", connection_bandwidth: "127.14" },
            { id: 137, source_id: 4, destination_id: 21, connection_latency: "121.66", status: "active", connection_bandwidth: "228.33" },
            { id: 138, source_id: 50, destination_id: 68, connection_latency: "44.64", status: "active", connection_bandwidth: "4943.68" },
            { id: 139, source_id: 38, destination_id: 75, connection_latency: null, status: "inactive", connection_bandwidth: "7294.97" },
            { id: 140, source_id: 37, destination_id: 16, connection_latency: "144.27", status: "active", connection_bandwidth: "9281.78" },
            { id: 141, source_id: 73, destination_id: 3, connection_latency: "217.84", status: "active", connection_bandwidth: "6821.25" },
            { id: 142, source_id: 9, destination_id: 68, connection_latency: null, status: "inactive", connection_bandwidth: "502.04" },
            { id: 143, source_id: 2, destination_id: 18, connection_latency: "117.80", status: "active", connection_bandwidth: "1.24" },
            { id: 144, source_id: 49, destination_id: 47, connection_latency: "126.46", status: "active", connection_bandwidth: "5338.90" },
            { id: 145, source_id: 60, destination_id: 12, connection_latency: "120.17", status: "active", connection_bandwidth: "5612.86" },
            { id: 146, source_id: 52, destination_id: 53, connection_latency: "134.93", status: "active", connection_bandwidth: "3298.94" },
            { id: 147, source_id: 27, destination_id: 73, connection_latency: "105.17", status: "maintenance", connection_bandwidth: "7084.62" },
            { id: 148, source_id: 19, destination_id: 50, connection_latency: "169.48", status: "active", connection_bandwidth: "3944.73" },
            { id: 149, source_id: 17, destination_id: 13, connection_latency: "144.97", status: "active", connection_bandwidth: "5076.54" },
            { id: 150, source_id: 27, destination_id: 11, connection_latency: null, status: "inactive", connection_bandwidth: "6150.95" },
            { id: 151, source_id: 8, destination_id: 36, connection_latency: "82.96", status: "active", connection_bandwidth: "2623.09" },
            { id: 152, source_id: 59, destination_id: 26, connection_latency: "164.54", status: "active", connection_bandwidth: "1611.47" },
            { id: 153, source_id: 63, destination_id: 58, connection_latency: "150.72", status: "active", connection_bandwidth: "1133.00" },
            { id: 154, source_id: 65, destination_id: 33, connection_latency: "191.29", status: "active", connection_bandwidth: "2847.83" },
            { id: 155, source_id: 25, destination_id: 4, connection_latency: "131.01", status: "active", connection_bandwidth: "934.43" },
            { id: 156, source_id: 44, destination_id: 40, connection_latency: null, status: "inactive", connection_bandwidth: "2.99" },
            { id: 157, source_id: 75, destination_id: 8, connection_latency: "154.05", status: "active", connection_bandwidth: "9225.97" },
            { id: 158, source_id: 14, destination_id: 72, connection_latency: "210.60", status: "active", connection_bandwidth: "5421.56" },
            { id: 159, source_id: 38, destination_id: 12, connection_latency: null, status: "inactive", connection_bandwidth: "32.79" },
            { id: 160, source_id: 52, destination_id: 45, connection_latency: "122.07", status: "active", connection_bandwidth: "2245.04" },
            { id: 161, source_id: 71, destination_id: 7, connection_latency: null, status: "inactive", connection_bandwidth: "3038.27" },
            { id: 162, source_id: 23, destination_id: 67, connection_latency: "202.83", status: "active", connection_bandwidth: "5113.78" },
            { id: 163, source_id: 6, destination_id: 54, connection_latency: null, status: "inactive", connection_bandwidth: "427.34" },
            { id: 164, source_id: 35, destination_id: 58, connection_latency: null, status: "inactive", connection_bandwidth: "15.40" },
            { id: 165, source_id: 13, destination_id: 19, connection_latency: null, status: "inactive", connection_bandwidth: "267.99" },
            { id: 166, source_id: 74, destination_id: 39, connection_latency: "119.27", status: "active", connection_bandwidth: "6469.60" },
            { id: 167, source_id: 33, destination_id: 11, connection_latency: "115.39", status: "active", connection_bandwidth: "4027.18" },
            { id: 168, source_id: 45, destination_id: 14, connection_latency: "127.48", status: "maintenance", connection_bandwidth: "2008.85" },
            { id: 169, source_id: 48, destination_id: 39, connection_latency: "121.17", status: "active", connection_bandwidth: "1357.98" },
            { id: 170, source_id: 14, destination_id: 31, connection_latency: "117.98", status: "active", connection_bandwidth: "1489.37" },
            { id: 171, source_id: 63, destination_id: 13, connection_latency: null, status: "inactive", connection_bandwidth: "2629.44" },
            { id: 172, source_id: 75, destination_id: 18, connection_latency: "106.82", status: "active", connection_bandwidth: "4418.52" },
            { id: 173, source_id: 75, destination_id: 74, connection_latency: "110.12", status: "active", connection_bandwidth: "1116.70" },
            { id: 174, source_id: 32, destination_id: 41, connection_latency: null, status: "inactive", connection_bandwidth: "8283.78" },
            { id: 175, source_id: 55, destination_id: 27, connection_latency: "126.98", status: "active", connection_bandwidth: "2505.26" },
            { id: 176, source_id: 73, destination_id: 66, connection_latency: "36.10", status: "maintenance", connection_bandwidth: "892.28" },
            { id: 177, source_id: 52, destination_id: 2, connection_latency: null, status: "inactive", connection_bandwidth: "1595.29" },
            { id: 178, source_id: 55, destination_id: 24, connection_latency: "124.27", status: "active", connection_bandwidth: "350.16" },
            { id: 179, source_id: 38, destination_id: 72, connection_latency: "47.44", status: "active", connection_bandwidth: "9737.21" },
            { id: 180, source_id: 48, destination_id: 52, connection_latency: null, status: "inactive", connection_bandwidth: "1414.76" },
            { id: 181, source_id: 23, destination_id: 28, connection_latency: "178.67", status: "active", connection_bandwidth: "2527.97" },
            { id: 182, source_id: 74, destination_id: 63, connection_latency: "117.50", status: "active", connection_bandwidth: "6465.12" },
            { id: 183, source_id: 18, destination_id: 52, connection_latency: "165.74", status: "active", connection_bandwidth: "2090.72" },
            { id: 184, source_id: 24, destination_id: 6, connection_latency: "211.04", status: "active", connection_bandwidth: "5360.00" },
            { id: 185, source_id: 70, destination_id: 43, connection_latency: "208.61", status: "active", connection_bandwidth: "107.90" },
            { id: 186, source_id: 33, destination_id: 40, connection_latency: null, status: "inactive", connection_bandwidth: "8202.56" },
            { id: 187, source_id: 8, destination_id: 55, connection_latency: null, status: "inactive", connection_bandwidth: "8962.83" },
            { id: 188, source_id: 14, destination_id: 60, connection_latency: null, status: "inactive", connection_bandwidth: "3.19" },
            { id: 189, source_id: 2, destination_id: 26, connection_latency: null, status: "inactive", connection_bandwidth: "2671.43" },
            { id: 190, source_id: 14, destination_id: 43, connection_latency: "173.50", status: "active", connection_bandwidth: "9328.17" },
            { id: 191, source_id: 75, destination_id: 67, connection_latency: null, status: "inactive", connection_bandwidth: "1673.61" },
            { id: 192, source_id: 32, destination_id: 17, connection_latency: "158.04", status: "active", connection_bandwidth: "9.71" },
            { id: 193, source_id: 73, destination_id: 17, connection_latency: "210.16", status: "active", connection_bandwidth: "172.43" },
            { id: 194, source_id: 7, destination_id: 30, connection_latency: "231.82", status: "active", connection_bandwidth: "2092.58" },
            { id: 195, source_id: 43, destination_id: 39, connection_latency: "141.10", status: "active", connection_bandwidth: "9985.85" },
            { id: 196, source_id: 44, destination_id: 2, connection_latency: null, status: "inactive", connection_bandwidth: "65.41" },
            { id: 197, source_id: 63, destination_id: 61, connection_latency: "69.73", status: "active", connection_bandwidth: "31.04" },
            { id: 198, source_id: 57, destination_id: 66, connection_latency: "155.06", status: "active", connection_bandwidth: "5083.03" },
            { id: 199, source_id: 70, destination_id: 73, connection_latency: "151.70", status: "active", connection_bandwidth: "2327.18" },
            { id: 200, source_id: 30, destination_id: 68, connection_latency: "144.90", status: "active", connection_bandwidth: "27.30" },
        ],
    });
    await prisma.processes.createMany({
        data: [
            { id: 1, process_name: "optimization", capabilities: {"capability":"other moving"}, execution_time: "3.87" },
            { id: 2, process_name: "scheduling analysis activation", capabilities: null, execution_time: "5.11" },
            { id: 3, process_name: "reporting testing", capabilities: null, execution_time: "3.35" },
            { id: 4, process_name: "validation", capabilities: {"capability":"minor clear short"}, execution_time: "5.13" },
            { id: 5, process_name: "troubleshooting activation", capabilities: {"capability":"minor quick order single"}, execution_time: "6.82" },
            { id: 6, process_name: "scheduling", capabilities: {"capability":"month record"}, execution_time: "3.06" },
            { id: 7, process_name: "deployment", capabilities: {"capability":"easy around section nearly"}, execution_time: "4.41" },
            { id: 8, process_name: "upgrading management monitoring", capabilities: {"capability":"total about close group order"}, execution_time: "7.18" },
            { id: 9, process_name: "troubleshooting", capabilities: {"capability":"quick"}, execution_time: "6.40" },
            { id: 10, process_name: "troubleshooting validation", capabilities: {"capability":"group"}, execution_time: "2.75" },
            { id: 11, process_name: "management", capabilities: {"capability":"change several small"}, execution_time: "4.01" },
            { id: 12, process_name: "validation", capabilities: {"capability":"moment enough follow"}, execution_time: "2.84" },
            { id: 13, process_name: "testing monitoring management", capabilities: {"capability":"common"}, execution_time: "3.12" },
            { id: 14, process_name: "analysis upgrading configuration", capabilities: {"capability":"along"}, execution_time: "6.17" },
            { id: 15, process_name: "maintenance", capabilities: {"capability":"change summary great ground"}, execution_time: "4.93" },
            { id: 16, process_name: "testing", capabilities: {"capability":"easy"}, execution_time: "7.33" },
            { id: 17, process_name: "escalation maintenance", capabilities: null, execution_time: "5.28" },
            { id: 18, process_name: "activation optimization testing", capabilities: null, execution_time: "5.71" },
            { id: 19, process_name: "maintenance scheduling integration", capabilities: null, execution_time: "5.00" },
            { id: 20, process_name: "testing", capabilities: null, execution_time: "5.42" },
            { id: 21, process_name: "provisioning scheduling", capabilities: {"capability":"quiet"}, execution_time: "4.91" },
            { id: 22, process_name: "migration escalation deactivation", capabilities: {"capability":"steady quick update"}, execution_time: "7.95" },
            { id: 23, process_name: "optimization deactivation", capabilities: {"capability":"update light"}, execution_time: "4.45" },
            { id: 24, process_name: "upgrading", capabilities: null, execution_time: "4.92" },
            { id: 25, process_name: "reporting", capabilities: {"capability":"nearly"}, execution_time: "5.60" },
            { id: 26, process_name: "escalation validation testing", capabilities: {"capability":"whole matter"}, execution_time: "5.23" },
            { id: 27, process_name: "optimization", capabilities: {"capability":"later follow"}, execution_time: "6.89" },
            { id: 28, process_name: "troubleshooting", capabilities: {"capability":"quiet close several"}, execution_time: "3.18" },
            { id: 29, process_name: "activation reporting", capabilities: {"capability":"usual recent natural easy"}, execution_time: "3.84" },
            { id: 30, process_name: "management migration integration", capabilities: {"capability":"toward"}, execution_time: "7.67" },
            { id: 31, process_name: "scheduling provisioning integration", capabilities: {"capability":"reason"}, execution_time: "4.49" },
            { id: 32, process_name: "integration deactivation escalation", capabilities: {"capability":"close outside"}, execution_time: "3.06" },
            { id: 33, process_name: "deactivation scheduling integration", capabilities: {"capability":"regular yearly"}, execution_time: "7.03" },
            { id: 34, process_name: "reporting", capabilities: {"capability":"review strong"}, execution_time: "3.55" },
            { id: 35, process_name: "integration provisioning reporting", capabilities: {"capability":"system single simple ready"}, execution_time: "2.76" },
            { id: 36, process_name: "scheduling testing activation", capabilities: {"capability":"reason"}, execution_time: "3.39" },
            { id: 37, process_name: "integration deployment", capabilities: {"capability":"little reason small open"}, execution_time: "4.19" },
            { id: 38, process_name: "optimization configuration", capabilities: {"capability":"several quiet"}, execution_time: "5.03" },
            { id: 39, process_name: "troubleshooting configuration deactivation", capabilities: {"capability":"minor always large"}, execution_time: "3.23" },
            { id: 40, process_name: "reporting optimization testing", capabilities: {"capability":"second local"}, execution_time: "7.69" },
            { id: 41, process_name: "configuration", capabilities: {"capability":"around several every level local"}, execution_time: "5.94" },
            { id: 42, process_name: "escalation assessment scheduling", capabilities: {"capability":"quiet"}, execution_time: "5.56" },
            { id: 43, process_name: "configuration", capabilities: {"capability":"summary"}, execution_time: "4.49" },
            { id: 44, process_name: "activation deployment configuration", capabilities: {"capability":"plain special"}, execution_time: "4.22" },
            { id: 45, process_name: "escalation validation reporting", capabilities: {"capability":"always"}, execution_time: "4.69" },
            { id: 46, process_name: "deployment migration monitoring", capabilities: {"capability":"detail quick local early whole"}, execution_time: "9.02" },
            { id: 47, process_name: "monitoring integration analysis", capabilities: {"capability":"group partial"}, execution_time: "3.60" },
            { id: 48, process_name: "analysis", capabilities: {"capability":"ready common minor general various"}, execution_time: "5.61" },
            { id: 49, process_name: "validation", capabilities: {"capability":"issue strong"}, execution_time: "4.76" },
            { id: 50, process_name: "validation", capabilities: {"capability":"ground"}, execution_time: "3.18" },
        ],
    });
    await prisma.users.createMany({
        data: [
            { id: 1, full_name: "Ines Hughes", email: "ines.hughes@example.com", role: "admin" },
            { id: 2, full_name: "Oscar Almeida", email: "oscar.almeida@example.net", role: "admin" },
            { id: 3, full_name: "Oscar Ruiz", email: "oscar.ruiz@example.net", role: "operator" },
            { id: 4, full_name: "Elena Khan", email: "elena.khan@example.net", role: "admin" },
            { id: 5, full_name: "Nour Reyes", email: "nour.reyes@example.net", role: "admin" },
            { id: 6, full_name: "Nour Johnson", email: "nour.johnson@example.com", role: "admin" },
            { id: 7, full_name: "Ruby Nguyen", email: "ruby.nguyen@example.org", role: "admin" },
            { id: 8, full_name: "Nina Oliveira", email: "nina.oliveira@example.org", role: "admin" },
            { id: 9, full_name: "Ines Martin", email: "ines.martin@example.org", role: "operator" },
            { id: 10, full_name: "Ana Shah", email: "ana.shah@example.com", role: "admin" },
            { id: 11, full_name: "Omar Costa", email: "omar.costa@example.org", role: "admin" },
            { id: 12, full_name: "Laura Singh", email: "laura.singh@example.org", role: "operator" },
            { id: 13, full_name: "Elena Lee", email: "elena.lee@example.org", role: "operator" },
            { id: 14, full_name: "Sven Rossi", email: "sven.rossi@example.net", role: "admin" },
            { id: 15, full_name: "Ravi Hansen", email: "ravi.hansen@example.net", role: "operator" },
            { id: 16, full_name: "Mei Yilmaz", email: "mei.yilmaz@example.org", role: "admin" },
            { id: 17, full_name: "Arjun Kaya", email: "arjun.kaya@example.net", role: "admin" },
            { id: 18, full_name: "Victor Wilson", email: "victor.wilson@example.org", role: "operator" },
            { id: 19, full_name: "Sofia Davis", email: "sofia.davis@example.com", role: "admin" },
            { id: 20, full_name: "Elif Chen", email: "elif.chen@example.net", role: "admin" },
            { id: 21, full_name: "Lina Murphy", email: "lina.murphy@example.org", role: "admin" },
            { id: 22, full_name: "Lena Taylor", email: "lena.taylor@example.com", role: "admin" },
            { id: 23, full_name: "Emma Brown", email: "emma.brown@example.com", role: "operator" },
            { id: 24, full_name: "Omar Miller", email: "omar.miller@example.com", role: "admin" },
            { id: 25, full_name: "Anna Yilmaz", email: "anna.yilmaz@example.com", role: "viewer" },
            { id: 26, full_name: "Ethan Evans", email: "ethan.evans@example.com", role: "admin" },
            { id: 27, full_name: "Marco Lee", email: "marco.lee@example.net", role: "admin" },
            { id: 28, full_name: "Mia Jansen", email: "mia.jansen@example.net", role: "admin" },
            { id: 29, full_name: "Chloe Klein", email: "chloe.klein@example.com", role: "admin" },
            { id: 30, full_name: "Zoe Ahmed", email: "zoe.ahmed@example.net", role: "viewer" },
            { id: 31, full_name: "Tomas Andersen", email: "tomas.andersen@example.org", role: "operator" },
            { id: 32, full_name: "Leo Tanaka", email: "leo.tanaka@example.org", role: "admin" },
            { id: 33, full_name: "Hugo Hoffmann", email: "hugo.hoffmann@example.com", role: "operator" },
            { id: 34, full_name: "Liam Johnson", email: "liam.johnson@example.org", role: "operator" },
            { id: 35, full_name: "Elif Young", email: "elif.young@example.org", role: "admin" },
            { id: 36, full_name: "Nadia Tanaka", email: "nadia.tanaka@example.com", role: "operator" },
            { id: 37, full_name: "Ethan Kumar", email: "ethan.kumar@example.com", role: "admin" },
            { id: 38, full_name: "Sara Torres", email: "sara.torres@example.com", role: "viewer" },
            { id: 39, full_name: "Pedro Young", email: "pedro.young@example.org", role: "admin" },
            { id: 40, full_name: "Nina Martin", email: "nina.martin@example.org", role: "admin" },
            { id: 41, full_name: "Elena Tanaka", email: "elena.tanaka@example.org", role: "admin" },
            { id: 42, full_name: "Grace Torres", email: "grace.torres@example.net", role: "admin" },
            { id: 43, full_name: "Carla Gupta", email: "carla.gupta@example.com", role: "admin" },
            { id: 44, full_name: "Nina Davis", email: "nina.davis@example.org", role: "operator" },
            { id: 45, full_name: "Nadia Dubois", email: "nadia.dubois@example.net", role: "admin" },
            { id: 46, full_name: "Ruby Singh", email: "ruby.singh@example.com", role: "admin" },
            { id: 47, full_name: "Nour Weber", email: "nour.weber@example.net", role: "admin" },
            { id: 48, full_name: "Jack Jansen", email: "jack.jansen@example.org", role: "admin" },
            { id: 49, full_name: "Ivan Sousa", email: "ivan.sousa@example.net", role: "admin" },
            { id: 50, full_name: "Hana Rossi", email: "hana.rossi@example.org", role: "admin" },
            { id: 51, full_name: "Mila Ali", email: "mila.ali@example.net", role: "operator" },
            { id: 52, full_name: "Kai Ibrahim", email: "kai.ibrahim@example.org", role: "operator" },
            { id: 53, full_name: "Ben Sato", email: "ben.sato@example.net", role: "operator" },
            { id: 54, full_name: "Oscar Gomez", email: "oscar.gomez@example.net", role: "operator" },
            { id: 55, full_name: "Ibrahim Zhang", email: "ibrahim.zhang@example.net", role: "admin" },
            { id: 56, full_name: "Ibrahim Park", email: "ibrahim.park@example.com", role: "admin" },
            { id: 57, full_name: "Ana Reyes", email: "ana.reyes@example.org", role: "admin" },
            { id: 58, full_name: "Maja Evans", email: "maja.evans@example.net", role: "viewer" },
            { id: 59, full_name: "Mia Bennett", email: "mia.bennett@example.com", role: "viewer" },
            { id: 60, full_name: "Olivia Gomez", email: "olivia.gomez@example.org", role: "admin" },
            { id: 61, full_name: "Ben Adams", email: "ben.adams@example.com", role: "admin" },
            { id: 62, full_name: "Chloe Moreau", email: "chloe.moreau@example.com", role: "viewer" },
            { id: 63, full_name: "Jack Hassan", email: "jack.hassan@example.com", role: "admin" },
            { id: 64, full_name: "Fatima Shah", email: "fatima.shah@example.net", role: "operator" },
            { id: 65, full_name: "Carlos Kim", email: "carlos.kim@example.org", role: "admin" },
            { id: 66, full_name: "Yusuf Hoffmann", email: "yusuf.hoffmann@example.org", role: "admin" },
            { id: 67, full_name: "Tomas Silva", email: "tomas.silva@example.com", role: "admin" },
            { id: 68, full_name: "Ethan Rossi", email: "ethan.rossi@example.org", role: "operator" },
            { id: 69, full_name: "Maya Torres", email: "maya.torres@example.net", role: "admin" },
            { id: 70, full_name: "Yusuf Demir", email: "yusuf.demir@example.com", role: "admin" },
            { id: 71, full_name: "Lina Schmidt", email: "lina.schmidt@example.org", role: "operator" },
            { id: 72, full_name: "Elena Klein", email: "elena.klein@example.net", role: "admin" },
            { id: 73, full_name: "Elif Klein", email: "elif.klein@example.org", role: "operator" },
            { id: 74, full_name: "Noah Cruz", email: "noah.cruz@example.com", role: "admin" },
            { id: 75, full_name: "Elena Tanaka", email: "elena.tanaka@example.com", role: "operator" },
            { id: 76, full_name: "Karim Fischer", email: "karim.fischer@example.com", role: "admin" },
            { id: 77, full_name: "Noah Kaya", email: "noah.kaya@example.com", role: "admin" },
            { id: 78, full_name: "Jade Weber", email: "jade.weber@example.org", role: "admin" },
            { id: 79, full_name: "Hannah Nguyen", email: "hannah.nguyen@example.org", role: "operator" },
            { id: 80, full_name: "Maria Bennett", email: "maria.bennett@example.org", role: "viewer" },
            { id: 81, full_name: "Victor Diaz", email: "victor.diaz@example.com", role: "admin" },
            { id: 82, full_name: "Yara Wagner", email: "yara.wagner@example.com", role: "operator" },
            { id: 83, full_name: "Theo Ahmed", email: "theo.ahmed@example.com", role: "operator" },
            { id: 84, full_name: "Tomas Park", email: "tomas.park@example.org", role: "admin" },
            { id: 85, full_name: "Jade Shah", email: "jade.shah@example.com", role: "operator" },
            { id: 86, full_name: "Chen Sato", email: "chen.sato@example.net", role: "operator" },
            { id: 87, full_name: "Mateo Oliveira", email: "mateo.oliveira@example.com", role: "admin" },
            { id: 88, full_name: "Oscar Schneider", email: "oscar.schneider@example.org", role: "admin" },
            { id: 89, full_name: "Theo Mendes", email: "theo.mendes@example.org", role: "admin" },
            { id: 90, full_name: "Sam Shah", email: "sam.shah@example.net", role: "viewer" },
            { id: 91, full_name: "Zoe Wright", email: "zoe.wright@example.org", role: "admin" },
            { id: 92, full_name: "Isaac Smith", email: "isaac.smith@example.net", role: "admin" },
            { id: 93, full_name: "Daniel Zhang", email: "daniel.zhang@example.org", role: "admin" },
            { id: 94, full_name: "Elif Jensen", email: "elif.jensen@example.com", role: "admin" },
            { id: 95, full_name: "Kai Zhang", email: "kai.zhang@example.com", role: "viewer" },
            { id: 96, full_name: "Pedro Torres", email: "pedro.torres@example.org", role: "operator" },
            { id: 97, full_name: "Hana Hoffmann", email: "hana.hoffmann@example.org", role: "admin" },
            { id: 98, full_name: "Tomas Gupta", email: "tomas.gupta@example.org", role: "operator" },
            { id: 99, full_name: "Maja Park", email: "maja.park@example.net", role: "operator" },
            { id: 100, full_name: "Anna Chen", email: "anna.chen@example.com", role: "admin" },
        ],
    });
    await prisma.process_events.createMany({
        data: [
            { id: 1, event_type: "start", event_timestamp: new Date("2023-09-30T17:57:41Z"), process_id: 16, user_id: 11, duration_seconds: 1944 },
            { id: 2, event_type: "update", event_timestamp: new Date("2023-04-28T09:51:17Z"), process_id: 44, user_id: 74, duration_seconds: 1763 },
            { id: 3, event_type: "stop", event_timestamp: new Date("2023-09-10T20:39:24Z"), process_id: 42, user_id: 4, duration_seconds: 1188 },
            { id: 4, event_type: "stop", event_timestamp: new Date("2023-05-14T21:47:29Z"), process_id: 11, user_id: 52, duration_seconds: 1699 },
            { id: 5, event_type: "stop", event_timestamp: new Date("2023-03-05T22:28:54Z"), process_id: 28, user_id: 78, duration_seconds: 1571 },
            { id: 6, event_type: "start", event_timestamp: new Date("2023-03-06T14:26:33Z"), process_id: 39, user_id: 30, duration_seconds: 2045 },
            { id: 7, event_type: "stop", event_timestamp: new Date("2023-02-03T17:20:35Z"), process_id: 18, user_id: 99, duration_seconds: 2058 },
            { id: 8, event_type: "start", event_timestamp: new Date("2023-01-17T20:36:25Z"), process_id: 11, user_id: 76, duration_seconds: 2362 },
            { id: 9, event_type: "start", event_timestamp: new Date("2023-03-16T14:03:17Z"), process_id: 23, user_id: 4, duration_seconds: 1677 },
            { id: 10, event_type: "start", event_timestamp: new Date("2023-11-25T00:33:37Z"), process_id: 43, user_id: 21, duration_seconds: 1944 },
            { id: 11, event_type: "stop", event_timestamp: new Date("2023-12-07T15:54:59Z"), process_id: 38, user_id: 64, duration_seconds: 2324 },
            { id: 12, event_type: "stop", event_timestamp: new Date("2023-01-17T19:26:33Z"), process_id: 35, user_id: 78, duration_seconds: 1697 },
            { id: 13, event_type: "start", event_timestamp: new Date("2023-03-16T08:50:30Z"), process_id: 34, user_id: 69, duration_seconds: 2024 },
            { id: 14, event_type: "start", event_timestamp: new Date("2023-02-11T15:22:24Z"), process_id: 1, user_id: 40, duration_seconds: 1144 },
            { id: 15, event_type: "start", event_timestamp: new Date("2023-10-08T17:04:16Z"), process_id: 39, user_id: 27, duration_seconds: 2270 },
            { id: 16, event_type: "stop", event_timestamp: new Date("2023-04-07T16:30:05Z"), process_id: 19, user_id: 55, duration_seconds: 1943 },
            { id: 17, event_type: "start", event_timestamp: new Date("2023-08-27T15:05:44Z"), process_id: 21, user_id: 37, duration_seconds: 1877 },
            { id: 18, event_type: "stop", event_timestamp: new Date("2023-10-06T18:16:41Z"), process_id: 8, user_id: 62, duration_seconds: 1600 },
            { id: 19, event_type: "start", event_timestamp: new Date("2023-09-15T20:45:55Z"), process_id: 48, user_id: 4, duration_seconds: 2586 },
            { id: 20, event_type: "start", event_timestamp: new Date("2023-04-22T08:31:44Z"), process_id: 28, user_id: 13, duration_seconds: 924 },
            { id: 21, event_type: "start", event_timestamp: new Date("2023-10-21T17:57:06Z"), process_id: 22, user_id: 8, duration_seconds: 1669 },
            { id: 22, event_type: "start", event_timestamp: new Date("2023-07-24T15:46:55Z"), process_id: 26, user_id: 44, duration_seconds: 1834 },
            { id: 23, event_type: "start", event_timestamp: new Date("2023-04-11T21:41:55Z"), process_id: 4, user_id: 85, duration_seconds: 1783 },
            { id: 24, event_type: "update", event_timestamp: new Date("2023-02-09T06:35:19Z"), process_id: 8, user_id: 29, duration_seconds: 2168 },
            { id: 25, event_type: "start", event_timestamp: new Date("2023-06-01T09:31:48Z"), process_id: 21, user_id: 71, duration_seconds: 1984 },
            { id: 26, event_type: "start", event_timestamp: new Date("2023-07-01T16:08:43Z"), process_id: 29, user_id: 20, duration_seconds: 2026 },
            { id: 27, event_type: "start", event_timestamp: new Date("2023-07-01T12:47:43Z"), process_id: 28, user_id: 98, duration_seconds: 2113 },
            { id: 28, event_type: "start", event_timestamp: new Date("2023-03-16T07:36:58Z"), process_id: 13, user_id: 56, duration_seconds: 2357 },
            { id: 29, event_type: "start", event_timestamp: new Date("2023-02-08T18:27:32Z"), process_id: 29, user_id: 1, duration_seconds: 1936 },
            { id: 30, event_type: "start", event_timestamp: new Date("2023-06-08T18:07:17Z"), process_id: 28, user_id: 12, duration_seconds: 1960 },
            { id: 31, event_type: "start", event_timestamp: new Date("2023-03-08T08:24:46Z"), process_id: 43, user_id: 64, duration_seconds: 1216 },
            { id: 32, event_type: "start", event_timestamp: new Date("2023-03-26T19:08:43Z"), process_id: 34, user_id: 4, duration_seconds: 1785 },
            { id: 33, event_type: "start", event_timestamp: new Date("2023-03-05T07:56:39Z"), process_id: 5, user_id: 73, duration_seconds: 1657 },
            { id: 34, event_type: "stop", event_timestamp: new Date("2023-12-01T23:48:58Z"), process_id: 8, user_id: 36, duration_seconds: 1992 },
            { id: 35, event_type: "update", event_timestamp: new Date("2023-07-18T17:42:46Z"), process_id: 6, user_id: 98, duration_seconds: 1625 },
            { id: 36, event_type: "start", event_timestamp: new Date("2023-02-16T20:22:00Z"), process_id: 46, user_id: 8, duration_seconds: 2234 },
            { id: 37, event_type: "start", event_timestamp: new Date("2023-07-24T12:04:00Z"), process_id: 7, user_id: 52, duration_seconds: 1590 },
            { id: 38, event_type: "start", event_timestamp: new Date("2023-04-23T07:52:00Z"), process_id: 4, user_id: 93, duration_seconds: 1088 },
            { id: 39, event_type: "stop", event_timestamp: new Date("2023-05-26T09:17:54Z"), process_id: 2, user_id: 82, duration_seconds: 2158 },
            { id: 40, event_type: "start", event_timestamp: new Date("2023-05-13T11:55:33Z"), process_id: 10, user_id: 45, duration_seconds: 2150 },
            { id: 41, event_type: "start", event_timestamp: new Date("2023-09-17T06:08:06Z"), process_id: 3, user_id: 82, duration_seconds: 1917 },
            { id: 42, event_type: "start", event_timestamp: new Date("2023-07-26T11:41:34Z"), process_id: 5, user_id: 24, duration_seconds: 1368 },
            { id: 43, event_type: "update", event_timestamp: new Date("2023-10-27T14:05:38Z"), process_id: 48, user_id: 73, duration_seconds: 1460 },
            { id: 44, event_type: "stop", event_timestamp: new Date("2023-12-31T10:47:30Z"), process_id: 11, user_id: 68, duration_seconds: 1488 },
            { id: 45, event_type: "start", event_timestamp: new Date("2023-11-23T18:37:24Z"), process_id: 25, user_id: 95, duration_seconds: 1334 },
            { id: 46, event_type: "start", event_timestamp: new Date("2023-03-23T10:23:18Z"), process_id: 50, user_id: 90, duration_seconds: 927 },
            { id: 47, event_type: "start", event_timestamp: new Date("2023-04-25T15:50:05Z"), process_id: 34, user_id: 98, duration_seconds: 1887 },
            { id: 48, event_type: "start", event_timestamp: new Date("2023-12-21T16:49:22Z"), process_id: 2, user_id: 93, duration_seconds: 1639 },
            { id: 49, event_type: "start", event_timestamp: new Date("2023-11-08T09:12:59Z"), process_id: 16, user_id: 73, duration_seconds: 2211 },
            { id: 50, event_type: "start", event_timestamp: new Date("2023-01-07T19:12:56Z"), process_id: 42, user_id: 38, duration_seconds: 2011 },
            { id: 51, event_type: "start", event_timestamp: new Date("2023-06-07T12:56:14Z"), process_id: 21, user_id: 29, duration_seconds: 2237 },
            { id: 52, event_type: "update", event_timestamp: new Date("2023-03-23T10:23:23Z"), process_id: 42, user_id: 44, duration_seconds: 1648 },
            { id: 53, event_type: "start", event_timestamp: new Date("2023-03-06T18:29:34Z"), process_id: 45, user_id: 4, duration_seconds: 2475 },
            { id: 54, event_type: "start", event_timestamp: new Date("2023-08-23T09:23:07Z"), process_id: 23, user_id: 93, duration_seconds: 928 },
            { id: 55, event_type: "start", event_timestamp: new Date("2023-08-20T19:04:55Z"), process_id: 31, user_id: 69, duration_seconds: 1674 },
            { id: 56, event_type: "start", event_timestamp: new Date("2023-07-30T20:36:55Z"), process_id: 25, user_id: 70, duration_seconds: 1381 },
            { id: 57, event_type: "start", event_timestamp: new Date("2023-08-15T09:51:08Z"), process_id: 50, user_id: 51, duration_seconds: 2189 },
            { id: 58, event_type: "start", event_timestamp: new Date("2023-04-05T13:55:47Z"), process_id: 39, user_id: 84, duration_seconds: 1800 },
            { id: 59, event_type: "start", event_timestamp: new Date("2023-06-19T09:41:41Z"), process_id: 48, user_id: 95, duration_seconds: 1859 },
            { id: 60, event_type: "start", event_timestamp: new Date("2023-05-28T08:19:32Z"), process_id: 30, user_id: 27, duration_seconds: 2071 },
            { id: 61, event_type: "stop", event_timestamp: new Date("2023-12-25T06:41:19Z"), process_id: 12, user_id: 52, duration_seconds: 1430 },
            { id: 62, event_type: "start", event_timestamp: new Date("2023-03-23T09:03:06Z"), process_id: 27, user_id: 31, duration_seconds: 1392 },
            { id: 63, event_type: "start", event_timestamp: new Date("2023-12-22T20:49:03Z"), process_id: 22, user_id: 52, duration_seconds: 1172 },
            { id: 64, event_type: "stop", event_timestamp: new Date("2023-12-16T20:02:23Z"), process_id: 40, user_id: 50, duration_seconds: 2125 },
            { id: 65, event_type: "start", event_timestamp: new Date("2023-11-05T22:39:11Z"), process_id: 33, user_id: 87, duration_seconds: 1617 },
            { id: 66, event_type: "start", event_timestamp: new Date("2023-03-18T19:37:33Z"), process_id: 24, user_id: 19, duration_seconds: 1831 },
            { id: 67, event_type: "start", event_timestamp: new Date("2023-01-13T15:35:49Z"), process_id: 29, user_id: 10, duration_seconds: 1759 },
            { id: 68, event_type: "start", event_timestamp: new Date("2023-06-29T12:05:37Z"), process_id: 4, user_id: 55, duration_seconds: 2836 },
            { id: 69, event_type: "update", event_timestamp: new Date("2023-01-27T19:34:32Z"), process_id: 38, user_id: 95, duration_seconds: 1650 },
            { id: 70, event_type: "start", event_timestamp: new Date("2023-08-15T13:16:27Z"), process_id: 50, user_id: 77, duration_seconds: 1459 },
            { id: 71, event_type: "start", event_timestamp: new Date("2023-05-28T06:12:36Z"), process_id: 21, user_id: 14, duration_seconds: 2294 },
            { id: 72, event_type: "start", event_timestamp: new Date("2023-05-26T21:27:05Z"), process_id: 1, user_id: 81, duration_seconds: 1594 },
            { id: 73, event_type: "start", event_timestamp: new Date("2023-08-25T11:14:35Z"), process_id: 13, user_id: 96, duration_seconds: 2760 },
            { id: 74, event_type: "stop", event_timestamp: new Date("2023-12-22T17:49:10Z"), process_id: 38, user_id: 39, duration_seconds: 1839 },
            { id: 75, event_type: "stop", event_timestamp: new Date("2023-06-08T07:21:43Z"), process_id: 27, user_id: 26, duration_seconds: 1798 },
            { id: 76, event_type: "stop", event_timestamp: new Date("2023-05-12T18:40:15Z"), process_id: 50, user_id: 61, duration_seconds: 2195 },
            { id: 77, event_type: "start", event_timestamp: new Date("2023-12-26T14:36:54Z"), process_id: 25, user_id: 35, duration_seconds: 1187 },
            { id: 78, event_type: "start", event_timestamp: new Date("2023-05-07T16:02:57Z"), process_id: 40, user_id: 24, duration_seconds: 1438 },
            { id: 79, event_type: "start", event_timestamp: new Date("2023-04-27T13:26:00Z"), process_id: 27, user_id: 8, duration_seconds: 1922 },
            { id: 80, event_type: "start", event_timestamp: new Date("2023-09-01T17:50:11Z"), process_id: 38, user_id: 51, duration_seconds: 2427 },
            { id: 81, event_type: "start", event_timestamp: new Date("2023-10-25T09:55:54Z"), process_id: 6, user_id: 54, duration_seconds: 1466 },
            { id: 82, event_type: "start", event_timestamp: new Date("2023-03-08T18:45:23Z"), process_id: 3, user_id: 21, duration_seconds: 815 },
            { id: 83, event_type: "stop", event_timestamp: new Date("2023-11-25T11:17:27Z"), process_id: 38, user_id: 40, duration_seconds: 1765 },
            { id: 84, event_type: "start", event_timestamp: new Date("2023-09-25T09:33:56Z"), process_id: 12, user_id: 11, duration_seconds: 1475 },
            { id: 85, event_type: "update", event_timestamp: new Date("2023-02-22T13:16:51Z"), process_id: 30, user_id: 30, duration_seconds: 1531 },
            { id: 86, event_type: "start", event_timestamp: new Date("2023-07-31T14:06:48Z"), process_id: 41, user_id: 60, duration_seconds: 1570 },
            { id: 87, event_type: "start", event_timestamp: new Date("2023-06-16T15:13:58Z"), process_id: 6, user_id: 22, duration_seconds: 1954 },
            { id: 88, event_type: "start", event_timestamp: new Date("2023-12-27T22:47:16Z"), process_id: 39, user_id: 82, duration_seconds: 2548 },
            { id: 89, event_type: "start", event_timestamp: new Date("2023-02-24T21:23:19Z"), process_id: 2, user_id: 31, duration_seconds: 1863 },
            { id: 90, event_type: "start", event_timestamp: new Date("2023-10-23T20:15:39Z"), process_id: 49, user_id: 27, duration_seconds: 1452 },
            { id: 91, event_type: "start", event_timestamp: new Date("2023-12-15T21:21:11Z"), process_id: 6, user_id: 29, duration_seconds: 2165 },
            { id: 92, event_type: "start", event_timestamp: new Date("2023-05-15T11:26:02Z"), process_id: 13, user_id: 97, duration_seconds: 2012 },
            { id: 93, event_type: "start", event_timestamp: new Date("2023-01-25T10:05:04Z"), process_id: 4, user_id: 74, duration_seconds: 2400 },
            { id: 94, event_type: "start", event_timestamp: new Date("2023-02-26T14:23:23Z"), process_id: 29, user_id: 44, duration_seconds: 1705 },
            { id: 95, event_type: "stop", event_timestamp: new Date("2023-08-22T22:50:12Z"), process_id: 16, user_id: 97, duration_seconds: 2634 },
            { id: 96, event_type: "start", event_timestamp: new Date("2023-04-01T12:02:23Z"), process_id: 49, user_id: 42, duration_seconds: 1652 },
            { id: 97, event_type: "start", event_timestamp: new Date("2023-01-10T12:51:45Z"), process_id: 34, user_id: 34, duration_seconds: 2107 },
            { id: 98, event_type: "update", event_timestamp: new Date("2023-02-26T21:41:22Z"), process_id: 42, user_id: 83, duration_seconds: 2220 },
            { id: 99, event_type: "start", event_timestamp: new Date("2023-11-11T07:29:10Z"), process_id: 9, user_id: 53, duration_seconds: 1421 },
            { id: 100, event_type: "start", event_timestamp: new Date("2023-10-10T18:54:56Z"), process_id: 14, user_id: 39, duration_seconds: 1572 },
            { id: 101, event_type: "start", event_timestamp: new Date("2023-08-11T12:29:27Z"), process_id: 17, user_id: 19, duration_seconds: 1964 },
            { id: 102, event_type: "start", event_timestamp: new Date("2023-10-08T12:35:06Z"), process_id: 17, user_id: 89, duration_seconds: 2282 },
            { id: 103, event_type: "start", event_timestamp: new Date("2023-10-01T11:19:12Z"), process_id: 3, user_id: 38, duration_seconds: 2577 },
            { id: 104, event_type: "start", event_timestamp: new Date("2023-08-31T16:59:55Z"), process_id: 14, user_id: 69, duration_seconds: 1576 },
            { id: 105, event_type: "start", event_timestamp: new Date("2023-11-12T19:33:04Z"), process_id: 47, user_id: 13, duration_seconds: 2297 },
            { id: 106, event_type: "update", event_timestamp: new Date("2023-03-09T21:30:03Z"), process_id: 12, user_id: 18, duration_seconds: 1521 },
            { id: 107, event_type: "start", event_timestamp: new Date("2023-08-12T17:36:50Z"), process_id: 40, user_id: 79, duration_seconds: 1637 },
            { id: 108, event_type: "start", event_timestamp: new Date("2023-08-13T07:58:18Z"), process_id: 49, user_id: 64, duration_seconds: 1165 },
            { id: 109, event_type: "stop", event_timestamp: new Date("2023-11-03T20:40:51Z"), process_id: 33, user_id: 92, duration_seconds: 2481 },
            { id: 110, event_type: "stop", event_timestamp: new Date("2023-05-22T15:16:51Z"), process_id: 30, user_id: 91, duration_seconds: 1428 },
            { id: 111, event_type: "start", event_timestamp: new Date("2023-03-25T18:39:19Z"), process_id: 44, user_id: 36, duration_seconds: 1567 },
            { id: 112, event_type: "stop", event_timestamp: new Date("2023-08-26T18:58:50Z"), process_id: 37, user_id: 13, duration_seconds: 2598 },
            { id: 113, event_type: "start", event_timestamp: new Date("2023-06-15T10:26:26Z"), process_id: 33, user_id: 26, duration_seconds: 2012 },
            { id: 114, event_type: "start", event_timestamp: new Date("2023-11-30T18:36:54Z"), process_id: 4, user_id: 67, duration_seconds: 2086 },
            { id: 115, event_type: "start", event_timestamp: new Date("2023-09-06T12:20:35Z"), process_id: 24, user_id: 61, duration_seconds: 1595 },
            { id: 116, event_type: "start", event_timestamp: new Date("2023-02-06T10:11:36Z"), process_id: 29, user_id: 27, duration_seconds: 1330 },
            { id: 117, event_type: "start", event_timestamp: new Date("2023-09-17T19:36:00Z"), process_id: 4, user_id: 53, duration_seconds: 1362 },
            { id: 118, event_type: "start", event_timestamp: new Date("2023-05-28T19:04:19Z"), process_id: 44, user_id: 43, duration_seconds: 1438 },
            { id: 119, event_type: "start", event_timestamp: new Date("2023-07-20T03:45:08Z"), process_id: 14, user_id: 25, duration_seconds: 2052 },
            { id: 120, event_type: "stop", event_timestamp: new Date("2023-04-16T18:26:56Z"), process_id: 10, user_id: 82, duration_seconds: 2071 },
            { id: 121, event_type: "start", event_timestamp: new Date("2023-04-03T06:58:16Z"), process_id: 39, user_id: 23, duration_seconds: 1795 },
            { id: 122, event_type: "stop", event_timestamp: new Date("2023-01-02T13:34:11Z"), process_id: 43, user_id: 46, duration_seconds: 1531 },
            { id: 123, event_type: "start", event_timestamp: new Date("2023-04-30T05:36:54Z"), process_id: 8, user_id: 37, duration_seconds: 2091 },
            { id: 124, event_type: "start", event_timestamp: new Date("2023-05-20T19:35:45Z"), process_id: 13, user_id: 60, duration_seconds: 3025 },
            { id: 125, event_type: "start", event_timestamp: new Date("2023-08-02T11:11:53Z"), process_id: 47, user_id: 25, duration_seconds: 1398 },
            { id: 126, event_type: "stop", event_timestamp: new Date("2023-02-02T13:16:19Z"), process_id: 28, user_id: 13, duration_seconds: 2025 },
            { id: 127, event_type: "start", event_timestamp: new Date("2023-07-08T14:44:06Z"), process_id: 29, user_id: 10, duration_seconds: 2157 },
            { id: 128, event_type: "start", event_timestamp: new Date("2023-01-12T14:46:57Z"), process_id: 15, user_id: 89, duration_seconds: 2054 },
            { id: 129, event_type: "stop", event_timestamp: new Date("2023-06-25T12:33:33Z"), process_id: 47, user_id: 45, duration_seconds: 2131 },
            { id: 130, event_type: "start", event_timestamp: new Date("2023-07-02T20:25:16Z"), process_id: 50, user_id: 64, duration_seconds: 1467 },
            { id: 131, event_type: "start", event_timestamp: new Date("2023-08-03T16:38:14Z"), process_id: 46, user_id: 38, duration_seconds: 950 },
            { id: 132, event_type: "update", event_timestamp: new Date("2023-04-15T10:22:22Z"), process_id: 7, user_id: 15, duration_seconds: 2872 },
            { id: 133, event_type: "stop", event_timestamp: new Date("2023-05-21T19:10:44Z"), process_id: 15, user_id: 39, duration_seconds: 1708 },
            { id: 134, event_type: "update", event_timestamp: new Date("2023-09-10T19:03:32Z"), process_id: 28, user_id: 5, duration_seconds: 2379 },
            { id: 135, event_type: "start", event_timestamp: new Date("2023-06-21T10:52:05Z"), process_id: 25, user_id: 93, duration_seconds: 1676 },
            { id: 136, event_type: "start", event_timestamp: new Date("2023-04-02T17:07:01Z"), process_id: 35, user_id: 5, duration_seconds: 2071 },
            { id: 137, event_type: "start", event_timestamp: new Date("2023-02-28T09:53:03Z"), process_id: 46, user_id: 19, duration_seconds: 1904 },
            { id: 138, event_type: "update", event_timestamp: new Date("2023-06-18T11:19:52Z"), process_id: 22, user_id: 99, duration_seconds: 2123 },
            { id: 139, event_type: "start", event_timestamp: new Date("2023-09-25T21:55:24Z"), process_id: 33, user_id: 83, duration_seconds: 2102 },
            { id: 140, event_type: "start", event_timestamp: new Date("2023-06-07T22:05:23Z"), process_id: 28, user_id: 93, duration_seconds: 1665 },
            { id: 141, event_type: "stop", event_timestamp: new Date("2023-07-15T20:04:09Z"), process_id: 24, user_id: 3, duration_seconds: 2307 },
            { id: 142, event_type: "start", event_timestamp: new Date("2023-05-29T09:51:33Z"), process_id: 7, user_id: 13, duration_seconds: 1826 },
            { id: 143, event_type: "stop", event_timestamp: new Date("2023-10-29T16:24:20Z"), process_id: 18, user_id: 29, duration_seconds: 1621 },
            { id: 144, event_type: "start", event_timestamp: new Date("2023-01-08T21:24:24Z"), process_id: 9, user_id: 60, duration_seconds: 1760 },
            { id: 145, event_type: "stop", event_timestamp: new Date("2023-12-07T14:49:42Z"), process_id: 44, user_id: 99, duration_seconds: 1789 },
            { id: 146, event_type: "start", event_timestamp: new Date("2023-08-03T18:28:08Z"), process_id: 19, user_id: 78, duration_seconds: 2484 },
            { id: 147, event_type: "update", event_timestamp: new Date("2023-04-08T09:08:19Z"), process_id: 7, user_id: 79, duration_seconds: 1274 },
            { id: 148, event_type: "start", event_timestamp: new Date("2023-01-07T16:09:44Z"), process_id: 12, user_id: 88, duration_seconds: 1658 },
            { id: 149, event_type: "start", event_timestamp: new Date("2023-04-21T07:14:25Z"), process_id: 30, user_id: 58, duration_seconds: 1542 },
            { id: 150, event_type: "start", event_timestamp: new Date("2023-09-18T08:59:06Z"), process_id: 41, user_id: 74, duration_seconds: 1783 },
            { id: 151, event_type: "start", event_timestamp: new Date("2023-11-24T16:42:24Z"), process_id: 26, user_id: 32, duration_seconds: 1323 },
            { id: 152, event_type: "start", event_timestamp: new Date("2023-09-13T16:31:06Z"), process_id: 20, user_id: 8, duration_seconds: 2027 },
            { id: 153, event_type: "start", event_timestamp: new Date("2023-10-10T21:28:40Z"), process_id: 1, user_id: 18, duration_seconds: 1163 },
            { id: 154, event_type: "start", event_timestamp: new Date("2023-03-19T17:41:59Z"), process_id: 43, user_id: 63, duration_seconds: 1155 },
            { id: 155, event_type: "start", event_timestamp: new Date("2023-05-04T20:12:49Z"), process_id: 16, user_id: 33, duration_seconds: 829 },
            { id: 156, event_type: "start", event_timestamp: new Date("2023-04-24T14:09:09Z"), process_id: 38, user_id: 48, duration_seconds: 2291 },
            { id: 157, event_type: "start", event_timestamp: new Date("2023-08-25T19:30:35Z"), process_id: 33, user_id: 45, duration_seconds: 2357 },
            { id: 158, event_type: "start", event_timestamp: new Date("2023-07-17T16:11:30Z"), process_id: 6, user_id: 23, duration_seconds: 799 },
            { id: 159, event_type: "start", event_timestamp: new Date("2023-10-04T09:28:50Z"), process_id: 7, user_id: 91, duration_seconds: 1254 },
            { id: 160, event_type: "stop", event_timestamp: new Date("2023-12-24T15:02:20Z"), process_id: 25, user_id: 99, duration_seconds: 2172 },
            { id: 161, event_type: "start", event_timestamp: new Date("2023-01-21T15:07:40Z"), process_id: 27, user_id: 23, duration_seconds: 1609 },
            { id: 162, event_type: "start", event_timestamp: new Date("2023-12-29T18:57:45Z"), process_id: 1, user_id: 48, duration_seconds: 778 },
            { id: 163, event_type: "start", event_timestamp: new Date("2023-06-06T17:47:08Z"), process_id: 32, user_id: 12, duration_seconds: 1781 },
            { id: 164, event_type: "start", event_timestamp: new Date("2023-01-08T19:30:00Z"), process_id: 16, user_id: 42, duration_seconds: 2243 },
            { id: 165, event_type: "start", event_timestamp: new Date("2023-03-21T12:58:13Z"), process_id: 33, user_id: 62, duration_seconds: 1337 },
            { id: 166, event_type: "start", event_timestamp: new Date("2023-09-06T11:58:16Z"), process_id: 37, user_id: 85, duration_seconds: 1449 },
            { id: 167, event_type: "update", event_timestamp: new Date("2023-08-21T16:59:36Z"), process_id: 28, user_id: 49, duration_seconds: 1953 },
            { id: 168, event_type: "start", event_timestamp: new Date("2023-12-06T21:15:31Z"), process_id: 2, user_id: 97, duration_seconds: 1920 },
            { id: 169, event_type: "start", event_timestamp: new Date("2023-05-02T19:56:22Z"), process_id: 20, user_id: 99, duration_seconds: 962 },
            { id: 170, event_type: "start", event_timestamp: new Date("2023-08-11T18:44:51Z"), process_id: 22, user_id: 57, duration_seconds: 1453 },
            { id: 171, event_type: "start", event_timestamp: new Date("2023-08-14T18:24:07Z"), process_id: 9, user_id: 42, duration_seconds: 1289 },
            { id: 172, event_type: "start", event_timestamp: new Date("2023-06-20T16:44:47Z"), process_id: 48, user_id: 68, duration_seconds: 2439 },
            { id: 173, event_type: "start", event_timestamp: new Date("2023-09-20T08:11:53Z"), process_id: 6, user_id: 45, duration_seconds: 1855 },
            { id: 174, event_type: "start", event_timestamp: new Date("2023-05-10T14:36:29Z"), process_id: 30, user_id: 92, duration_seconds: 1213 },
            { id: 175, event_type: "update", event_timestamp: new Date("2023-09-07T10:08:43Z"), process_id: 45, user_id: 48, duration_seconds: 2194 },
            { id: 176, event_type: "start", event_timestamp: new Date("2023-09-21T11:20:19Z"), process_id: 42, user_id: 25, duration_seconds: 1804 },
            { id: 177, event_type: "start", event_timestamp: new Date("2023-11-22T14:09:03Z"), process_id: 45, user_id: 75, duration_seconds: 1348 },
            { id: 178, event_type: "start", event_timestamp: new Date("2023-11-26T11:52:07Z"), process_id: 37, user_id: 49, duration_seconds: 2121 },
            { id: 179, event_type: "start", event_timestamp: new Date("2023-10-23T08:32:17Z"), process_id: 37, user_id: 3, duration_seconds: 1828 },
            { id: 180, event_type: "start", event_timestamp: new Date("2023-09-02T08:42:29Z"), process_id: 29, user_id: 78, duration_seconds: 1113 },
            { id: 181, event_type: "stop", event_timestamp: new Date("2023-07-18T21:22:15Z"), process_id: 10, user_id: 61, duration_seconds: 1410 },
            { id: 182, event_type: "start", event_timestamp: new Date("2023-09-24T14:07:42Z"), process_id: 29, user_id: 89, duration_seconds: 2259 },
            { id: 183, event_type: "update", event_timestamp: new Date("2023-04-28T10:17:33Z"), process_id: 28, user_id: 54, duration_seconds: 2040 },
            { id: 184, event_type: "stop", event_timestamp: new Date("2023-04-14T19:21:26Z"), process_id: 2, user_id: 87, duration_seconds: 2694 },
            { id: 185, event_type: "start", event_timestamp: new Date("2023-02-07T11:12:10Z"), process_id: 12, user_id: 96, duration_seconds: 2536 },
            { id: 186, event_type: "start", event_timestamp: new Date("2023-07-20T23:39:51Z"), process_id: 28, user_id: 54, duration_seconds: 1830 },
            { id: 187, event_type: "start", event_timestamp: new Date("2023-06-08T16:52:21Z"), process_id: 26, user_id: 94, duration_seconds: 1590 },
            { id: 188, event_type: "start", event_timestamp: new Date("2023-11-24T18:12:55Z"), process_id: 45, user_id: 25, duration_seconds: 2445 },
            { id: 189, event_type: "update", event_timestamp: new Date("2023-03-10T17:02:16Z"), process_id: 50, user_id: 20, duration_seconds: 1329 },
            { id: 190, event_type: "start", event_timestamp: new Date("2023-05-31T13:12:33Z"), process_id: 42, user_id: 88, duration_seconds: 1370 },
            { id: 191, event_type: "stop", event_timestamp: new Date("2023-10-26T14:23:34Z"), process_id: 3, user_id: 96, duration_seconds: 2204 },
            { id: 192, event_type: "start", event_timestamp: new Date("2023-08-11T19:36:21Z"), process_id: 4, user_id: 14, duration_seconds: 2014 },
            { id: 193, event_type: "stop", event_timestamp: new Date("2023-04-28T14:40:50Z"), process_id: 33, user_id: 29, duration_seconds: 1705 },
            { id: 194, event_type: "start", event_timestamp: new Date("2023-08-28T08:22:04Z"), process_id: 44, user_id: 47, duration_seconds: 2516 },
            { id: 195, event_type: "start", event_timestamp: new Date("2023-12-07T19:14:32Z"), process_id: 49, user_id: 6, duration_seconds: 1579 },
            { id: 196, event_type: "update", event_timestamp: new Date("2023-09-06T19:52:50Z"), process_id: 6, user_id: 79, duration_seconds: 1684 },
            { id: 197, event_type: "start", event_timestamp: new Date("2023-07-20T19:05:15Z"), process_id: 24, user_id: 77, duration_seconds: 2032 },
            { id: 198, event_type: "stop", event_timestamp: new Date("2023-02-04T14:36:28Z"), process_id: 43, user_id: 95, duration_seconds: 2141 },
            { id: 199, event_type: "update", event_timestamp: new Date("2023-04-13T10:16:58Z"), process_id: 13, user_id: 23, duration_seconds: 636 },
            { id: 200, event_type: "stop", event_timestamp: new Date("2023-07-04T22:49:35Z"), process_id: 42, user_id: 35, duration_seconds: 2392 },
            { id: 201, event_type: "start", event_timestamp: new Date("2023-07-17T21:04:15Z"), process_id: 38, user_id: 52, duration_seconds: 1703 },
            { id: 202, event_type: "start", event_timestamp: new Date("2023-04-28T05:56:07Z"), process_id: 29, user_id: 36, duration_seconds: 2916 },
            { id: 203, event_type: "stop", event_timestamp: new Date("2023-08-19T11:51:25Z"), process_id: 23, user_id: 80, duration_seconds: 2163 },
            { id: 204, event_type: "start", event_timestamp: new Date("2023-05-03T10:13:41Z"), process_id: 41, user_id: 63, duration_seconds: 1810 },
            { id: 205, event_type: "stop", event_timestamp: new Date("2023-01-11T09:50:58Z"), process_id: 36, user_id: 54, duration_seconds: 1465 },
            { id: 206, event_type: "start", event_timestamp: new Date("2023-03-03T21:08:19Z"), process_id: 38, user_id: 34, duration_seconds: 1880 },
            { id: 207, event_type: "start", event_timestamp: new Date("2023-03-14T17:50:52Z"), process_id: 50, user_id: 54, duration_seconds: 2954 },
            { id: 208, event_type: "start", event_timestamp: new Date("2023-10-24T20:27:03Z"), process_id: 12, user_id: 52, duration_seconds: 1738 },
            { id: 209, event_type: "stop", event_timestamp: new Date("2023-07-15T08:47:21Z"), process_id: 28, user_id: 37, duration_seconds: 1134 },
            { id: 210, event_type: "stop", event_timestamp: new Date("2023-11-29T12:44:33Z"), process_id: 3, user_id: 7, duration_seconds: 997 },
            { id: 211, event_type: "stop", event_timestamp: new Date("2023-05-14T12:17:38Z"), process_id: 12, user_id: 87, duration_seconds: 2097 },
            { id: 212, event_type: "start", event_timestamp: new Date("2023-11-25T23:52:31Z"), process_id: 34, user_id: 14, duration_seconds: 2178 },
            { id: 213, event_type: "start", event_timestamp: new Date("2023-03-30T19:29:45Z"), process_id: 25, user_id: 94, duration_seconds: 1418 },
            { id: 214, event_type: "start", event_timestamp: new Date("2023-08-24T14:36:06Z"), process_id: 43, user_id: 14, duration_seconds: 2554 },
            { id: 215, event_type: "stop", event_timestamp: new Date("2023-06-10T06:11:47Z"), process_id: 37, user_id: 86, duration_seconds: 2163 },
            { id: 216, event_type: "start", event_timestamp: new Date("2023-01-10T06:09:19Z"), process_id: 40, user_id: 65, duration_seconds: 1437 },
            { id: 217, event_type: "start", event_timestamp: new Date("2023-12-19T17:12:08Z"), process_id: 26, user_id: 18, duration_seconds: 962 },
            { id: 218, event_type: "start", event_timestamp: new Date("2023-12-11T09:32:38Z"), process_id: 34, user_id: 9, duration_seconds: 2438 },
            { id: 219, event_type: "start", event_timestamp: new Date("2023-04-02T19:43:37Z"), process_id: 6, user_id: 90, duration_seconds: 2316 },
            { id: 220, event_type: "update", event_timestamp: new Date("2023-12-11T10:57:12Z"), process_id: 30, user_id: 15, duration_seconds: 1270 },
            { id: 221, event_type: "start", event_timestamp: new Date("2023-05-18T07:12:40Z"), process_id: 12, user_id: 28, duration_seconds: 1029 },
            { id: 222, event_type: "start", event_timestamp: new Date("2023-04-11T16:53:28Z"), process_id: 43, user_id: 49, duration_seconds: 981 },
            { id: 223, event_type: "start", event_timestamp: new Date("2023-08-21T14:06:36Z"), process_id: 13, user_id: 82, duration_seconds: 1068 },
            { id: 224, event_type: "start", event_timestamp: new Date("2023-12-20T13:08:02Z"), process_id: 28, user_id: 64, duration_seconds: 1482 },
            { id: 225, event_type: "update", event_timestamp: new Date("2023-03-28T16:44:03Z"), process_id: 30, user_id: 82, duration_seconds: 1897 },
            { id: 226, event_type: "start", event_timestamp: new Date("2023-01-21T19:44:32Z"), process_id: 6, user_id: 81, duration_seconds: 2046 },
            { id: 227, event_type: "start", event_timestamp: new Date("2023-11-30T18:27:18Z"), process_id: 21, user_id: 64, duration_seconds: 1281 },
            { id: 228, event_type: "start", event_timestamp: new Date("2023-03-10T19:38:25Z"), process_id: 31, user_id: 74, duration_seconds: 1473 },
            { id: 229, event_type: "start", event_timestamp: new Date("2023-01-19T11:22:33Z"), process_id: 21, user_id: 5, duration_seconds: 2041 },
            { id: 230, event_type: "start", event_timestamp: new Date("2023-04-08T11:18:01Z"), process_id: 44, user_id: 96, duration_seconds: 2269 },
            { id: 231, event_type: "start", event_timestamp: new Date("2023-08-05T18:02:07Z"), process_id: 37, user_id: 88, duration_seconds: 2527 },
            { id: 232, event_type: "stop", event_timestamp: new Date("2023-03-03T19:12:45Z"), process_id: 12, user_id: 67, duration_seconds: 2448 },
            { id: 233, event_type: "start", event_timestamp: new Date("2023-04-26T12:53:14Z"), process_id: 36, user_id: 27, duration_seconds: 1893 },
            { id: 234, event_type: "start", event_timestamp: new Date("2023-06-01T18:32:22Z"), process_id: 36, user_id: 6, duration_seconds: 2002 },
            { id: 235, event_type: "start", event_timestamp: new Date("2023-12-21T15:42:11Z"), process_id: 40, user_id: 43, duration_seconds: 1011 },
            { id: 236, event_type: "update", event_timestamp: new Date("2023-08-21T15:28:44Z"), process_id: 42, user_id: 61, duration_seconds: 1712 },
            { id: 237, event_type: "stop", event_timestamp: new Date("2023-01-13T14:11:30Z"), process_id: 22, user_id: 72, duration_seconds: 1435 },
            { id: 238, event_type: "start", event_timestamp: new Date("2023-12-26T09:14:34Z"), process_id: 11, user_id: 83, duration_seconds: 1684 },
            { id: 239, event_type: "start", event_timestamp: new Date("2023-11-03T07:08:44Z"), process_id: 44, user_id: 98, duration_seconds: 2713 },
            { id: 240, event_type: "start", event_timestamp: new Date("2023-05-01T22:49:14Z"), process_id: 28, user_id: 7, duration_seconds: 2585 },
            { id: 241, event_type: "start", event_timestamp: new Date("2023-05-23T06:31:30Z"), process_id: 9, user_id: 14, duration_seconds: 1867 },
            { id: 242, event_type: "start", event_timestamp: new Date("2023-01-15T05:15:19Z"), process_id: 8, user_id: 91, duration_seconds: 1204 },
            { id: 243, event_type: "start", event_timestamp: new Date("2023-12-10T18:45:49Z"), process_id: 41, user_id: 35, duration_seconds: 2078 },
            { id: 244, event_type: "start", event_timestamp: new Date("2023-06-18T14:15:46Z"), process_id: 31, user_id: 86, duration_seconds: 1730 },
            { id: 245, event_type: "start", event_timestamp: new Date("2023-12-26T21:30:45Z"), process_id: 38, user_id: 17, duration_seconds: 1127 },
            { id: 246, event_type: "stop", event_timestamp: new Date("2023-05-17T17:56:05Z"), process_id: 39, user_id: 19, duration_seconds: 1184 },
            { id: 247, event_type: "start", event_timestamp: new Date("2023-05-04T21:07:49Z"), process_id: 49, user_id: 51, duration_seconds: 1075 },
            { id: 248, event_type: "start", event_timestamp: new Date("2023-12-28T13:27:26Z"), process_id: 32, user_id: 45, duration_seconds: 2194 },
            { id: 249, event_type: "start", event_timestamp: new Date("2023-03-02T17:07:01Z"), process_id: 32, user_id: 14, duration_seconds: 2424 },
            { id: 250, event_type: "stop", event_timestamp: new Date("2023-02-13T10:38:19Z"), process_id: 41, user_id: 90, duration_seconds: 2112 },
            { id: 251, event_type: "update", event_timestamp: new Date("2023-07-17T17:32:31Z"), process_id: 40, user_id: 70, duration_seconds: 1592 },
            { id: 252, event_type: "start", event_timestamp: new Date("2023-06-02T19:57:40Z"), process_id: 4, user_id: 100, duration_seconds: 1379 },
            { id: 253, event_type: "stop", event_timestamp: new Date("2023-06-13T09:14:19Z"), process_id: 23, user_id: 42, duration_seconds: 1861 },
            { id: 254, event_type: "start", event_timestamp: new Date("2023-06-12T18:35:15Z"), process_id: 5, user_id: 43, duration_seconds: 1526 },
            { id: 255, event_type: "start", event_timestamp: new Date("2023-06-30T17:14:10Z"), process_id: 37, user_id: 62, duration_seconds: 2652 },
            { id: 256, event_type: "stop", event_timestamp: new Date("2023-10-05T10:31:26Z"), process_id: 24, user_id: 20, duration_seconds: 1806 },
            { id: 257, event_type: "start", event_timestamp: new Date("2023-01-25T09:50:21Z"), process_id: 29, user_id: 77, duration_seconds: 1489 },
            { id: 258, event_type: "stop", event_timestamp: new Date("2023-05-21T17:05:51Z"), process_id: 45, user_id: 73, duration_seconds: 814 },
            { id: 259, event_type: "start", event_timestamp: new Date("2023-03-25T10:49:25Z"), process_id: 18, user_id: 99, duration_seconds: 1082 },
            { id: 260, event_type: "start", event_timestamp: new Date("2023-10-11T16:17:36Z"), process_id: 14, user_id: 19, duration_seconds: 1668 },
            { id: 261, event_type: "start", event_timestamp: new Date("2023-01-18T15:29:45Z"), process_id: 10, user_id: 100, duration_seconds: 1835 },
            { id: 262, event_type: "start", event_timestamp: new Date("2023-09-20T14:52:49Z"), process_id: 8, user_id: 8, duration_seconds: 1928 },
            { id: 263, event_type: "stop", event_timestamp: new Date("2023-08-03T04:56:18Z"), process_id: 14, user_id: 98, duration_seconds: 2489 },
            { id: 264, event_type: "start", event_timestamp: new Date("2023-07-13T16:59:50Z"), process_id: 9, user_id: 16, duration_seconds: 1987 },
            { id: 265, event_type: "start", event_timestamp: new Date("2023-11-06T21:38:23Z"), process_id: 45, user_id: 55, duration_seconds: 1510 },
            { id: 266, event_type: "start", event_timestamp: new Date("2023-02-27T21:58:31Z"), process_id: 47, user_id: 27, duration_seconds: 1934 },
            { id: 267, event_type: "start", event_timestamp: new Date("2023-03-06T17:01:54Z"), process_id: 47, user_id: 38, duration_seconds: 1810 },
            { id: 268, event_type: "start", event_timestamp: new Date("2023-08-23T12:12:48Z"), process_id: 42, user_id: 42, duration_seconds: 1826 },
            { id: 269, event_type: "stop", event_timestamp: new Date("2023-08-04T21:08:58Z"), process_id: 27, user_id: 30, duration_seconds: 1755 },
            { id: 270, event_type: "start", event_timestamp: new Date("2023-01-13T15:18:28Z"), process_id: 14, user_id: 44, duration_seconds: 2292 },
            { id: 271, event_type: "start", event_timestamp: new Date("2023-03-30T11:27:22Z"), process_id: 17, user_id: 31, duration_seconds: 1939 },
            { id: 272, event_type: "start", event_timestamp: new Date("2023-05-31T17:13:18Z"), process_id: 30, user_id: 53, duration_seconds: 1143 },
            { id: 273, event_type: "start", event_timestamp: new Date("2023-11-10T09:32:37Z"), process_id: 44, user_id: 1, duration_seconds: 2099 },
            { id: 274, event_type: "start", event_timestamp: new Date("2023-12-28T17:50:35Z"), process_id: 37, user_id: 49, duration_seconds: 2895 },
            { id: 275, event_type: "update", event_timestamp: new Date("2023-12-25T18:00:09Z"), process_id: 5, user_id: 99, duration_seconds: 906 },
            { id: 276, event_type: "start", event_timestamp: new Date("2023-07-22T20:02:22Z"), process_id: 30, user_id: 17, duration_seconds: 2508 },
            { id: 277, event_type: "stop", event_timestamp: new Date("2023-02-10T12:52:27Z"), process_id: 33, user_id: 91, duration_seconds: 1881 },
            { id: 278, event_type: "start", event_timestamp: new Date("2023-06-16T07:40:29Z"), process_id: 5, user_id: 24, duration_seconds: 1551 },
            { id: 279, event_type: "start", event_timestamp: new Date("2023-06-09T13:37:25Z"), process_id: 9, user_id: 19, duration_seconds: 1001 },
            { id: 280, event_type: "start", event_timestamp: new Date("2023-06-07T13:21:03Z"), process_id: 6, user_id: 100, duration_seconds: 2261 },
            { id: 281, event_type: "start", event_timestamp: new Date("2023-10-12T17:16:40Z"), process_id: 7, user_id: 78, duration_seconds: 2165 },
            { id: 282, event_type: "start", event_timestamp: new Date("2023-01-02T19:03:59Z"), process_id: 47, user_id: 23, duration_seconds: 2259 },
            { id: 283, event_type: "stop", event_timestamp: new Date("2023-05-31T08:49:22Z"), process_id: 46, user_id: 97, duration_seconds: 1468 },
            { id: 284, event_type: "start", event_timestamp: new Date("2023-11-04T17:48:37Z"), process_id: 24, user_id: 38, duration_seconds: 1174 },
            { id: 285, event_type: "start", event_timestamp: new Date("2023-11-03T18:42:48Z"), process_id: 28, user_id: 22, duration_seconds: 2109 },
            { id: 286, event_type: "update", event_timestamp: new Date("2023-01-28T16:32:45Z"), process_id: 26, user_id: 100, duration_seconds: 2376 },
            { id: 287, event_type: "start", event_timestamp: new Date("2023-02-12T20:17:59Z"), process_id: 25, user_id: 59, duration_seconds: 1888 },
            { id: 288, event_type: "start", event_timestamp: new Date("2023-08-14T13:36:30Z"), process_id: 7, user_id: 85, duration_seconds: 950 },
            { id: 289, event_type: "stop", event_timestamp: new Date("2023-03-25T08:20:53Z"), process_id: 3, user_id: 17, duration_seconds: 1838 },
            { id: 290, event_type: "start", event_timestamp: new Date("2023-08-18T15:33:40Z"), process_id: 43, user_id: 61, duration_seconds: 1683 },
            { id: 291, event_type: "start", event_timestamp: new Date("2023-07-08T23:55:35Z"), process_id: 24, user_id: 75, duration_seconds: 1076 },
            { id: 292, event_type: "update", event_timestamp: new Date("2023-05-23T18:16:04Z"), process_id: 30, user_id: 77, duration_seconds: 3209 },
            { id: 293, event_type: "update", event_timestamp: new Date("2023-10-17T10:11:08Z"), process_id: 38, user_id: 53, duration_seconds: 1885 },
            { id: 294, event_type: "start", event_timestamp: new Date("2023-10-13T19:00:29Z"), process_id: 18, user_id: 28, duration_seconds: 1696 },
            { id: 295, event_type: "start", event_timestamp: new Date("2023-10-15T02:57:32Z"), process_id: 29, user_id: 7, duration_seconds: 2646 },
            { id: 296, event_type: "start", event_timestamp: new Date("2023-07-03T09:01:28Z"), process_id: 2, user_id: 55, duration_seconds: 2453 },
            { id: 297, event_type: "update", event_timestamp: new Date("2023-05-29T19:05:21Z"), process_id: 30, user_id: 2, duration_seconds: 1743 },
            { id: 298, event_type: "start", event_timestamp: new Date("2023-01-10T14:37:18Z"), process_id: 32, user_id: 98, duration_seconds: 2026 },
            { id: 299, event_type: "stop", event_timestamp: new Date("2023-05-11T10:50:52Z"), process_id: 15, user_id: 95, duration_seconds: 1403 },
            { id: 300, event_type: "start", event_timestamp: new Date("2023-02-12T13:13:48Z"), process_id: 49, user_id: 100, duration_seconds: 2671 },
        ],
    });
    await prisma.saved_filters.createMany({
        data: [
            { id: 1, user_id: 89, filter_criteria: {"criteria":"several common direct"}, filter_name: "recent updates", creation_date: "2023-02-15" },
            { id: 2, user_id: 69, filter_criteria: {"criteria":"system"}, filter_name: "last week", creation_date: "2023-06-21" },
            { id: 3, user_id: 34, filter_criteria: {"criteria":"group section issue open about normal before notice small"}, filter_name: "user roles", creation_date: "2023-03-10" },
            { id: 4, user_id: 36, filter_criteria: {"criteria":"bright update weekly order various short careful final"}, filter_name: "last week", creation_date: "2023-09-13" },
            { id: 5, user_id: 17, filter_criteria: {"criteria":"partial steady before nearly because normal about large still"}, filter_name: "user activity", creation_date: "2023-05-12" },
            { id: 6, user_id: 88, filter_criteria: {"criteria":"moving often"}, filter_name: "high latency", creation_date: "2023-12-23" },
            { id: 7, user_id: 87, filter_criteria: {"criteria":"between weekly without partial early section given record enough later"}, filter_name: "process performance", creation_date: "2023-12-04" },
            { id: 8, user_id: 81, filter_criteria: {"criteria":"total about small short"}, filter_name: "recent updates", creation_date: "2023-10-06" },
            { id: 9, user_id: 18, filter_criteria: {"criteria":"easy"}, filter_name: "filter by date", creation_date: "2023-04-12" },
            { id: 10, user_id: 74, filter_criteria: {"criteria":"small final short natural update point"}, filter_name: "last week", creation_date: "2023-01-24" },
            { id: 11, user_id: 41, filter_criteria: {"criteria":"level"}, filter_name: "user activity", creation_date: "2023-10-23" },
            { id: 12, user_id: 57, filter_criteria: {"criteria":"partial bright around short after direct issue"}, filter_name: "last week", creation_date: "2023-01-13" },
            { id: 13, user_id: 92, filter_criteria: {"criteria":"inside bright update other toward today support final outside total"}, filter_name: "last week", creation_date: "2023-11-01" },
            { id: 14, user_id: 44, filter_criteria: {"criteria":"common before single example small short early support"}, filter_name: "last week", creation_date: "2023-11-02" },
            { id: 15, user_id: 33, filter_criteria: {"criteria":"short second detail today general level large about"}, filter_name: "user roles", creation_date: "2023-04-05" },
            { id: 16, user_id: 44, filter_criteria: null, filter_name: "last week", creation_date: "2023-05-07" },
            { id: 17, user_id: 53, filter_criteria: {"criteria":"large"}, filter_name: "high latency", creation_date: "2023-06-14" },
            { id: 18, user_id: 87, filter_criteria: {"criteria":"review matter great group careful after simple later daily"}, filter_name: "high latency", creation_date: "2023-04-12" },
            { id: 19, user_id: 85, filter_criteria: {"criteria":"large major other inside"}, filter_name: "high latency", creation_date: "2023-04-19" },
            { id: 20, user_id: 94, filter_criteria: {"criteria":"little every after natural weekly"}, filter_name: "connection analysis", creation_date: "2023-06-24" },
            { id: 21, user_id: 32, filter_criteria: {"criteria":"partial between other reason detail moving direct special"}, filter_name: "high latency", creation_date: "2023-08-23" },
            { id: 22, user_id: 59, filter_criteria: null, filter_name: "high latency", creation_date: "2023-08-23" },
            { id: 23, user_id: 80, filter_criteria: {"criteria":"notice within"}, filter_name: "user roles", creation_date: "2023-09-22" },
            { id: 24, user_id: 55, filter_criteria: {"criteria":"update order useful various"}, filter_name: "last week", creation_date: "2023-12-18" },
            { id: 25, user_id: 73, filter_criteria: {"criteria":"point usual major about"}, filter_name: "user activity", creation_date: "2023-11-28" },
        ],
    });
}

main()
    .then(() => prisma.$disconnect())
    .catch(async error => {
        console.error(error);
        await prisma.$disconnect();
        process.exit(1);
    });
