{"id":164,"date":"2026-09-01T11:20:53","date_gmt":"2026-09-01T04:20:53","guid":{"rendered":"https:\/\/siteplore.com\/?page_id=164"},"modified":"2026-09-01T11:20:55","modified_gmt":"2026-09-01T04:20:55","slug":"data-engineering-integration","status":"publish","type":"page","link":"https:\/\/siteplore.com\/index.php\/data-engineering-integration\/","title":{"rendered":"Data Engineering &amp; Integration"},"content":{"rendered":"\n<!-- =========================================================\n     SITEPLORE \u2014 DATA ENGINEERING & INTEGRATION\n     WordPress Custom HTML\n     ========================================================= -->\n\n<style>\n\n.dei-page {\n    --dei-yellow: #f7b900;\n    --dei-yellow-dark: #d99f00;\n    --dei-navy: #15213b;\n    --dei-navy-2: #1d2a46;\n    --dei-blue: #214c88;\n    --dei-cyan: #31a9e1;\n    --dei-cyan-light: #dff5ff;\n    --dei-green: #19a974;\n    --dei-red: #d75c5c;\n    --dei-text: #202b3d;\n    --dei-muted: #667085;\n    --dei-border: #e4e9f0;\n    --dei-light: #f7f9fc;\n\n    font-family: inherit;\n    color: var(--dei-text);\n    line-height: 1.6;\n    overflow: hidden;\n}\n\n.dei-page *,\n.dei-page *::before,\n.dei-page *::after {\n    box-sizing: border-box;\n}\n\n.dei-page a {\n    text-decoration: none;\n}\n\n.dei-container {\n    width: min(1180px, calc(100% - 40px));\n    margin: 0 auto;\n}\n\n.dei-section {\n    padding: 88px 0;\n}\n\n.dei-light {\n    background: var(--dei-light);\n}\n\n.dei-dark {\n    color: white;\n    background:\n        radial-gradient(circle at 85% 15%, rgba(49,169,225,.17), transparent 28%),\n        radial-gradient(circle at 8% 85%, rgba(247,185,0,.08), transparent 22%),\n        linear-gradient(135deg, #111c34 0%, #1a2948 100%);\n}\n\n.dei-eyebrow {\n    display: inline-flex;\n    align-items: center;\n    gap: 9px;\n    margin-bottom: 14px;\n    color: var(--dei-blue);\n    text-transform: uppercase;\n    letter-spacing: 1.6px;\n    font-size: 13px;\n    font-weight: 800;\n}\n\n.dei-eyebrow::before {\n    content: \"\";\n    width: 28px;\n    height: 3px;\n    border-radius: 3px;\n    background: var(--dei-yellow);\n}\n\n.dei-dark .dei-eyebrow {\n    color: #8bd5f7;\n}\n\n.dei-title {\n    margin: 0;\n    color: var(--dei-navy);\n    font-size: clamp(32px,4vw,48px);\n    line-height: 1.12;\n    letter-spacing: -1px;\n}\n\n.dei-dark .dei-title {\n    color: white;\n}\n\n.dei-lead {\n    max-width: 860px;\n    margin: 22px 0 0;\n    color: var(--dei-muted);\n    font-size: 18px;\n    line-height: 1.75;\n}\n\n.dei-dark .dei-lead {\n    color: #c6d2e2;\n}\n\n\n\/* =========================================================\n   BUTTONS\n   ========================================================= *\/\n\n.dei-actions {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 14px;\n    margin-top: 34px;\n}\n\n.dei-btn {\n    min-height: 50px;\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    padding: 12px 23px;\n    border-radius: 7px;\n    font-size: 15px;\n    font-weight: 800;\n    transition: .2s ease;\n}\n\n.dei-btn-primary {\n    color: var(--dei-navy);\n    background: var(--dei-yellow);\n}\n\n.dei-btn-primary:hover {\n    color: var(--dei-navy);\n    background: #ffc729;\n    transform: translateY(-2px);\n}\n\n.dei-btn-secondary {\n    color: white;\n    border: 1px solid rgba(255,255,255,.34);\n    background: rgba(255,255,255,.05);\n}\n\n.dei-btn-secondary:hover {\n    color: white;\n    background: rgba(255,255,255,.11);\n}\n\n.dei-btn-dark {\n    color: white;\n    background: var(--dei-navy);\n}\n\n.dei-btn-dark:hover {\n    color: white;\n    background: #223459;\n}\n\n\n\/* =========================================================\n   HERO\n   ========================================================= *\/\n\n.dei-hero {\n    position: relative;\n    min-height: 710px;\n    display: flex;\n    align-items: center;\n    color: white;\n    background:\n        radial-gradient(circle at 80% 22%, rgba(49,169,225,.27), transparent 29%),\n        radial-gradient(circle at 91% 78%, rgba(247,185,0,.11), transparent 24%),\n        linear-gradient(135deg, #101a30 0%, #193158 58%, #174b70 100%);\n}\n\n.dei-hero::before {\n    content: \"\";\n    position: absolute;\n    inset: 0;\n    background-image:\n        linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),\n        linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);\n    background-size: 42px 42px;\n}\n\n.dei-hero-inner {\n    position: relative;\n    z-index: 2;\n    display: grid;\n    grid-template-columns: 1.03fr .97fr;\n    gap: 65px;\n    align-items: center;\n    padding: 90px 0;\n}\n\n.dei-badge {\n    display: inline-flex;\n    align-items: center;\n    gap: 10px;\n    padding: 8px 14px;\n    margin-bottom: 22px;\n    border-radius: 999px;\n    border: 1px solid rgba(255,255,255,.20);\n    background: rgba(255,255,255,.07);\n    color: #d8e7f7;\n    font-size: 13px;\n    font-weight: 800;\n}\n\n.dei-badge-dot {\n    width: 8px;\n    height: 8px;\n    border-radius: 50%;\n    background: var(--dei-yellow);\n    box-shadow: 0 0 0 5px rgba(247,185,0,.12);\n}\n\n.dei-hero h1 {\n    margin: 0;\n    color: white;\n    font-size: clamp(44px,5.8vw,70px);\n    line-height: 1.02;\n    letter-spacing: -2.2px;\n}\n\n.dei-hero h1 span {\n    color: var(--dei-yellow);\n}\n\n.dei-hero-copy {\n    max-width: 720px;\n    margin: 26px 0 0;\n    color: #d4e0ee;\n    font-size: 19px;\n    line-height: 1.75;\n}\n\n\n\/* =========================================================\n   HERO DATA PANEL\n   ========================================================= *\/\n\n.dei-data-panel {\n    padding: 27px;\n    border-radius: 18px;\n    background: rgba(12,27,50,.80);\n    border: 1px solid rgba(255,255,255,.14);\n    box-shadow: 0 30px 70px rgba(0,0,0,.25);\n    backdrop-filter: blur(12px);\n}\n\n.dei-panel-label {\n    color: #8bd5f7;\n    font-size: 12px;\n    font-weight: 900;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n    margin-bottom: 20px;\n}\n\n.dei-source-grid {\n    display: grid;\n    grid-template-columns: repeat(2,1fr);\n    gap: 10px;\n}\n\n.dei-source {\n    padding: 14px;\n    border-radius: 9px;\n    background: rgba(49,169,225,.08);\n    border: 1px solid rgba(49,169,225,.18);\n}\n\n.dei-source small {\n    display: block;\n    color: #8fa5bc;\n    font-size: 9px;\n    text-transform: uppercase;\n    letter-spacing: .7px;\n}\n\n.dei-source strong {\n    display: block;\n    margin-top: 4px;\n    color: white;\n    font-size: 14px;\n}\n\n.dei-source span {\n    display: block;\n    margin-top: 2px;\n    color: #87d7fb;\n    font-size: 10px;\n}\n\n.dei-panel-arrow {\n    padding: 12px 0;\n    text-align: center;\n    color: var(--dei-yellow);\n    font-size: 21px;\n}\n\n.dei-engine-box {\n    padding: 17px;\n    border-radius: 10px;\n    text-align: center;\n    border: 1px solid rgba(255,255,255,.10);\n    background: rgba(255,255,255,.055);\n}\n\n.dei-engine-box strong {\n    display: block;\n    color: var(--dei-yellow);\n    font-size: 19px;\n}\n\n.dei-engine-box span {\n    display: block;\n    margin-top: 4px;\n    color: #b6c4d5;\n    font-size: 11px;\n}\n\n.dei-output-grid {\n    display: grid;\n    grid-template-columns: repeat(3,1fr);\n    gap: 8px;\n    margin-top: 12px;\n}\n\n.dei-output-grid div {\n    padding: 10px 5px;\n    text-align: center;\n    border-radius: 7px;\n    border: 1px solid rgba(255,255,255,.08);\n    background: rgba(255,255,255,.04);\n    color: #b8c5d7;\n    font-size: 10px;\n}\n\n.dei-output-grid b {\n    display: block;\n    color: #88dcff;\n}\n\n\n\/* =========================================================\n   PROBLEM CARDS\n   ========================================================= *\/\n\n.dei-problem-grid {\n    display: grid;\n    grid-template-columns: repeat(3,1fr);\n    gap: 20px;\n    margin-top: 48px;\n}\n\n.dei-card {\n    padding: 28px;\n    border: 1px solid var(--dei-border);\n    border-radius: 13px;\n    background: white;\n}\n\n.dei-card-icon {\n    width: 46px;\n    height: 46px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    margin-bottom: 18px;\n    border-radius: 10px;\n    color: #b57e00;\n    background: #fff5d5;\n    font-weight: 900;\n}\n\n.dei-card h3 {\n    margin: 0 0 10px;\n    color: var(--dei-navy);\n    font-size: 19px;\n}\n\n.dei-card p {\n    margin: 0;\n    color: var(--dei-muted);\n    font-size: 14px;\n}\n\n\n\/* =========================================================\n   DATA ENGINEERING DOMAINS\n   ========================================================= *\/\n\n.dei-domain-grid {\n    display: grid;\n    grid-template-columns: repeat(3,1fr);\n    gap: 18px;\n    margin-top: 48px;\n}\n\n.dei-domain {\n    padding: 27px;\n    border-radius: 13px;\n    border: 1px solid rgba(255,255,255,.11);\n    background: rgba(255,255,255,.055);\n}\n\n.dei-domain-no {\n    color: var(--dei-yellow);\n    font-size: 11px;\n    font-weight: 900;\n    letter-spacing: 1px;\n}\n\n.dei-domain h3 {\n    margin: 11px 0 9px;\n    color: white;\n    font-size: 19px;\n}\n\n.dei-domain p {\n    margin: 0;\n    color: #bdc9d9;\n    font-size: 13px;\n}\n\n.dei-tags {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 6px;\n    margin-top: 15px;\n}\n\n.dei-tag {\n    padding: 5px 8px;\n    border-radius: 4px;\n    background: rgba(255,255,255,.07);\n    color: #bcd9ea;\n    font-size: 10px;\n    font-weight: 700;\n}\n\n\n\/* =========================================================\n   ARCHITECTURE\n   ========================================================= *\/\n\n.dei-architecture {\n    margin-top: 52px;\n}\n\n.dei-arch-row {\n    display: grid;\n    grid-template-columns:\n        1fr 30px\n        1fr 30px\n        1fr 30px\n        1fr 30px\n        1fr;\n}\n\n.dei-arch-box {\n    padding: 21px;\n    border-radius: 13px;\n    border: 1px solid var(--dei-border);\n    background: white;\n}\n\n.dei-arch-no {\n    color: var(--dei-yellow-dark);\n    font-size: 10px;\n    font-weight: 900;\n    letter-spacing: 1.1px;\n}\n\n.dei-arch-box h3 {\n    margin: 10px 0 8px;\n    color: var(--dei-navy);\n    font-size: 17px;\n}\n\n.dei-arch-box p {\n    margin: 0;\n    color: var(--dei-muted);\n    font-size: 12px;\n}\n\n.dei-arch-arrow {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    color: var(--dei-yellow-dark);\n    font-size: 20px;\n}\n\n\n\/* =========================================================\n   DATA QUALITY\n   ========================================================= *\/\n\n.dei-quality-grid {\n    display: grid;\n    grid-template-columns: repeat(2,1fr);\n    gap: 18px;\n    margin-top: 48px;\n}\n\n.dei-quality {\n    display: grid;\n    grid-template-columns: 42px 1fr;\n    gap: 15px;\n    padding: 23px;\n    border: 1px solid var(--dei-border);\n    border-radius: 12px;\n    background: white;\n}\n\n.dei-quality-icon {\n    width: 38px;\n    height: 38px;\n    display: flex;\n    justify-content: center;\n    align-items: center;\n    border-radius: 50%;\n    color: var(--dei-green);\n    background: #eaf8f3;\n    font-weight: 900;\n}\n\n.dei-quality h3 {\n    margin: 0 0 5px;\n    color: var(--dei-navy);\n    font-size: 16px;\n}\n\n.dei-quality p {\n    margin: 0;\n    color: var(--dei-muted);\n    font-size: 13px;\n}\n\n\n\/* =========================================================\n   DELIVERABLES\n   ========================================================= *\/\n\n.dei-deliver-grid {\n    display: grid;\n    grid-template-columns: repeat(2,1fr);\n    gap: 18px;\n    margin-top: 48px;\n}\n\n.dei-deliver {\n    display: grid;\n    grid-template-columns: 42px 1fr;\n    gap: 15px;\n    padding: 24px;\n    border: 1px solid rgba(255,255,255,.11);\n    border-radius: 12px;\n    background: rgba(255,255,255,.055);\n}\n\n.dei-deliver-icon {\n    width: 38px;\n    height: 38px;\n    display: flex;\n    justify-content: center;\n    align-items: center;\n    border-radius: 50%;\n    color: var(--dei-yellow);\n    background: rgba(247,185,0,.10);\n    font-weight: 900;\n}\n\n.dei-deliver h3 {\n    margin: 0 0 6px;\n    color: white;\n    font-size: 16px;\n}\n\n.dei-deliver p {\n    margin: 0;\n    color: #bdc9d9;\n    font-size: 13px;\n}\n\n\n\/* =========================================================\n   SOURCE TYPES\n   ========================================================= *\/\n\n.dei-source-type-grid {\n    display: grid;\n    grid-template-columns: repeat(4,1fr);\n    gap: 18px;\n    margin-top: 48px;\n}\n\n.dei-source-type {\n    padding: 25px;\n    border: 1px solid var(--dei-border);\n    border-radius: 13px;\n    background: white;\n}\n\n.dei-source-symbol {\n    width: 43px;\n    height: 43px;\n    display: flex;\n    justify-content: center;\n    align-items: center;\n    margin-bottom: 15px;\n    border-radius: 9px;\n    color: var(--dei-blue);\n    background: var(--dei-cyan-light);\n    font-size: 10px;\n    font-weight: 900;\n}\n\n.dei-source-type h3 {\n    margin: 0 0 8px;\n    color: var(--dei-navy);\n    font-size: 17px;\n}\n\n.dei-source-type p {\n    margin: 0;\n    color: var(--dei-muted);\n    font-size: 13px;\n}\n\n\n\/* =========================================================\n   AI READINESS\n   ========================================================= *\/\n\n.dei-ai-grid {\n    display: grid;\n    grid-template-columns: .9fr 1.1fr;\n    gap: 55px;\n    align-items: center;\n}\n\n.dei-ai-panel {\n    padding: 30px;\n    border-radius: 16px;\n    border: 1px solid rgba(255,255,255,.11);\n    background: rgba(255,255,255,.055);\n}\n\n.dei-ai-item {\n    padding: 16px 0;\n    border-bottom: 1px solid rgba(255,255,255,.08);\n}\n\n.dei-ai-item:last-child {\n    border-bottom: 0;\n}\n\n.dei-ai-item strong {\n    display: block;\n    color: white;\n    font-size: 15px;\n}\n\n.dei-ai-item span {\n    display: block;\n    margin-top: 4px;\n    color: #b9c5d5;\n    font-size: 13px;\n}\n\n\n\/* =========================================================\n   USE CASES\n   ========================================================= *\/\n\n.dei-use-grid {\n    display: grid;\n    grid-template-columns: repeat(3,1fr);\n    gap: 18px;\n    margin-top: 48px;\n}\n\n.dei-use {\n    overflow: hidden;\n    border: 1px solid var(--dei-border);\n    border-radius: 14px;\n    background: white;\n}\n\n.dei-use-head {\n    padding: 23px;\n    color: white;\n    background: linear-gradient(135deg,#172541,#214c70);\n}\n\n.dei-use-head small {\n    display: block;\n    color: #8bd5f7;\n    font-size: 10px;\n    font-weight: 900;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n}\n\n.dei-use-head h3 {\n    margin: 7px 0 0;\n    color: white;\n    font-size: 19px;\n}\n\n.dei-use-body {\n    padding: 23px;\n}\n\n.dei-use-body p {\n    margin: 0;\n    color: var(--dei-muted);\n    font-size: 13px;\n}\n\n.dei-use-chain {\n    margin-top: 17px;\n    color: var(--dei-blue);\n    font-size: 11px;\n    line-height: 1.8;\n    font-weight: 800;\n}\n\n\n\/* =========================================================\n   GOVERNANCE\n   ========================================================= *\/\n\n.dei-govern-grid {\n    display: grid;\n    grid-template-columns: repeat(3,1fr);\n    gap: 18px;\n    margin-top: 48px;\n}\n\n.dei-govern {\n    padding: 27px;\n    border-radius: 13px;\n    border: 1px solid var(--dei-border);\n    background: white;\n}\n\n.dei-govern-no {\n    color: var(--dei-yellow-dark);\n    font-size: 11px;\n    font-weight: 900;\n}\n\n.dei-govern h3 {\n    margin: 10px 0 8px;\n    color: var(--dei-navy);\n    font-size: 18px;\n}\n\n.dei-govern p {\n    margin: 0;\n    color: var(--dei-muted);\n    font-size: 13px;\n}\n\n\n\/* =========================================================\n   SITEPLORE PRODUCTS\n   ========================================================= *\/\n\n.dei-product-grid {\n    display: grid;\n    grid-template-columns: repeat(3,1fr);\n    gap: 20px;\n    margin-top: 48px;\n}\n\n.dei-product {\n    padding: 29px;\n    border: 1px solid rgba(255,255,255,.11);\n    border-radius: 14px;\n    background: rgba(255,255,255,.055);\n}\n\n.dei-product-type {\n    color: #83d8fc;\n    font-size: 11px;\n    font-weight: 900;\n    text-transform: uppercase;\n    letter-spacing: 1.1px;\n}\n\n.dei-product h3 {\n    margin: 8px 0;\n    color: white;\n    font-size: 25px;\n}\n\n.dei-product p {\n    margin: 0;\n    color: #bdc9d9;\n    font-size: 13px;\n}\n\n.dei-product-link {\n    display: inline-block;\n    margin-top: 18px;\n    color: var(--dei-yellow);\n    font-size: 13px;\n    font-weight: 800;\n}\n\n\n\/* =========================================================\n   CUSTOMER INPUT\n   ========================================================= *\/\n\n.dei-input-grid {\n    display: grid;\n    grid-template-columns: repeat(2,1fr);\n    gap: 18px;\n    margin-top: 48px;\n}\n\n.dei-input {\n    padding: 24px;\n    border: 1px solid var(--dei-border);\n    border-radius: 12px;\n    background: white;\n}\n\n.dei-input strong {\n    display: block;\n    color: var(--dei-navy);\n    font-size: 15px;\n}\n\n.dei-input span {\n    display: block;\n    margin-top: 6px;\n    color: var(--dei-muted);\n    font-size: 13px;\n}\n\n\n\/* =========================================================\n   OUTCOMES\n   ========================================================= *\/\n\n.dei-outcome-grid {\n    display: grid;\n    grid-template-columns: repeat(3,1fr);\n    gap: 18px;\n    margin-top: 48px;\n}\n\n.dei-outcome {\n    padding: 27px;\n    border-radius: 13px;\n    border: 1px solid rgba(255,255,255,.11);\n    background: rgba(255,255,255,.055);\n}\n\n.dei-outcome-no {\n    color: var(--dei-yellow);\n    font-size: 11px;\n    font-weight: 900;\n}\n\n.dei-outcome h3 {\n    margin: 10px 0 8px;\n    color: white;\n    font-size: 18px;\n}\n\n.dei-outcome p {\n    margin: 0;\n    color: #bdc9d9;\n    font-size: 13px;\n}\n\n\n\/* =========================================================\n   PROCESS\n   ========================================================= *\/\n\n.dei-process-grid {\n    display: grid;\n    grid-template-columns: repeat(5,1fr);\n    gap: 16px;\n    margin-top: 48px;\n}\n\n.dei-process {\n    padding: 24px;\n    border: 1px solid var(--dei-border);\n    border-radius: 13px;\n    background: white;\n}\n\n.dei-process-no {\n    color: var(--dei-yellow-dark);\n    font-size: 29px;\n    font-weight: 900;\n    line-height: 1;\n}\n\n.dei-process h3 {\n    margin: 14px 0 7px;\n    color: var(--dei-navy);\n    font-size: 16px;\n}\n\n.dei-process p {\n    margin: 0;\n    color: var(--dei-muted);\n    font-size: 12px;\n}\n\n\n\/* =========================================================\n   OPTIONS\n   ========================================================= *\/\n\n.dei-option-grid {\n    display: grid;\n    grid-template-columns: repeat(3,1fr);\n    gap: 20px;\n    margin-top: 48px;\n}\n\n.dei-option {\n    position: relative;\n    padding: 30px;\n    border: 1px solid var(--dei-border);\n    border-radius: 15px;\n    background: white;\n}\n\n.dei-option-featured {\n    border: 2px solid var(--dei-yellow);\n    transform: translateY(-6px);\n    box-shadow: 0 17px 42px rgba(20,35,60,.09);\n}\n\n.dei-option-badge {\n    position: absolute;\n    right: 18px;\n    top: 18px;\n    padding: 5px 9px;\n    border-radius: 999px;\n    color: #966c00;\n    background: #fff4cc;\n    font-size: 9px;\n    font-weight: 900;\n    text-transform: uppercase;\n}\n\n.dei-option-type {\n    color: var(--dei-blue);\n    font-size: 11px;\n    font-weight: 900;\n    text-transform: uppercase;\n    letter-spacing: 1.1px;\n}\n\n.dei-option h3 {\n    margin: 8px 0;\n    color: var(--dei-navy);\n    font-size: 24px;\n}\n\n.dei-option p {\n    margin: 0;\n    color: var(--dei-muted);\n    font-size: 13px;\n}\n\n.dei-option ul {\n    margin: 20px 0 0;\n    padding: 18px 0 0 18px;\n    border-top: 1px solid var(--dei-border);\n    color: var(--dei-muted);\n    font-size: 13px;\n}\n\n.dei-option li {\n    margin: 7px 0;\n}\n\n.dei-option .dei-btn {\n    width: 100%;\n    margin-top: 21px;\n}\n\n\n\/* =========================================================\n   BOUNDARY TABLE\n   ========================================================= *\/\n\n.dei-boundary {\n    margin-top: 48px;\n    overflow-x: auto;\n    border: 1px solid var(--dei-border);\n    border-radius: 14px;\n}\n\n.dei-boundary table {\n    width: 100%;\n    min-width: 780px;\n    border-collapse: collapse;\n    background: white;\n}\n\n.dei-boundary th,\n.dei-boundary td {\n    padding: 17px 20px;\n    text-align: left;\n    border-bottom: 1px solid var(--dei-border);\n}\n\n.dei-boundary th {\n    color: var(--dei-navy);\n    background: #f0f4f8;\n    font-size: 13px;\n}\n\n.dei-boundary td {\n    color: var(--dei-muted);\n    font-size: 13px;\n}\n\n.dei-boundary tr:last-child td {\n    border-bottom: 0;\n}\n\n.dei-yes {\n    color: var(--dei-green) !important;\n    font-weight: 800;\n}\n\n.dei-caution {\n    color: #b47d00 !important;\n    font-weight: 800;\n}\n\n\n\/* =========================================================\n   FAQ\n   ========================================================= *\/\n\n.dei-faq {\n    max-width: 900px;\n    margin-top: 44px;\n}\n\n.dei-faq details {\n    padding: 18px 0;\n    border-bottom: 1px solid var(--dei-border);\n}\n\n.dei-faq summary {\n    cursor: pointer;\n    list-style: none;\n    position: relative;\n    padding-right: 30px;\n    color: var(--dei-navy);\n    font-size: 16px;\n    font-weight: 800;\n}\n\n.dei-faq summary::-webkit-details-marker {\n    display: none;\n}\n\n.dei-faq summary::after {\n    content: \"+\";\n    position: absolute;\n    right: 0;\n    top: 0;\n    color: var(--dei-blue);\n    font-size: 22px;\n}\n\n.dei-faq details[open] summary::after {\n    content: \"\u2013\";\n}\n\n.dei-faq p {\n    max-width: 820px;\n    margin: 12px 0 3px;\n    color: var(--dei-muted);\n    font-size: 14px;\n}\n\n\n\/* =========================================================\n   CTA\n   ========================================================= *\/\n\n.dei-cta {\n    padding: 88px 0;\n    background:\n        radial-gradient(circle at 15% 50%, rgba(49,169,225,.17), transparent 30%),\n        linear-gradient(135deg,#172541,#213f69);\n}\n\n.dei-cta-inner {\n    display: grid;\n    grid-template-columns: 1fr auto;\n    gap: 45px;\n    align-items: center;\n}\n\n.dei-cta h2 {\n    max-width: 810px;\n    margin: 0;\n    color: white;\n    font-size: clamp(30px,4vw,45px);\n    line-height: 1.14;\n}\n\n.dei-cta h2 span {\n    color: var(--dei-yellow);\n}\n\n.dei-cta p {\n    max-width: 740px;\n    margin: 16px 0 0;\n    color: #c8d4e4;\n    font-size: 16px;\n}\n\n\n\/* =========================================================\n   RESPONSIVE\n   ========================================================= *\/\n\n@media (max-width:980px) {\n\n    .dei-hero-inner,\n    .dei-ai-grid,\n    .dei-cta-inner {\n        grid-template-columns:1fr;\n    }\n\n    .dei-problem-grid,\n    .dei-domain-grid,\n    .dei-use-grid,\n    .dei-govern-grid,\n    .dei-product-grid,\n    .dei-outcome-grid,\n    .dei-option-grid {\n        grid-template-columns:repeat(2,1fr);\n    }\n\n    .dei-source-type-grid {\n        grid-template-columns:repeat(2,1fr);\n    }\n\n    .dei-process-grid {\n        grid-template-columns:repeat(3,1fr);\n    }\n\n    .dei-arch-row {\n        grid-template-columns:1fr;\n        gap:10px;\n    }\n\n    .dei-arch-arrow {\n        height:25px;\n        transform:rotate(90deg);\n    }\n}\n\n@media (max-width:640px) {\n\n    .dei-container {\n        width:min(100% - 28px,1180px);\n    }\n\n    .dei-section {\n        padding:65px 0;\n    }\n\n    .dei-hero-inner {\n        padding:70px 0;\n    }\n\n    .dei-problem-grid,\n    .dei-domain-grid,\n    .dei-quality-grid,\n    .dei-deliver-grid,\n    .dei-source-type-grid,\n    .dei-use-grid,\n    .dei-govern-grid,\n    .dei-product-grid,\n    .dei-input-grid,\n    .dei-outcome-grid,\n    .dei-process-grid,\n    .dei-option-grid {\n        grid-template-columns:1fr;\n    }\n\n    .dei-source-grid {\n        grid-template-columns:1fr;\n    }\n\n    .dei-output-grid {\n        grid-template-columns:1fr;\n    }\n\n    .dei-option-featured {\n        transform:none;\n    }\n\n    .dei-actions {\n        flex-direction:column;\n    }\n\n    .dei-btn {\n        width:100%;\n    }\n}\n\n<\/style>\n\n\n<div class=\"dei-page\">\n\n\n<!-- ========================================================\n     HERO\n     ======================================================== -->\n\n<section class=\"dei-hero\">\n\n    <div class=\"dei-container dei-hero-inner\">\n\n        <div>\n\n            <div class=\"dei-badge\">\n                <span class=\"dei-badge-dot\"><\/span>\n                Siteplore Data Engineering Services\n            <\/div>\n\n            <h1>\n                Connected Data Is Not Automatically\n                <span>Usable Data.<\/span>\n            <\/h1>\n\n            <p class=\"dei-hero-copy\">\n                Rekacipta helps transform fragmented operational data\n                from sensors, meters, equipment and existing systems\n                into structured, contextualized and historically usable\n                information \u2014 creating a stronger foundation for Siteplore\n                monitoring, analytics, reporting and future AI use cases.\n            <\/p>\n\n\n            <div class=\"dei-actions\">\n\n                <a class=\"dei-btn dei-btn-primary\"\n                   href=\"https:\/\/wa.me\/628111222700?text=Hello%20Rekacipta%2C%20I%20would%20like%20to%20discuss%20Siteplore%20Data%20Engineering%20and%20Integration.\"\n                   target=\"_blank\"\n                   rel=\"noopener\">\n                    Discuss Your Data Architecture \u2192\n                <\/a>\n\n                <a class=\"dei-btn dei-btn-secondary\"\n                   href=\"\/index.php\/pricing\">\n                    Explore Siteplore Plans\n                <\/a>\n\n            <\/div>\n\n        <\/div>\n\n\n        <div class=\"dei-data-panel\">\n\n            <div class=\"dei-panel-label\">\n                Operational Data Pipeline\n            <\/div>\n\n\n            <div class=\"dei-source-grid\">\n\n                <div class=\"dei-source\">\n                    <small>Field<\/small>\n                    <strong>Sensors &#038; Meters<\/strong>\n                    <span>Condition \u2022 Energy \u2022 Environment<\/span>\n                <\/div>\n\n                <div class=\"dei-source\">\n                    <small>Equipment<\/small>\n                    <strong>Operational Data<\/strong>\n                    <span>Assets \u2022 Status \u2022 Measurements<\/span>\n                <\/div>\n\n                <div class=\"dei-source\">\n                    <small>Existing Systems<\/small>\n                    <strong>PLC \/ BMS \/ Other Sources<\/strong>\n                    <span>Selected Data Where Available<\/span>\n                <\/div>\n\n                <div class=\"dei-source\">\n                    <small>External<\/small>\n                    <strong>Business \/ Reference Data<\/strong>\n                    <span>Project-Specific Context<\/span>\n                <\/div>\n\n            <\/div>\n\n\n            <div class=\"dei-panel-arrow\">\u2193<\/div>\n\n\n            <div class=\"dei-engine-box\">\n\n                <strong>Data Engineering Layer<\/strong>\n\n                <span>\n                    Map \u2192 Validate \u2192 Normalize \u2192 Contextualize \u2192 Store\n                <\/span>\n\n            <\/div>\n\n\n            <div class=\"dei-panel-arrow\">\u2193<\/div>\n\n\n            <div class=\"dei-output-grid\">\n\n                <div>\n                    <b>MONITOR<\/b>\n                    Siteplore\n                <\/div>\n\n                <div>\n                    <b>ANALYZE<\/b>\n                    Trends\n                <\/div>\n\n                <div>\n                    <b>EXTEND<\/b>\n                    Analytics \/ AI\n                <\/div>\n\n            <\/div>\n\n        <\/div>\n\n    <\/div>\n\n<\/section>\n\n\n\n<!-- ========================================================\n     PROBLEM\n     ======================================================== -->\n\n<section class=\"dei-section\">\n\n    <div class=\"dei-container\">\n\n        <div class=\"dei-eyebrow\">\n            The Operational Data Problem\n        <\/div>\n\n        <h2 class=\"dei-title\">\n            Industrial organizations often have more data\n            than they can reliably use.\n        <\/h2>\n\n        <p class=\"dei-lead\">\n            Operational information can exist across sensors,\n            meters, PLCs, BMS platforms, spreadsheets, databases\n            and manually maintained records. The challenge is not\n            simply collecting everything. The challenge is creating\n            a consistent data structure that preserves meaning\n            across assets, systems and time.\n        <\/p>\n\n\n        <div class=\"dei-problem-grid\">\n\n\n            <div class=\"dei-card\">\n\n                <div class=\"dei-card-icon\">01<\/div>\n\n                <h3>Data Silos<\/h3>\n\n                <p>\n                    Valuable operational information remains\n                    separated across systems that were never\n                    designed to work together.\n                <\/p>\n\n            <\/div>\n\n\n            <div class=\"dei-card\">\n\n                <div class=\"dei-card-icon\">02<\/div>\n\n                <h3>Inconsistent Tags<\/h3>\n\n                <p>\n                    The same equipment or parameter may be\n                    named differently across systems and datasets.\n                <\/p>\n\n            <\/div>\n\n\n            <div class=\"dei-card\">\n\n                <div class=\"dei-card-icon\">03<\/div>\n\n                <h3>Units &#038; Scaling Mismatch<\/h3>\n\n                <p>\n                    Values can appear valid while units,\n                    multipliers or engineering scaling are inconsistent.\n                <\/p>\n\n            <\/div>\n\n\n            <div class=\"dei-card\">\n\n                <div class=\"dei-card-icon\">04<\/div>\n\n                <h3>Missing Operational Context<\/h3>\n\n                <p>\n                    A value without asset,\n                    location, operating state or timestamp context\n                    may be difficult to interpret.\n                <\/p>\n\n            <\/div>\n\n\n            <div class=\"dei-card\">\n\n                <div class=\"dei-card-icon\">05<\/div>\n\n                <h3>Unreliable Historical Data<\/h3>\n\n                <p>\n                    Communication gaps, duplicate points\n                    and inconsistent timestamps can reduce\n                    the usefulness of historical analysis.\n                <\/p>\n\n            <\/div>\n\n\n            <div class=\"dei-card\">\n\n                <div class=\"dei-card-icon\">06<\/div>\n\n                <h3>AI Before Data Readiness<\/h3>\n\n                <p>\n                    Advanced models cannot compensate for\n                    poorly structured, insufficient or unreliable operational data.\n                <\/p>\n\n            <\/div>\n\n\n        <\/div>\n\n    <\/div>\n\n<\/section>\n\n\n\n<!-- ========================================================\n     SERVICES\n     ======================================================== -->\n\n<section class=\"dei-section dei-dark\">\n\n    <div class=\"dei-container\">\n\n        <div class=\"dei-eyebrow\">\n            Data Engineering Scope\n        <\/div>\n\n        <h2 class=\"dei-title\">\n            Build a usable data foundation\n            before asking the data to explain the operation.\n        <\/h2>\n\n\n        <div class=\"dei-domain-grid\">\n\n\n            <div class=\"dei-domain\">\n\n                <div class=\"dei-domain-no\">01<\/div>\n\n                <h3>Source Integration<\/h3>\n\n                <p>\n                    Connect selected operational\n                    data sources into a defined architecture.\n                <\/p>\n\n                <div class=\"dei-tags\">\n                    <span class=\"dei-tag\">Sensors<\/span>\n                    <span class=\"dei-tag\">Meters<\/span>\n                    <span class=\"dei-tag\">Existing Systems<\/span>\n                    <span class=\"dei-tag\">External Data<\/span>\n                <\/div>\n\n            <\/div>\n\n\n            <div class=\"dei-domain\">\n\n                <div class=\"dei-domain-no\">02<\/div>\n\n                <h3>Tag &#038; Data Mapping<\/h3>\n\n                <p>\n                    Define how raw source values\n                    correspond to usable operational parameters.\n                <\/p>\n\n                <div class=\"dei-tags\">\n                    <span class=\"dei-tag\">Tags<\/span>\n                    <span class=\"dei-tag\">Units<\/span>\n                    <span class=\"dei-tag\">Scaling<\/span>\n                    <span class=\"dei-tag\">Metadata<\/span>\n                <\/div>\n\n            <\/div>\n\n\n            <div class=\"dei-domain\">\n\n                <div class=\"dei-domain-no\">03<\/div>\n\n                <h3>Normalization<\/h3>\n\n                <p>\n                    Align selected names, units\n                    and formats where consistent analysis requires it.\n                <\/p>\n\n                <div class=\"dei-tags\">\n                    <span class=\"dei-tag\">Naming<\/span>\n                    <span class=\"dei-tag\">Units<\/span>\n                    <span class=\"dei-tag\">Formats<\/span>\n                <\/div>\n\n            <\/div>\n\n\n            <div class=\"dei-domain\">\n\n                <div class=\"dei-domain-no\">04<\/div>\n\n                <h3>Asset Contextualization<\/h3>\n\n                <p>\n                    Associate measurements with\n                    equipment, area, site or operational context.\n                <\/p>\n\n                <div class=\"dei-tags\">\n                    <span class=\"dei-tag\">Asset<\/span>\n                    <span class=\"dei-tag\">Area<\/span>\n                    <span class=\"dei-tag\">Site<\/span>\n                    <span class=\"dei-tag\">Operating State<\/span>\n                <\/div>\n\n            <\/div>\n\n\n            <div class=\"dei-domain\">\n\n                <div class=\"dei-domain-no\">05<\/div>\n\n                <h3>Historical Data Architecture<\/h3>\n\n                <p>\n                    Structure selected time-series data\n                    so trends and comparisons remain meaningful.\n                <\/p>\n\n                <div class=\"dei-tags\">\n                    <span class=\"dei-tag\">Time Series<\/span>\n                    <span class=\"dei-tag\">Timestamp<\/span>\n                    <span class=\"dei-tag\">History<\/span>\n                <\/div>\n\n            <\/div>\n\n\n            <div class=\"dei-domain\">\n\n                <div class=\"dei-domain-no\">06<\/div>\n\n                <h3>Data Exchange<\/h3>\n\n                <p>\n                    Define project-specific methods\n                    for moving data between compatible systems.\n                <\/p>\n\n                <div class=\"dei-tags\">\n                    <span class=\"dei-tag\">MQTT<\/span>\n                    <span class=\"dei-tag\">API<\/span>\n                    <span class=\"dei-tag\">Database<\/span>\n                    <span class=\"dei-tag\">Project-Specific<\/span>\n                <\/div>\n\n            <\/div>\n\n\n        <\/div>\n\n    <\/div>\n\n<\/section>\n\n\n\n<!-- ========================================================\n     ARCHITECTURE\n     ======================================================== -->\n\n<section class=\"dei-section dei-light\">\n\n    <div class=\"dei-container\">\n\n        <div class=\"dei-eyebrow\">\n            Operational Data Architecture\n        <\/div>\n\n        <h2 class=\"dei-title\">\n            Move from raw signals to contextualized operational information.\n        <\/h2>\n\n        <p class=\"dei-lead\">\n            A useful architecture preserves the relationship\n            between the original measurement and the operational\n            meaning that engineers need when analyzing the data.\n        <\/p>\n\n\n        <div class=\"dei-architecture\">\n\n            <div class=\"dei-arch-row\">\n\n\n                <div class=\"dei-arch-box\">\n\n                    <div class=\"dei-arch-no\">\n                        01 \u2014 SOURCE\n                    <\/div>\n\n                    <h3>\n                        Raw Data\n                    <\/h3>\n\n                    <p>\n                        Sensor, meter,\n                        equipment or existing system.\n                    <\/p>\n\n                <\/div>\n\n\n                <div class=\"dei-arch-arrow\">\u2192<\/div>\n\n\n                <div class=\"dei-arch-box\">\n\n                    <div class=\"dei-arch-no\">\n                        02 \u2014 INGEST\n                    <\/div>\n\n                    <h3>\n                        Acquisition\n                    <\/h3>\n\n                    <p>\n                        Receive selected data\n                        from configured sources.\n                    <\/p>\n\n                <\/div>\n\n\n                <div class=\"dei-arch-arrow\">\u2192<\/div>\n\n\n                <div class=\"dei-arch-box\">\n\n                    <div class=\"dei-arch-no\">\n                        03 \u2014 CONTEXT\n                    <\/div>\n\n                    <h3>\n                        Normalize &#038; Map\n                    <\/h3>\n\n                    <p>\n                        Apply meaningful tags,\n                        units and asset relationships.\n                    <\/p>\n\n                <\/div>\n\n\n                <div class=\"dei-arch-arrow\">\u2192<\/div>\n\n\n                <div class=\"dei-arch-box\">\n\n                    <div class=\"dei-arch-no\">\n                        04 \u2014 STORE\n                    <\/div>\n\n                    <h3>\n                        Historical Layer\n                    <\/h3>\n\n                    <p>\n                        Preserve selected\n                        operational time-series context.\n                    <\/p>\n\n                <\/div>\n\n\n                <div class=\"dei-arch-arrow\">\u2192<\/div>\n\n\n                <div class=\"dei-arch-box\">\n\n                    <div class=\"dei-arch-no\">\n                        05 \u2014 USE\n                    <\/div>\n\n                    <h3>\n                        Analytics\n                    <\/h3>\n\n                    <p>\n                        Dashboards, trends,\n                        comparisons and further analysis.\n                    <\/p>\n\n                <\/div>\n\n\n            <\/div>\n\n        <\/div>\n\n    <\/div>\n\n<\/section>\n\n\n\n<!-- ========================================================\n     DATA QUALITY\n     ======================================================== -->\n\n<section class=\"dei-section\">\n\n    <div class=\"dei-container\">\n\n        <div class=\"dei-eyebrow\">\n            Data Quality\n        <\/div>\n\n        <h2 class=\"dei-title\">\n            A clean dashboard does not guarantee clean data.\n        <\/h2>\n\n        <p class=\"dei-lead\">\n            Data quality must be reviewed at the source,\n            communication, mapping and historical layers.\n            A technically attractive visualization can still\n            lead to poor decisions when its underlying data is wrong.\n        <\/p>\n\n\n        <div class=\"dei-quality-grid\">\n\n\n            <div class=\"dei-quality\">\n\n                <div class=\"dei-quality-icon\">\u2713<\/div>\n\n                <div>\n                    <h3>Timestamp Consistency<\/h3>\n                    <p>\n                        Review timing and synchronization\n                        where comparison between data sources matters.\n                    <\/p>\n                <\/div>\n\n            <\/div>\n\n\n            <div class=\"dei-quality\">\n\n                <div class=\"dei-quality-icon\">\u2713<\/div>\n\n                <div>\n                    <h3>Engineering Units<\/h3>\n                    <p>\n                        Confirm that values are represented\n                        using the intended units and conversions.\n                    <\/p>\n                <\/div>\n\n            <\/div>\n\n\n            <div class=\"dei-quality\">\n\n                <div class=\"dei-quality-icon\">\u2713<\/div>\n\n                <div>\n                    <h3>Scaling<\/h3>\n                    <p>\n                        Verify multipliers, decimals\n                        and source-system scaling logic.\n                    <\/p>\n                <\/div>\n\n            <\/div>\n\n\n            <div class=\"dei-quality\">\n\n                <div class=\"dei-quality-icon\">\u2713<\/div>\n\n                <div>\n                    <h3>Missing Data<\/h3>\n                    <p>\n                        Identify communication gaps\n                        and understand how they affect analysis.\n                    <\/p>\n                <\/div>\n\n            <\/div>\n\n\n            <div class=\"dei-quality\">\n\n                <div class=\"dei-quality-icon\">\u2713<\/div>\n\n                <div>\n                    <h3>Duplicate Values<\/h3>\n                    <p>\n                        Detect inappropriate duplication\n                        where multiple systems provide related data.\n                    <\/p>\n                <\/div>\n\n            <\/div>\n\n\n            <div class=\"dei-quality\">\n\n                <div class=\"dei-quality-icon\">\u2713<\/div>\n\n                <div>\n                    <h3>Outlier Context<\/h3>\n                    <p>\n                        Distinguish potential abnormal events\n                        from communication or instrumentation problems.\n                    <\/p>\n                <\/div>\n\n            <\/div>\n\n\n            <div class=\"dei-quality\">\n\n                <div class=\"dei-quality-icon\">\u2713<\/div>\n\n                <div>\n                    <h3>Asset Mapping<\/h3>\n                    <p>\n                        Ensure measurements remain associated\n                        with the correct equipment and location.\n                    <\/p>\n                <\/div>\n\n            <\/div>\n\n\n            <div class=\"dei-quality\">\n\n                <div class=\"dei-quality-icon\">\u2713<\/div>\n\n                <div>\n                    <h3>Source Traceability<\/h3>\n                    <p>\n                        Preserve enough information to understand\n                        where an operational value originated.\n                    <\/p>\n                <\/div>\n\n            <\/div>\n\n\n        <\/div>\n\n    <\/div>\n\n<\/section>\n\n\n\n<!-- ========================================================\n     DELIVERABLES\n     ======================================================== -->\n\n<section class=\"dei-section dei-dark\">\n\n    <div class=\"dei-container\">\n\n        <div class=\"dei-eyebrow\">\n            What You Receive\n        <\/div>\n\n        <h2 class=\"dei-title\">\n            Data engineering should leave behind\n            an understandable structure \u2014 not another black box.\n        <\/h2>\n\n        <p class=\"dei-lead\">\n            Exact deliverables depend on project scope\n            and the available data sources.\n        <\/p>\n\n\n        <div class=\"dei-deliver-grid\">\n\n\n            <div class=\"dei-deliver\">\n\n                <div class=\"dei-deliver-icon\">\u2713<\/div>\n\n                <div>\n                    <h3>Data Source Inventory<\/h3>\n                    <p>\n                        Defined list of the selected systems,\n                        devices or datasets included in the integration scope.\n                    <\/p>\n                <\/div>\n\n            <\/div>\n\n\n            <div class=\"dei-deliver\">\n\n                <div class=\"dei-deliver-icon\">\u2713<\/div>\n\n                <div>\n                    <h3>Tag \/ Parameter Dictionary<\/h3>\n                    <p>\n                        Structured definition of selected tags,\n                        units and operational meaning.\n                    <\/p>\n                <\/div>\n\n            <\/div>\n\n\n            <div class=\"dei-deliver\">\n\n                <div class=\"dei-deliver-icon\">\u2713<\/div>\n\n                <div>\n                    <h3>Data Mapping<\/h3>\n                    <p>\n                        Mapping between source data\n                        and Siteplore monitoring parameters.\n                    <\/p>\n                <\/div>\n\n            <\/div>\n\n\n            <div class=\"dei-deliver\">\n\n                <div class=\"dei-deliver-icon\">\u2713<\/div>\n\n                <div>\n                    <h3>Transformation Rules<\/h3>\n                    <p>\n                        Documented normalization,\n                        conversion or data-preparation logic where required.\n                    <\/p>\n                <\/div>\n\n            <\/div>\n\n\n            <div class=\"dei-deliver\">\n\n                <div class=\"dei-deliver-icon\">\u2713<\/div>\n\n                <div>\n                    <h3>Historical Data Structure<\/h3>\n                    <p>\n                        Defined structure for selected\n                        operational time-series information.\n                    <\/p>\n                <\/div>\n\n            <\/div>\n\n\n            <div class=\"dei-deliver\">\n\n                <div class=\"dei-deliver-icon\">\u2713<\/div>\n\n                <div>\n                    <h3>Integration Configuration<\/h3>\n                    <p>\n                        Relevant configuration information\n                        for agreed data interfaces.\n                    <\/p>\n                <\/div>\n\n            <\/div>\n\n\n            <div class=\"dei-deliver\">\n\n                <div class=\"dei-deliver-icon\">\u2713<\/div>\n\n                <div>\n                    <h3>Data Quality Findings<\/h3>\n                    <p>\n                        Identified quality issues\n                        relevant to the agreed analytical use case.\n                    <\/p>\n                <\/div>\n\n            <\/div>\n\n\n            <div class=\"dei-deliver\">\n\n                <div class=\"dei-deliver-icon\">\u2713<\/div>\n\n                <div>\n                    <h3>Operational Data Handover<\/h3>\n                    <p>\n                        Explanation of the configured\n                        data structure and known limitations.\n                    <\/p>\n                <\/div>\n\n            <\/div>\n\n\n        <\/div>\n\n    <\/div>\n\n<\/section>\n\n\n\n<!-- ========================================================\n     DATA SOURCES\n     ======================================================== -->\n\n<section class=\"dei-section dei-light\">\n\n    <div class=\"dei-container\">\n\n        <div class=\"dei-eyebrow\">\n            Potential Data Sources\n        <\/div>\n\n        <h2 class=\"dei-title\">\n            Use the data you already have where it is technically suitable.\n        <\/h2>\n\n        <p class=\"dei-lead\">\n            New sensors are not always the first answer.\n            Existing data should be evaluated before duplicate\n            measurements or unnecessary infrastructure are added.\n        <\/p>\n\n\n        <div class=\"dei-source-type-grid\">\n\n\n            <div class=\"dei-source-type\">\n\n                <div class=\"dei-source-symbol\">IOT<\/div>\n\n                <h3>Sensors &#038; Edge Devices<\/h3>\n\n                <p>\n                    Field measurements collected through\n                    compatible Siteplore monitoring hardware.\n                <\/p>\n\n            <\/div>\n\n\n            <div class=\"dei-source-type\">\n\n                <div class=\"dei-source-symbol\">MTR<\/div>\n\n                <h3>Meters<\/h3>\n\n                <p>\n                    Electrical, energy,\n                    utility and other compatible meter data.\n                <\/p>\n\n            <\/div>\n\n\n            <div class=\"dei-source-type\">\n\n                <div class=\"dei-source-symbol\">OT<\/div>\n\n                <h3>Operational Systems<\/h3>\n\n                <p>\n                    Selected PLC, BMS or other existing\n                    operational data where integration is appropriate.\n                <\/p>\n\n            <\/div>\n\n\n            <div class=\"dei-source-type\">\n\n                <div class=\"dei-source-symbol\">DB<\/div>\n\n                <h3>Databases<\/h3>\n\n                <p>\n                    Existing structured data sources\n                    where an agreed technical interface is available.\n                <\/p>\n\n            <\/div>\n\n\n            <div class=\"dei-source-type\">\n\n                <div class=\"dei-source-symbol\">API<\/div>\n\n                <h3>External Applications<\/h3>\n\n                <p>\n                    Project-specific API or software\n                    data exchange where supported.\n                <\/p>\n\n            <\/div>\n\n\n            <div class=\"dei-source-type\">\n\n                <div class=\"dei-source-symbol\">CSV<\/div>\n\n                <h3>Files &#038; Historical Records<\/h3>\n\n                <p>\n                    Selected structured historical data\n                    can be evaluated for analytical use.\n                <\/p>\n\n            <\/div>\n\n\n            <div class=\"dei-source-type\">\n\n                <div class=\"dei-source-symbol\">OPS<\/div>\n\n                <h3>Operational Context<\/h3>\n\n                <p>\n                    Production, shift, operating-state\n                    or other relevant contextual information.\n                <\/p>\n\n            <\/div>\n\n\n            <div class=\"dei-source-type\">\n\n                <div class=\"dei-source-symbol\">EXT<\/div>\n\n                <h3>External Reference Data<\/h3>\n\n                <p>\n                    Weather, tariff or other relevant external\n                    data where the use case justifies integration.\n                <\/p>\n\n            <\/div>\n\n\n        <\/div>\n\n\n        <p style=\"\n            margin:28px 0 0;\n            max-width:950px;\n            color:#667085;\n            font-size:12px;\n        \">\n            Source availability depends on the customer&#8217;s existing system,\n            interfaces, permissions, network architecture and project scope.\n            Data access must not be assumed until technically verified.\n        <\/p>\n\n    <\/div>\n\n<\/section>\n\n\n\n<!-- ========================================================\n     AI READINESS\n     ======================================================== -->\n\n<section class=\"dei-section dei-dark\">\n\n    <div class=\"dei-container dei-ai-grid\">\n\n        <div>\n\n            <div class=\"dei-eyebrow\">\n                Analytics &#038; AI Readiness\n            <\/div>\n\n            <h2 class=\"dei-title\">\n                Do not start with AI.\n                Start with trustworthy operational data.\n            <\/h2>\n\n            <p class=\"dei-lead\">\n                Advanced analytics and machine learning can become\n                useful when the underlying data has sufficient quality,\n                history, consistency and operational relevance.\n                Data engineering creates that foundation.\n            <\/p>\n\n        <\/div>\n\n\n        <div class=\"dei-ai-panel\">\n\n\n            <div class=\"dei-ai-item\">\n                <strong>Reliable Measurement<\/strong>\n                <span>\n                    The physical measurement must be credible first.\n                <\/span>\n            <\/div>\n\n\n            <div class=\"dei-ai-item\">\n                <strong>Consistent Historical Data<\/strong>\n                <span>\n                    Analytical models need enough usable\n                    history for the intended problem.\n                <\/span>\n            <\/div>\n\n\n            <div class=\"dei-ai-item\">\n                <strong>Asset Context<\/strong>\n                <span>\n                    Data should retain its relationship\n                    to the equipment and operating condition.\n                <\/span>\n            <\/div>\n\n\n            <div class=\"dei-ai-item\">\n                <strong>Operational Labels<\/strong>\n                <span>\n                    Relevant events, maintenance or process states\n                    may improve analytical usefulness where available.\n                <\/span>\n            <\/div>\n\n\n            <div class=\"dei-ai-item\">\n                <strong>Defined Business Question<\/strong>\n                <span>\n                    Analytics should answer a specific\n                    operational question \u2014 not exist only because AI is available.\n                <\/span>\n            <\/div>\n\n\n        <\/div>\n\n    <\/div>\n\n<\/section>\n\n\n\n<!-- ========================================================\n     USE CASES\n     ======================================================== -->\n\n<section class=\"dei-section\">\n\n    <div class=\"dei-container\">\n\n        <div class=\"dei-eyebrow\">\n            Example Data Engineering Use Cases\n        <\/div>\n\n        <h2 class=\"dei-title\">\n            Connect data sources around the operational question.\n        <\/h2>\n\n\n        <div class=\"dei-use-grid\">\n\n\n            <div class=\"dei-use\">\n\n                <div class=\"dei-use-head\">\n                    <small>Reliability<\/small>\n                    <h3>Machine Condition Context<\/h3>\n                <\/div>\n\n                <div class=\"dei-use-body\">\n\n                    <p>\n                        Combine selected condition data\n                        with electrical or operating-state information.\n                    <\/p>\n\n                    <div class=\"dei-use-chain\">\n                        MachineGuard Data<br>\n                        + Electrical \/ Operational Context<br>\n                        \u2192 Siteplore Analytics\n                    <\/div>\n\n                <\/div>\n\n            <\/div>\n\n\n            <div class=\"dei-use\">\n\n                <div class=\"dei-use-head\">\n                    <small>Energy<\/small>\n                    <h3>Energy per Operational Context<\/h3>\n                <\/div>\n\n                <div class=\"dei-use-body\">\n\n                    <p>\n                        Relate selected energy measurements\n                        to operating period or production context.\n                    <\/p>\n\n                    <div class=\"dei-use-chain\">\n                        PowerWatch<br>\n                        + Operational Data<br>\n                        \u2192 Comparative Analysis\n                    <\/div>\n\n                <\/div>\n\n            <\/div>\n\n\n            <div class=\"dei-use\">\n\n                <div class=\"dei-use-head\">\n                    <small>Environmental<\/small>\n                    <h3>Multi-Sensor Environmental History<\/h3>\n                <\/div>\n\n                <div class=\"dei-use-body\">\n\n                    <p>\n                        Structure different environmental\n                        measurements into a common time-series context.\n                    <\/p>\n\n                    <div class=\"dei-use-chain\">\n                        RekaSense<br>\n                        + Sensor Metadata<br>\n                        \u2192 Environmental Data Layer\n                    <\/div>\n\n                <\/div>\n\n            <\/div>\n\n\n            <div class=\"dei-use\">\n\n                <div class=\"dei-use-head\">\n                    <small>Multi-Site<\/small>\n                    <h3>Site Comparison<\/h3>\n                <\/div>\n\n                <div class=\"dei-use-body\">\n\n                    <p>\n                        Normalize selected measurements\n                        to support meaningful comparison across facilities.\n                    <\/p>\n\n                    <div class=\"dei-use-chain\">\n                        Multiple Sites<br>\n                        \u2192 Common Data Model<br>\n                        \u2192 Benchmarking\n                    <\/div>\n\n                <\/div>\n\n            <\/div>\n\n\n            <div class=\"dei-use\">\n\n                <div class=\"dei-use-head\">\n                    <small>Integration<\/small>\n                    <h3>Existing System + IoT Data<\/h3>\n                <\/div>\n\n                <div class=\"dei-use-body\">\n\n                    <p>\n                        Combine new edge monitoring with\n                        selected existing operational information.\n                    <\/p>\n\n                    <div class=\"dei-use-chain\">\n                        Existing System<br>\n                        + Siteplore Edge Data<br>\n                        \u2192 Unified Context\n                    <\/div>\n\n                <\/div>\n\n            <\/div>\n\n\n            <div class=\"dei-use\">\n\n                <div class=\"dei-use-head\">\n                    <small>Advanced Analytics<\/small>\n                    <h3>AI-Ready Dataset Preparation<\/h3>\n                <\/div>\n\n                <div class=\"dei-use-body\">\n\n                    <p>\n                        Prepare selected historical datasets\n                        where a justified analytical use case exists.\n                    <\/p>\n\n                    <div class=\"dei-use-chain\">\n                        Clean + Contextualize<br>\n                        + Validate History<br>\n                        \u2192 Analytical Dataset\n                    <\/div>\n\n                <\/div>\n\n            <\/div>\n\n\n        <\/div>\n\n    <\/div>\n\n<\/section>\n\n\n\n<!-- ========================================================\n     DATA GOVERNANCE\n     ======================================================== -->\n\n<section class=\"dei-section dei-light\">\n\n    <div class=\"dei-container\">\n\n        <div class=\"dei-eyebrow\">\n            Data Governance &#038; Maintainability\n        <\/div>\n\n        <h2 class=\"dei-title\">\n            Operational data should remain understandable\n            after the original project team leaves.\n        <\/h2>\n\n        <p class=\"dei-lead\">\n            Data engineering should create enough structure\n            and documentation for future maintenance,\n            troubleshooting and expansion.\n        <\/p>\n\n\n        <div class=\"dei-govern-grid\">\n\n\n            <div class=\"dei-govern\">\n\n                <div class=\"dei-govern-no\">01<\/div>\n\n                <h3>Consistent Naming<\/h3>\n\n                <p>\n                    Use an understandable approach\n                    to tag, asset and measurement naming.\n                <\/p>\n\n            <\/div>\n\n\n            <div class=\"dei-govern\">\n\n                <div class=\"dei-govern-no\">02<\/div>\n\n                <h3>Source Traceability<\/h3>\n\n                <p>\n                    Keep enough context to identify\n                    the source of important operational values.\n                <\/p>\n\n            <\/div>\n\n\n            <div class=\"dei-govern\">\n\n                <div class=\"dei-govern-no\">03<\/div>\n\n                <h3>Documented Transformations<\/h3>\n\n                <p>\n                    Preserve relevant calculation,\n                    scaling and normalization logic.\n                <\/p>\n\n            <\/div>\n\n\n            <div class=\"dei-govern\">\n\n                <div class=\"dei-govern-no\">04<\/div>\n\n                <h3>Access Awareness<\/h3>\n\n                <p>\n                    Integration should respect\n                    customer IT\/OT access and cybersecurity requirements.\n                <\/p>\n\n            <\/div>\n\n\n            <div class=\"dei-govern\">\n\n                <div class=\"dei-govern-no\">05<\/div>\n\n                <h3>Known Data Limitations<\/h3>\n\n                <p>\n                    Document important gaps,\n                    assumptions or limitations affecting interpretation.\n                <\/p>\n\n            <\/div>\n\n\n            <div class=\"dei-govern\">\n\n                <div class=\"dei-govern-no\">06<\/div>\n\n                <h3>Expansion Readiness<\/h3>\n\n                <p>\n                    Structure the integration so additional\n                    assets or data sources can be assessed consistently.\n                <\/p>\n\n            <\/div>\n\n\n        <\/div>\n\n    <\/div>\n\n<\/section>\n\n\n\n<!-- ========================================================\n     SITEPLORE PRODUCTS\n     ======================================================== -->\n\n<section class=\"dei-section dei-dark\">\n\n    <div class=\"dei-container\">\n\n        <div class=\"dei-eyebrow\">\n            Data Across the Siteplore Ecosystem\n        <\/div>\n\n        <h2 class=\"dei-title\">\n            Data Engineering connects the product layer\n            to a common operational context.\n        <\/h2>\n\n\n        <div class=\"dei-product-grid\">\n\n\n            <div class=\"dei-product\">\n\n                <div class=\"dei-product-type\">\n                    Field &#038; Environmental Data\n                <\/div>\n\n                <h3>RekaSense<\/h3>\n\n                <p>\n                    Structure multi-sensor field data\n                    with appropriate parameter,\n                    asset and site context.\n                <\/p>\n\n                <a class=\"dei-product-link\"\n                   href=\"\/index.php\/rekasense\">\n                    Explore RekaSense \u2192\n                <\/a>\n\n            <\/div>\n\n\n            <div class=\"dei-product\">\n\n                <div class=\"dei-product-type\">\n                    Electrical &#038; Energy Data\n                <\/div>\n\n                <h3>PowerWatch<\/h3>\n\n                <p>\n                    Connect electrical measurements\n                    with historical and operational context\n                    for deeper energy analysis.\n                <\/p>\n\n                <a class=\"dei-product-link\"\n                   href=\"\/index.php\/powerwatch\">\n                    Explore PowerWatch \u2192\n                <\/a>\n\n            <\/div>\n\n\n            <div class=\"dei-product\">\n\n                <div class=\"dei-product-type\">\n                    Machine Condition Data\n                <\/div>\n\n                <h3>MachineGuard<\/h3>\n\n                <p>\n                    Organize selected condition-monitoring\n                    data alongside relevant equipment\n                    and operating information.\n                <\/p>\n\n                <a class=\"dei-product-link\"\n                   href=\"\/index.php\/machineguard\">\n                    Explore MachineGuard \u2192\n                <\/a>\n\n            <\/div>\n\n\n        <\/div>\n\n    <\/div>\n\n<\/section>\n\n\n\n<!-- ========================================================\n     CUSTOMER INPUT\n     ======================================================== -->\n\n<section class=\"dei-section\">\n\n    <div class=\"dei-container\">\n\n        <div class=\"dei-eyebrow\">\n            Information Required\n        <\/div>\n\n        <h2 class=\"dei-title\">\n            Good data integration begins\n            by understanding the source and intended use.\n        <\/h2>\n\n\n        <div class=\"dei-input-grid\">\n\n\n            <div class=\"dei-input\">\n\n                <strong>Operational Question<\/strong>\n\n                <span>\n                    What decision, investigation or analysis\n                    should the integrated data support?\n                <\/span>\n\n            <\/div>\n\n\n            <div class=\"dei-input\">\n\n                <strong>Data Source Information<\/strong>\n\n                <span>\n                    Devices, systems, databases,\n                    files or APIs proposed for integration.\n                <\/span>\n\n            <\/div>\n\n\n            <div class=\"dei-input\">\n\n                <strong>Tag \/ Parameter Information<\/strong>\n\n                <span>\n                    Existing names, units,\n                    descriptions and available metadata.\n                <\/span>\n\n            <\/div>\n\n\n            <div class=\"dei-input\">\n\n                <strong>Historical Data<\/strong>\n\n                <span>\n                    Available history where trend,\n                    comparison or analytical work is required.\n                <\/span>\n\n            <\/div>\n\n\n            <div class=\"dei-input\">\n\n                <strong>Asset Structure<\/strong>\n\n                <span>\n                    Relevant site, area,\n                    equipment and measurement relationships.\n                <\/span>\n\n            <\/div>\n\n\n            <div class=\"dei-input\">\n\n                <strong>IT \/ OT Requirements<\/strong>\n\n                <span>\n                    Access, network,\n                    cybersecurity and data-governance requirements.\n                <\/span>\n\n            <\/div>\n\n\n        <\/div>\n\n    <\/div>\n\n<\/section>\n\n\n\n<!-- ========================================================\n     OUTCOMES\n     ======================================================== -->\n\n<section class=\"dei-section dei-dark\">\n\n    <div class=\"dei-container\">\n\n        <div class=\"dei-eyebrow\">\n            Operational Value\n        <\/div>\n\n        <h2 class=\"dei-title\">\n            Better analytics starts with better structured data.\n        <\/h2>\n\n\n        <div class=\"dei-outcome-grid\">\n\n\n            <div class=\"dei-outcome\">\n\n                <div class=\"dei-outcome-no\">01<\/div>\n\n                <h3>Common Operational Context<\/h3>\n\n                <p>\n                    Bring selected measurements\n                    from different sources into a comparable structure.\n                <\/p>\n\n            <\/div>\n\n\n            <div class=\"dei-outcome\">\n\n                <div class=\"dei-outcome-no\">02<\/div>\n\n                <h3>Improved Data Trust<\/h3>\n\n                <p>\n                    Reduce uncertainty around\n                    units, scaling, mapping and data origin.\n                <\/p>\n\n            <\/div>\n\n\n            <div class=\"dei-outcome\">\n\n                <div class=\"dei-outcome-no\">03<\/div>\n\n                <h3>Historical Visibility<\/h3>\n\n                <p>\n                    Preserve operational information\n                    in a form suitable for trend analysis.\n                <\/p>\n\n            <\/div>\n\n\n            <div class=\"dei-outcome\">\n\n                <div class=\"dei-outcome-no\">04<\/div>\n\n                <h3>Cross-System Analysis<\/h3>\n\n                <p>\n                    Compare selected equipment,\n                    energy, environmental and operational information.\n                <\/p>\n\n            <\/div>\n\n\n            <div class=\"dei-outcome\">\n\n                <div class=\"dei-outcome-no\">05<\/div>\n\n                <h3>Analytics Readiness<\/h3>\n\n                <p>\n                    Create a stronger foundation\n                    for advanced analysis where justified.\n                <\/p>\n\n            <\/div>\n\n\n            <div class=\"dei-outcome\">\n\n                <div class=\"dei-outcome-no\">06<\/div>\n\n                <h3>Scalable Data Foundation<\/h3>\n\n                <p>\n                    Build a repeatable structure\n                    for future assets, sites and data sources.\n                <\/p>\n\n            <\/div>\n\n\n        <\/div>\n\n    <\/div>\n\n<\/section>\n\n\n\n<!-- ========================================================\n     DELIVERY PROCESS\n     ======================================================== -->\n\n<section class=\"dei-section dei-light\">\n\n    <div class=\"dei-container\">\n\n        <div class=\"dei-eyebrow\">\n            Delivery Process\n        <\/div>\n\n        <h2 class=\"dei-title\">\n            Understand the data before transforming it.\n        <\/h2>\n\n\n        <div class=\"dei-process-grid\">\n\n\n            <div class=\"dei-process\">\n\n                <div class=\"dei-process-no\">01<\/div>\n\n                <h3>Discover<\/h3>\n\n                <p>\n                    Define sources,\n                    operational questions and data gaps.\n                <\/p>\n\n            <\/div>\n\n\n            <div class=\"dei-process\">\n\n                <div class=\"dei-process-no\">02<\/div>\n\n                <h3>Map<\/h3>\n\n                <p>\n                    Define tags,\n                    units and asset relationships.\n                <\/p>\n\n            <\/div>\n\n\n            <div class=\"dei-process\">\n\n                <div class=\"dei-process-no\">03<\/div>\n\n                <h3>Integrate<\/h3>\n\n                <p>\n                    Configure agreed\n                    data exchange and ingestion.\n                <\/p>\n\n            <\/div>\n\n\n            <div class=\"dei-process\">\n\n                <div class=\"dei-process-no\">04<\/div>\n\n                <h3>Validate<\/h3>\n\n                <p>\n                    Review quality,\n                    mapping and historical behavior.\n                <\/p>\n\n            <\/div>\n\n\n            <div class=\"dei-process\">\n\n                <div class=\"dei-process-no\">05<\/div>\n\n                <h3>Operationalize<\/h3>\n\n                <p>\n                    Deliver usable data\n                    into monitoring and analytical workflows.\n                <\/p>\n\n            <\/div>\n\n\n        <\/div>\n\n    <\/div>\n\n<\/section>\n\n\n\n<!-- ========================================================\n     ENGAGEMENT OPTIONS\n     ======================================================== -->\n\n<section class=\"dei-section\">\n\n    <div class=\"dei-container\">\n\n        <div class=\"dei-eyebrow\">\n            Engagement Options\n        <\/div>\n\n        <h2 class=\"dei-title\">\n            Start with the data problem that needs to be solved.\n        <\/h2>\n\n        <p class=\"dei-lead\">\n            Commercial scope depends on the number and complexity\n            of data sources, data volume, historical data condition,\n            interfaces, existing documentation and required analytical outputs.\n        <\/p>\n\n\n        <div class=\"dei-option-grid\">\n\n\n            <!-- ASSESSMENT -->\n\n            <div class=\"dei-option\">\n\n                <div class=\"dei-option-type\">\n                    Data Discovery\n                <\/div>\n\n                <h3>\n                    Data Integration Assessment\n                <\/h3>\n\n                <p>\n                    For organizations that know\n                    the analytical problem but do not yet\n                    know how their operational data should be integrated.\n                <\/p>\n\n                <ul>\n                    <li>Data-source inventory<\/li>\n                    <li>Current-state assessment<\/li>\n                    <li>Data-quality review<\/li>\n                    <li>Integration-gap identification<\/li>\n                    <li>Recommended architecture<\/li>\n                <\/ul>\n\n                <a class=\"dei-btn dei-btn-dark\"\n                   href=\"https:\/\/wa.me\/628111222700?text=Hello%20Rekacipta%2C%20I%20would%20like%20to%20request%20a%20Siteplore%20Data%20Integration%20Assessment.\"\n                   target=\"_blank\"\n                   rel=\"noopener\">\n                    Request Data Assessment\n                <\/a>\n\n            <\/div>\n\n\n\n            <!-- PROJECT -->\n\n            <div class=\"dei-option dei-option-featured\">\n\n                <div class=\"dei-option-badge\">\n                    Core Service\n                <\/div>\n\n                <div class=\"dei-option-type\">\n                    Implementation\n                <\/div>\n\n                <h3>\n                    Data Engineering Project\n                <\/h3>\n\n                <p>\n                    For projects ready to integrate,\n                    map and operationalize defined data sources.\n                <\/p>\n\n                <ul>\n                    <li>Source integration<\/li>\n                    <li>Tag &#038; metadata mapping<\/li>\n                    <li>Normalization<\/li>\n                    <li>Historical data structure<\/li>\n                    <li>Validation &#038; handover<\/li>\n                <\/ul>\n\n                <a class=\"dei-btn dei-btn-primary\"\n                   href=\"https:\/\/wa.me\/628111222700?text=Hello%20Rekacipta%2C%20I%20would%20like%20to%20discuss%20a%20Siteplore%20Data%20Engineering%20project.\"\n                   target=\"_blank\"\n                   rel=\"noopener\">\n                    Discuss Data Engineering\n                <\/a>\n\n            <\/div>\n\n\n\n            <!-- INTEGRATED -->\n\n            <div class=\"dei-option\">\n\n                <div class=\"dei-option-type\">\n                    Multi-Domain Data\n                <\/div>\n\n                <h3>\n                    Integrated Site Package\n                <\/h3>\n\n                <p>\n                    For sites combining several\n                    Siteplore monitoring domains\n                    into a common data environment.\n                <\/p>\n\n                <ul>\n                    <li>RekaSense data<\/li>\n                    <li>PowerWatch data<\/li>\n                    <li>MachineGuard data<\/li>\n                    <li>Selected existing data<\/li>\n                    <li>Unified operational context<\/li>\n                <\/ul>\n\n                <a class=\"dei-btn dei-btn-dark\"\n                   href=\"https:\/\/wa.me\/628111222700?text=Hello%20Rekacipta%2C%20I%20would%20like%20to%20discuss%20an%20Integrated%20Site%20Package%20with%20Data%20Engineering%20and%20Integration.\"\n                   target=\"_blank\"\n                   rel=\"noopener\">\n                    Discuss Integrated Package\n                <\/a>\n\n            <\/div>\n\n\n        <\/div>\n\n\n        <div class=\"dei-actions\">\n\n            <a class=\"dei-btn dei-btn-dark\"\n               href=\"\/index.php\/pricing\">\n                View Siteplore Pricing \u2192\n            <\/a>\n\n        <\/div>\n\n    <\/div>\n\n<\/section>\n\n\n\n<!-- ========================================================\n     ENGINEERING BOUNDARY\n     ======================================================== -->\n\n<section class=\"dei-section dei-light\">\n\n    <div class=\"dei-container\">\n\n        <div class=\"dei-eyebrow\">\n            Important Data Boundary\n        <\/div>\n\n        <h2 class=\"dei-title\">\n            Data integration cannot create information\n            that the source never measured reliably.\n        <\/h2>\n\n        <p class=\"dei-lead\">\n            Data engineering improves structure,\n            integration and usability. It does not automatically\n            correct inaccurate sensors, missing operational context,\n            unavailable source data or insufficient historical coverage.\n        <\/p>\n\n\n        <div class=\"dei-boundary\">\n\n            <table>\n\n                <thead>\n\n                    <tr>\n                        <th>Capability<\/th>\n                        <th>Data Engineering<\/th>\n                        <th>Dependency<\/th>\n                    <\/tr>\n\n                <\/thead>\n\n\n                <tbody>\n\n                    <tr>\n                        <td>Tag normalization<\/td>\n                        <td class=\"dei-yes\">Yes<\/td>\n                        <td>Source information required<\/td>\n                    <\/tr>\n\n\n                    <tr>\n                        <td>Data-source integration<\/td>\n                        <td class=\"dei-yes\">Where technically available<\/td>\n                        <td>Compatible interface \/ access required<\/td>\n                    <\/tr>\n\n\n                    <tr>\n                        <td>Historical data structuring<\/td>\n                        <td class=\"dei-yes\">Yes<\/td>\n                        <td>Available source data required<\/td>\n                    <\/tr>\n\n\n                    <tr>\n                        <td>Data-quality analysis<\/td>\n                        <td class=\"dei-yes\">Within defined scope<\/td>\n                        <td>Use case and source context required<\/td>\n                    <\/tr>\n\n\n                    <tr>\n                        <td>Fix inaccurate physical sensor<\/td>\n                        <td class=\"dei-caution\">No<\/td>\n                        <td>Instrumentation work required<\/td>\n                    <\/tr>\n\n\n                    <tr>\n                        <td>Recover data never recorded<\/td>\n                        <td class=\"dei-caution\">No<\/td>\n                        <td>Historical source must exist<\/td>\n                    <\/tr>\n\n\n                    <tr>\n                        <td>Guaranteed AI prediction accuracy<\/td>\n                        <td class=\"dei-caution\">No<\/td>\n                        <td>Model, data and validation dependent<\/td>\n                    <\/tr>\n\n\n                    <tr>\n                        <td>Universal system integration<\/td>\n                        <td class=\"dei-caution\">No<\/td>\n                        <td>Interface and access review required<\/td>\n                    <\/tr>\n\n\n                <\/tbody>\n\n            <\/table>\n\n        <\/div>\n\n    <\/div>\n\n<\/section>\n\n\n\n<!-- ========================================================\n     FAQ\n     ======================================================== -->\n\n<section class=\"dei-section\">\n\n    <div class=\"dei-container\">\n\n        <div class=\"dei-eyebrow\">\n            Frequently Asked Questions\n        <\/div>\n\n        <h2 class=\"dei-title\">\n            Data Engineering &#038; Integration FAQ\n        <\/h2>\n\n\n        <div class=\"dei-faq\">\n\n\n            <details>\n\n                <summary>\n                    What is the difference between System Integration and Data Engineering?\n                <\/summary>\n\n                <p>\n                    System Integration &#038; Commissioning focuses on making\n                    devices, networks and Siteplore work together end to end.\n                    Data Engineering focuses on how the resulting data\n                    is structured, mapped, contextualized, validated\n                    and prepared for monitoring and analytics.\n                <\/p>\n\n            <\/details>\n\n\n            <details>\n\n                <summary>\n                    Can Siteplore integrate existing PLC or BMS data?\n                <\/summary>\n\n                <p>\n                    Potentially yes. Integration depends on available\n                    interfaces, access permissions, customer IT\/OT\n                    architecture and cybersecurity requirements.\n                <\/p>\n\n            <\/details>\n\n\n            <details>\n\n                <summary>\n                    Can data from different sensor brands be combined?\n                <\/summary>\n\n                <p>\n                    Potentially yes. A common data structure can be created\n                    where each source has a technically verified integration path\n                    and its measurement meaning is understood.\n                <\/p>\n\n            <\/details>\n\n\n            <details>\n\n                <summary>\n                    Can Siteplore combine machine, energy and environmental data?\n                <\/summary>\n\n                <p>\n                    Yes where those data sources can be integrated\n                    and their timestamps, units and operational context\n                    are suitable for comparison.\n                <\/p>\n\n            <\/details>\n\n\n            <details>\n\n                <summary>\n                    Can you migrate historical data?\n                <\/summary>\n\n                <p>\n                    Historical data can be evaluated for migration\n                    or analytical use depending on format, quality,\n                    volume, metadata and project requirements.\n                    Migration should only be considered included\n                    when explicitly defined in the project scope.\n                <\/p>\n\n            <\/details>\n\n\n            <details>\n\n                <summary>\n                    Can Siteplore integrate through API?\n                <\/summary>\n\n                <p>\n                    API-based integration can be considered\n                    where the external system and the selected\n                    Siteplore architecture provide appropriate interfaces.\n                <\/p>\n\n            <\/details>\n\n\n            <details>\n\n                <summary>\n                    Can MQTT be used?\n                <\/summary>\n\n                <p>\n                    MQTT can be part of a Siteplore architecture\n                    where supported by the selected edge,\n                    platform configuration and project requirements.\n                <\/p>\n\n            <\/details>\n\n\n            <details>\n\n                <summary>\n                    Do we need to standardize every tag before starting?\n                <\/summary>\n\n                <p>\n                    No. Tag and metadata rationalization can be\n                    part of the data-engineering work.\n                    However, existing equipment and measurement\n                    information is important for accurate mapping.\n                <\/p>\n\n            <\/details>\n\n\n            <details>\n\n                <summary>\n                    Can bad data be automatically cleaned?\n                <\/summary>\n\n                <p>\n                    Some quality rules and transformations can be applied,\n                    but data should not be altered blindly.\n                    The cause and operational meaning of abnormal\n                    or missing values need to be understood first.\n                <\/p>\n\n            <\/details>\n\n\n            <details>\n\n                <summary>\n                    Does data engineering automatically make our data AI-ready?\n                <\/summary>\n\n                <p>\n                    It can improve readiness substantially,\n                    but AI suitability also depends on data quantity,\n                    historical coverage, labels, operating variability\n                    and the specific problem being modeled.\n                <\/p>\n\n            <\/details>\n\n\n            <details>\n\n                <summary>\n                    Can you build machine-learning models after the data is prepared?\n                <\/summary>\n\n                <p>\n                    Advanced analytics can be considered as a later scope\n                    when a justified use case and sufficient quality data exist.\n                    Model capability and performance would need separate\n                    development and validation.\n                <\/p>\n\n            <\/details>\n\n\n            <details>\n\n                <summary>\n                    Does Siteplore replace our existing historian?\n                <\/summary>\n\n                <p>\n                    Not necessarily. Existing historical data systems\n                    can remain valuable data sources.\n                    The appropriate architecture depends on the customer&#8217;s\n                    existing infrastructure and the intended Siteplore use case.\n                <\/p>\n\n            <\/details>\n\n\n            <details>\n\n                <summary>\n                    Is cybersecurity included?\n                <\/summary>\n\n                <p>\n                    Data integration should respect the customer&#8217;s\n                    IT\/OT cybersecurity requirements.\n                    A detailed cybersecurity assessment, hardening\n                    or compliance program should be explicitly scoped\n                    where required.\n                <\/p>\n\n            <\/details>\n\n\n            <details>\n\n                <summary>\n                    How should we start?\n                <\/summary>\n\n                <p>\n                    Start with the operational question you want the data\n                    to answer and identify the systems that may contain\n                    the relevant information. Rekacipta can then assess\n                    source availability, data quality, integration paths\n                    and the Siteplore data architecture required.\n                <\/p>\n\n            <\/details>\n\n\n        <\/div>\n\n    <\/div>\n\n<\/section>\n\n\n\n<!-- ========================================================\n     FINAL CTA\n     ======================================================== -->\n\n<section class=\"dei-cta\">\n\n    <div class=\"dei-container dei-cta-inner\">\n\n        <div>\n\n            <h2>\n                Do not ask AI to understand\n                <span>data your engineers cannot yet trust.<\/span>\n            <\/h2>\n\n            <p>\n                Start with the operational question and the data sources\n                that should help answer it. Rekacipta can assess,\n                integrate, structure and contextualize the required\n                information into a practical Siteplore data layer\n                for monitoring, analytics and future expansion.\n            <\/p>\n\n        <\/div>\n\n\n        <div class=\"dei-actions\">\n\n            <a class=\"dei-btn dei-btn-primary\"\n               href=\"https:\/\/wa.me\/628111222700?text=Hello%20Rekacipta%2C%20I%20would%20like%20to%20discuss%20Siteplore%20Data%20Engineering%20and%20Integration.\"\n               target=\"_blank\"\n               rel=\"noopener\">\n                Discuss Your Data \u2192\n            <\/a>\n\n            <a class=\"dei-btn dei-btn-secondary\"\n               href=\"\/index.php\/pricing\">\n                View Siteplore Plans\n            <\/a>\n\n        <\/div>\n\n    <\/div>\n\n<\/section>\n\n\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Siteplore Data Engineering Services Connected Data Is Not Automatically Usable Data. Rekacipta helps transform fragmented operational data from sensors, meters, equipment and existing systems into structured, contextualized and historically usable information \u2014 creating a stronger foundation for Siteplore monitoring, analytics, reporting and future AI use cases. Discuss Your Data Architecture \u2192 Explore Siteplore Plans Operational [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-164","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/siteplore.com\/index.php\/wp-json\/wp\/v2\/pages\/164","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/siteplore.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/siteplore.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/siteplore.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/siteplore.com\/index.php\/wp-json\/wp\/v2\/comments?post=164"}],"version-history":[{"count":1,"href":"https:\/\/siteplore.com\/index.php\/wp-json\/wp\/v2\/pages\/164\/revisions"}],"predecessor-version":[{"id":165,"href":"https:\/\/siteplore.com\/index.php\/wp-json\/wp\/v2\/pages\/164\/revisions\/165"}],"wp:attachment":[{"href":"https:\/\/siteplore.com\/index.php\/wp-json\/wp\/v2\/media?parent=164"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}