com.rapid7:armor-tools

A entity based columnar storage format, optimized for use with distributed SQL systems like PrestoDB

License

License

GroupId

GroupId

com.rapid7
ArtifactId

ArtifactId

armor-tools
Last Version

Last Version

0.0.6
Release Date

Release Date

Type

Type

jar
Description

Description

A entity based columnar storage format, optimized for use with distributed SQL systems like PrestoDB
Project Organization

Project Organization

Rapid 7, Inc.

Download armor-tools

How to add to project

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

Dependencies

compile (9)

Group / Artifact Type Version
commons-cli : commons-cli jar 1.4
tech.tablesaw : tablesaw-core jar 0.38.1
com.rapid7 : armor-base jar 0.0.6
com.rapid7 : armor-read jar 0.0.6
com.rapid7 : armor-write jar 0.0.6
org.codehaus.plexus : plexus-utils jar 1.5.5
org.roaringbitmap : RoaringBitmap jar 0.9.3
com.amazonaws : aws-java-sdk-s3 jar 1.11.445
org.slf4j : slf4j-api jar 1.7.26

test (4)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter jar
org.junit.jupiter : junit-jupiter-engine jar
org.apache.commons : commons-csv jar 1.5
io.findify : s3mock_2.13 jar 0.2.6

Project Modules

There are no modules declared in this project.

Armor an Entity based columnar storage format

For more details please refer to the wiki further details.

This repo is a mult-module repo compiled in Java 8. Breakdown of the individual module.

  • Armor base - Base module provides partition domain implementation of armor format.
  • Armor write - Library that is capabable of writing armor files do different types of stores.
  • Armor read - Library that is capabale of reading armor files.
  • Armor tools - Drivers/Tools that allows you to breakdown the contents of the armor data files for further analysis.
com.rapid7

Rapid7

Versions

Version
0.0.6
0.0.4
0.0.3
0.0.2
0.0.1