galaxy-olap-console

sql console for galaxy olap

License

License

GroupId

GroupId

com.xiaomi.infra.galaxy
ArtifactId

ArtifactId

galaxy-olap-console
Last Version

Last Version

0.1.1
Release Date

Release Date

Type

Type

jar
Description

Description

galaxy-olap-console
sql console for galaxy olap

Download galaxy-olap-console

How to add to project

<!-- https://jarcasting.com/artifacts/com.xiaomi.infra.galaxy/galaxy-olap-console/ -->
<dependency>
    <groupId>com.xiaomi.infra.galaxy</groupId>
    <artifactId>galaxy-olap-console</artifactId>
    <version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.xiaomi.infra.galaxy/galaxy-olap-console/
implementation 'com.xiaomi.infra.galaxy:galaxy-olap-console:0.1.1'
// https://jarcasting.com/artifacts/com.xiaomi.infra.galaxy/galaxy-olap-console/
implementation ("com.xiaomi.infra.galaxy:galaxy-olap-console:0.1.1")
'com.xiaomi.infra.galaxy:galaxy-olap-console:jar:0.1.1'
<dependency org="com.xiaomi.infra.galaxy" name="galaxy-olap-console" rev="0.1.1">
  <artifact name="galaxy-olap-console" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.xiaomi.infra.galaxy', module='galaxy-olap-console', version='0.1.1')
)
libraryDependencies += "com.xiaomi.infra.galaxy" % "galaxy-olap-console" % "0.1.1"
[com.xiaomi.infra.galaxy/galaxy-olap-console "0.1.1"]

Dependencies

compile (3)

Group / Artifact Type Version
com.xiaomi.infra.galaxy : galaxy-olap-sdk-java jar 0.1.1
sqlline : sqlline jar 1.1.10-SNAPSHOT
log4j : log4j jar 1.2.17

Project Modules

There are no modules declared in this project.

Galaxy Java SDK User Guide

Including SDKs of XiaoMi SDS, EMQ, EMR, and Talos.

INSTALLATION

  • If using maven to management, you can just depend latest jars from maven central repository.
  • Checkout to the newest release and use its version in dependency.

  • Use corresponding SDK artifactId.

  • For example, to use EMQ,

    <dependency>
      <groupId>com.xiaomi.infra.galaxy</groupId>
      <artifactId>galaxy-emq-client</artifactId>
      <version>1.2.7</version>
    </dependency>

NOTICE

  • HttpClient of our SDKs support multi-thread, if you need greater concurrency, you can create your own HttpClient and pass it to the constructor of class ClientFactory. (References and examples in galaxy-client-java, sds-android-examples): ClientFactory(Credential credential, HttpClient httpClient)

  • When compiling sds-android-examples, you must install Android SDK and set environment variable ANDROID_HOME to the install path of Android SDK before. Our examples used Android SDK API Level 19.

com.xiaomi.infra.galaxy

Xiaomi

Versions

Version
0.1.1
0.1.0