Skip to content

dernasherbrezon/fcdwClient

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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);