|
@@ -6,18 +6,11 @@ chapter = false
|
|
|
pre = "<b>3. </b>"
|
|
pre = "<b>3. </b>"
|
|
|
+++
|
|
+++
|
|
|
|
|
|
|
|
-Hue services are generic and let you integrate with other analytics systems for [querying](/user/querying/) and [browsing](/user/browsing/). Here is a list of the main APIs:
|
|
|
|
|
|
|
+Those are the main categories of development:
|
|
|
|
|
|
|
|
-* Connect or create SQL [autocompletes](/developer/parsers/) or connectors to [any database](/administrator/configuration/connectors/#databases) (Impala, MySQL, Presto...)
|
|
|
|
|
-* Browse additional storage systems (HDFS, S3, ADLS/ABFS, GS...)
|
|
|
|
|
-* List any jobs or queries (YARN, SQL queries, Kubernetes...)
|
|
|
|
|
-* Integrate with a [Data Catalog](/user/browsing/#data-catalogs) (Apache Atlas, Cloudera Navigator...) or a Query Optimization service
|
|
|
|
|
|
|
+* **Web application**: ramping-up with on the overall [Hue development](/developer/development) service
|
|
|
|
|
+* **SQL parsers**: update or reuse SQL [parsers](/developer/parsers/) or editor scratchpad
|
|
|
|
|
+* **Connector**: access your own data services or [data warehouses](/administrator/configuration/connectors/#databases)
|
|
|
|
|
|
|
|
-In addition, whole new apps can also be created in order to provide end to end solutions.
|
|
|
|
|
|
|
|
|
|
-Majoritively, this section would be useful for learning about:
|
|
|
|
|
-
|
|
|
|
|
-* Ramping-up with the overall Hue [development](/developer/development) project
|
|
|
|
|
-* How to improve the [SQL autocomplete](/developer/parsers/) for your own database
|
|
|
|
|
-* How SqlAlchemy is becoming the [standard API](https://github.com/cloudera/hue/blob/master/desktop/libs/notebook/src/notebook/connectors/sql_alchemy.py) for databases other than Hive and Impala
|
|
|
|
|
-* Checking and getting started on other [contribution ideas](https://github.com/cloudera/hue/blob/master/CONTRIBUTING.md)
|
|
|
|
|
|
|
+Also check on how to get started on [contribution ideas](https://github.com/cloudera/hue/blob/master/CONTRIBUTING.md).
|