Add Accumulo Connector for Presto documentation to projects.md Closes apache/accumulo#167
Project: http://git-wip-us.apache.org/repos/asf/accumulo-website/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo-website/commit/0b9edd27 Tree: http://git-wip-us.apache.org/repos/asf/accumulo-website/tree/0b9edd27 Diff: http://git-wip-us.apache.org/repos/asf/accumulo-website/diff/0b9edd27 Branch: refs/heads/master Commit: 0b9edd2799e3ca5a38544934b7371848299b28ca Parents: af8b0e5 Author: Adam J. Shook <[email protected]> Authored: Fri Oct 14 12:50:07 2016 -0400 Committer: Josh Elser <[email protected]> Committed: Fri Oct 14 13:54:51 2016 -0400 ---------------------------------------------------------------------- projects.md | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/accumulo-website/blob/0b9edd27/projects.md ---------------------------------------------------------------------- diff --git a/projects.md b/projects.md index 6cb90b7..79d155d 100644 --- a/projects.md +++ b/projects.md @@ -40,6 +40,10 @@ an Accumulo cluster via Accumulo's Apache Thrift proxy server. [Documentation](h Graphulo is a Java library for Apache Accumulo which delivers server-side sparse matrix math primitives that enable higher-level graph algorithms and analytics. [Code](https://github.com/Accla/graphulo). +#### Accumulo Connector for Presto + +[Presto](https://prestodb.io/) is an open source distributed SQL query engine for running interactive analytic queries against data sources of all sizes, ranging from gigabytes to petabytes. Through the use of the new Accumulo connector for Presto, users are able to execute traditional SQL queries against new and existing tables in Accumulo. For more information, see the [Accumulo Connector](https://prestodb.io/docs/current/connector/accumulo.html) documentation. + ## Github [Github](https://github.com/search?q=accumulo&type=Repositories) also contains many projects that use/reference Accumulo
