Albianj是我们设计并开发的一套分布式统一框架。他主要是面向海量数据处理、海 量数据访问、并解决互联网开发中经常会碰到的数据海量增长问题,也一并解决 互联网开发团队中,因开发人员的水平参差不齐而导致的代码质量不可控问题。它主要有简单小巧的IoC,ORM,数据路由,缓存集成,分布式唯一id等等功能。
☆238Jun 20, 2022Updated 3 years ago
Alternatives and similar repositories for Albianj2
Users that are interested in Albianj2 are comparing it to the libraries listed below
Sorting:
- 这是一个为Albianj2开发的代码生成器。它主要被用来生成albianj2的实体类接口及其实现、业务操作接口及其实现,还有使用albianj2进行编程的时候,可能会使用到的各种配置文件。☆36May 5, 2016Updated 9 years ago
- 这是一个id生成器,主要为互联网的各种业务生成id(也就是数据库主键)。该id生成器生成的id主要被用来做数据路由之用。和Albianj2配合,可以快速而简单的搭建完整的分布式业务系统!☆170Jul 22, 2021Updated 4 years ago
- the orm with date router by java☆10Sep 3, 2014Updated 11 years ago
- 大规模分布式系统的跟踪、监控、告警平台☆55May 15, 2014Updated 11 years ago
- bboss session framework.support session share between application cluster nodes and cross domain application nodes.support good applicati…☆32Dec 20, 2025Updated 2 months ago
- this is a db-hdfs tools used to transfer big database datas to hadoop hdfs like sqoop,but bboss bigdata tool is very nice monitor and ev…☆27Nov 17, 2025Updated 3 months ago
- sumk的定位是为互联网公司提供一个快速开发、接口交互(RPC和HTTP)、数据缓存、读写分离、负载均衡、故障转移的框架。一站式解决互联网公司面临的常见问题☆309Jul 7, 2025Updated 7 months ago
- 基于zookeeper的分布式锁的实现☆22Feb 15, 2016Updated 10 years ago
- 分布式可靠消息组件☆93Aug 3, 2021Updated 4 years ago
- bboss is a j2ee framework include aop/ioc,mvc,persistent,etl,stream,taglib,rpc,event ,bean-xml serializable ,redis,kafka,mongodb and so o…☆317Updated this week
- 轻量的分布式会话组件(A Lightweight Distributed Session Component)☆29Dec 25, 2015Updated 10 years ago
- Server side plugin framework for java☆126Dec 16, 2023Updated 2 years ago
- zookeeper官方提供的分布式锁,选举master,和分布式队列实现☆16Mar 11, 2014Updated 11 years ago
- 分布式mysql分库分表中间件,sharding领域的一站式解决方案☆505Jul 28, 2017Updated 8 years ago
- A light-weight high performance RPC framework base on Netty and Zookeeper☆145Sep 3, 2016Updated 9 years ago
- Java full stack microservice framework☆361Jan 10, 2026Updated last month
- 分布式配置管理平台(Distributed Configuration Management Platform)☆341Mar 10, 2017Updated 8 years ago
- tns provides distributed solutions for thrift, support service discovery, high availability, load balancing, the gray release, horizontal…☆48Sep 1, 2017Updated 8 years ago
- High-performance Distributed Storage☆831Jun 11, 2018Updated 7 years ago
- Central Application Tracking Version 2☆28Jun 1, 2016Updated 9 years ago
- Distributed ORM Framework for Java☆922Oct 18, 2022Updated 3 years ago
- 分布式任务调度平台(Distributed Job Schedule Platform)☆560Jun 20, 2022Updated 3 years ago
- bboss rpc eclipse project.支持丰富的协议栈(http/netty/mina/jms/webservice/rmi/jgroups/restful) 安全高效,可非常方便地将bboss ioc管理的业务组件发布成RPC服务☆14Jan 7, 2026Updated last month
- excel 公用导出组件☆13Jan 28, 2016Updated 10 years ago
- this is a tool to auto generate source code for bboss mvc, ioc,persistent,jsp,i18n,sql config file,webservice,hessian service and so on.D…☆70Feb 2, 2026Updated last month
- 分布式数据源分表分库、读写分离应用层框架☆55Nov 5, 2015Updated 10 years ago
- Microserver is a Java 8 native, zero configuration, standards based, battle hardened library to run Java Rest Microservices via a standar…☆936Mar 21, 2023Updated 2 years ago
- 已作为 Hasor 的子项目,迁移到:http://git.oschina.net/zycgit/hasor☆78May 15, 2017Updated 8 years ago
- spring-boot-start-dubbo☆26Oct 17, 2017Updated 8 years ago
- java分布式爬虫,主机和从机控制的机制☆14May 21, 2015Updated 10 years ago
- 一个轻量级的分布式任务Executor系统☆39Oct 8, 2016Updated 9 years ago
- A cross-language remote procedure call(RPC) framework for rapid development of high performance distributed services.☆5,911Nov 24, 2025Updated 3 months ago
- 此工程不更新了,请移步到最新的工程 https://github.com/xiangxik/castle-platform ,Based on servlet3.1, the realization of modular expansion of the java deve…☆24Nov 8, 2016Updated 9 years ago
- 一个redis集群管理方案☆22Dec 10, 2022Updated 3 years ago
- 基于netty通信框架的轻量级、高性能RESTful服务,用于构建分布式系统。☆124Jan 2, 2013Updated 13 years ago
- 基于zookeeper+spring task的分布式任务调度组件,非常小巧,无需任何修改就可以使spring task具备分布式特性,确保所有任务在集群中不重复,不遗漏的执行。☆116Aug 1, 2017Updated 8 years ago
- 分表分库的新思路——服务层Sharding框架,全SQL、全数据库兼容,ACID特性与原生数据库一致,能实现RR级别读写分离,无SQL解析性能更高☆205Aug 28, 2017Updated 8 years ago
- rpc_learn Spring + Netty + Protostuff + ZooKeeper 实现了一个轻量级 RPC 框架,使用 Spring 提供依赖注入与参数配置,使用 Netty 实现 NIO 方式的数据传输,使用 Protostuff 实现对象序列化,使用 …☆19May 26, 2015Updated 10 years ago
- Distributed Configuration Management Platform(分布式配置管理平台)☆5,539Jul 18, 2023Updated 2 years ago