Nexus
Product

A complete integration, reporting, and automation platform — running in your tenant

Nexus combines a multi-system adapter layer, a Universal Query Language, pipeline orchestration, reporting, and a sandboxed Python runtime in one Azure-native deployment.

ERPSQLSaaSReportsPipelinesAgents Nexus governed layer
Platform

One integration layer for disconnected business systems

Build reports, dashboards, automations, transformations, and pipelines across systems that were never designed to talk to each other — without moving data out of your environment.

AI pipelines via MCP

Connect any MCP-capable AI agent and have it build pipelines, queries, and automations against your live systems — governed and logged in your tenant.

Sites

Have AI build fully integrated custom software on top of your data. It runs inside Nexus — no external hosting, no separate stack to operate.

Multi-system integration

Connect ERPs, databases, and SaaS behind a single, governed integration layer in your tenant.

Universal Query Language

Query across every connected system with one consistent, auditable query model.

Pipelines & automation

Orchestrate transformations and scheduled data movement with monitoring and retries.

AI-assisted reporting

Generate auditable UQL from natural language — answers for analysts, governance for IT.

Architecture

Azure-native, customer-owned

Nexus is provisioned as a managed application into your subscription. The application tier, database, storage, and Key Vault all live in your resource group. Stingray ships updates through the managed application contract without ever touching your data plane.

  • Runs in your subscription and region
  • Customer-owned database and storage
  • Updates via managed application contract
  • No vendor data plane

Reference architecture

All components provisioned and owned by the customer. Stingray manages application updates via the managed application contract only.

ComponentRole
Nexus App ServiceApplication and query engine
Azure SQL DatabaseCustomer-owned metadata + data
Azure Key VaultSecrets and encryption keys
Entra IDAuthentication and SSO
Storage AccountStaging and exports
Private EndpointsNetwork isolation
MCP & AI

AI builds your pipelines through MCP

Nexus runs a Model Context Protocol (MCP) server inside your tenant, so any MCP-capable AI agent can read your connected schema and author pipelines, UQL queries, transformations, and automations against live systems. Every action is governed by RBAC and recorded in your audit log.

  • Native MCP server for AI agents
  • Agents author pipelines and UQL
  • Every action governed by RBAC
  • Generated logic is reviewable and auditable
Sites

Custom software, fully integrated, zero external hosting

Sites lets AI build internal applications directly on top of your connected data. The apps run inside Nexus in your Azure tenant — there is no separate stack to host, secure, or operate, and data never leaves the environment it already lives in.

  • AI-generated internal apps
  • Runs inside Nexus — no external hosting
  • Reads and writes live connected data
  • Inherits Entra ID auth and RBAC
Universal Query Language

One query model across every system

UQL compiles a single declarative query into the native operations of each connected system — SQL dialects, SuiteQL, REST calls, or file scans — and composes the results. Joins and aggregations span system boundaries.

  • Cross-system joins and aggregations
  • Parameterized, reusable queries
  • Compiles to native operations
  • Fully auditable execution
revenue_by_region.uql
SELECT  customer.region,
        SUM(netsuite.invoices.amount) AS revenue
FROM    netsuite.invoices
JOIN    salesforce.accounts ON
        accounts.id = invoices.customer_id
WHERE   invoices.date >= @start_of_quarter
GROUP BY customer.region
ORDER BY revenue DESC;
Pipelines

Orchestrate movement and transformation

Define pipelines that extract, transform, and load across systems on a schedule or trigger. Built-in monitoring, retries, and lineage give engineering teams operational confidence.

  • Scheduled and event triggers
  • Retries and failure handling
  • Run history and lineage
  • Incremental loads
Adapters

A growing connector library

Adapters normalize each source system into the UQL model. The library spans ERPs, relational databases, SaaS platforms, and file sources, and expands continuously.

Full adapter reference →

  • ERP, database, SaaS, and file sources
  • Consistent normalized schema
  • Secrets stored in your Key Vault
  • Continuously expanding
Reporting

Reports and dashboards on live data

Build operational and analytical reports directly on connected systems. No separate warehouse is required, though Nexus can land data into one you own.

Natural-language reporting compiles to auditable UQL that runs entirely in your tenant. Analysts get answers; engineering keeps governance, lineage, and review.

  • Operational + analytical reporting
  • Dashboards on live sources
  • Export and scheduled delivery
  • Row-level access controls
Generated UQL · review before run
SELECT a.name, SUM(i.balance), COUNT(t.id)
FROM netsuite.invoices i
JOIN monday.tickets t ...
Python Sandbox

Custom logic, safely isolated

Run custom transformations in a sandboxed Python runtime that executes within your environment with constrained resources and no outbound access beyond approved connectors.

  • Isolated execution sandbox
  • Resource-constrained runtime
  • Reusable transform functions
  • Runs inside your tenant
Security

Your governance, applied directly

Because Nexus lives in your tenant, your existing network isolation, private endpoints, and Azure Policy apply to it. Encryption and secrets remain under customer control.

Read the security overview →

  • Customer-controlled encryption
  • Private endpoints and network isolation
  • Azure Policy compliance
  • Tenant-resident audit logs
Authentication

Microsoft Entra ID and RBAC

Authentication is handled through Microsoft Entra ID. Role-based access control governs every adapter, query, pipeline, and report, with full audit trails.

  • Entra ID single sign-on
  • Granular RBAC roles
  • Conditional access support
  • Complete audit logging
Deployment

Provision from the Marketplace

Deploy from the Azure Marketplace as a managed application. Initial configuration and identity setup take minutes, and the resources are yours from the first deployment.

See deployment options →

  • Marketplace managed application
  • Guided initial configuration
  • Identity setup with Entra ID
  • Customer-owned from day one
Connector ecosystem

Connect the systems you run today

Adapters available today, with new systems added regularly. Need one we don't list yet? Request it for your stack.

NetSuite

SuiteQL and REST — surface ERP data alongside every other system.

QuickBooks Online

Governed access to QuickBooks accounting data.

SQL Server

Native pushdown against Microsoft SQL Server.

MySQL

Query MySQL databases through the UQL model.

PostgreSQL

Connect PostgreSQL and the internal workspace.

Monday.com

Bring project and operational data into governed reports.

Frequently asked questions

Where does Nexus actually run?

Entirely inside your own Microsoft Azure subscription. Nexus is delivered as an Azure Marketplace Managed Application, so the compute, database, and Key Vault are provisioned into your resource group and owned by you.

Does any of our business data reach Stingray?

No. Customer business data never passes through Stingray-owned infrastructure. Data is read, transformed, and stored within your tenant.

Who controls encryption and secrets?

You do. Encryption keys and connector secrets live in your Azure Key Vault under your control. Stingray has no access to them.

How is Nexus different from Boomi, Workato, or MuleSoft?

Those platforms route and often store your data on vendor-controlled infrastructure. Nexus deploys into your tenant, so there is no vendor-controlled customer database and data residency follows your existing Azure policy.

Which systems can it connect to?

NetSuite, Monday.com, SQL Server, MySQL, PostgreSQL, QuickBooks Online, REST APIs, and JDBC-reachable databases (Oracle, Salesforce, Snowflake via JDBC). The adapter library is continuously expanding.

How is Nexus different from Microsoft Fabric or Power BI?

Fabric and Power BI are warehouse and BI tools — you typically copy data into them to model and visualize it. Nexus is a governed access and automation layer over your live systems: it queries NetSuite, SQL Server, QuickBooks and others in place, inside your tenant, without standing up a warehouse. They are complementary — Nexus can feed governed, reconciled data into Fabric or Power BI.

How is Nexus different from dbt or building custom Azure pipelines?

dbt transforms data already landed in a warehouse, and custom pipelines are infrastructure you build and operate yourself. Nexus provides the cross-system connectors, governed RBAC, audit logging, and Python automation out of the box, running in your own tenant — so teams reconcile and report across systems without hand-building and maintaining that plumbing.

Is Nexus a fit for individuals or small projects?

No. Nexus is enterprise infrastructure for teams whose data is spread across multiple business systems and who need governed access and auditable automation. For personal projects or single-source analytics, lighter tools are a better fit.

Deploy Nexus into your Azure tenant

The infrastructure, database, and Key Vault are yours from the first deployment.