Hello,
Today’s topic is about Cognite functions:
-
Cognite functions enable the user to run and schedule arbitrary code to clean, process and do calculations on your data.
-
They are easy to use and have seamless integration with Cognite Data Fusion (CDF), allowing the Cognite Function to interact with CDF directly.
-
The service automatically scales the computing infrastructure to handle a fluctuating number of function calls.
They can be triggered on schedule, on click in the UI, and even with the experimental Python SDK, which makes them adaptable to a lot of use cases.
We also have a full CI/CD flow for them, which allows to deploy and maintain them really easily.
Some examples of use cases that can be done with Cognite functions:
- Change point detection, thanks to machine learning models, that run on schedule
- Anonymisation of videos, with computer vision models