DOC

com.hydraql : hydraql

Maven & Gradle

Mar 24, 2024
16 stars

hydraql · HydraQL is a SQL queryer designed based on HBase's client API, designed to simplify the use of HBase's client API. Its name "Hydra" references the Hydra, which symbolizes flexibility, versatility when dealing with HBase data. HydraQL aims to provide an intuitive and easy to use way to query and manipulate HBase databases. By using SQL syntax, users can access and manipulate data in HBase through simple query statements without in-depth understanding and writing of complex HBase API calls.

Table Of Contents

Latest Version

Download com.hydraql : hydraql Javadoc & API Documentation - Latest Versions:

All Versions

Download com.hydraql : hydraql Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
1.0.x

How to open Javadoc JAR file in web browser

  1. Rename the file hydraql-1.0.1-javadoc.jar to hydraql-1.0.1-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder hydraql-1.0.1-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "hydraql-1.0.1-sources.jar" -d "hydraql-1.0.1-javadoc" -subpackages