eEcoLiDAR / infrastructure

Repository where all setup information about the infra-structure and examples are stored.
Apache License 2.0
0 stars 1 forks source link

Infrastructure

All work related with infrastructure.

Platform

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.

Applications

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.