Edge++: Deployment

From Datonis
Revision as of 10:38, 12 June 2020 by Sayali (talk | contribs)
Jump to: navigation, search

Edge++ Deployment on Rails setup:

The configuration Github repository can be found here [1] This repository is a bunch of shell scripts that will help you orchestrate dockerized environment. This environment is served using docker-compose.

Basic building blocks of the architecture in terms of dockers are as follows:

Docker Image Purpose
redis:6.0.3-buster Redis server
mongo:4.2.7-bionic MongoDB for master data caching
altizon/factory Factory Server to provide operator screens using FaasInfra
altizon/factory Sidekiq running asynchronous tasks

Data Persistance:

  • The data being saved in MongoDB is a volume mounted on docker. Hence, it is safe to assume that your data will persist in MongoDB across boots of Edge++.
  • For Redis we use Redis Persistance to ensure Redis maintains its state across boots. We use .aof files for saving our state.

FAQs for runnning Edge++ on Ubuntu VM using Oracle VirtualBox

Oracle VirtualBox related FAQS