Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. User defines a JobSchedule entity, which maps a certain Measure and contains the rule about what time to execute the Job and what part of data to use.
  2. Griffin creates a Job entity corresponds to the JobSchedule, and Griffin Job Scheduler performs the computation according to the settings in the JobSchedule.
  3. Every scheduled job instance produces a result, and it is stored as an entity of MetricValue.
  4. Entities of MetricValue which come from the same Job form a Metric entity, and user can use the entities of Metric to do analysis and so on.

Image Modified

 

More details about Griffin Job Scheduler can be found here:

...