You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Let's take a client application. What are the realistic possibilities that a ChimeraPy pipeline is in sync with the operations in the client applications? While this is an ideal scenario for every client application to write ChimeraPy node and orchestrate a pipeline every time a new session happens, we can do one better by going a level lower. This is not a "time-aligned" recording, but rather a dynamic datachunk that can be fed into the processing graph based on some sort of auth mechanism. Such that nodes can process data based on what is fed to them. And with async processing functions, we can definitely do this even if the from different sources arrive at different timepoints in the cluster.
Applications
While we have been delving into what is the best way to integrate ChimeraPy with learning environments, or any other application for that matter? This approach is definitely more flexible; can support language agnostic API/ protocols and I can see the following applications for this:
A ChimeraPy client that can connect to the manager based on some sort of ws/rest API.
Query the current graph in the pipeline.
Intent to add an edge from the current application to specific nodes in the graph/ record data as they come along.
The text was updated successfully, but these errors were encountered:
Scenario
Let's take a client application. What are the realistic possibilities that a ChimeraPy pipeline is in sync with the operations in the client applications? While this is an ideal scenario for every client application to write ChimeraPy node and orchestrate a pipeline every time a new session happens, we can do one better by going a level lower. This is not a "time-aligned" recording, but rather a dynamic datachunk that can be fed into the processing graph based on some sort of auth mechanism. Such that nodes can process data based on what is fed to them. And with async processing functions, we can definitely do this even if the from different sources arrive at different timepoints in the cluster.
Applications
While we have been delving into what is the best way to integrate ChimeraPy with learning environments, or any other application for that matter? This approach is definitely more flexible; can support language agnostic API/ protocols and I can see the following applications for this:
The text was updated successfully, but these errors were encountered: