Search

Page 3 of 7. Showing 61 results (0,017 seconds)

  1. SessionWindow

    A session window is a combination of heartbeat and predicate window with a specific configuration. A session ends when a heartbeat is received. Than, all stored elements will be transferred. Parameter threshold: The time to wait for a new element before closing the window [ms]. startAtCurrentTime: Configuration
    OdysseusMay 09, 2019
  2. DEBS 2013 - Problem Description

    is the distance covered with the xxx intensity. The aggregate running statistics must be calculated using four different time windows: 1 minute, 5 minutes, 20 minutes and the whole game duration. Each window must emit an event with the frequency of 50Hz. The result will be four aggregate running statistics streams being
    OdysseusNov 26, 2015
  3. Create New Aggregation Function

    functions gets a notification when an element gets valid (enters the window) or gets invalid (leaves the window). You have to hold a state to return the current … function gets a set of all elements in the current window. It does not have to hold a state. Object[] evaluate(Collection<T> elements, T trigger, PointInTime
    OdysseusAug 17, 2016
  4. Join

    : In this example we use no windows. For Joins this is typically not recommended, as it can lead to memory overflow! In most cases it is easy to define a window for each input stream. There are some case, where you can speed up processing or cope with the case where no windows can be defined by using the parameter CARD
    OdysseusJan 15, 2014
  5. Simple Query Processing

    explorer (hint if you do not see the project explorer, use Window/Show View/Other ... and choose General/Project Explorer). Step 4: Describe sources … -27-12.png A new editor window will open as following image2017-12-5_9-28-16.png Now we have to tell Odysseus, how to access the different sources (person, bid
    OdysseusDec 05, 2017
  6. Query Definition Language (QDL)

    way is to use the Subscribe-expression. The arrow of a Subscribe-expression gives a hint for the direction of data flow (e.g. auction->window). If an operator has … it is possible to manually change or set an input port. query Q_1(dorewrite = false, runquery = true) { TimeWindow window{size=[30, "SECONDS"], advance
    OdysseusDec 01, 2015
  7. Working with Charts

    e.g. XY Line Chart. A new windows is opened (and if the query is running is filled with input). The following example is from nexmark:auction. image2014-9-16 … of attributes select the button in the upper right area of the window: image2014-9-16 7:57:46.png And the following window appears: image2014-9-16 7:58:40.png
    OdysseusApr 01, 2015
  8. Integration Tests

    ', 'INTEGER'] ]}) window0 = window({size = 1, type = 'time'}, percentage) Here we test a simple window, that creates windows of 1 millisecond. Start the query … ok, copy the whole ouput of the list window and paste it into a file window_sliding.csv. Now go to the testbundle
    OdysseusFeb 12, 2019
  9. Arduino and Odysseus (2)

    . To start the query, either press “CTRL+R” or click on the “Execute Script” entry in the context menu. You will see your query in the “Queries” window. To see … the AVG keyword and the definition of the window we want to calculate the average on. In this case we use a sliding time window with a size of one hour
    OdysseusFeb 25, 2014
  10. Context Store Feature

    using the blocking window operator. First of all, this is useful for slowly changing events (like states in a smart home or in a factory), because in a window … if you use the rcp-view, you can use the "Context Store" view. This can be found under the menu windows -> show view -> other... -> odysseus. The window should
    OdysseusNov 22, 2016