Architecture comparison

CelinQ vs Pro Cloud Server

Two legitimate engineering answers to the same question: where should the authoritative copy of an Enterprise Architect model live? This is a comparison, not a takedown — Pro Cloud Server is mature, well documented, and the right choice for real situations described below.

Pro Cloud Server keeps one authoritative repository running centrally and gives every EA client a thin, HTTP-based window onto it. CelinQ keeps a complete, fully functional repository on each architect's own machine and reconciles changes through a background sync and merge engine. Neither is a workaround for the other — the full narrative comparison, including a worked three-office scenario, is here. This page is the short, structured version.

Dimension by dimension

Collaboration architecturePro Cloud Server: centralised — one authoritative repository, every client a thin window onto it. CelinQ: local-first — each architect holds a complete local repository; a background service reconciles it with a shared server.
Storage topologyPCS: single DBMS (SQL Server, Oracle, PostgreSQL) behind an HTTP service. CelinQ: a canonical copy on the CelinQ Server (SQLite or PostgreSQL) plus a genuine, fully functional local repository per architect.
Network dependency during modellingPCS: a network round trip on every meaningful repository operation. CelinQ: none — reads and writes during modelling are local disk access.
Offline operationPCS: requires connectivity to function; disconnection stops or degrades the session. CelinQ: works exactly as normal offline; changes synchronise when a connection returns.
Consistency modelPCS: strong, immediate — there is only one copy. CelinQ: eventual — local copies converge within the sync cadence (typically seconds), or on reconnection after offline work.
Conflict handlingPCS: prevention, via package/element-level locking. CelinQ: reconciliation, via CelinQ Fusion's deterministic three-way merge at model-fact granularity.
Revision historyPCS: repository-level history per Sparx's own tooling. CelinQ: an ordered revision history per workspace, with tombstones so deletions are never silently reversed.
AdministrationPCS: central service monitoring, familiar DBMS operational patterns. CelinQ: a Control Plane covering workspaces, clients, sync throughput, open Fusion decisions, audit log and backups.
AuthenticationPCS: Sparx's own authentication options. CelinQ: personal access tokens (PBKDF2-SHA256) and Microsoft Entra ID SSO, active side by side.
DeploymentPCS: a central service backed by a mainstream DBMS, following patterns most infrastructure teams already know. CelinQ: one additional service (SQLite for small teams, PostgreSQL for larger ones) on your own infrastructure.
Tool interoperabilityPCS: Enterprise Architect and its own Cloud Services (including OSLC for cross-tool linking). CelinQ: the same server and Fusion engine also serve Archi natively — one workspace for both tools.
DocumentationPCS: whatever your existing EA documentation tooling produces. CelinQ: a built-in generator produces a searchable static documentation portal from the workspace, on demand or on a schedule.
AI capabilitiesPCS: none built in. CelinQ: optional, policy-gated in-EA design generation and analysis via a provider-independent interface — off by default.
Best fitPCS: teams working from well-connected locations who want a single central service and live cross-tool query access to the model. CelinQ: geographically distributed teams, real offline needs, large teams where lock contention has become a daily cost, or organisations wanting an independent semantic revision history and merge layer.

When Pro Cloud Server may be the better choice. If your whole team sits within a short, reliable hop of the data centre, if live cross-tool integration querying the model in real time is a first-class requirement, or if your organisation is already deeply invested in Pro Cloud Server's query surface, the migration cost of moving to a different architecture has to be weighed honestly against a problem you may not actually have. Pro Cloud Server's central-repository model is the simplest architecture that satisfies a genuine real-time, single-source-of-truth requirement — do not adopt local-first replication to solve a problem your team does not have.

Go deeper

Full comparison

Pro Cloud Server vs Local-First EA

The narrative version, including a worked three-office scenario and the honest limits of each approach.

Performance

Why Local-First Is Faster in Practice

What "no network round trip during modelling" actually means for a working session.

For EA teams

CelinQ for Enterprise Architect

How CelinQ fits alongside your existing EA repository.