Skip to content

scaleoutsoftware/TimeWindowingJS

Repository files navigation

ScaleOut Time Windowing Library for JavaScript

The ScaleOut Time Windowing Library for JavaScript provides a set of windowing functions for time-ordered arrays of events.

npm install time-windowing

Documentation: https://scaleoutsoftware.github.io/TimeWindowingJS/

Motivation

This time windowing library was written by ScaleOut Software to support stateful stream processing in its StreamServer Digital Twin Builder products, which allow events to be processed directly on the distributed in-memory data grid that manages state.

Events associated with persisted state are typically stored as a JSON-serialized array of events, so the functions are designed to be used with time-ordered events held in a JavaScript Array.

This library is open source and has no dependencies on other ScaleOut Software products.

License: Apache 2

About

Functions to manage and perform time windowing transformations on arrays of time-ordered events.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published