initial import

This commit is contained in:
Dennis Patrone
2015-09-02 15:42:52 -04:00
commit 365b11fd6b
46 changed files with 6155 additions and 0 deletions

7
README.md Normal file
View File

@@ -0,0 +1,7 @@
ProxyInstance
=============
This is an implementation of the Accumulo `Instance` Application Programming Interface (API) which uses the Accumulo-supplied, Apache Thrift-based
proxy server as the back-end for communicating with an Accumulo instance.
For more information, see the [Users' Manual](http://jhuapl.github.io/accumulo-proxy-instance/proxy_instance_user_manual.html).