From 7aa4fb03f22c4598c337318d4f2e6bd541c7a94b Mon Sep 17 00:00:00 2001 From: Jamie Hewitt Date: Mon, 29 Jul 2024 10:11:15 +0000 Subject: [PATCH] GITBOOK-30: No subject --- developers/ocean-node/node-architecture.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/developers/ocean-node/node-architecture.md b/developers/ocean-node/node-architecture.md index 90c12c13..071ba751 100644 --- a/developers/ocean-node/node-architecture.md +++ b/developers/ocean-node/node-architecture.md @@ -70,6 +70,10 @@ Features: * Provides access to data assets by streaming data (and never the URL). * Provides compute services. * The node operator can charge provider fees, compensating the individuals or organizations operating their own node when users request assets. -* Currently, we are providing the legacy Ocean C2D compute services (which run in Kubernetes) via the node. In the future, we will also allow connections to multiple C2D engines: light, Ocean C2D, and third parties. +* Currently, we are providing the legacy Ocean C2D compute services (which run in Kubernetes) via the node. In the future, we will soon be releasing C2D V2 which will also allow connections to multiple C2D engines: light, Ocean C2D, and third parties. + +For more details on the C2D V2 architecture, refer to the documentation in the repository: + +{% embed url="https://github.com/oceanprotocol/ocean-node/blob/develop/docs/C2DV2.md" %} ###