License |
License |
---|---|
GroupId | GroupIdorg.calrissian.accumulorecipes |
ArtifactId | ArtifactIdtemporal-lastn-store |
Last Version | Last Version2.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionCalrissian Accumulo Recipes Temporal LastN Store
The temporal last n store provides time-based and count-based groups of windows into events that can be
joined in various different ways.
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/org.calrissian.accumulorecipes/temporal-lastn-store/ -->
<dependency>
<groupId>org.calrissian.accumulorecipes</groupId>
<artifactId>temporal-lastn-store</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.calrissian.accumulorecipes/temporal-lastn-store/
implementation 'org.calrissian.accumulorecipes:temporal-lastn-store:2.0.0'
// https://jarcasting.com/artifacts/org.calrissian.accumulorecipes/temporal-lastn-store/
implementation ("org.calrissian.accumulorecipes:temporal-lastn-store:2.0.0")
'org.calrissian.accumulorecipes:temporal-lastn-store:jar:2.0.0'
<dependency org="org.calrissian.accumulorecipes" name="temporal-lastn-store" rev="2.0.0">
<artifact name="temporal-lastn-store" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.calrissian.accumulorecipes', module='temporal-lastn-store', version='2.0.0')
)
libraryDependencies += "org.calrissian.accumulorecipes" % "temporal-lastn-store" % "2.0.0"
[org.calrissian.accumulorecipes/temporal-lastn-store "2.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.calrissian.accumulorecipes : commons | jar | 2.0.0 |
org.calrissian.mango : mango-json | jar | 1.2.0 |
org.apache.accumulo : accumulo-core | jar | 1.6.1 |
org.apache.hadoop : hadoop-client | jar | 2.3.0 |
joda-time : joda-time | jar | 2.2 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |