dernasherbrezon / fcdwClient

Client for FunCube Data Warehouse

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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:
<dependency>
    <groupId>ru.r2cloud</groupId>
    <artifactId>fcdwClient</artifactId>
    <version>1.1</version>
</dependency>
  • Configure client:
FcdwClient client = new FcdwClient("http://data.amsat-uk.org", SITE_ID, AUTH_CODE);
client.upload("9d6470cd32f4971a56a4d7c7714b40d3");
// or
client.upload(byteArray);

About

Client for FunCube Data Warehouse

License:Apache License 2.0


Languages

Language:Java 99.1%Language:Shell 0.9%