/CDS-Legacy

Obsolete code archive.

Primary LanguageScalaGNU General Public License v2.0GPL-2.0

CDS2 Project

Climate Data Analytic Service provider built on scala, Spark, Akka, Haddop, and python tools such as UVCDAT, etc.

Prerequisite: Install the Scala develpment tools:

1) Scala:                     http://www.scala-lang.org/download/install.html                   
                    

2) Scala Build Tool (sbt):    http://www.scala-sbt.org/0.13/docs/Setup.html

Install and run CDS2:

1) Checkout the CDS2 sources:

    >> git clone https://github.com/nasa-nccs-cds/CDS2.git 

2) Build and run the application:

    >> cd CDS2
    >> sbt run

 3) Access demos:

    Designed to be deployed with the BDWPS framework (https://github.com/nasa-nccs-cds/BDWPS)

Code development:

1) Install IntelliJ IDEA CE from https://www.jetbrains.com/idea/download/ with Scala plugin enabled.

2) Start IDEA and import the CDS2 Project from Version Control (github) using the address https://github.com/nasa-nccs-cds/CDS2.git.

Project Configuration:

1) Logging: Edit src/main/resources/logback.xml