Repository: incubator-zeppelin Updated Branches: refs/heads/master 5bfcf33a4 -> 46c0e2412
ZEPPELIN-251: Postgresql Interpreter README.md documentation Create postgresql README.md documentation Author: tzolov <[email protected]> Author: Christian Tzolov <[email protected]> Closes #237 from tzolov/ZEPPELIN-251 and squashes the following commits: 82dc1e4 [tzolov] ZEPPELIN-252: Replace the postgresql/README.md content with a link to the Zeppelin Interpreters doc 30dc5b7 [Christian Tzolov] ZEPPELIN-251: Add Psql/Hawq video tutorial bb271af [tzolov] ZEPPELIN-251: Postgresql Interpreter README.md documentation Project: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/commit/46c0e241 Tree: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/tree/46c0e241 Diff: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/diff/46c0e241 Branch: refs/heads/master Commit: 46c0e24127748a75fd4935c7e67934693c7f76dc Parents: 5bfcf33 Author: tzolov <[email protected]> Authored: Fri Aug 21 18:55:44 2015 +0200 Committer: Lee moon soo <[email protected]> Committed: Tue Aug 25 20:25:11 2015 -0700 ---------------------------------------------------------------------- postgresql/README.md | 9 +++++++++ 1 file changed, 9 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/46c0e241/postgresql/README.md ---------------------------------------------------------------------- diff --git a/postgresql/README.md b/postgresql/README.md new file mode 100644 index 0000000..918abb9 --- /dev/null +++ b/postgresql/README.md @@ -0,0 +1,9 @@ +## PostgreSQL, HAWQ and Greenplum Interpreter for Apache Zeppelin + +This interpreter supports the following SQL engines: +* [PostgreSQL](http://www.postgresql.org/) - OSS, Object-relational database management system (ORDBMS) +* [Apache HAWQ](http://pivotal.io/big-data/pivotal-hawq) - Powerful [Open Source](https://wiki.apache.org/incubator/HAWQProposal) SQL-On-Hadoop engine. +* [Greenplum](http://pivotal.io/big-data/pivotal-greenplum-database) - MPP database built on open source PostgreSQL. + +The official documentation: [PostgreSQL, HAWQ](https://zeppelin.incubator.apache.org/docs/interpreter/postgresql.html) +
