🚀 DAY 3 OF LAUNCH WEEK: Introducing Webhook Events for Pull Request Scans.Learn more →
Socket
Book a DemoInstallSign in
Socket

@golemio/flow

Package Overview
Dependencies
Maintainers
4
Versions
184
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@golemio/flow

Golemio Flow Module

latest
Source
npmnpm
Version
1.3.5
Version published
Weekly downloads
768
158.59%
Maintainers
4
Weekly downloads
 
Created
Source

oict golemio

@golemio/flow

pipeline coverage license

Installation · Documentation · TypeDoc

This module is intended for use with Golemio services. Refer here for further information on usage, local development and more.

Installation

The APIs may be unstable. Therefore, we recommend to install this module as an exact version.

# Latest version
npm install --save-exact @golemio/flow@latest

# Development version
npm install --save-exact @golemio/flow@dev

Method refreshCubes

It is possible to send a custom AMQP message to the worker for this method, indicating the desired time range for which you want to update the data in the database.

There is interval size limit. Please, use intervals of up to 12 hours.

The format of the message content should be as follows:

{
    "from": "Sun Mar 21 2021 00:19:52 GMT+0100 (GMT+01:00)",
    "to": "Tue Mar 21 2021 12:19:52 GMT+0200 (GMT+02:00)"
}

or

{
    "from": 1625731200000,
    "to": 1625731200000
}

or an array:

[
    {
        "from": 1625695200000,
        "to": 1625696160000
    },
    {
        "from": 1625731200000,
        "to": 1625732160000
    }
]

Any new Date(value) parsable format is useable.

Keywords

golemio

FAQs

Package last updated on 14 Oct 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts