Merkle-db-spark 0.1.0

Released under the Public Domain

MerkleDB integration with Apache Spark.

Installation

To install, add the following dependency to your project or build file:

[mvxcvi/merkle-db-spark "0.1.0"]

Namespaces

merkle-db.spark.key-partitioner

Spark partitioner that knows how to lexicode assign records to table partitions.

Public variables and functions:

merkle-db.spark.load

Code for loading MerkleDB tables with Spark.

Public variables and functions:

merkle-db.spark.table-rdd

A TableRDD represents the lazy application of a scan over the records in a table. The scan may be bounded by a minimum and maximum key to load just a subset of the records in the table, as well as specifying a subset of the fields to load for each record.

Public variables and functions: