- To move data from source to CDF, it is mentioned we might require custom extractors. Can you explain in very simple terms what exactly are the extractors , how to create them ? Is it just a piece of code to connect two systems ?
- Events is one the resource type. Do events (like 2hr shutdown) needs to be created manually in CDF or it is detected automatically based on the value of time series data ?
Solved
Understanding custom extractors
Best answer by Einar Omang
- An extractor is a piece of software that reads data from one place, and writes it to another. You can use the cognite extractor utils to help write them: https://cognite-extractor-utils.readthedocs-hosted.com/en/latest/?badge=latest
- Events are a distinct resource type and you have to create them using our SDKs or APIs.
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.