169 похожих чатов

Hey, How do you achieve a serverless architecture?

3 ответов

11 просмотров

well, ali if you are from iran and asking for an already existing solution. your best option is PaaS providers such as arvancloud. if you are asking for a self hosted solution i'm not aware of a particular open source one. perhaps https://github.com/metacall is ready for self-hosting !? — anyway it goes like this... you figure out the requirements for your services. and figure out what points of the bussness logic runs less often. then you can upload the code on a FaaS provider and get charged by the processing power it takes to run that pice of code. as for stateful applications you can use DaaS or resort to PaaS as well. if you want a more detailed answer. well you better research because this is a wide subject.

Ali- Автор вопроса
Пользователь 61930
well, ali if you are from iran and asking for an a...

Thanks a lot for the detailed explanation! :) I'll check the MetaCall topic you have shared! What's Faas btw?

Ali
Thanks a lot for the detailed explanation! :) I'll...

function as as service. it's a fancy way of saying we will run your small piece of code. for example, cloudflare workers are free you can try it out. you can host a small telegram bot with nothing but cloudflare workers. or maybe a static website .... the enterprise version of FaaS would be AWS lambda. you can also research about "firecracker" the technology behind aws lambda

Похожие вопросы

Обсуждают сегодня

Какой-то там пердун в 90-х решил, что есть какая-то разная типизация. Кого вообще это волнует?
КТ315
49
void terminal_scroll() { memmove(terminal_buffer, terminal_buffer + VGA_WIDTH, buffer_size - VGA_WIDTH); memset(terminal_buffer + buffer_size - VGA_WIDTH, 0, VGA_WIDTH); ...
Егор
47
Всем привет! Подскажите, пожалуйста, в чем ошибка? Настраиваю подключение к MySQL. Либы лежат рядом с exe. Все как по "учебнику"
Евгений
16
А можете как-то проверить меня по знаниям по ассемблеру?
A A
132
Здравствуйте! У меня появилась возможность купить книгу "Изучай Haskell во имя добра!". Но я где-то слышал, что эта книга устарела. Насколько это правда??
E
22
Здравствуйте! Я вот на stepic решаю задачи на хаскеле https://stepik.org/lesson/8443/step/8?unit=1578 мой код import Data.List (isInfixOf) removing :: String -> [String] ->...
E
10
Камрады, кто тесно работал с vtv, хотел уточнить. Ширина column задаётся жёстко на этапе создания дерева или можно в рантайме ее менять программно (не мышкой)?
Ed Doc
10
да ладно ... что там неочевидного ? глянуть в исх-ки датасета и/или кверика чтобы понять в каком месте и как выполняется обращения к св-вам blablaSQL - минутное дело, даже е...
Сергей
7
Здесь для arm кто-нибудь кодит ?
Nothing
52
Всем привет, у меня есть сервер принимающий входящие HTTP подключения, как проверить, что подключение было через прокси или нет, есть какие то поля в заголовках по которым мо...
Кибер Бомж
8
Карта сайта