Database as a Service (DBaaS)
15 лютого 2024 р.
Database as a Service (DBaaS) is a cloud computing service model that provides users with access to a managed database system without the need for them to directly manage the underlying hardware, software, or infrastructure. In a DBaaS model, the database service is hosted and maintained by a third-party cloud provider.
Software Architecture DBaaS XaaS
SaaS Architectures. Single-tenant, Multi-tenant and Hybrid Architectures
29 квітня 2023 р.
Software as a Service (SaaS) is a very popular software distribution model nowadays. At the same time, it is a complex architecture. Software engineers and business representatives may face a lot of difficulties with questions on how to build a SaaS distribution model. They may brainstorm about these questions on the planning, architecture design stage, before the start of the development
Software Architecture SaaS
Software as a Service (SaaS)
12 квітня 2023 р.
SaaS stands for "Software as a Service". It is a software distribution model in which software is provided by a provider and becomes available to customers over the internet. SaaS is a type of cloud computing software and usually referred to "on-demand software" or "cloud software"
Software Architecture SaaS XaaS
Functions as a Service (FaaS)
8 квітня 2023 р.
Functions as a Service (FaaS) is a cloud computing model in which a cloud provider manages the execution of small pieces of code, known as functions
Software Architecture FaaS XaaS
Backend as a Service (BaaS)
2 квітня 2023 р.
Backend as a Service (BaaS) is a cloud computing service model that provides developers with a complete backend solution for their mobile or web applications. It allows frontend developers to focus on building the frontend part of their application while the BaaS provider takes care of the backend infrastructure
Software Architecture BaaS XaaS
Platform as a Service (PaaS)
31 березня 2023 р.
Platform as a Service (PaaS) is a cloud computing service model that provides a platform for developers to build, run, and manage applications without the need of building and maintaining the infrastructure
Software Architecture PaaS XaaS
Infrastructure as a Service (IaaS)
28 березня 2023 р.
IaaS stands for Infrastructure as a Service. It is a type of cloud computing service model that allows businesses or individuals to rent computing infrastructure.
Software Architecture IaaS XaaS
Шпаргалка по Cassandra
7 січня 2023 р.
Вхід через CQLSH
віддалений хост
export CQLSH_HOST=<rpc address>
export CQLSH_PORT=9042
cqlsh -u cassandra
Password:
cqlsh> exit
Cheat Sheet
cassandra