Advanced Search
Search Results
25 total results found
Program Documentation
Documentation for various programs. Use this instead of Gitea's wiki function
Personal Documentation
Documentation on processes for myself because I usually forget ;)
Cloud 4.0
This contains documentation for Cloud 4.0, a cloud based on microservice architecture
Cloud 4.0 Documentation and Implementation
Security
Microservice Planning and Specifications
This chapter contains all specification documents for home made microservices
Legal
Legal documents users must agree to before entering the site
README
What is Cloud 4.0 Cloud 4.0 aims to centralize and integrate many of the applications found in the docker-compose stack. This will allow for users to have a unified experience across many different services and improve synergy amongst a variety of different t...
Security
This chapter contains all of the security information for the system
Hardware
This contains all of the hardware that is used in the server
Implementation
Base Microservice Specifications
This document will describe basic functions all Microservices will have. The service's endpoints and controller files will be generated using OpenAPI's generator. As such, all microservices will follow OpenAPI's specification for code generation and documentat...
Terms of Service
Terms of Service Our Terms of Service were last updated on 2/12/2022. Please read these terms and conditions carefully before using Our Service. Interpretation and Definitions Interpretation The words of which the initial letter is capitalized have meanin...
Security Goals
Overview The purpose of this document is to outline security goals for the entire system Goals There are multiple goals that need to be met to provide users with the most secure platform as possible. We will be defending against many common attacks such as:...
Infrastructure
Overview This page will outline the specifications for the infrastructure. It is very important that a strong infrastructure is used to facilitate better scalability, better developer experience and a better user experience. Most infrastructure will remain in...
DevOps Topics
Overview The purpose of this document is to specify different devops topics from building, testing and deploying to developing in a container with docker. Visual Studio Code VS Code will be used for all major development. For the most up to date IDE, it is ...
Development Notes & Links
Overview This page contains a list of links and information pertaining to the development of microservices. Links System Design Primer - Github How to design large scale systems. Includes information on databases, caching and other topics involving creati...
Cloud Configurations Repository Wiki
How to Contribute Anyone is welcome to contribute to this project. Be sure to follow the guidelines below and get started! Folder Structure The following diagram displays how a developer should set up their API folder structure: APIs/ ├─ API_NAME/ │ ├─ ...