creatorrr / main-repo

Master repository for all things kea
GNU General Public License v3.0
0 stars 0 forks source link

keacloud/main-repo

Master repository for all things kea

Description

kea is a telecommunications platform that merchants use to take orders and requests automatically when customers call in.

Links

Schematic

System-N Schematic | How it works

Notes

Stack

Kubernetes base stack

Base stack

Kubernetes extensions

Kubernetes static tools

Environments

Component deployment (staging)

Component deployment (production)

Process

Branches

Directory Structure

main-repo/
  |   README.md
  |   (you are here)
  |
  └── docs/
  |   (contains general purpose documentation referencing docs recursively in all submodules)
  |   |
  |   └── README.md
  |   └── **/*.md
  |
  └── **/* ...
  |   (Application code)
  |
  └── components/
  |   (contains individual components that make up the entire kea stack)
  |   |
  |   └── sample-subcomponent/
  |   |   |
  |   |   └── README.md
  |   |   └── { ... }
  |   |   |
  |   |   └── **/* ...
  |   |       (Application code)
  |   |
  |   └── other-component/ ...
  |
  └── deploy/
  |   (contains yaml kubernetes scripts for getting up and running)
  |   |
  |   └── *.yaml
  |   |
  |   └── helm-charts/
  |   |   |
  |   |   └── **/*.yaml
  |
  └── scripts/
  |   (contains lint / build / deploy scripts for getting up and running)
  |   |
  |   └── README.md
  |   |
  |   └── config/
  |   |   |
  |   |   └── **/*.(yml|json|xml)   # Config files
  |   |
  |   └── build
  |   └── init
  |   └── lint
  |   └── deploy
  |
  └── metadata/
  └── tests/

Misc

Why is a raven like a writing desk? ~ Alice in Wonderland

Because it can produce a few notes, tho they are very flat; and it is never put with the wrong end in front!