SE401:Group33:Create Framework

From Marks Wiki
Jump to navigation Jump to search

Our system is designed to separate three distinct function into modules which can be configured or even hot swapped to improve performance for specific applications.

We are currently in the early stages of creating our framework. While our system is designed with the use of Amazon Web Services in mind, we are trying to create a framework which could easily adapted for use in similar competing services.

The main implication of this is that we will be designing a set of modules which do not rely on amazon web services at all. We will also implement a set of modules which use a simple storage bucket for logging information to, and facilitating election and management of instances.


Out of scope

  • encrypting communication between instances. If we start up new instances and give them information about the group, anyone may be able to read it at the moment.