All work related with infrastructure.
Step 1
#http version:
git clone --recursive https://github.com/eEcoLiDAR/infrastructure.git
git clone --recursive git@github.com:eEcoLiDAR/infrastructure.git
* If you have cloned the repository but without the submodule, then do as follows:
cd infrastructure git submodule init git submodule update
cd infrastructure/<submodule_name>
git checkout eEcoLiDAR
Before developing or deploying an application it is necessary to get the platform up and running. Our platform uses Emma project to setup a Spark Cluster with HDFS and Minio as storage layers. The user manages and interacts with the platform using a web-browser. The user should first follow the steps described in platform before developing or deploying an application.
Once the platform is up and running, and data available, the user can start developing and/or deploying applications. For development of a new application the user should use examples under applications/notebooks. For easy development there are examples and information in how to load the code and dependencies into IDEs.