Coherence Time Series index

Various tools for Oracle Coherence

License

License

Categories

Categories

Search Business Logic Libraries
GroupId

GroupId

org.gridkit.coherence-search
ArtifactId

ArtifactId

timeseries
Last Version

Last Version

0.9.3
Release Date

Release Date

Type

Type

jar
Description

Description

Coherence Time Series index
Various tools for Oracle Coherence
Source Code Management

Source Code Management

https://github.com/aragozin/coherence-search-timeseries

Download timeseries

How to add to project

<!-- https://jarcasting.com/artifacts/org.gridkit.coherence-search/timeseries/ -->
<dependency>
    <groupId>org.gridkit.coherence-search</groupId>
    <artifactId>timeseries</artifactId>
    <version>0.9.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.gridkit.coherence-search/timeseries/
implementation 'org.gridkit.coherence-search:timeseries:0.9.3'
// https://jarcasting.com/artifacts/org.gridkit.coherence-search/timeseries/
implementation ("org.gridkit.coherence-search:timeseries:0.9.3")
'org.gridkit.coherence-search:timeseries:jar:0.9.3'
<dependency org="org.gridkit.coherence-search" name="timeseries" rev="0.9.3">
  <artifact name="timeseries" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.gridkit.coherence-search', module='timeseries', version='0.9.3')
)
libraryDependencies += "org.gridkit.coherence-search" % "timeseries" % "0.9.3"
[org.gridkit.coherence-search/timeseries "0.9.3"]

Dependencies

compile (1)

Group / Artifact Type Version
com.oracle.coherence » coherence jar 3.7.1.8

test (2)

Group / Artifact Type Version
junit : junit jar 4.10
org.gridkit.coherence-tools : chtest jar 0.2.3

Project Modules

There are no modules declared in this project.

Time series index for Oracle Coherence

Time series index is a special purpose index for arrays of historical data. It's main purpose is to effeciently select "snapshot" of data for specific point in time.

Time series filter could be efficiently couple with attribute based filter which will further narrow result set

See usage example and more details at https://code.google.com/p/gridkit/wiki/TimeSeriesIndex

Versions

Version
0.9.3