Integrate external Web applications in any language

Published on 08 November 2013 in Development - 1 minute read - Last modified on 19 April 2021

Completed in ThailandHUE-826 brings a new way to integrate external Web application into Hue. Java apps or already existing websites can now be shown as a Hue app with little effort.

 

 

For example, let’s integrate Tableau:

To create a new app:

build/env/bin/hue create_proxy_app my_hue http://gethue.com
tools/app_reg/app_reg.py --install my_hue --relative-paths

If you want to update the url later, change it in the ini:

[my_hue]
url=http://gethue.com

As usual feel free to comment on the hue-user list or @gethue!


comments powered by Disqus

More recent stories

26 June 2024
Integrating Trino Editor in Hue: Supporting Data Mesh and SQL Federation
Read More
03 May 2023
Discover the power of Apache Ozone using the Hue File Browser
Read More