distributed research fully operationnal

This commit is contained in:
mr
2026-03-05 13:58:47 +01:00
parent dcd4bd497e
commit d8e3ca4c47
13 changed files with 305 additions and 267 deletions

View File

@@ -2,6 +2,7 @@ package infrastructure
import (
"encoding/json"
"fmt"
"slices"
oclib "cloud.o-forge.io/core/oc-lib"
@@ -58,6 +59,7 @@ func ListenNATS() {
}
p, err := resources.ToResource(int(resp.Datatype), resp.Payload)
if err == nil {
fmt.Println("SearchStream", p)
SearchStream[resp.User] <- p // TODO when do we update it in our catalog ?
}
},