Open to new opportunities
Romaíne Santos
Data Analyst · SQL · Automation · BI

Turning data into
strategic decisions

Specialist in building dashboards, data pipelines, and business-driven analytics, turning raw data into actionable insights for stakeholders.

Romaíne Santos — Data Analyst
5+ Live Dashboards
SQL · Python · ETL
BI · Analytics
Dashboards

Live Projects

Production dashboards deployed on Vercel. Click to explore each project live.

Finance
01
CFO Suite Analytics
Executive financial dashboard focused on strategic decision-making for C-level leadership.
HR
02
People Analytics Dashboard
HR analytics focused on turnover, retention, and workforce performance metrics.
Marketing
03
Marketing Analytics
Marketing performance dashboard with campaign ROI, acquisition, and conversion metrics.
Logistics
04
Logistics Intelligence Brazil
Logistics dashboard analyzing delivery operations, route efficiency, and performance KPIs.
HR 360
05
People Analytics 360
Complete HR analytics overview: employee engagement, performance, and organizational insights.
Architecture

Data Architecture

End-to-end pipeline design: from raw ingestion to business-ready dashboards.

🗄️
Raw Data
⚙️
ETL
🏛️
Database
📈
Dashboard

Capable of designing, building, and maintaining complete data architectures: from source systems and ETL processes through structured relational databases to interactive analytics dashboards for decision-makers.

SQL & Automation

SQL & Automation

SQL applied for business insights, KPI tracking, cohort analysis, and data transformation at scale.

cohort_retention_analysis.sql
-- Monthly Cohort Retention Analysis
WITH monthly_activity AS (
  SELECT
    user_id,
    DATE_TRUNC('month', event_date)   AS active_month,
    COUNT(*)                            AS total_events
  FROM events
  WHERE event_date >= CURRENT_DATE - INTERVAL '6 months'
  GROUP BY 1, 2
),
first_seen AS (
  SELECT user_id, MIN(active_month) AS cohort_month
  FROM monthly_activity
  GROUP BY user_id
)
SELECT
  fs.cohort_month,
  COUNT(DISTINCT fs.user_id)                          AS cohort_size,
  COUNT(DISTINCT ma.user_id)                          AS retained_users,
  ROUND(
    COUNT(DISTINCT ma.user_id) * 100.0
    / NULLIF(COUNT(DISTINCT fs.user_id), 0), 2
  )                                                      AS retention_pct
FROM first_seen fs
LEFT JOIN monthly_activity ma ON fs.user_id = ma.user_id
GROUP BY fs.cohort_month
ORDER BY fs.cohort_month;
🔄
ETL Pipelines
Automated extraction, transformation, and loading workflows.
🧹
Data Transformation
Cleaning, normalizing, and structuring raw data.
Workflow Automation
Scheduled reports, alerts, and automated pipelines.
📊
KPI Dashboards
Real-time metrics with automated data refresh.
GitHub

Open Source Projects

Technical repositories showcasing data engineering, BI design, and pipeline architecture skills.

projeto-bi-logistica
Business Intelligence solution for logistics: KPIs, delivery tracking, and route performance analysis.
SQLPower BIETLKPIs
arquitetura-bank-pt
Data architecture model for a Brazilian bank: normalized schema, governance, and dimensional modeling.
PostgreSQLArchitectureModeling
estrutura-etl-kaggle
Structured ETL pipeline on Kaggle datasets: ingestion, cleaning, transformation, and analytics loading.
PythonPandasETLAnalytics
About

About Me

Romaíne Santos

Data professional focused on analytics, SQL, and data pipelines. I transform raw, complex data into structured insights that drive business decisions, from designing scalable architectures to deploying interactive dashboards used by executives and managers.

SQL Python Power BI ETL Data Architecture PostgreSQL Pandas Business Intelligence Data Pipelines Analytics Vercel Git
Contact

Let's Work Together

Open to opportunities in data analytics, BI, and data engineering — local or international.

Let's talk →