Giter Site home page Giter Site logo

cem's Introduction

CEM

CEM全称Cloud Exchange Middleware

这是一款实验性的网络中间件服务,它用于解决实际业务中设备云与管理云业务隔离的诸多问题。

待解决核心问题:

  • 业务中存在多设备同时上报,容易堵塞处理服务
  • 业务中存在多个云平台同时接入,需要做统一管理和收发
  • 业务隔离需要实现内部统一数据格式
  • 单体服务的臃肿性和维护困难
  • 不同开发团队的隔离统一

设计考虑因素:

  • 本系统仅是服务转发和管理的中间件,并非整体系统
  • 本系统意在实现微服务架构,明晰整体系统
  • 设计同时允许的设备数据量为千级到万级,满足中小公司的设备需求
  • 设计服务流转的内部统一数据格式,需要满足多种语言共用
  • 需要多并发满足峰值设备数据处理

设计理念:

  • 使用GoLang语言开发
  • 使用RabbitMQ作为数据流转核心,实现流量削峰和队列分发
  • 使用ProtoBuf作为统一数据流转格式

整体架构草图如下

arch-sketch

LICENSE:

Apache2.0

cem's People

Contributors

dreamcmi avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.