8000 GitHub - gemstone/timeseries: Gemstone Timeseries Library
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

gemstone/timeseries

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gemstone logo

Timeseries

GPA Gemstone Library

The Gemstone Timeseries Library organizes all Gemstone functionality related to timeseries operations.

GitHub license 73C9 Build status CodeQL NuGet

This library includes helpful timeseries classes like the following:

  • Measurement:
    • Represents a basic measured value as a timeseries data unit.
  • ConcentratorBase:
    • Represents a base class that synchronizes (i.e., sorts by timestamp) real-time measurements.

Among others.

Documentation

Full Library Documentation

0