首页
学习
活动
专区
圈层
工具
发布
    • 综合排序
    • 最热优先
    • 最新优先
    时间不限
  • 来自专栏超级架构师

    IoTivitiy Architecture

    IoTivity is an open source software framework enabling seamless device-to-device connectivity to add

    67740发布于 2018-04-09
  • 来自专栏王小二的Android站

    Architecture of SQLite

    本文翻译自Architecture of SQLite https://www.sqlite.org/arch.html 介绍 本文档描述了SQLite库的体系结构。

    1.8K30发布于 2020-06-08
  • 来自专栏everhad

    The Clean Architecture

    原文地址:The Clean Architecture The Clean Architecture Over the last several years we’ve seen a whole range of ideas regarding the architecture of systems. These include: Hexagonal Architecture (a.k.a. by Jeffrey Palermo(洋葱架构) Screaming Architecture(尖叫架构?) The overriding rule that makes this architecture work is The Dependency Rule.

    2.5K60发布于 2018-01-08
  • Pstore architecture

    systemd start and dump pstore file if has

    8710编辑于 2026-03-18
  • 来自专栏虚拟化笔记

    switch architecture and pipeline

    感觉自己写这个有点班门弄斧,但为了知识体系完善,体系完善了好记住,硬着头皮写,写到什么程度算什么,理解不深,瞎扯蛋的成分比较多,大家不要笑话。

    2.2K20发布于 2021-02-24
  • 来自专栏用户4822892的专栏

    Benefits of Microservices Architecture

    Benefits of Microservices.png Microservices architecture enables a system to be divided into multiple Every service present in the microservices architecture is robust, flexible, composable, and complete Read: "Why Microservices Architecture?" Advantages of Microservices Architecture What are the advantages of Microservices Architecture? Still not sure if microservices architecture can be beneficial for you?

    63930发布于 2021-04-01
  • 来自专栏码匠的流水账

    聊聊Tomato Architecture

    序 本文主要研究一下Tomato Architecture Clean/Onion/Hexagonal/Ports&Adapters Architectures Clean Architecture clean Onion Architecture Onion Architecture定义了domain、repository、services、ui这几层,其核心要点如下: 整个应用基于独立的domain构建 内部的 Hexagonal Architecture(Ports&Adapters Architecture) Ports and Adapters architecture,又叫Hexagonal architecture 项目对Clean Architecture的实践 聊聊Onion Architecture项目结构 www.hexagonalarchitecture.org 聊聊buckpal对于Hexagonal Architecture的实践 聊聊Ports and Adapters architecture

    24810编辑于 2025-06-10
  • 来自专栏程序员与猫

    Log system architecture

    Keywords: Collector, Processor, Aggregator

    1.2K10发布于 2018-08-02
  • 来自专栏distributed cloud

    CDC network architecture

    CDC network architecture description:• Internal physical networking: two access switches are used to servers to the public network are achieved through customer local gateways or EIPs.Virtual network architecture

    20310编辑于 2025-06-16
  • 来自专栏码匠的流水账

    聊聊Ports and Adapters architecture

    序 本文主要研究一下Ports and Adapters architecture Ports and Adapters architecture Ports and Adapters architecture ,又叫Hexagonal architecture,其中ports层是六边形的边界,其中port又可以分为driver port及driven port,简单理解对应输入层及输出层;边界保护的是内部的app services层以及domain层;adapter可以理解为将外部依赖进行适配,实现port层定义的接口 示例结构 github.com/albertllousas/implementing-hexagonal-architecture ,又叫Hexagonal architecture,其中ports层是六边形的边界,其中port又可以分为driver port及driven port,简单理解对应输入层及输出层;边界保护的是内部的app doc implementing-hexagonal-architecture

    62820发布于 2021-03-15
  • 来自专栏虚拟化笔记

    datacenter network architecture

    借用cisco的这张图,用我自己的话说一上,可以看原文《Cisco Data Center Spine-and-Leaf Architecture: Design Overview》,写的特别多,大厂技术积累厚理解深

    1.2K30发布于 2021-02-24
  • 来自专栏码匠的流水账

    聊聊Tomato Architecture

    序本文主要研究一下Tomato ArchitectureClean/Onion/Hexagonal/Ports&Adapters ArchitecturesClean Architectureclean architecture Onion ArchitectureOnion Architecture定义了domain、repository、services、ui这几层,其核心要点如下:整个应用基于独立的domain构建内部的layer Hexagonal Architecture(Ports&Adapters Architecture)Ports and Adapters architecture,又叫Hexagonal architecture 项目对Clean Architecture的实践聊聊Onion Architecture项目结构www.hexagonalarchitecture.org聊聊buckpal对于Hexagonal Architecture 的实践聊聊Ports and Adapters architecture

    24510编辑于 2025-05-29
  • 来自专栏刘君君

    Docker Notes-architecture

    摘要: Docker Notes系列为学习Docker笔记,本文是Docker架构介绍

    51720发布于 2018-08-03
  • 来自专栏公众号:懒时小窝

    【Other】What is the Serverless architecture

    Source What is the Serverless architecture? I think you may have heard about Serverless Architecture. 我想你可能听说过无服务器架构(Serverless Architecture)。 图片 Monolith to serverless 从单体到无服务器 Years ago we were very satisfied with Monolithic Architecture. Then we came across Microservices architecture to avoid the drawbacks of the Monolithic. How to select a database for serverless architecture? 如何为无服务器架构选择数据库?

    2K20编辑于 2023-09-14
  • 来自专栏码匠的流水账

    聊聊Ports and Adapters architecture

    序 本文主要研究一下Ports and Adapters architecture Ports and Adapters architecture ? Ports and Adapters architecture,又叫Hexagonal architecture,其中ports层是六边形的边界,其中port又可以分为driver port及driven services层以及domain层;adapter可以理解为将外部依赖进行适配,实现port层定义的接口 示例结构 github.com/albertllousas/implementing-hexagonal-architecture ,又叫Hexagonal architecture,其中ports层是六边形的边界,其中port又可以分为driver port及driven port,简单理解对应输入层及输出层;边界保护的是内部的app doc implementing-hexagonal-architecture

    65320发布于 2021-03-24
  • 来自专栏公众号:懒时小窝

    【Other】What is the Serverless architecture

    Part1Source What is the Serverless architecture? I think you may have heard about Serverless Architecture. 我想你可能听说过无服务器架构(Serverless Architecture)。 Part3Monolith to serverless 从单体到无服务器 Years ago we were very satisfied with Monolithic Architecture. Then we came across Microservices architecture to avoid the drawbacks of the Monolithic. Part6How to select a database for serverless architecture? 如何为无服务器架构选择数据库?

    1.4K30编辑于 2023-09-14
  • 来自专栏公众号:懒时小窝

    【Other】What is the Serverless architecture

    Part1Source What is the Serverless architecture? I think you may have heard about Serverless Architecture. 我想你可能听说过无服务器架构(Serverless Architecture)。 Part3Monolith to serverless 从单体到无服务器 Years ago we were very satisfied with Monolithic Architecture. Then we came across Microservices architecture to avoid the drawbacks of the Monolithic. Part6How to select a database for serverless architecture? 如何为无服务器架构选择数据库?

    1.4K31编辑于 2023-09-14
  • 来自专栏AutoML(自动机器学习)

    Network Architecture Search Survey

    ?

    49420发布于 2018-10-15
  • 来自专栏公众号:懒时小窝

    【Other】What is the Serverless architecture

    Part1Source What is the Serverless architecture? I think you may have heard about Serverless Architecture. 我想你可能听说过无服务器架构(Serverless Architecture)。 Part3Monolith to serverless 从单体到无服务器 Years ago we were very satisfied with Monolithic Architecture. Then we came across Microservices architecture to avoid the drawbacks of the Monolithic. Part6How to select a database for serverless architecture? 如何为无服务器架构选择数据库?

    1.7K30编辑于 2023-09-14
  • 来自专栏皮皮星球

    Deep Dive into Elasticsearchs Distributed Architecture

    Deep Dive into Elasticsearch's Distributed Architecture I. This blog post provides a comprehensive insight into Elasticsearch's distributed architecture, touching Elasticsearch's distributed architecture and robust functionality render it a powerful tool for various By comprehending the principles of ES's distributed architecture, we gain insight into how it handles

    46220编辑于 2023-11-18
领券