Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/SuperFlyTV/sofie-automation-aws-infinidash
AWS Infinidash deployment of Sofie automation
https://github.com/SuperFlyTV/sofie-automation-aws-infinidash
Last synced: 3 months ago
JSON representation
AWS Infinidash deployment of Sofie automation
- Host: GitHub
- URL: https://github.com/SuperFlyTV/sofie-automation-aws-infinidash
- Owner: SuperFlyTV
- License: mit
- Created: 2021-07-02T21:23:21.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-07-02T23:10:05.000Z (over 3 years ago)
- Last Synced: 2024-05-10T04:32:56.999Z (6 months ago)
- Size: 11.7 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-infinidash - Scalable state handling with AWS Infinidash
README
# Sofie automation AWS Infinidash
Library to enable the Sofie TV Automation system to have full vertical integration with the AWS Infinidash ecosystem. Bridging the gap between Infinidash orchestration and more traditional proven Node.js deployments.This library is highly experimental. It currently contains (WIP):
* Blog about what has been discovered so far
* Terminology related to the DashCore
* Simple prototype application that has been used to use Infinidash hypervisor for self-governed Docker clusters
* Draft typescript interface[New to Infinidash? This introduction tweet from Joe Nash is the best place to get started.](https://twitter.com/jna_sh/status/1410178986978775040)
## Abstract
## Concept: Infinite single sources of truth
In the hunt for the singlest source of truth, do we sacrifice scalability? What is the tradeoff of monotruth if it won't scale to meet real-world demands – and why do we have to choose in the first place?We believe that the premise needs to be flipped. Instead of focusing on a single point of truth, let's start embracing multiple points of single truths. The difference is subtle but crucial. In a traditional monotruth paradigm you can only scale within the set keeping your state. Enabled by Infinidash's messaging component and reactiveness, we can now grow flops (aka. "Flop-farming") of truth in a well-stated manner. Plugging into ReactiStash, we can stack these vertically, for theoretically unlimited growth.
**Note:** Further investigation is needed before concluding on cost/benefit of scaling all state-handling in AWS. Pending ongoing tests done through the OpenDash initiative to conclude if there's viable open source alternatives coming in near future.
## Configurations
One of the hardest concepts for beginners to grasp regarding Infinidash is "Where does it run?". Strictly speaking, Infinidash does not simply "run" anywhere, it will be more accurate to say that it just "is", and it can "be" in a multitude of different contexts. But for simplicity, and targeting beginners in this readme, we will lay out some examples using legacy terms like "runs" and hope to make comparison with better known technologies easier this way.### Frontend
### Backend
### No-end
### Open-ended
## Disclaimer
This library is in no way associated with, or endorsed by, AWS nor the Infinidash trademark.