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
59+ Projects Delivered
5+ Live Dashboards
5 Countries Collaborated
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
Global Reach

Working with teams around the world

Freelance and collaborative work across borders, delivering data solutions for clients and teams in multiple countries.

59+
Projects Delivered
5+
Countries Collaborated
3+
Years of Experience
🇧🇷
Brazil
Home base, local clients and remote teams.
🇺🇸
United States
Collaboration with US-based teams and clients.
🇮🇳
India
Cross-border project work with Indian colleagues.
🇲🇽
Mexico
Data projects delivered for Mexican clients.
🇨🇴
Colombia
Analytics and BI collaboration in Colombia.
Testimonials

What people say about my work

Recommendations from colleagues and collaborators on LinkedIn.

I had the opportunity to closely follow Romaine Santos's work as a Data Analyst, and she stands out for a rare combination of technical depth and strong business and product vision. She masters SQL, Python, Power BI, Databricks, and PySpark, running analyses in a Big Data environment with security, organization, and a focus on performance, always ensuring data quality and traceability.
JR
Júlio César Ramos
Data Analyst · Data Scientist
During the time I had the opportunity to collaborate with Romaine, I could see her dedication and competence in every project. Her solid background in Administration and Marketing, combined with mastery of tools like VBA, Power BI, Python, and SQL, make her a complete professional prepared to turn data into strategic insights.
OM
Onivaldo Miquelino
ERP/CRM Integrations Specialist
A professional dedicated to turning complexity into clear, actionable results, bringing structure and strategy to every project she's part of.
JT
Jonas Tomaz
Product Manager
FAQ

Frequently Asked Questions

Where are you based? +
Based in Brazil, working remotely with clients and teams across the Americas, Europe, and Asia.
What tools and technologies do you work with? +
SQL, Power BI, Python, PostgreSQL, ETL pipelines, and data architecture, from raw ingestion to executive dashboards.
Are you available for freelance or contract work? +
Yes, open to freelance, contract, and full-time opportunities, local or international.
Who should get in touch? +
Companies and teams needing dashboards, data pipelines, or BI strategy, from startups to enterprise.
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.