Skip to content
Snippets Groups Projects
  1. Dec 05, 2023
  2. Oct 26, 2023
  3. Mar 09, 2022
  4. Oct 14, 2021
  5. Nov 05, 2020
    • Leonardo Passig Horstmann's avatar
    • José Luis Conradi Hoffmann's avatar
      Search anomalous data per Domain · a9e3fabe
      José Luis Conradi Hoffmann authored
      A search API has been created.
      The Backend and the SmartAPI has been modified to support the search functionalities.
      A search recieves a series as a parameter, one that do not necessarily specifies a unit. Similar to a workflow, a search type is defined per domain. Moreover, a 'options' parameter is also expected, specifying which type of search will be performed. If options is not presented, search of index 0 will be executed.
      A search returns a multi-unit series, ordered by timestamp.
      
      An example for tutorial domain is provided, where through search0 anomalous temperature values are detected in the space-time range specified by the series parameter.
      a9e3fabe
  6. Aug 27, 2020
    • Antônio Augusto Fröhlich's avatar
      Reorganizing the repo structure to match the plan. Apparently, git... · c619bb41
      Antônio Augusto Fröhlich authored
      Reorganizing the repo structure to match the plan. Apparently, git filter-branch was not necessary to remove certificate's private key because someone had already run it. At least, git log --diff-filter=D --summary | grep delete does not show any private key.
      c619bb41
    • root's avatar
      Code correction · 186b4543
      root authored
      Removing print used for tests. This can cause errors to the workflow output recognition by the API.
      186b4543
    • root's avatar
      Cleaning up · 43007973
      root authored
      Removing private workflows.
      
      This should be on a private repository.
      43007973
    • root's avatar
      Cleaning Up · dd202d94
      root authored
      Removing junk files: old code files, python cache files, log folders.
      dd202d94
  7. Aug 26, 2020
  8. Jun 25, 2020
    • root's avatar
      Finishing first version of Output Workflows support · 7fbf789e
      root authored
      A whole response json can be too large to be handled as an argument to a workflow call. Thus we decided to inform the parameters with a buffer file to be read by the workflow.
      Also, as previously discussed, the series workflow is not used as a filter during data querying. It is used to process the data before responding to the client.
      7fbf789e
  9. Jun 24, 2020
  10. Jun 03, 2020
    • Leonardo Passig Horstmann's avatar
      workflow changes · b14564cc
      Leonardo Passig Horstmann authored
      Backend now controls workflow daemon execution;
      Workflows are placed directly on /smartdata/bin/;
      Workflow names are inN and outN for input and output workflows, respectively;
      S-curve workflow (in3) added to aqtech domain;
      Workflows are able to make notifications via the returned JSON.
      b14564cc
Loading