crosg / Albianj2

Albianj是我们设计并开发的一套分布式统一框架。他主要是面向海量数据处理、海 量数据访问、并解决互联网开发中经常会碰到的数据海量增长问题,也一并解决 互联网开发团队中,因开发人员的水平参差不齐而导致的代码质量不可控问题。它主要有简单小巧的IoC,ORM,数据路由,缓存集成,分布式唯一id等等功能。
BSD 3-Clause "New" or "Revised" License
235 stars 97 forks source link

Did you think about add Service manage function ? #1

Open nicqchen opened 8 years ago

nicqchen commented 8 years ago

a matured service development framework should involve some mange function, such as monitor. but what is difference with dubble ?

alxbean commented 8 years ago

Actually, the manage function service as you mentioned has already be used in our team, and it will be open source in the future.