项目作者: dernasherbrezon

项目描述 :
Client for FunCube Data Warehouse
高级语言: Java
项目地址: git://github.com/dernasherbrezon/fcdwClient.git
创建时间: 2019-10-18T18:29:03Z
项目社区:https://github.com/dernasherbrezon/fcdwClient

开源协议:Apache License 2.0

下载


About Build Status Quality Gate Status

Client for FunCube Data Warehouse

Usage

  • Register at the warehouse.
  • Confirm your email and make notice of “Site Id” and “Auth Code” from the email
  • Configure pom.xml:
  1. <dependency>
  2. <groupId>ru.r2cloud</groupId>
  3. <artifactId>fcdwClient</artifactId>
  4. <version>1.1</version>
  5. </dependency>
  • Configure client:
  1. FcdwClient client = new FcdwClient("http://data.amsat-uk.org", SITE_ID, AUTH_CODE);
  2. client.upload("9d6470cd32f4971a56a4d7c7714b40d3");
  3. // or
  4. client.upload(byteArray);