Now Available

The World's First
Graph-Relational Engine

Scalix Prime connects your data into a knowledge graph — so you can discover hidden relationships, catch risks before they escalate, and make decisions with the full picture. No data movement. No duplicates. One engine.

<1μs
Query Speed
2
Query Languages
600+
Tests Passing
11M
Security Checks/sec

Three Products.
One Connected Platform.

Graph-Relational Engine

A native C++20 kernel where tables and graphs share the same memory space. SQL and Cypher run in the same transaction over the same data with built-in RBAC. Sub-microsecond graph traversals with Join-on-Write and Point-in-Time Recovery.

C++20 ~2,700 LOC

Scalix Brain

Turns your codebase into a searchable knowledge graph through a 12-phase ingestion pipeline. Supports Python, TypeScript, Go, Rust, Java, and C#. Hybrid search combines BM25, vector, fuzzy, and graph signals for precise results.

Python 6 Languages

ScalixDB

AI-powered serverless PostgreSQL with vector search, intelligent auto-indexing, and natural language queries. Physical isolation per client pod makes data leaks impossible at the database layer. Built-in graph reasoning included.

TypeScript Serverless

Why Teams Choose Scalix Prime

Feature Palantir Foundry Neo4j Scalix Prime
Architecture Middleware over Spark Graph-only engine Unified graph-relational kernel
Query Languages Proprietary + SQL Cypher only SQL + Cypher, same transaction
Latency Seconds (batch-oriented) Milliseconds Sub-microsecond traversals
Privacy Cloud-dependent Aura cloud default Fully private, on-prem capable
Pricing $1M+ / year Enterprise licensing Open-core, startup-friendly
Deployment Cloud-only SaaS Cloud or self-hosted Embedded, self-hosted, or cloud
AI Integration AIP platform (proprietary) Limited plugin ecosystem NL-to-SQL, LLM routing, knowledge graphs
Code Intelligence Not included Not included 12-phase pipeline, 6 languages
Self-Learning Ontology Manual configuration No ontology layer Auto-evolving with drift detection
RBAC Coarse-grained Role-based, limited Property-level capable, 11M ops/sec

See How Teams Use Scalix Prime

Code Intelligence & Developer Tools

Understand how your codebase really works. Scalix Prime maps every file, function, and dependency into a visual graph — so your team can find problems before they become outages.

  • Map your entire codebase as an interactive graph you can explore
  • Search across your code by meaning, not just keywords
  • See exactly what breaks when you change a function — before you deploy
  • Automatically find unused code, circular dependencies, and security risks
  • AI-powered code review that understands your full system context

Healthcare & Life Sciences

Connect patient records, medications, and clinical data across departments — even when they live in separate systems. Catch dangerous drug interactions and care gaps that siloed tools miss, all while keeping data private and HIPAA-compliant.

  • Link patient records across hospital departments and EHR systems
  • Automatically flag dangerous drug interactions and contraindications
  • Match patients to clinical trials by tracing medical history connections
  • Fine-grained access control ensures only authorized staff see patient data
  • Runs entirely on your infrastructure — patient data never leaves your network

Supply Chain & Logistics

See your entire supply chain as a connected map — from raw materials to finished products. Spot single points of failure, hidden supplier risks, and compliance gaps before they disrupt your operations.

  • Map every supplier, sub-supplier, and material flow in one connected view
  • Trace the ripple effect of a disruption across your entire network
  • Find the fastest, cheapest routes using graph and analytics together
  • Flag ESG and compliance risks deep in your supplier network

Defense & Intelligence

Connect intelligence from multiple sources into a single, secure knowledge graph. Works completely offline in air-gapped environments with classification-level access control built into every query.

  • Connect and cross-reference data from multiple intelligence sources
  • Runs completely offline — no internet or cloud access required
  • Classification labels enforced on every record at 11 million checks per second
  • Track how networks and patterns evolve over time
  • Ask questions in plain English — no query language expertise needed

Financial Services & Fintech

Map transactions, counterparties, and regulatory obligations into a single connected graph. Detect fraud patterns that span multiple accounts and institutions, and satisfy compliance requirements with built-in audit trails.

  • Trace transaction flows across accounts, institutions, and jurisdictions
  • Detect circular dependencies and hidden exposures in real time
  • Fine-grained RBAC ensures trading desks only see their own positions
  • Full audit trail for regulatory reporting and compliance reviews
  • Sub-microsecond queries for real-time risk assessment and monitoring

Kernel Architecture

Purpose-Built. Not a Wrapper.

Scalix Prime is built from scratch — not bolted onto an existing database. Tables and graphs live in the same memory space, so you never have to copy data between systems. Query with SQL, Cypher, or plain English and get answers instantly.

The engine includes a built-in ontology system that lets you define the rules and structure of your domain. When data is ingested, Prime validates it against your ontology — catching inconsistencies, enforcing relationships, and ensuring quality automatically.

Every query passes through a security layer that checks access permissions at 11 million checks per second. The RBAC engine supports property-level granularity, so sensitive data stays protected without slowing anything down.

Query
SQL Parser Cypher Engine NL-to-SQL
Modules
GraphModule SqlModule AxonModule
Storage
BufferPool WAL DiskManager MVCC
Advanced
RBAC VirtualNodes Hooks Identity

Built for Speed

Every benchmark measured on real workloads. No synthetic optimisations, no asterisks. These are the numbers the engine delivers in production.

0.18μs
3-hop BFS Traversal
100 nodes
31M
ScalixId Generation
ops/sec
6.9M
Transaction Throughput
begin + commit/sec
4,700x
Under 1ms Target
all 3-hop traversals
Operation Throughput
3-hop BFS (10K nodes) 0.69 μs
WAL Append Record 5.4M ops/s
RBAC checkAccess 11M ops/s
Reconciliation (10 properties) 511K ops/s

What Makes Prime Different

Join-on-Write

Relationships are computed during INSERT, not SELECT. When nodes are created, JoinRules fire automatically to create relationships — so your graph is always up to date with less than 0.5ms overhead per operation.

<0.5ms overhead

Digital Twin Infrastructure

Virtual Nodes map external data sources without duplication. Write-through connectors push changes back to source systems. The ReconciliationEngine handles conflicts automatically — user edits always win.

Zero Duplication

Point-in-Time Recovery

Full WAL with HMAC-SHA256 integrity verification. Recover your entire database to any specific timestamp — epoch milliseconds or ISO 8601. Configurable durability modes for async or sync writes.

HMAC-SHA256 WAL

Property-Level Access Control

RBAC engine supports access control down to individual properties — not just tables or rows. Role hierarchy with wildcard support and 11 million permission checks per second. Row-level enforcement today, property-level filtering available via API.

11M ops/sec

A Living Ontology That Learns

An ontology defines how your data is structured — the entities, relationships, and rules of your domain. Most systems force you to define it all upfront. Scalix Prime's ontology watches how your data actually behaves and evolves automatically.

Observe & Learn

The ontology engine tracks every entity creation, relationship link, property update, and query pattern. It builds a living model of how your domain actually works — not just how you designed it.

7 Event Types

Recommend & Evolve

Based on usage patterns, the ontology recommends schema changes — new entity types, missing relationships, property additions, index optimisations. You review and approve; the engine applies them safely with full version control and rollback.

6 Recommendation Types

Drift Detection

The ontology continuously scores how well your schema matches reality. When new data patterns emerge that don't fit the current structure, you get alerted — not after something breaks, but before.

Real-time Scoring

The Ontology Training Pipeline

Observe Aggregate Recommend Approve Apply

Every ontology change is versioned, auditable, and reversible. Humans stay in the loop at the approval step — the engine never changes your data model without permission.

Built-in Industry Standards

HL7 FHIR R4 MITRE ATT&CK v14 STIX 2.1 Schema.org

Import industry-standard ontologies out of the box. Healthcare, cybersecurity, threat intelligence, and general-purpose schemas ready to use on day one.

Scalix Router

An intelligent AI routing layer for enterprise clients that sits on top of Scalix Prime, turning your knowledge graph into a conversational interface.

AI Capabilities, Built In

Scalix Router connects large language models to your Scalix Prime knowledge graph — so users can ask questions in plain English and get accurate, context-aware answers grounded in your actual data. No hallucinations, no guesswork.

Router handles model selection, prompt engineering, and response validation automatically. It routes each query to the right model, enriches it with graph context, and verifies the answer against your data before returning it.

  • Natural language queries over your knowledge graph
  • Multi-model routing — picks the best LLM for each task
  • Answers grounded in your real data, not model imagination
  • Works with any LLM provider — OpenAI, Anthropic, local models
  • Enterprise-grade: audit trails, rate limiting, access control
Explore Scalix Router →
User
Natural Language Query
Router
Intent Detection Model Selection Validation
Prime
Knowledge Graph Query Engine
Response
Data-Grounded Answer

Enterprise-Grade Security

Security built into every layer of the stack — not bolted on as an afterthought.

Physical Isolation

One ScalixCoreDB instance per client pod. Data leaks are impossible at the database layer — not just logically separated, physically separated.

Encryption & Integrity

TLS 1.3 in transit. Customer-managed encryption keys (CMEK). WAL protected with HMAC-SHA256 checksums. Automated key rotation with configurable intervals.

Compliance

Full audit trail on every operation. GDPR and HIPAA compliance implemented. SOC 2 framework in place with certification planned as customer demand grows.

Deploy Your Way

Embedded

Single-process, in-app integration. Link the library directly into your application for zero-latency data access.

  • Desktop applications
  • CLI tools
  • Edge devices
  • Single-binary deployments

Self-Hosted

Docker, Kubernetes, or bare metal. Full control over your data and infrastructure with enterprise-grade operations tooling.

  • On-prem enterprise
  • Air-gapped environments
  • Regulated industries
  • Custom infrastructure

Scalix Cloud

Managed, zero-ops deployment. We handle provisioning, scaling, backups, and monitoring so you can focus on building.

  • Startups
  • SaaS builders
  • Rapid prototyping
  • Teams without infra resources
Coming Soon

Get Access to Scalix Prime

Join the waitlist for early access. We'll reach out with onboarding details.

Thank you!

We'll be in touch soon.