Mineo
Energy & Utilities

The AI Data Platform for energy & utilities teams

Talk to your grid data, build forecasting tools, deploy live dashboards and automate alerts β€” all from one platform connected to the meters, sensors and markets your team already relies on.

See how it works
Talk to your grid data

Ask your meter readings, telemetry and demand data in plain language

Build forecasting tools

From notebook to live app for demand, asset health and trading desks

Automate alerts

Schedule demand forecasts, exception alerts and regulatory reports

Trusted by

Air liquide logo
Brambles logo
Heineken logo
Procter&Gamble logo
Suntory logo
How it works

One platform, every job

From asking a question to shipping a live grid dashboard, MINEO covers the full journey β€” connected to the meters, sensors and market data your energy team already relies on.

Conversational Data Analysis

Ask your grid data anything with Threads

Connect any datasource β€” meter readings, grid telemetry, demand forecasts, market prices β€” and start asking questions in natural language. Threads auto-generates SQL, runs code, and delivers answers with interactive charts and tables. Build custom AI assistants with the model of your choice.

  • Natural language queries with auto-generated SQL
  • Custom Assistants with any AI model (OpenAI, Anthropic, Google)
  • Connect databases, warehouses and telemetry APIs
  • Code interpreter for advanced analysis and visualizations
MINEO Threads Β· Grid analysis
grid_dbmeter_readings.csv
AI-Powered Python Notebooks

Supercharged Notebooks for energy teams

More than Jupyter. MINEO Notebooks combine code, AI assistant cells, interactive widgets and visual tools in one collaborative environment. Perfect for forecasters, grid analysts and asset engineers β€” write Python, explore your data, and deploy as live apps from the same notebook.

  • 5 cell types: Code, Markdown, AI Assistant, Widgets, Snippets
  • 10+ no-code widgets: SQL Query, Chart, KPI, Table, Form and more
  • Real-time collaboration across control rooms and teams
  • AI wand for code suggestions and explanations per cell
  • One-click deployment to live data applications
MINEO File View Block Kernel Help
Demand Forecast
100%
Code Markdown Assistant Widget Snippet
Daily demand forecasting

Compare load evolution across regions and substations.

Region: All Regions
Results:
8
Apply
[1]

df = mineo.query("SELECT region, SUM(load_mw) FROM meter_readings GROUP BY region")

px.line(df, x="hour", y="load_mw", title="Demand Forecast")

NA
EU
APAC
LATAM
Assistant

Key insight: North America drives 43% of total revenue. APAC showed the strongest growth at +23% QoQ, driven by expansion in Japan and Australia.

[2]

df.sort_values("revenue", ascending=False).head()

Region Revenue Growth
North America $1.8M +12%
Europe $1.1M +8%
APAC $820K +23%
LATAM $480K -3%
v12 ProWorker 2 CPU Β· 6GB
Deploy as App
Interactive Data Apps

Deploy live apps your grid team will actually use

Turn notebooks into always-on dashboards and interactive applications for grid operations, demand forecasting, asset health and trading. Deploy with Streamlit, Gradio, Dash and 6+ more frameworks. Custom domains, white-label branding and embeddable visualizations β€” ready for your operators.

  • 9+ Python frameworks: Streamlit, Gradio, Dash, Panel, and more
  • Always-on apps with custom domains and 99.9% SLA
  • White-label branding and embeddable visualizations
  • Real-time data from connected datasources
MINEO Mineo Β· Grid dashboard
Live
Grid overview

Last updated: 2 minutes ago

Filters Region: North Export

Peak load

4.2 GW

+6% vs Q3

Active meters

182,540

+2% vs Q3

Outage rate

0.8%

-4% vs Q3

Demand by hour FY 2025
$850K Q1
$920K Q2
$1.1M Q3
$1.3M Q4
Customer Region Revenue Status
Acme Corp NA $245K Active
TechFlow GmbH EU $182K Active
Sakura Ltd APAC $156K Pending
DataBr SA LATAM $98K Active
grid.mineo.app Powered by Streamlit
Cloud Dev Environments

Full VS Code in the cloud

A complete Linux development environment accessible from your browser. Install any package, any tool β€” Claude Code, Codex, Gemini CLI. Build your forecasting models with the libraries you trust, connect to your grid datasources and collaborate with your team. No local setup required.

  • Full VS Code with extensions and terminal
  • Install any tool: Claude Code, Codex, Gemini CLI
  • Custom Docker images and GPU acceleration
  • Connected to MINEO datasources and Git integration
MINEO VS Code β€” Dev Environment
grid_dashboard.py
pipeline.py

import streamlit as st

from mineo import DataSource

import plotly.express as px

 

st.set_page_config(layout="wide")

st.title("Grid Dashboard")

 

ds = DataSource("grid_db")

df = ds.query("SELECT * FROM meter_readings")

 

# Layout

col1, col2 = st.columns(2)

col1.metric("Peak load", f"{df.load_mw.max():,.1f} MW")

col2.metric("Meters", f"{df.meter_id.nunique():,}")

 

# Charts

fig = px.line(df, x="hour", y="load_mw", color="region")

st.plotly_chart(fig, use_container_width=True)

TERMINAL | zsh

mineo-dev@workspace:~/project$

Successfully installed plotly-5.22 scikit-learn-1.5

Your app is live at https://grid-dashboard.mineo.app

✓ Deployed successfully

Automated Pipelines

Automate your energy workflows with Pipelines

Chain notebooks into production workflows. Schedule recurring runs with cron, trigger via REST API, and monitor execution in real time. From daily demand forecasts to exception alerts β€” build reliable workflows without infrastructure overhead.

  • Chain notebooks as sequential pipeline steps
  • Schedule with cron or trigger via REST API
  • Configurable compute resources per pipeline
  • Execution history with logs and error tracking
MINEO / Projects / grid / Daily demand forecast
General Elements 3 Executions API

Elements

1 load_meter_data.ipynb
2 run_forecast.ipynb
3 publish_demand_alerts.ipynb

Resource Config

Worker Environment
ForecastWorker 2 cores Β· 6 GB

Scheduling

Crontab Expression 0 6 * * *
Every day at 06:00
Active

API

Enabled
POST /v1/pipelines/{id}/run
Last Execution Running β€’ -- β€’ Waiting
How it all connects

Workflows that bring it all together

The biggest unlocks come when MINEO's building blocks share the same logic β€” the same notebook becomes a daily pipeline, a live grid dashboard, or an answer in a Threads conversation.

Notebook Pipeline

Daily demand forecast on autopilot

Build the forecast once in a collaborative notebook, then schedule it as a pipeline so updated demand projections land in your control room every morning.

Threads+Live App

Self-serve grid analysis

Analysts query meter and telemetry data conversationally with Threads while operators get the same numbers in an always-on Live App dashboard.

Dev Env Notebook Live App

From asset-health model to production app

Prototype the model in a Cloud Dev Environment, refine it in a notebook with the team, and ship it as an asset-health Live App without rewriting.

Bring energy workflows onto one platform

Use MINEO to talk to your grid data, build forecasting tools, deploy live dashboards and automate alerts β€” all from the same workspace.

Get started for free πŸš€ Request a demo