Tap Room

Tap Room is a simple extraction and correlation framework that leverages Lucene-based queries to work with small datasets. There are better ways to handle "macro" or "micro" sized data sets (e.g., Apache Spark). This project is aimed at "nano" sized data sets where adding more components isn't possible or worth the effort.

License

License

GroupId

GroupId

org.bitbucket.cpointe.taproom
ArtifactId

ArtifactId

tap-room
Last Version

Last Version

0.2.0
Release Date

Release Date

Type

Type

pom
Description

Description

Tap Room
Tap Room is a simple extraction and correlation framework that leverages Lucene-based queries to work with small datasets. There are better ways to handle "macro" or "micro" sized data sets (e.g., Apache Spark). This project is aimed at "nano" sized data sets where adding more components isn't possible or worth the effort.
Project URL

Project URL

https://bitbucket.org/cpointe/tap-room
Source Code Management

Source Code Management

https://bitbucket.org/cpointe/tap-room.git

Download tap-room

Filename Size
tap-room-0.2.0.pom 7 KB
Browse

How to add to project

<!-- https://jarcasting.com/artifacts/org.bitbucket.cpointe.taproom/tap-room/ -->
<dependency>
    <groupId>org.bitbucket.cpointe.taproom</groupId>
    <artifactId>tap-room</artifactId>
    <version>0.2.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.bitbucket.cpointe.taproom/tap-room/
implementation 'org.bitbucket.cpointe.taproom:tap-room:0.2.0'
// https://jarcasting.com/artifacts/org.bitbucket.cpointe.taproom/tap-room/
implementation ("org.bitbucket.cpointe.taproom:tap-room:0.2.0")
'org.bitbucket.cpointe.taproom:tap-room:pom:0.2.0'
<dependency org="org.bitbucket.cpointe.taproom" name="tap-room" rev="0.2.0">
  <artifact name="tap-room" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.bitbucket.cpointe.taproom', module='tap-room', version='0.2.0')
)
libraryDependencies += "org.bitbucket.cpointe.taproom" % "tap-room" % "0.2.0"
[org.bitbucket.cpointe.taproom/tap-room "0.2.0"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Versions

Version
0.2.0
0.1.0