Java connector between Accumulo and D4M Matlab library. See D4M here. Github source here.
To add to a D4M installation:
- Copy 
target/d4m_api_java-VERSION.jarintod4m_api/lib. - Extract target/libext-VERSION.zip into 
d4m_api. - Move 
d4m_api/DBinit.mintod4m_api/matlab_src. 
The maven script will build everything completely on linux.
On non-linux systems, DBinit.m may not be built. See the message in the build after running mvn package.
mvn package -DskipTests=true to compile and build JARs.
mvn test -Dtest=SomeTest#mini to run a test on MiniAccumulo.
post-test.bash is a utility script to output test results to the console.