Hadoop 迁移到阿里云MaxCompute 技术方案........... 6 2 阿里云大数据与开源生态对比 .................................................................................................................. 7 2.1 Hadoop 及开源生态与阿里云大数据生态对比 ................... .................. 7 2.1.1 主流大数据体系架构 ............................................................................................................. 7 2.1.2 开源大数据组件架构 ............................. ................... 8 2.1.3 阿里云大数据组件架构 ......................................................................................................... 9 2.1.4 阿里云大数据与 Hadoop 生态的产品映射 ..................0 码力 | 59 页 | 4.33 MB | 1 年前3
PlantUML 1.2020.23 Guía de Referencia del LenguajeDiagramas de Despliegue • Timing diagram Los siguientes diagramas no-UML también están soportados: • JSON Data • Wireframe graphical interface • Archimate diagram • Specification and Description Language @endwbs Guía de Referencia del Lenguaje PlantUML (1.2020.23) 181 / 304 13 DISPLAY JSON DATA 13 Display JSON Data JSON format is widely used in software. You can use PlantUML to visualize your data. "fruit":"Apple", "size":"Large", "color":"Red" } @endjson 13.1 Complex example You can use complex JSON structure. @startjson { "firstName": "John", "lastName": "Smith", "isAlive": true, "age": 27, "address":0 码力 | 305 页 | 3.11 MB | 1 年前3
PlantUML 1.2020.22 Guía de Referencia del LenguajeDiagramas de Despliegue • Timing diagram Los siguientes diagramas no-UML también están soportados: • JSON Data • Wireframe graphical interface • Archimate diagram • Specification and Description Language @endwbs Guía de Referencia del Lenguaje PlantUML (1.2020.22) 169 / 292 13 DISPLAY JSON DATA 13 Display JSON Data JSON format is widely used in software. You can use PlantUML to visualize your data. "fruit":"Apple", "size":"Large", "color":"Red" } @endjson 13.1 Complex example You can use complex JSON structure. @startjson { "firstName": "John", "lastName": "Smith", "isAlive": true, "age": 27, "address":0 码力 | 293 页 | 3.02 MB | 1 年前3
PlantUML 1.2021.2 Guía de Referencia del LenguajeDiagramas de Estados • Timing diagram Los siguientes diagramas no-UML también están soportados: • JSON Data • YAML Data • Network diagram (nwdiag) • Wireframe graphical interface • Archimate diagram QA-5776] Guía de Referencia del Lenguaje PlantUML (1.2021.2) 185 / 388 11 DISPLAY JSON DATA 11 Display JSON Data JSON format is widely used in software. You can use PlantUML to visualize your data. "fruit":"Apple", "size":"Large", "color":"Red" } @endjson 11.1 Complex example You can use complex JSON structure. @startjson { "firstName": "John", "lastName": "Smith", "isAlive": true, "age": 27, "address":0 码力 | 389 页 | 4.12 MB | 1 年前3
PlantUML 1.2021.1 Guía de Referencia del LenguajeDiagramas de Estados • Timing diagram Los siguientes diagramas no-UML también están soportados: • JSON Data • Network diagram (nwdiag) • Wireframe graphical interface • Archimate diagram • Specification QA-5776] Guía de Referencia del Lenguaje PlantUML (1.2021.1) 183 / 383 11 DISPLAY JSON DATA 11 Display JSON Data JSON format is widely used in software. You can use PlantUML to visualize your data. "fruit":"Apple", "size":"Large", "color":"Red" } @endjson 11.1 Complex example You can use complex JSON structure. @startjson { "firstName": "John", "lastName": "Smith", "isAlive": true, "age": 27, "address":0 码力 | 384 页 | 4.07 MB | 1 年前3
PlantUML 1.2021.3 Guía de Referencia del LenguajeDiagramas de Estados • Timing diagram Los siguientes diagramas no-UML también están soportados: • JSON Data • YAML Data • Network diagram (nwdiag) • Wireframe graphical interface • Archimate diagram QA-5776] Guía de Referencia del Lenguaje PlantUML (1.2021.2) 196 / 406 11 DISPLAY JSON DATA 11 Display JSON Data JSON format is widely used in software. You can use PlantUML to visualize your data. "fruit":"Apple", "size":"Large", "color":"Red" } @endjson 11.1 Complex example You can use complex JSON structure. @startjson { "firstName": "John", "lastName": "Smith", "isAlive": true, "age": 27, "address":0 码力 | 407 页 | 4.28 MB | 1 年前3
PlantUML 1.2023.11 Guía de Referencia del LenguajeDiagramas de Estados • Timing diagram Los siguientes diagramas no-UML también están soportados: • JSON Data • YAML Data • Network diagram (nwdiag) • Wireframe graphical interface • Archimate diagram PlantUML (1.2023.11) 55 / 530 2.18 Display JSON Data on Usecase diagram 2 DIAGRAMA DE CASOS DE USO [Ref. QA-5340 and adapted from QA-6852] 2.18 Display JSON Data on Usecase diagram 2.18.1 Simple example allowmixing actor Actor usecase Usecase json JSON { "fruit":"Apple", "size":"Large", "color": ["Red", "Green"] } @enduml [Ref. QA-15481] For another example, see on JSON page. Guía de Referencia del Lenguaje0 码力 | 531 页 | 7.53 MB | 1 年前3
Curve核心组件之mds – 网易数帆Curve核心组件之 MDS 陈威Curve 是高性能、高可用、高可靠的分布式存储系统 • 高性能、低延迟 • 可支撑储场景:块存储、对象存储、云原生数据库、EC等 • 当前实现了高性能块存储,对接OpenStack和 K8s 网易内部线上无故障稳定运行一年多 • 已开源 • github主页: https://opencurve.github.io/ • github代码仓库: https://github Q&A基本架构 • 元数据节点 MDS 管理元数据信息 收集集群状态信息,自动调度 • 数据节点 Chunkserver 数据存储 副本一致性 • 客户端 Client 对元数据增删改查 对数据增删改查 • 快照克隆服务器MDS各个组件 MDS是中心节点,负责元数据管理、集群状态收集与调度。MDS包含以下几个部分: • Topology: 管理集群的 topo 元数据信息。 • Nameserver: Nameserver: 管理文件的元数据信息。 • Copyset: 副本放置策略。 • Heartbeat: 心跳模块。跟chunkserver进行交互,收集chunkserver上的负载信息、 copyset信息等。 • Scheduler: 调度模块。用于自动容错和负载均衡。TOPOLOGY topology用于管理和组织机器,利用底层机器的放置、网络的规划以面向业务提供如下功能和非功能需求。0 码力 | 23 页 | 1.74 MB | 6 月前3
PlantUML 1.2019.4 Guía de Referencia del Lenguajeblack skinparam usecaseBorderColor DarkSlateGray 使用者 << 人類 >> "主數據庫" as 數據庫 << 應用程式 >> (草創) << 一桿 >> "主数据燕" as (贏余) << 基本的 >> 使用者 -> (草創) 使用者 --> (贏余) 數據庫 --> (贏余) @enduml Guía de Referencia del Lenguaje0 码力 | 166 页 | 1.82 MB | 1 年前3
PlantUML 1.2019.3 Guía de Referencia del Lenguajeblack skinparam usecaseBorderColor DarkSlateGray 使用者 << 人類 >> "主數據庫" as 數據庫 << 應用程式 >> (草創) << 一桿 >> "主数据燕" as (贏余) << 基本的 >> 使用者 -> (草創) 使用者 --> (贏余) 數據庫 --> (贏余) @enduml Guía de Referencia del Lenguaje0 码力 | 158 页 | 1.72 MB | 1 年前3
共 14 条
- 1
- 2













