Skip to content

fluidos-project/fluidos-edge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

This repository outlines the steps to create a basic setup for managing Edge nodes and devices, and is designed to meet Fluidos project requirements. It includes the installation and configuration of various components, such as, Kubernetes, CloudCore, EdgeCore, etc. These steps enable easy access and management of Edge nodes using standard Kubernetes methods from a Fluidos node.

FLUIDOS Edge Architecture

The following figure depicts the envisioned FLUIDOS Edge multi-layered architecture.

Repository structure

In order to clone this repository with the submodules included, use the command:

git clone --recurse-submodules https://github.com/fluidos-project/fluidos-edge.git

If you do not intend to build the Fluidos Edge System or the Mappers from source you can omit these submodules by using the following command:

git clone https://github.com/fluidos-project/fluidos-edge.git

If you have already cloned only the basic repository, and you wish to build the submodules, use this command:

git submodule update --init --progress

Alternatively, if you wish to work only with the Fluidos Edge System submodule:

git submodule update --init --progress sw/FluidosEdge-System

Or if you wish to work only with the Fluidos Edge Mappers submodule:

git submodule update --init --progress sw/FluidosEdge-Mappers

About

Basic setup for managing Edge nodes and devices, and is designed to meet Fluidos project requirements

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages