Today, we are releasing MigratoryData Platform 1.0, a unified platform that turns real-time data into governed streaming APIs — built on MigratoryData Server’s proven ability to handle millions of concurrent WebSocket connections.
For our existing customers running MigratoryData Server, this is a free-of-charge upgrade that introduces MigratoryData Portal as a new management plane. While MigratoryData Server continues to operate as the messaging plane, the Portal adds API governance capabilities such as access control, documentation, and discoverability.
Eliminating Custom Entitlement Plugins
Currently, managing access control on MigratoryData Server requires writing custom entitlement plugins and maintaining token-generation systems.
With MigratoryData Portal, this complexity is significantly reduced: MigratoryData Portal manages signing keys and issues access tokens, while MigratoryData Server validates them locally and enforces authorization.
Access token issuance, signing key rotation, and user management can be done through the Portal UI or fully automated via a management REST API.
Real-Time Data as Streaming APIs
MigratoryData Platform introduces the Streaming API — the real-time counterpart of a REST API. Where a REST API groups GET/POST HTTP endpoints under a governed contract, a Streaming API groups pub/sub endpoints (each backed by a MigratoryData subject) under the same kind of contract, documented with the industry-standard AsyncAPI specification.
Organizing your existing subjects into Streaming APIs makes it easier for new developers to understand what real-time data is available, allows other teams to discover and adopt feeds self-service, and eliminates the need for manual documentation.
Expanding to Partners and End Users
Because Streaming APIs are governed contracts with built-in access control, sharing real-time data beyond your organization is straightforward. You can publish selected APIs to the API Hub for business partners or expose them directly to end users — without changing your server infrastructure.
Unified Visibility
The Portal also gives platform administrators a live view of every Gateway — the Platform’s term for a managed MigratoryData Server — in the cluster: inspect configurations, monitor connected clients, track message throughput, and review logs, all from one place.
Getting Started
Because the Portal integrates directly with your existing MigratoryData Server cluster, getting started requires minimal changes to your existing deployment.
- Try it live: Explore the platform instantly in our sandbox environment.
- Try it locally: Follow our Docker Compose quickstart to launch the full stack, including pre-configured demo publishers in minutes.
- Learn more & Upgrade: See the MigratoryData Platform product page, read the platform documentation, or download the packages (RPM/DEB, portable tarballs/zip files, Docker, or Kubernetes manifests) directly from our downloads page.